  .noshow{ display:none; }
    .switcher__area {
        position: relative;
        direction: ltr;
        z-index: 99999;
    }

@media (max-width: 575px) {
    .cta-area .section-content .section-title {
        font-size: 48px;
    }
    .footer-area-inner {
        grid-template-columns: max-content;
        padding-bottom: 50px;
    }
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px;
        margin-left: 20px;
    }
    .footer-area .footer-nav-list {
        margin-top: 5px;
        margin-left: 20px;
        width: 345px; max-width: 345px;
    }
    .fimg img{ max-width: 336px;min-width: 200px;margin-top: 30px;padding: 10px 20px 10px 20px;}
    .footer-area-inner {
        padding-top: 20px;
        padding-bottom: 54px;
        gap: 20px 10px;
    }
    .subscribe-form {
        margin-top: 25px;
    }
    .subscribe-form .input-field input {
        border: 0;
        background-color: #202020;
        color: #f5f5f5;
        width: 70%;
    }

}

.navbar--menu-trigger {
  width: 56px;   /* desktop */
  cursor: pointer;
  color: #111;
}

/* Dark mode */
.dark .navbar--menu-trigger {
  color: #fff;
}

.navbar--menu-trigger svg {
  width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .navbar--menu-trigger {
    width: 40px;
  }
}

li {
    list-style: initial;
    font-size: 20px;
}

.faq-area .accordion .accordion-body{ margin: 5px 5px 5px 35px; }

.licustom1 li{ list-style: inside; }
.licustom1 p {margin: 5px 15px 5px 25px; font-size: 17px;}

.process-item .feature-list li:before {
    content: "" !important;
    margin-inline-end: 0px !important;
}

.txt_custom { color:#fff;font-size: 22px; }

/*FOOTER AQUI*/

@media only screen and (max-width: 1919px) {
    .footer-area-inner { grid-template-columns: initial;}
}

.footer-area-inner {
    display: initial;
    gap: initial;
    grid-template-columns: 655px 190px 190px 385px;
    justify-content: space-between;
    overflow: initial;
    padding-bottom: 0px;
}

.footer-area-inner .shape-1 {
    position: absolute !important;
    top: 0;
    inset-inline-start: calc(100% - 235px);
    width: 550px;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .footer-area .section-title {
        font-size: 100px;
        margin-top: 0px;
        color: var(--white);
        font-family: var(--font_instrumentsans);
        text-transform:initial;
    }
}

.footer-area .section-header .text-wrapper {
    margin-top: 18px;
}

.footer-area .section-header .text {
    font-size: 32px;
    line-height: 1.26;
    max-width: 850px;
    font-weight: 300;
    color: var(--white-2);
}

@media only screen and (max-width: 1919px) {
    .footer-cta {
        padding-top: 59px;
        padding-bottom: 59px;
        margin-top: 50px;
    }
}

.footer-cta {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 79px;
    padding-bottom: 79px;
    margin-top: 60px;
    display: grid;
    gap: 30px 120px;
    grid-template-columns: 190px 190px 1fr;
    
}
@media only screen and (max-width: 1919px) {
    .footer-cta {
        padding-top: 59px;
        padding-bottom: 59px;
        margin-top: 50px;
    }
}



.footer-cta .footer-nav-list {
    margin-top: 11px;
}

.footer-area .footer-nav-list {
    display: inline-block;
    gap: initial;
}

.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 21px;
    line-height: .73;
}

.footer-area .footer-nav-list li a {
    font-size: 22px;
    color: var(--white);
    font-family: var(--font_instrumentsans);
    text-transform: uppercase;
    line-height: 1;
}

.footer-area .footer-nav-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2);
}
.footer-area .footer-nav-list {
    margin-top: 27px;
}

.footer-cta .footer-nav-list li {
    font-size: 16px;
    line-height: 1.46;
    color: var(--white-2);
}

li {
    list-style: none;
}

ul, ol {
    color: var(--black);
    font-size: 25px;
    line-height: 35px;
    padding: 0px;
    margin: 15px 0px 0px;
}

.footer-area .footer-nav-list li a {
    font-size: 16px;
    color: var(--white-2);
    font-family: var(--font_instrumentsans);
    text-transform: initial;
    line-height: 1;
}

