body {
    font-weight: normal;
    line-height: 1.25;
    overflow-x: hidden;
    opacity: 0;
    animation: fade-in 1.2s linear forwards;
    background-color: #eef0f2;
}

button {
    background: transparent;
    border: none;
}
.close {
    font-size: 24px;
    color: #fff;
    font-size: 35px;
}
.noscroll {
    overflow: hidden;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/* a[href="#contactform"]:hover {
        text-decoration: none;
} */

.slick-arrow:focus,
.slick-arrow:active {
    outline: none;
}
/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}
#warning_EU_cookiemsg a:hover {
    color: #a4a4a4;
}
.cookies {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.9);
    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;
    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;
}

.text a:hover {
    color: #000;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
    border: none;
    box-shadow: none;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #fff;
    background: #000;
}

.mask img {
    height: 29px;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

.modal-dialog {
    max-width: 700px;
}

.modal-body {
    padding: 1rem 25px;
}

.btn-block {
    border: none;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
}

.btn-block:hover,
.btn-block:active,
.btn-block:focus {
    background-color: #000;
    color: #fff;
}
.modal-content {
    background-color: #313131;
    background-color: rgba(33, 33, 33, 0.9);
    color: #fff;
}
.modal-inner-content {
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
}

@media (max-width: 767px) {
    .item .img::after {
        display: none !important;
    }
    .cookies .button,
    .cookies .text {
        font-size: 11px;
    }
    .mask img {
        height: 23px;
    }

    .modal-title {
        font-size: 20px;
    }
}

/******* Codigo geral ********/

.nopadding {
    padding: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.error {
    display: block;
    width: 100%;
    color: #ff4949;
    margin-top: 5px;
    font-size: 12px;
}
#termos-error {
    margin-top: 5px;
}

/*!CÓDIGO DA PÁGINA!*/
.btn {
    background-color: #f7b32b;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 40px;
    margin: 0 auto;
    border: 2px solid #f7b32b;
}

.btn:hover {
    background-color: #fff;
    color: #f7b32b;
    border: 2px solid #f7b32b;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #212121;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1180px;
    }
}

.banner {
    padding: 50px 0;
    background-image: url("/img/headerBG_Desktop.png");
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #eef0f2;
}
.agradecimento .banner,
.error .banner{
    padding-bottom: 260px;
}

.logo {
    margin-bottom: 67px;
}

.logo img {
    max-width: 70px;
}

.title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 3px 6px #00000029;
}

.subtitle {
    font-size: 25px;
    color: #eef0f2;
    margin-bottom: 56px;
    max-width: 700px;
}

/**Progress bar*/
.zp-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
    position: relative;
    margin: 0 auto 15px;
}
.zp-progress-bar .icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    background-color: #eef0f2;
    z-index: 2;
    background: linear-gradient(to right, #f7b32b 50%, #eef0f2 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.4s linear;
    transition-delay: 0.8s;
}
.zp-progress-bar .icon.start {
    background-color: #f7b32b;
    background-position: left bottom;
}

.zp-progress-bar .icon::after {
    content: "";
    display: block;
    height: 10px;
    width: 16px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    position: absolute;
}

.zp-progress-bar .bar {
    left: 0;
    top: calc(50% - 1px);
    position: absolute;
    height: 60px;
    width: 100%;
    /*border-radius: 20px;
    background-color: #EEF0F2;*/
    background-image: url("/img/bar1.png");
    background-size: contain;
    background-repeat: no-repeat;
    /*background: linear-gradient(90deg, rgba(247,179,43,1) 30%, rgba(255,255,255,1) 30%);*/
    z-index: 1;
}

.zp-progress-bar .bar span {
    /*background-color: #F7B32B;*/
    height: 100%;
    width: 100%;
    max-width: 0%;
    /*border-radius: 20px;*/
    display: block;
    background-image: url("/img/bar2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.zp-progress-bar.final .bar span {
    max-width: 100%;
}

.zp-progress-bar.final .icon.final {
    background-color: #f7b32b;
    background-position: left bottom;
}
/*************/

/**Formulário*/

.passo:not(.active) {
    display: none;
}

.passo {
    padding-top: 40px;
}

.passo.active {
    animation: fade-in 0.8s ease-in-out forwards;
}

.form-wrapper {
    max-width: 760px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    color: #646464;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #1985a1;
}

.form-title {
    padding: 30px 15px;
    background-color: #1985a1;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.contactform {
    padding: 60px 0 70px;
}

.input-title,
.result {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.input-note {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: -5px;
}

.input-block {
    margin: 50px 0 50px 0;
}
#space-fix {
    display: inline-table;
    width: 100%;
    margin: 7.5px 0;
}

#space-fix input {
    text-align: left;
    padding: 10px 20px 10px 50px;
}

