@font-face {
    font-family: "LeasePlan";
    src: url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Regular.eot"); /* IE9 Compat Modes */
    src: url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Regular.woff") format("woff"),
        /* Modern Browsers */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Regular.woff2") format("woff2"), /* Modern Browsers */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Regular.ttf") format("truetype");
    text-rendering: optimizeLegibility;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "LeasePlan";
    src: url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Bold.eot"); /* IE9 Compat Modes */
    src: url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Bold.woff") format("woff"),
        /* Modern Browsers */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Bold.woff2") format("woff2"), /* Modern Browsers */ url("https://renting-leaseplan.com/fonts/LeasePlan/LeasePlan-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

html {
    background-color: #f6f8fb;
}
body {
    font-family: "LeasePlan", sans-serif;
    font-weight: normal;
    line-height: 1.25;
    overflow-x: hidden;
    opacity: 1;
    /*animation: fade-in 1.2s linear forwards;*/
    /*max-width: 1440px;*/
    margin: 0 auto;
    color: #2d2d2d;
}
label.error {
    font-size: 14px;
    color: #de4b4b;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

video {
    cursor: pointer;
}

.noscroll {
    overflow: hidden;
}

select.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select.custom-select::-ms-expand {
    display: none;
}

a[href="#contactform"]:hover {
    text-decoration: none;
}

/* CÓDIGO DA LP */

.container {
    max-width: 1600px;
}

.header {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header img {
    max-width: 360px;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
}

.header a {
    margin-left: 40px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 700;
}

.selo {
    max-width: 200px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    background-color: #004a5d;
    padding: 100px 20px;
    border-radius: 120px;
    margin-left: auto;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.selo .mes {
    font-size: 78px;
}

.banner .subtitle {
    max-width: 520px;
}

.topsection {
    background-color: #ffffff;
}

.banner {
    padding: 110px 20px;
    background-image: url("../img/headerBG_1920.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 725px;
    border-radius: 0 0 80px 0;
}

.video-cta {
    position: absolute;
    top: 27px;
    right: 16%;
    cursor: pointer;
    display: none;
}

.video-cta img {
    max-width: 78px;
}

.title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: 0.34px;
    color: #004a5d;
    margin-bottom: 19px;
}

.subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.24px;
    color: #004a5d;
    margin-bottom: 25px;
}

.banner .title {
    font-size: 70px;
}

.banner .subtitle {
    font-size: 40px;
    font-weight: 400;
}

.list {
    list-style-type: none;
}

.list li {
    padding-left: 37px;
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.18px;
    color: #fff;
    background-image: url(../img/header_iconCheckmark.svg);
    background-size: 22px auto;
    background-position: left 6px;
    background-repeat: no-repeat;
}

.banner-cta {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #f06400;
    padding: 13px 0;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    margin-top: 40px;
    padding: 10px 0;
    border: 2px solid #fff;
}

.banner-cta:hover {
    background-color: #f06400;
    color: #fff;
}

.contacto-btn {
    display: none;
    position: fixed;
    z-index: 101;
    width: 109px;
    height: 109px;
    right: 3vw;
    bottom: 12vh;
    background-image: url("../img/botaoContacto.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.contacto-btn.show {
    display: block;
    animation: fade-in 0.4s ease-in-out forwards;
    font-size: 0;
}

.form-section {
    padding: 70px 30px;
    background-color: #ffffff;
}

.vantagens-title {
    color: #f06400;
    font-size: 44px;
    margin-bottom: 25px;
    max-width: 1100px;
}

.vantagens-subtitle {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: 0.34px;
    color: #004a5d;
    margin-bottom: 30px;
}

.vantagens {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.18px;
}

.vantagens li {
    padding-left: 40px;
    background-image: url(../img/iconCheckmark.svg);
    background-size: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    min-height: 30px;
    font-size: 24px;
    color: #004a5d;
}

.vantagens li:last-child {
    margin-bottom: 0;
}

.vantagens-footer-message {
    font-size: 34px;
    color: #f06400;
    margin-top: 20px;
}

.form-body {
    margin-left: auto;
    padding: 50px;
    background: linear-gradient(153deg, #004a5d 36%, #00b0ae 105%, #00b1af 105%);
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 60px 0 60px 0;
}

.form-body .heading {
    font-size: 27px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 24px;
}

.form-body input,
.form-body select,
.form-body textarea,
.select2-container--default .select2-selection--single {
    font-size: 16px;
    color: #c1c1c1;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #c1c1c1;
    background-color: #ffffff;
}

.form-body textarea {
    height: auto;
    min-height: 84px;
}

.form-body input::placeholder,
.form-body select::placeholder,
.form-body textarea::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #c1c1c1;
}

.select2-container--focus .select2-selection--single .select2-selection__rendered {
    color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.form-body select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: url("../img/icon_formDropdown.svg");
    background-size: 22px auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select2-container {
    width: 100% !important;
}

.input-wrapper {
    margin-bottom: 14px;
}

.termos-label {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    vertical-align: middle;
    margin: 0;
}

.termos-label::before {
    display: inline-block;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 11px;
    border-radius: 2px;
    border: solid 1px #c1c1c1;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    color: #c1c1c1;
    cursor: pointer;
}

.termos-label a {
    color: #fff;
    text-decoration: underline;
}

.termos-label a:hover,
.termos-label a:active,
.termos-label a:visited {
    color: #2d2d2d;
    text-decoration: none;
}

#termos:checked ~ .termos-label::before {
    content: "✕";
}

.form-btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ee4c14;
    background-image: linear-gradient(to left, #ee4c14, #ed8b00);
    margin-top: 35px;
    text-transform: uppercase;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.form-btn:hover {
    color: #ee4c14;
    background-image: none;
    background-color: #fff;
}

.servicos {
    padding: 70px 0 80px;
    background-color: #f7f7f7;
    /*background-image: url(../img/BlocoLaranja_1920.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 20px 15px -13px rgba(0,0,0,0.2);
    box-shadow: inset 0px 20px 15px -13px rgba(0,0,0,0.2);
}

.servicos-title {
    font-size: 32px;
    /*line-height: 1.18;*/
    letter-spacing: 0.32px;
    text-align: center;
    color: #004a5d;
    line-height: 1.6;
}

.servico {
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
}

.servico img {
    max-height: 150px;
    margin-bottom: 20px;
}

.servico .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.22px;
    margin-bottom: 30px;
}

.servico .txt {
    font-size: 19px;
    line-height: 1.45;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.servico.collapsed .txt {
    max-height: 1000px;
}

.row-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height;
    transition: max-height 0.4s ease-in-out;
}

.servicos.collapsed .row-hide {
    max-height: 1500px;
}

.ver-mais {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    color: #ee4c14;
    padding: 11px 0;
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 40px;
    border: 2px solid #fff;
}

.ver-mais:hover {
    background-color: #ee4c14;
    color: #fff;
}
.servicos.collapsed .ver-mais .mais,
.ver-mais .menos {
    display: none;
}

.servicos.collapsed .ver-mais .menos {
    display: block;
}

.servicos-copy {
    font-size: 14px;
    line-height: 1.19;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.clientes {
    padding: 80px 20px 120px;
    background-color: #f6f8fb;
}

.clientes .container {
    max-width: 1600px;
}

.clientes-title {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.45px;
    text-align: center;
    color: #004a5d;
    margin-bottom: 40px;
}

.clientes-slider-wrapper {
    position: relative;
}

.clientes .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cliente-slide {
    padding: 0 30px;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.cliente-slide .inner {
    position: relative;
}

.cliente-slide .img {
    width: auto;
    height: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.cliente-slide .nome {
    color: #f06400;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.cliente-slide .cargo {
    color: #004a5d;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.cliente-slide .texto {
    color: #565454;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.02px;
    text-align: center;
}

.cliente-slide .txt {
    position: absolute;
    bottom: 14px;
    left: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 0.22px;
    color: #fff;
    text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.7);
}

.cliente-slide .txt span {
    font-size: 14px;
}

.cliente-slide .btn-play {
    display: block;
    position: absolute;
    top: 16px;
    right: 25px;
    height: 56px;
    width: 56px;
    background-image: url(../img/icon_videoPlay.svg);
    background-size: 56px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.clientes-prev,
.clientes-next {
    display: block;
    /*display: none;*/
    position: absolute;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 50px;
    background-size: contain;
    background-position: center;
    top: calc(50% - 25px);
}
.clientes-next {
    right: 20px;
    background-image: url("../img/testemunhosDireita.svg");
}
.clientes-prev {
    left: 20px;
    background-image: url("../img/testemunhosEsquerda.svg");
}

.ancora {
    text-align: center;
    /*background: linear-gradient(173deg, #004a5d 15%, #00b1af 104%);*/
    background-image: url(../img/BlocoLaranja_1920.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0 50px;
}

.ancora a {
    color: #f06400;
    text-decoration: none;
/* alterado AM */
    font-size: 24px;
    /*font-size: 30px;*/
/* alterado AM */
    font-weight: bold;
    border-radius: 90px;
    border: 2px solid #fff;
    padding: 22px 70px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    margin: 44px 0 9px;
    /*margin: 50px 0 0;*/
    background-color: #fff;
}

.ancora a:hover {
    background-color: #f06400;
    color: #fff;
}

.ancora-title {
    font-size: 44px;
/* alterado AM */
    line-height: 1.3;
/* alterado AM */
    
}

.ancora-title span {
    font-size: 36px;
}
.ancora .container {
    max-width: 1600px;
}

.ancora hr {
    border-color: #fff;
}

.ancora .texto-bottom {
    font-size: 26px;
    line-height: 1.2;
}

.texto-bottom {
    color: #004a5d;
    background-color: #f6f8fb;
    padding: 70px 0 90px;
    font-size: 26px;
    text-align: center;
/* alterado AM */
    line-height: 1.6;
/* alterado AM */
    -webkit-box-shadow: inset 0px 20px 15px -13px rgba(0,0,0,0.2);
    box-shadow: inset 0px 20px 15px -13px rgba(0,0,0,0.2);
}

.bottom {
    position: absolute;
    bottom: 20px;
}

.condicoes {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12px;
    color: #00b1af;
    margin-bottom: 7px;
}

.modelo {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: 0.19px;
    color: #004a5d;
    margin-bottom: 3px;
}

.submodelo {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12px;
    color: #707070;
}

.preco {
    font-size: 33px;
    font-weight: bold;
    line-height: 0.67;
    letter-spacing: 0.33px;
    color: #004a5d;
    margin-right: 3px;
}

.preco span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #707070;
}

.whatsnext {
    padding: 45px 0 50px;
    background-color: #f6f8fb;
}

.whatsnext-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 0.29;
    letter-spacing: 0.34px;
    color: #f06400;
    margin-bottom: 30px;
    text-align: center;
}

.col-next {
    text-align: center;
    padding: 0 33px;
}

.col-next img {
    max-width: 100%;
    margin-bottom: 22px;
}

.txt-next {
    font-size: 22px;
    line-height: 1.09;
    letter-spacing: 0.22px;
    color: #004a5d;
}

footer {
    background-color: #565454;
    padding: 40px 20px;
    color: #fff;
}

footer a p {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
}

footer .title_politicas,
footer .title_condicoes {
    font-size: 11px;
    line-height: 1.18;
    margin-bottom: 14px;
    text-decoration: none;
}

.footer-links {
    justify-content: flex-start;
}

.logo_adstrategy {
    padding-top: 57px;
    padding-bottom: 46px;
    background-color: #fff;
}

footer .title_condicoes:last-child {
    margin-bottom: 0;
}

/* MODAL VIDEO */

.modal-background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.modal-background.open {
    display: block;
    opacity: 0;
    animation: fade-in 0.4s linear forwards;
}

.modal-inner {
    height: 720px;
    width: 1280px;
    position: absolute;
    display: block;
    top: calc(50% - 360px);
    left: calc(50% - 640px);
}

.modal-close {
    height: 72px;
    width: 72px;
    position: absolute;
    right: 30px;
    top: -90px;
    cursor: pointer;
    background-image: url("../img/icon_videoClose.svg");
}

.saber-mais {
    padding: 30px 0 70px;
    background-color: #f6f8fb;
}

.saber-mais-title {
    font-size: 34px;
    font-weight: bold;
    color: #004a5d;
    text-align: center;
    margin-bottom: 30px;
}

.btn-saber-mais {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    background-color: #ee4c14;
    background-image: linear-gradient(to left, #ee4c14, #ed8b00);
    margin: 0 auto;
    box-shadow: none;
}
.btn-saber-mais:hover {
    color: #fff;
}
.btn-saber-mais:focus {
    box-shadow: none;
}

.form-mb-anchor button {
    border: none;
    color: #fff;
    background-image: linear-gradient(to left, #ee4c14, #ed8b00);
    padding: 12px 30px;
    border-radius: 60px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%);
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1242px;
    }
    .form-body input,
    .form-body select,
    .form-body textarea,
    .select2-container--default .select2-selection--single {
        font-size: 14px;
        height: 41px;
    }
    
    .servicos {
        padding: 50px 0 60px;
    }
    
    .servicos-title {
        font-size: 30px;
    }
    
    .vantagens-title {
        font-size: 39px;
    }
    
    .vantagens-subtitle {
        font-size: 29px;
    }
    
    .form-btn {
        font-size: 17px;
    }
    
    .form-body {
        padding: 40px;
    }
    
    .texto-bottom {
        font-size: 24px;
        padding: 70px 0;
    }
    
    .ancora-title {
        font-size: 38px;
    }
    
    .ancora-title span {
        font-size: 30px;
    }
    
    .form-body .heading {
        font-size: 23px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    #contactform .col-12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #contactform .input-wrapper {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1200px) {
    .vantagens-footer-message {
        margin-bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .banner .title {
        font-size: 58px;
    }
}

@media (max-width: 1024px) {
    .banner .title {
        font-size: 46px;
    }

    .banner .subtitle {
        font-size: 32px;
    }

    .banner {
        background-position: center left -150px;
    }
}

@media (max-width: 991px) {
    .header img {
        max-width: 260px;
        margin-bottom: -20px;
    }

    .video-cta {
        top: 16px;
        right: 12%;
    }

    .banner {
        padding: 40px 20px 30px;
        min-height: 420px;
    }

    .title {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.19;
        letter-spacing: 0.26px;
    }

    .subtitle {
        font-size: 21px;
        font-weight: bold;
        line-height: 1.43;
        letter-spacing: 0.21px;
        margin-bottom: 15px;
    }

    .list li {
        padding-left: 29px;
        font-size: 14px;
        line-height: 2.14;
        letter-spacing: 0.14px;
        background-size: 18px auto;
        background-position: left 5px;
    }

    .banner-cta {
        font-size: 12px;
        padding: 12px 0;
        letter-spacing: 0.12px;
        margin-top: 16px;
    }

    .form-section {
        padding: 31px 0;
    }

    .vantagens-subtitle {
        font-size: 26px;
        line-height: 1.54;
        letter-spacing: 0.26px;
        margin-bottom: 20px;
    }

    .vantagens li {
        padding-left: 38px;
        margin-bottom: 30px;
    }

    .form-body {
        max-width: 100%;
        margin-right: auto;
        margin-top: 30px;
    }
    .form-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .servicos {
        padding: 50px 0;
    }

    .servicos-title {
        font-size: 27px;
        line-height: 1.25;
        letter-spacing: 0.26px;
        /*margin-bottom: 37px;*/
    }
    .servico .txt {
        font-size: 15px;
        line-height: 1.25;
    }
    .servicos.collapsed .row-hide {
        max-height: 2000px;
    }

    .clientes {
        padding: 33px 0 0;
    }

    .clientes-title {
        font-size: 26px;
        line-height: 0.85;
        letter-spacing: 0.26px;
        margin-bottom: 33px;
    }

    .clientes .slick-track {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .cliente-slide .btn-play {
        top: 13px;
        right: 13px;
        height: 28px;
        width: 28px;
        background-size: 28px;
    }

    .cliente-slide .txt {
        bottom: 10px;
        left: 14px;
        font-size: 12px;
        line-height: 1.19;
        letter-spacing: 0.13px;
    }

    .modelo {
        font-size: 17px;
    }

    .bottom {
        bottom: 15px;
    }

    .whatsnext {
        padding: 22px 0 30px;
    }

    .whatsnext-title {
        font-size: 26px;
        line-height: 1;
        letter-spacing: 0.26px;
        margin-bottom: 20px;
    }

    .col-next {
        padding: 0 15px;
    }

    .col-next img {
        margin-bottom: 15px;
    }
    .txt-next {
        font-size: 15px;
        line-height: 1.13;
        letter-spacing: 0.15px;
    }

    .footer-links {
        /*justify-content: space-between;*/
        justify-content: flex-start;
    }

    footer {
        padding: 33px 20px 30px;
    }

    .modal-close {
        height: 50px;
        width: 50px;
        right: -25px;
        top: -25px;
        background-size: cover;
    }

    .saber-mais-title {
        font-size: 26px;
    }

    .vantagens-title {
        font-size: 30px;
    }

    .vantagens-subtitle {
        font-size: 22px;
    }

    .vantagens li {
        font-size: 16px;
        margin-bottom: 18px;
        background-size: 24px;
    }

    .vantagens-footer-message {
        font-size: 26px;
    }
    
    .ancora {
        padding: 60px 0 40px;
    }
    
    .texto-bottom {
        font-size: 21px;
        padding: 40px 0;
    }
    .texto-bottom .container {
        max-width: 600px;
    }
}
@media (min-width: 768px) and (max-width:991px){
    .banner .subtitle {
        font-size: 30px;
        max-width: 330px;
    }
    
    .selo {
        max-width: 140px;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        background-color: #004a5d;
        padding: 55px 15px;
        border-radius: 120px;
        margin-left: auto;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        bottom: -120px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    .contacto-btn {
        width: 80px;
        height: 80px;
        bottom: 3vh;
    }

    .banner .title {
        font-size: 36px;
    }

    .banner .subtitle {
        font-size: 22px;
        max-width: 230px;
    }

    .header a {
        margin-left: 15px;
    }

    .selo {
        font-size: 15px;
        padding: 35px 10px;
        max-width: 95px;
    }

    .selo .mes {
        font-size: 42px;
    }
    
    .form-mb-anchor button {
        border: none;
        color: #fff;
        background-image: linear-gradient(to left, #ee4c14, #ed8b00);
        padding: 10px 25px;
        border-radius: 60px;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
    }

    .container {
        width: calc(100% - 10px);
    }

    .header.container {
        max-width: 100%;
        width: 100%;
    }

    .header img {
        max-width: 200px;
    }

    .banner {
        min-height: 0;
        padding: 60px 0 30px;
        background-image: url("../img/headerBG_780.jpg");
        background-position: center left 10px;
    }

    .video-cta {
        top: 24px;
        right: 33px;
    }

    .title {
        font-size: 23px;
        font-weight: bold;
        line-height: 1.35;
        letter-spacing: 0.23px;
    }

    .subtitle {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.11;
        letter-spacing: 0.18px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .list li {
        font-size: 13px;
        line-height: 1.8;
    }

    .form-section {
        padding: 24px 0;
    }
    
   /* alterado AM
    .vantagens-title {
        font-size: 18px;
    }*/
    .vantagens-title {
/* alterado AM */
        margin-top: 14px;
/* alterado AM */
        font-size: 22px;
    }
    
   /* alterado AM
    .vantagens-subtitle {
        font-size: 16px;
        line-height: 1.09;
        letter-spacing: 0.23px;
    } */

    .vantagens-subtitle {
        font-size: 19px;
        line-height: 1.09;
        letter-spacing: 0.23px;
    }
    
    
    .vantagens {
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 0.14px;
    }

/* alterado AM
    .vantagens li {
        padding-left: 30px;
        margin-bottom: 4px;
        background-size: 20px;
        font-size: 12px;
    }
*/
    
    .vantagens li {
        padding-left: 30px;
        margin-bottom: 4px;
        background-size: 20px;
        font-size: 15px;
    }
/* alterado AM   
    .vantagens-footer-message {
        font-size: 15px;
    } */
    
 .vantagens-footer-message {
        font-size: 19px;
    }
    .form-body {
        margin-top: 0;
    }

    .termos-label {
        font-size: 10px;
        line-height: 10px;
    }

    .form-btn {
        max-width: 310px;
        font-size: 16px;
        padding: 12px 0;
        margin-top: 15px;
    }

    .servicos {
        padding: 40px 20px 30px;
    }

    .servicos-title {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.23px;
        max-width: 100%;
        margin-bottom: 20px 0;
    }

    .servico {
        margin-bottom: 0;
    }

    .servico .title {
        margin-bottom: 15px;
    }
    .servico .txt {
        margin-bottom: 15px;
    }

    .servicos.collapsed .row-hide {
        max-height: 3000px;
    }

    .servicos-copy {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .clientes {
        padding: 22px 20px 0;
    }

    .clientes .container {
        width: 100%;
        padding: 0;
    }

    .clientes-title {
        font-size: 23px;
        line-height: 0.96;
        letter-spacing: 0.23px;
        margin-bottom: 0;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .clientes .slick-track {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .cliente-slide {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .cliente-slide .btn-play {
        top: 8px;
        right: 8px;
        background-size: cover;
        transition: height 0.4s ease-in-out, width 0.4s ease-in-out;
    }

    .cliente-slide .img {
        transition: height 0.4s ease-in-out;
    }

    .cliente-slide .txt {
        bottom: 4px;
        left: 8px;
        font-size: 9px;
        transition: font-size 0.4s ease-in-out;
    }

    .cliente-slide.slick-current .btn-play {
        top: 12px;
        right: 12px;
        height: 35px;
        width: 35px;
    }

    .cliente-slide.slick-current .txt {
        bottom: 4px;
        left: 14px;
        font-size: 13px;
    }

    .bottom {
        width: calc(100% - 40px);
        left: 20px;
    }

    .whatsnext {
        padding: 27px 0 22px;
    }

    .whatsnext-title {
        font-size: 23px;
    }

    .col-next {
        margin-bottom: 20px;
    }

    .col-next img {
        max-width: 218px;
        margin: 0 auto 8px;
    }

    .txt-next {
        max-width: 204px;
        margin: 0 auto;
    }

    footer .title_politicas {
        margin-bottom: 0;
    }

    footer .title_condicoes {
        margin-top: 14px;
    }

    footer {
        padding: 22px 22px 18px;
    }

    .logo_adstrategy {
        padding-top: 18px;
        padding-bottom: 23px;
    }

    .modal-close {
        height: 34px;
        width: 34px;
        right: 0px;
        top: -40px;
        background-size: cover;
    }

    .saber-mais {
        padding: 30px 0 50px;
    }

    .saber-mais-title {
        font-size: 23px;
    }

    .btn-saber-mais {
        max-width: 220px;
        font-size: 16px;
        padding: 12px 0;
    }

    .ancora-title {
        margin-top: 10px;
        font-size: 26px;
    }
    
    .ancora-title span {
        font-size: 22px;
    }

   /* alterado AM
    .ancora a {
        padding: 14px 50px;
        font-size: 20px;
    }
    */
    
     .ancora a {
        padding: 14px 50px;
        font-size: 18px;
    }
    
    .ancora .texto-bottom {
        font-size: 15px;
    }
    
    .ancora a {
        margin: 22px 0 0;
    }
    
    .ancora {
        text-align: center;
        /*background: linear-gradient(173deg, #004a5d 15%, #00b1af 104%);*/
        color: #fff;
        padding: 44px 0 55px;
    }
    
    .contacto-btn.show {
        max-width: 172px;
        width: 100%;
        height: 36px;
        background-image: linear-gradient(to left, #ee4c14, #ed8b00);
        border-radius: 60px;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        color: #ffffff;
        left: 20px;
        padding: 10px 24px;
    }
    
    .texto-bottom {
        font-size: 16px;
        padding: 33px 0;
    }
    
}

@media (max-width: 600px) {
    .banner { 
        background-position: center left -100px;
    }
}

@media (max-width: 480px) {
    .header a {
        font-size: 10px;
    }

    .header img {
        max-width: 150px;
    }
}

/* Codigo Politica Cookies */
.modal-dialog {
    max-width: 800px;
}

/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies {
    padding: 32px 0;
    background: rgba(113, 110, 111, 0.5);
    color: #fff;
}

.cookies .wrapper {
    position: relative;
}

/* .wrapper{
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
} */

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 16px;
}

.cookies .button,
.cookies .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 0;
}

.cookies .button {
    display: block;
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.text a:link {
    text-decoration: none;
}

.text a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.text a:hover {
    color: #bb1484;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #fff;
    background: #000;
}

.mask img {
    height: 29px;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

@media (max-width: 767px) {
    .mask img {
        height: 20px;
    }

    .cookies .text,
    #Politica p {
        font-size: 12px;
    }

    #PoliticaLabel {
        font-size: 20px;
    }
}

#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies {
    padding: 8px 0;
    background: #fff;
    color: #ccc;
}

.cookies .wrapper {
    position: relative;
}

.wrapper {
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 16px;
}

.cookies .button,
.cookies .text {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
}

.cookies .button,
.cookies .text {
    display: inline;
    vertical-align: middle;
}

.text a:link {
    text-decoration: none;
}

.text a {
    color: #ccc;
    text-decoration: none;
}

.text a:hover {
    color: #000;
}

.modal button.btn {
    padding: 0;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    transform: translateZ(0);
    margin-top: 0px;
}

.modal .btn-txt-light {
    color: #333;
    background: transparent;
}

.modal #btn-fechar {
    color: #000;
}

.modal #btn-fechar:hover {
    color: #fff;
    background: #000;
}

.modal [class*=" btn-txt"],
.modal [class^="btn-txt"] {
    position: relative;
    margin: 4px 0;
}

.modal .mask img {
    height: 15px;
}

.modal .modal-body {
    padding: 15px;
}

.modal {
    color: #000;
}
.radio-text {
    margin-right: 20px;
    padding-top: 8px;
}

.modal {
    font-size: 14px;
}
.modal h2 {
    font-size: 18px;
}

.modal p {
    margin-bottom: 15px;
}

.modal-dialog {
    max-width: 600px;
    width: calc(100% - 15px);
}

.modal-body {
    max-height: 400px;
    overflow: auto;
}

.btn-modal {
    background: linear-gradient(90deg, #ed8b00, #ee4c14);
    width: 100%;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    border: none;
}

.btn-modal:hover {
    color: #fff;
    box-shadow: 0px 0px 15px #333;
}

.modal-header {
    background-color: #f06400;
    color: #fff;
    font-weight: bold;
}

.modal-header h2 {
    font-weight: bold;
    margin: 0;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

/******* Código geral ********/

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noscroll {
    overflow: hidden;
}

/*******! ANIMATIONS *********/

@keyframes slide-up {
    to {
        transform: translateY(0);
    }
}

@keyframes slide-sideways {
    to {
        transform: translateX(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

/*STOPPED ANIMS*/
/**SLIDE UP**/
.animate_this.slide-up {
    transform: translateY(100px);
}

/**SLIDE TO LEFT**/
.animate_this.slide-left {
    transform: translateX(200px);
}

/**SLIDE TO RIGHT**/
.animate_this.slide-right {
    transform: translateX(-200px);
}

/**FADE IN**/
.animate_this.fade-in {
    opacity: 0;
}

/*START ANIMS*/

/**SLIDE UP**/
.animate_this.start-anim.slide-up {
    transform: translateY(100px);
    animation: slide-up 0.5s linear forwards;
}

/**SLIDE TO LEFT**/
.animate_this.start-anim.slide-left {
    transform: translateX(200px);
    animation: slide-sideways 0.5s linear forwards;
}

/**SLIDE TO RIGHT**/
.animate_this.start-anim.slide-right {
    transform: translateX(-200px);
    animation: slide-sideways 0.5s linear forwards;
}

/**FADE IN**/
.animate_this.start-anim.fade-in {
    opacity: 0;
    animation: fade-in 0.5s linear forwards;
}

/** FADE IN WHILE SLIDING UP **/
.animate_this.start-anim.slide-up.fade-in {
    animation: slide-up 0.5s linear forwards, fade-in 1s linear forwards;
}

/** FADE IN WHILE SLIDING SIDEWAYS **/
.animate_this.start-anim.slide-left.fade-in,
.animate_this.start-anim.slide-right.fade-in {
    animation: slide-sideways 0.5s linear forwards, fade-in 1s linear forwards;
}

@media (max-width: 1400px) {
    .modal-inner {
        height: 540px;
        width: 960px;
        top: calc(50% - 270px);
        left: calc(50% - 480px);
    }
}

@media (max-width: 991px) {
    .modal-inner {
        height: 360px;
        width: 640px;
        top: calc(50% - 180px);
        left: calc(50% - 320px);
    }
}

@media (max-width: 767px) {
    .modal-inner {
        height: 225px;
        width: 400px;
        top: calc(50% - 112.5px);
        left: calc(50% - 200px);
    }
    
    .form-body {
        margin-left: auto;
        padding: 34px;
        background: linear-gradient(153deg, #004a5d 36%, #00b0ae 105%, #00b1af 105%);
        box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
        border-radius: 60px 0 60px 0;
    }
    
    .form-body .heading {
        font-size: 19px;
        line-height: 1.25;
        color: #fff;
        margin-bottom: 24px;
    }
    
    .form-body input, .form-body select, .form-body textarea, .select2-container--default .select2-selection--single {
        font-size: 14px;
        color: #c1c1c1;
        height: 35px;
        border-radius: 4px;
        border: solid 1px #c1c1c1;
        background-color: #ffffff;
    }
}

@media (max-width: 414px) {
    .modal-inner {
        height: 180px;
        width: 320px;
        top: calc(50% - 90px);
        left: calc(50% - 160px);
    }
}

@media (max-width: 320px) {
    .modal-inner {
        height: 135px;
        width: 240px;
        top: calc(50% - 67.5px);
        left: calc(50% - 120px);
    }
}
