html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', arial, sans-serif;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 120%;
}

h1 {
    font-size:32px;
    font-size: 2rem;
}
h2 {
    font-size: 19px;
    font-size: 1.3rem;
}

.logo {
    max-width: 175px;
    height: 51px;
    width: 100%;
}

.mini-logo {
    max-width: 120px;
    width: 100%;
}

.icon {
    max-width: 120px;
    width: 100%;
}

.rgpd-splash {
    max-width: 150px;
    width: 100%;
}

.title, .subtitle, .btn-primary {
    font-family: 'PT Sans', arial, sans-serif;
    line-height: 120%;
}

.btn-primary {
    background-color: #ff8625;
    border-color: #ff8625;
    border-radius: 30px;
}

.form-width {
    max-width: 480px;
    width: 100%;
}

.info {
    font-family: arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

.mini-info {
    font-family: arial, sans-serif;
    font-size: 10px;
    font-size: .6rem;
}

.subtitle {
    font-size: 22px;
    font-size: 1.2rem;
}

.title {
    font-size: 32px;
    font-size: 2rem;
}


.banner {
    min-height: auto;
    position: relative;
}

.banner-100 {
    height: 95vh;
}

.lang-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.bg-gradiente-blue {
    background-image: url(../img/gradiente-row.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.splash {
    width: 6rem;
    height: 6rem;;
}

.main-info, .main-image, .main-form {
    width: 100%;
}

.main-info {
    order: 0;
}

.main-form {
    order: 1;
}

.main-image {
    order: 2;
}

.panel-body {
    border-radius: 40px;
}

.img-promo {
    max-width: 100px;
    width: 100%;
}


.feature-row {
    width: 100%;
}

.bg-content-2 {
    background-image: url(../img/gradiente-row.png);
    background-repeat: repeat;
    background-size: contain;
}

.rights {
    width: 280px;
}

.width-300 {
    max-width: 300px;
    width: 100%;
}

.w-660 {
    max-width: 660px;
    width: 100%;
}

.btn-hiperlink {
    color: #000;
    transition: .5s;
    border-radius: 30px;
}

.btn-hiperlink:hover {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    font-weight: bold;
    background-color: #ff8625;
    border-color: transparent;

}

.btn-nav {
    font-size: 11px;
    font-size: .7rem;
}

.btn-press {
    color: #fff;
    font-weight: bold;
    background-color: #1caaff;
}

.btn-grey {
    color: #b1b1b1;
    background-color: transparent;
    border-style: solid;
    border-color: #b1b1b1;
    font-weight: bold;
    border-width: 1px;
}

.btn-white {
    color: #fff;
    background-color: transparent;
    border-style: solid;
    border-color: #fff;
    font-weight: bold;
    border-width: 1px;
}

.line-horizontal {
    max-width: 480px;
    width: 100%;
    height: 5px;
}

.line-grey {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.text-light-grey {
    color: #555;
}


.container-custom {
    max-width: 660px;
    width: 100%;
}

.flag {
    max-width: 60px;
    width: 100%;
    transition: transform 1s linear;
}

.link-legal {
    color: #fff;
    text-decoration: underline;
}

.link-legal:hover {
    color: #ff8625;
}


/* modal */
#mascara {
    background: #fafafa;
    display: none;
    height: 100%;
    left: 0;

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.form-modal {
    margin: 1.5rem auto 0;
    max-width: 100%;
    position: absolute;
    max-width: 500px;
    width: 100%;
    z-index: 10000;
    background-color: transparent;
    border-radius: 0;
    top: 5%;
    left: 0;
    right: 0;
}

.modal-content {
    padding: 10px 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.95) !important;
}

.modal-backdrop.in {
    opacity: .95;
}

.close-modal {
    text-align: right;
    color: #fff;
}

.close {
    font-size: 3rem;
    margin: 1rem 2rem;
}

/* fim modal */

/* animação form */
.form {
    display: none;
}

#step_1 {
    display: block
}

.scale-up-right {
    -webkit-animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
    animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

/* fim da animação */

/* form */

/* mudar a cor do loading*/
/*.loading_msg {
    color: #000;
} */

.form-control {
    padding: 1rem;
    display: block;
    width: 100%;
    font-size: .8rem;
    line-height: 1.5;
    color: #666;
    background-color: transparent;
    background-clip: padding-box;
    border: 0rem solid transparent;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    background-color: transparent!important;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #2196F3;
    box-shadow: inset 0 -2px 0 #2196F3;
    background-color: transparent!important;
}

textarea:not(textarea), textarea.form-control:not(textarea), input.form-control:not(textarea), input[type=text]:not(textarea), input[type=password]:not(textarea), input[type=email]:not(textarea), input[type=number]:not(textarea), [type=text].form-control:not(textarea), [type=password].form-control:not(textarea), [type=email].form-control:not(textarea), [type=tel].form-control:not(textarea), [contenteditable].form-control:not(textarea) {
    height: calc(2.81875rem + 0rem);
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    font-size: 1rem;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

select, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    background-size: 13px;
    background: url(../img/arrow-select-2.png) no-repeat right center;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.81875rem + 0rem);
}

select:focus, select.form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #2196F3;
    box-shadow: inset 0 -2px 0 #2196F3;
}

.form-label-group {
    position: relative;
}

.form-label-group > input,
.form-label-group > label {
    padding: 10px;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    font-size: .8rem;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 15px;
    padding-bottom: 6px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* fim form */

/* corrige cor de checkbox e radio */

.custom-control-label::before {
    background-color: #dee2e6!important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff!important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff!important;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff!important;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* borda arredondada */
/* .custom-checkbox .custom-control-label::before {
    border-radius: 0;
} */

/* fim checkbox e radio */


@media screen and (min-width:992px) {
    .panel-title {
        font-size: 150%;
    }

    .main-image {
        width: 50%;
    }

    .main-info, .main-form {
        width: 50%;
    }

    .feature-row {
        width: 50%;
    }

    .logo {
        max-width: 263px;
        height: 76px;
    }

    .title {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .info {
        font-size: 19px;
        font-size: 1.2rem;
    }

    .subtitle {
        font-size: 25px;
        font-size: 1.4rem;
    }

    .icon {
        max-width: 175px;
    }

    .bg-content-2 {
        background-image: url(../img/content-background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .img-promo {
        max-width: 190px;
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    .splash {
        width: 8rem;
        height: 8rem;
        font-size: 1.5rem;
    }

    .main-info, .main-image {
        width: 33%;
    }

    .main-info {
        order: 0;
    }

    .main-form {
        order: 2;
    }

    .main-image {
        order: 1;
    }

    .btn-nav {
        font-size: 16px;
        font-size: 1rem;
    }

    .banner {
        min-height: 650px;
    }

    .bg-content-2 {
        background-position-y: center;
    }

}

@media screen and (min-width: 1367px) {
    .form-label-group > label {
        font-size: 1rem;
    }

    .form-control {
        font-size: 1rem;
    }
}

.logo-legal {
    height: 20px;
}

#adsense .modal-content {
    background-color: #fff;
}