#space-fix input[name="name"],
#space-fix input[name="last_name"] {
    background-image: url("/img/user.svg");
}
#space-fix input[name="email"] {
    background-image: url("/img/email.svg");
}
#space-fix input[name="phone"] {
    background-image: url("/img/phone.svg");
}

#space-fix input {
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.passo #space-fix:first-child {
    margin-top: 50px;
}

.input-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #eef0f2;
    outline: none;
    border-radius: 10px;
    margin-top: 15px;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #f7b32b;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
}

.input-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #f7b32b;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
}

.input-slider::-webkit-slider-thumb::after {
    content: "€";
    color: #000;
}

.slider-input output.bubble {
    left: 50%;
    top: -15px;
    transform: translateX(-100%);
}

.slider-input output.euro {
    color: white;
    background: transparent;
    padding: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 16px;
}

.slider-input output {
    background: #f7b32b;
    color: white;
    padding: 2px 12px;
    position: absolute;
    border-radius: 8px 8px 0 8px;
    font-size: 14px;
    transform: translateX(-50%);
    max-width: 120px;
    width: 100%;
}

.slider-input {
    max-width: 450px;
    margin: 40px auto 0;
    position: relative;
}

.result {
    color: #f7b32b;
}

.input {
    background: transparent;
    border: 1px solid #646464;
    border-radius: 70px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    min-height: 45px;
    outline: none;
    box-shadow: none;
    opacity: 0.8;
    max-width: 440px;
    width: 100%;
}
.input::placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c6c6c6;
    opacity: 1;
}

.input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c6c6c6;
    opacity: 1;
}

/**SWITCH**/

.switch-input {
    display: none;
}

.switch-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 97px;
    margin: 0 auto;
    font-size: 18px;
}

.switch-wrapper .switch {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}

.switch-wrapper .switch > span {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #1985a1;
    position: relative;
    z-index: 2;
    transition: margin-left 0.2s ease-in-out;
}

.switch-input:checked + .switch-wrapper .switch > span {
    margin-left: calc(100% - 30px);
}

.switch-wrapper .switch .bar {
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    border-radius: 40px;
    background-color: #eef0f2;
    z-index: 1;
}

.switch-wrapper .switch .bar span {
    width: 100%;
    height: 100%;
    max-width: 0%;
    transition: max-width 0.2s ease-in-out;
    background-color: #1985a1;
    display: block;
    border-radius: 40px;
}
.switch-input:checked + .switch-wrapper .switch .bar span {
    max-width: 100%;
}

.radios-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 582px;
    margin: 0 auto;
    font-size: 18px;
    color: #eef0f2;
}
.radios-wrapper .radios {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.radio-label input {
    display: none;
}
.radio-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #1985a1;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transition: background 0.2s ease-in-out;
}

.radio-label input:checked + span {
    background-color: #f7b32b;
}

.btn-form {
    max-width: 450px;
    margin-top: 70px;
}

.termos {
    margin-bottom: 30px;
}

.termos input {
    display: none;
}
.termos a {
    color: inherit;
}

.termos label:not(.error) {
    font-size: 16px;
}

.termos label:not(.error):before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #646464;
    margin-right: 10px;
    margin-bottom: -3px;
    cursor: pointer;
    font-size: 30px;
    line-height: 0.3;
    border-radius: 5px;
}

#termos:checked + label:not(.error)::before {
    content: "✓";
}

/************/

/**SECTION VANTAGENS**/

.vantagens {
    padding: 50px 0 70px;
    background-color: #eef0f2;
}