.footer-area .copyright-text .text {
    font-size: 16px;
    color: var(--white-2);
    font-family: var(--font_teko);
    text-transform: inherit;
    line-height: 1;
    font-family: var(--font_instrumentsans);
}

.copyright-area .text a {
    color: var(--white);
}
p {
    line-height: 1.6 !important;
}

.footer-cta .newsletter .input-field {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 25px;
}
.footer-cta .newsletter input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
}

.font-heading-instumentsans-semibold h4, .font-heading-instumentsans-semibold h5, .font-heading-instumentsans-semibold h6 {
    font-family: var(--font_instrumentsans);
    font-weight: 600;
    line-height: 1;
}

h4, h5, h6 {
    text-transform: none !important;
    font-family: var(--font_instrumentsans) !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.cta-area {
    background-color: var(--bs-yellow);
}

.title-wrapper{ padding-top: 70px; }

.faq-area .accordion .accordion-button{ font-size: 17px;text-transform: none;}
.title-wrapper .hablemos{ margin-top: 42px;}

.cta-area h2 { font-size: 100px;}
.cta-area p {  font-size: 28px;}
.awards-area { /*padding-bottom: 100px;*/ background: #d8e9e4;}
.header-area .wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}
.header-area .wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px;
}
.header-area .wc-btn-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background-color: var(--black);
    color: var(--white);
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-subtitle {
        font-size: 85px;
    }
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-header .title-wrapper {
        margin-top: 0px;
    }
}

.service-area{background: #ffa9f0;}

@media (max-width: 575px) {
    .footer-area .section-title {
        font-size: 25px;
        margin-top: 60px;
        color: var(--white);
        padding: 0px 20px 0px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-style {
        border-radius: 30px 30px 0 0;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.footer-area-inner {
    display: initial;
    gap: initial;
    grid-template-columns: 655px 190px 190px 385px;
    justify-content: space-between;
    overflow: initial;
    padding-bottom: 0px;
}

.footer-area .footer-area-inner>* {
    min-width: 130px;
}

@media (max-width: 575px) {
    .footer-area .section-header .text {
        font-size: 18px;
        line-height: 1.26;
        max-width: 850px;
        font-weight: 300;
        color: var(--white-2);
        padding: 0px 20px 0px 20px;
    }
        .footer-area-inner .shape-1 {
            width:80%;
            max-width:10%;
            position: absolute !important;
            top: 0;
            inset-inline-start: calc(100% - 235px);
            width: 550px;
            z-index: -1;
            }
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 55px;
    }
}


@media (max-width: 575px) {
    .footer-cta {
        border-top: 1px solid rgba(255, 255, 255, .08);
        padding-top: 18px;
        padding-bottom: 79px;
        margin-top: 60px;
        display: flex;
        gap: 30px 120px;
        grid-template-columns: 190px 190px 1fr;
        flex-direction: column;
    }
    .cta-area .section-subtitle {
        font-size: 40px;
    }
    .cta-area p {
        font-size: 20px;
    }    
}

@media (max-width: 575px) {
    .cta-area .section-title {
        font-size: 35px;
    }
    .title-wrapper {
        padding-top: 35px;
    }
    .cta-area {
        background-color: var(--bs-yellow);
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .awards-area {
        /* padding-bottom: 100px; */
        background: #d8e9e4;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .section-title {
        font-size: 35px;
    }
}

.faq-area .accordion .accordion-button {
    font-size: 20px;
}

.process-item .title {
    font-size: 17px;
}

.hablemos h4{
    font-size: 130px;
    line-height: .82;
    max-width: 800px;
    margin: 0 auto;
    color: var(--white);
    font-family: var(--font_teko);
    font-weight: 700;
    text-transform: uppercase !Important;
    font-family: var(--font_teko) !important;
    font-weight: 700 !Important;
}

h1, h2,h3
 {
    font-family: var(--font_teko);
    font-weight: 700;
    line-height: .94;
}

 .offcanvas-3__menu li a{font-size: 5vh;}

 .grecaptcha-badge{ top: 485px; }
 
 @media (max-width: 768px) {
    .text br{ display: block;}
 }
 @media (max-width: 575px) {
    .text br{ display: block;}
 }