.block-title {
    font-size: 30px;
    line-height: 1.22;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.vantagens .block-title {
    color: #646464;
    font-size: 40px;
    margin-bottom: 80px;
}

.vantagem {
    text-align: center;
}
.vantagem img {
    max-height: 100px;
    margin-bottom: 30px;
}
.txt {
    max-width: 280px;
    font-size: 18px;
    margin: 0 auto;
}

/*********************/

/* TIMELINE */

.timeline-sec {
    background: transparent linear-gradient(180deg, #1985a1 0%, #2b6e6c 100%) 0% 0% no-repeat padding-box;
    border-radius: 150px 0px 0px 0px;
    padding: 80px 0 110px;
}

.timeline-sec .title {
    text-shadow: none;
    text-align: center;
    margin-bottom: 90px;
}

.timeline-sec > .container {
    max-width: 1400px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline p {
    font-size: 18px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 10px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    border-radius: 30px;
    margin-left: -3px;
}

/* Container around content */
.item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
    display: flex;
    margin-bottom: 120px;
}

/* The circles on the timeline */
.item .img::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ff9f55;
    border: 9px solid #fff;
    top: calc(50% - 20px);
    border-radius: 50%;
    z-index: 1;
}

.item .left.image .img::after {
    right: -62px;
}

.item .right.image .img::after {
    left: -58px;
}

.item > div {
    width: 50%;
}

/* The actual content */
.content {
    position: relative;
    color: #fff;
}

.item img {
    width: 100%;
    position: relative;
}

.item .img {
    width: 100%;
    position: relative;
}

.timeline h2 {
    font-weight: 500;
    max-width: 400px;
}

.timeline .right:not(.image),
.timeline .left:not(.image) {
    display: flex;
    align-items: center;
}

.timeline .left:not(.image) {
    text-align: right;
}

.timeline .left:not(.image) h2 {
    margin-left: auto;
}

/***********************/
/* FAQ */

.faq .container {
    max-width: 1400px;
}

.faq {
    padding: 120px 0;
}

.faq .title {
    text-align: center;
    color: #646464;
    margin-bottom: 60px;
    text-shadow: none;
}

.faq p {
    font-size: 18px;
    font-weight: 500;
    color: #646464;
    padding-top: 30px;
    padding-left: 60px;
}

.faq h2 button {
    font-size: 26px;
    font-weight: 500;
    color: #646464;
    background: #fff;
    border-radius: 8px !important;
    box-shadow: none;
    border: 2px solid #71b2c5;
    padding: 15px 25px 15px 80px;
}
.faq .accordion{
    padding-left:15px;
    padding-right:15px;
}
.faq .accordion-button:focus {
    box-shadow: none;
    border-color: #71b2c5;
}

.faq .accordion-item {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 35px;
}

.faq .accordion-button:not(.collapsed) {
    color: #646464;
    background: #fff;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .item {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .item::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
}

/*********************/

/** FOOTER **/

footer {
    padding: 120px 0 90px;
    background-image: url("/img/fundo_footer.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

footer .txt {
    font-size: 40px;
    color: #eef0f2;
    max-width: 1154px;
    margin: 0 auto 43px;
    font-weight: 500;
}

.btn-footer {
    max-width: 680px;
    font-size: 18px;
    padding: 20px;
}

/*************/

@media only screen and (max-width: 1400px) {
    body {
        font-size: 18px;
    }

    .title {
        font-size: 40px;
    }

    .subtitle {
        margin-bottom: 55px;
        max-width: 600px;
    }

    .logo {
        margin-bottom: 40px;
    }

    .logo img {
        max-width: 120px;
    }

    .form-title {
        font-size: 26px;
    }

    .input-title,
    .result {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .input-block {
        margin-bottom: 20px;
    }
    .termos {
        margin-top: 30px;
    }

    .slider-input output.bubble {
        top: -24px;
    }

    .slider-input output.euro {
        top: 8px;
    }

    .switch-wrapper {
        max-width: 60px;
        font-size: 14px;
    }

    .radios-wrapper {
        font-size: 14px;
    }

    .btn {
        padding: 8px 18px;
        font-size: 18px;
    }
    .form-wrapper {
        max-width: 760px;
    }
    .contactform {
        padding: 45px 0 50px;
    }

    .block-title {
        font-size: 24px;
        margin-bottom: 48px;
    }

    .vantagem img {
        max-height: 95px;
        margin-bottom: 15px;
    }

    .faqs {
        padding: 65px 0 5px;
    }

    .faqs .container {
        max-width: 100%;
        padding: 0;
    }

    .faq {
        margin-bottom: 80px;
    }

    .faq img {
        width: 100%;
        max-width: 100%;
        margin-bottom: -70px;
    }

    .faq .txt {
        margin: 0 auto;
    }
    .diferenciales {
        padding: 65px 0;
    }

    .diferencial img {
        max-width: 135px;
        margin-bottom: 5px;
    }

    .porque {
        padding: 60px 0 90px;
    }

    .porque .txt {
        max-width: 520px;
        margin-bottom: -20px;
        padding: 40px;
    }

    .porque .container {
        max-width: 800px;
    }

    footer {
        padding: 80px 0 70px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1199px){
    footer .txt {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    .banner {
        padding: 30px 0;
    }
    .logo {
        margin-bottom: 30px;
    }

    .logo img {
        max-width: 100px;
    }

    .title {
        font-size: 30px;
    }

    .vantagens .block-title {
        font-size: 30px;
    }

    .subtitle {
        margin-bottom: 95px;
        max-width: 365px;
        font-size: 20px;
        line-height: 1.5;
    }
    .zp-progress-bar {
        /*max-width: 200px;*/
        margin: 0px auto 40px;
    }
    .zp-progress-bar .icon {
        height: 30px;
        width: 30px;
    }

    .zp-progress-bar .icon::after {
        height: 8px;
        width: 12px;
        top: calc(50% - 6px);
        left: calc(50% - 6px);
    }

    .slider-input {
        max-width: 292px;
    }

    .input-slider::-webkit-slider-thumb {
        width: 25px;
        height: 25px;
    }

    .input-slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
    }

    .vantagem .txt {
        font-size: 15px;
    }

    .faqs {
        padding: 65px 0 5px;
    }

    .faq {
        margin-bottom: 0;
        padding:60px 0;
    }
    

    .faq .txt {
        max-width: 788px;
        padding: 40px 50px;
    }

    .faq img {
        margin-bottom: -100px;
    }

    .diferencial {
        margin-bottom: 40px;
    }

    footer .txt {
        max-width: 548px;
        line-height: 1.35;
    }

    .timeline .item {
        margin-bottom: 60px;
    }

    .timeline h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {

    .timeline-sec {
      border-radius: 90px 0px 0px 0px;
    }
    .banner {
        background-size: auto 32%;
        background-position: right 45% top;
        padding: 24px 0 60px;
    }

    .agradecimento .banner,
    .error .banner{
        padding-bottom: 60px;
        background-size: auto 75%;
    }
    
    .logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .logo img {
        max-width: 75px;
    }

    .title {
        font-size: 23px;
        text-align: center;
    }

    .subtitle {
        margin-bottom: 80px;
        max-width: 280px;
        font-size: 16px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .form-wrapper {
        max-width: none;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0px 0px 8px 8px;
    }
    #space-fix {
        display: block;
        width: 100%;
        margin: 30px 0;
    }

    .form-title {
        font-size: 20px;
        padding: 30px 15px;
    }
    .passo {
      padding: 1px 15px;
    }
    .zp-progress-bar {
        max-width: 285px;
    }

    .zp-progress-bar .icon {
        height: 25px;
        width: 25px;
    }

    .slider-input {
        max-width: 292px;
    }

    .switch-wrapper .switch > span {
        height: 25px;
        width: 25px;
    }

    .input-slider {
        width: 250px;
    }
    .slider-input output{
        padding: 2px 0;
        max-width: 80px;
    }

    .input-title,
    .result {
        font-size: 16px;
    }

    .switch-input:checked + .switch-wrapper .switch > span {
        margin-left: calc(100% - 25px);
    }

    .radios-wrapper {
        max-width: 300px;
    }

    .btn {
        padding: 8px 16px;
    }

    .termos label:not(.error) {
        font-size: 14px;
    }

    .vantagens {
        padding: 0 0 20px;
    }

    .block-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .vantagem {
        margin-bottom: 40px;
    }

    .vantagem img {
        max-height: 70px;
        margin-bottom:30px;
    }
    .vantagens .block-title {
      font-size: 25px;
      margin-bottom: 40px;
    }

    .faqs {
        padding: 40px 0 5px;
    }

    .faq .txt {
        max-width: 100%;
        padding: 0 12px;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        font-size: 14px;
    }

    .faq img {
        margin-bottom: 25px;
    }
    .faq p {
      padding-top: 30px;
      padding-left: 0;
      font-size:16px;
    }
    .faq h2 button{
        padding-left: 40px;
        font-size: 20px;
    }

    .diferenciales {
        padding: 30px 0;
    }

    .diferencial {
        margin-bottom: 20px;
    }

    .diferencial img {
        max-width: 110px;
        margin-bottom: 5px;
    }

    .porque {
        padding: 41px 0 60px;
    }
    .porque-title {
        font-size: 24px;
        text-align: center;
        color: #212121;
        font-weight: bold;
    }

    .porque-blocks {
        padding: 30px 20px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
    }
    .porque .txt {
        max-width: 100%;
        margin-bottom: 24px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    footer {
      padding: 70px 0 70px;
    }
    footer .txt {
        max-width: 100%;
        font-size:30px;
        margin: 0 auto 25px;
        line-height: 1.35;
    }

    .btn-footer {
        font-size: 16px;
        max-width: 296px;
    }

    /* slick timeline */

    .timeline::after {
        display: none;
    }

    .timeline.slick-initialized .item.slick-slide {
        display: flex;
        flex-direction: column;
    }

    .timeline.slick-initialized .item.slick-slide.reverse {
        flex-direction: column-reverse;
    }

    .item > div {
        width: 100%;
    }

    body .item .image {
        margin-bottom: 30px;
    }

    body .item .image .img::after {
        top: -60px;
        left: calc(50% - 20px) !important;
    }

    .timeline .slick-track::before {
        width: 90%;
        height: 10px;
        background: #fff;
        top: -35px;
        position: absolute;
        border-radius: 50px;
        left: 0;
        margin-left: 5%;
    }

    .timeline .slick-list {
        padding-top: 60px;
    }

    .timeline .item {
        margin-bottom: 0;
    }

    .timeline .left:not(.image) {
        text-align: left;
    }

    .timeline .left:not(.image) h2 {
        margin-left: 0;
    }

    .timeline-sec .container {
        padding-left: 0;
        padding-right: 0;
    }
    .timeline p {
      font-size: 16px;
    }
    .timeline h2 {
      font-size: 22px;
    }
}

/*!----------------!*/

/*******! ANIMATIONS !*******/

@keyframes slide-up {
    to {
        transform: translateY(0);
    }
}

@keyframes slide-sideways {
    to {
        transform: translateX(0);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes grow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.4);
    }
}

/**SLIDE UP**/
.animate_this.start-anim.slide-up {
    transform: translateY(100px);
    animation: slide-up 0.8s linear forwards;
}

/**SLIDE TO LEFT**/
.animate_this.start-anim.slide-left {
    transform: translateX(200px);
    animation: slide-sideways 0.7s linear forwards;
}

/**SLIDE TO RIGHT**/
.animate_this.start-anim.slide-right {
    transform: translateX(-200px);
    animation: slide-sideways 0.7s linear forwards;
}

/**FADE IN**/
.animate_this.start-anim.fade-in {
    opacity: 0;
    animation: fade-in 0.8s linear forwards;
}

/** FADE IN WHILE SLIDING UP **/
.animate_this.start-anim.slide-up.fade-in {
    animation: slide-up 0.8s 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.7s linear forwards, fade-in 1s linear forwards;
}

/* 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: 36px;
    width: 36px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: -18px;
    cursor: pointer;
}

.modal-close::before,
.modal-close::after {
    content: "";
    height: 2px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.modal-close::before {
    transform: rotate(-45deg);
}

.modal-close::after {
    transform: rotate(45deg);
}

@media (max-width: 1400px) {
    .modal-inner {
        height: 270px;
        width: 960px;
        top: calc(50% - 360px);
        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: 270px;
        width: 480px;
        top: calc(50% - 135px);
        left: calc(50% - 240px);
    }
}

@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);
    }
}

.col-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xl-24,
.col-xxl-24 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-24 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 576px) {
    .col-sm-24 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-24 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .item .left {
        padding-right: 40px;
        position: relative;
    }

    .item .right {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .col-lg-24 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-24 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-24 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

.input {
    margin: 0 auto;
    padding: 10px 0;
}

.options-wrapper {
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    padding: 15px 0 15px 24px;
    background-color: #FFFFFF;
    justify-content: space-evenly;
    gap: 10px;
    margin-top: 0;
    COLOR: #000;
    border: 1px solid #646464;
    max-height: 300px;
    overflow: scroll;
}

.fake-select, select {
    background-image: url(/img/DESKTOP/arrow1.svg);
    background-position: 95% center;
    background-size: 13px;
    background-repeat: no-repeat;
    font-size: 14px;
}

.radios-lbls {
    font-size: 14px;
    color: #646464;
    height: 20px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.radios-lbls::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #646464;
    background: #ffffff;
    margin-right: 10px;
    display: inline-flex;
}

.radios-lbls:hover::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #646464;
    
    margin-right: 10px;
    display: inline-flex;
}

.radios-inputs:checked + .radios-lbls::before {
    content: '✓';
    width: 20px;
    height: 20px;
    border: 1px solid #646464;
    color: #646464;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
}

.radios-lbls:hover,
.radios-inputs:checked + .radios-lbls {
    font-weight: 700;
}