/* HEADER */
.site-content {
    margin-top: -94px;
}

/* INICIO */
.hero-inicio {
    position: relative;
    width: 100%;
    height: 784px;
    overflow: hidden;
    border-radius: 0px 0px 0px 100px;
    margin-bottom: 70px;
}

.hero-inicio .hero-video {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-inicio .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 43, 52, 0.5); 
    z-index: 2;
}

.hero-inicio .hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    max-width: 1179px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    color: #ffffff;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 62px;
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 15px;
    font-weight: 400;
    color: #FAD450;
    position: relative
}

.hero-content h1::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 79px;
    height: 51%;
    width: 6px;
    background-color: #FAD450;
    border-radius: 4px;
}

.hero-content h2 {
    font-size: 24px;
    line-height: 36px;
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 40px;
    font-weight: 400;
    max-width: 896px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 600px;
}

.hero-btn {
    display: inline-block;
    width: 220px;
    background: #FAD450;
    color: #000000;
    padding: 14px 30px;
    border-radius: 0px 14px 0px 14px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

.hero-btn:hover {
    opacity: 0.8;
}

.seccion2 .wrapper {
    max-width: 1179px;
    padding: 0 20px;
    margin: auto;
}

.seccion2-titulo {
    font-size: 48px;
    line-height: 62px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #1475AC;
    text-align: left;
    max-width: 1044px;
    margin-bottom: 35px;
}

.seccion2-cards {
    display: flex;
    gap: 27px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.card-item {
    background: #1E3E57;
    padding: 24px 35px;
    width: 33.333%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}

.card-item img {
    max-width: 100%;
    height: auto;
}

.card-icon-superior {
    width: 66px;
    margin-bottom: auto;
}

.card-item h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: auto;
    margin-top: 5px;
    color: #FAD450;
}

.card-texto {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px;
    font-weight: 300;
    letter-spacing: 0px;
}

.card-icon-inferior {
    width: 88px;
    margin-top: auto;
}

.seccion3 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    margin-top: 80px;
    border-radius: 0px 100px 0px 0px;
}

.seccion3-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.seccion3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.seccion3-content {
    position: relative;
    z-index: 3;
}

.seccion3 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.seccion3-titulo {
    font-size: 48px;
    line-height: 62px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    max-width: 1044px;
    margin-bottom: 52px;
}

.seccion3-cards {
    display: flex;
    gap: 26px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.seccion3 .card-item {
    background: #ffffff;
    padding: 24px 19px;
    width: 33.333%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.seccion3 .card-item h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: auto;
    color: #1475AC;
}

.seccion3 .card-texto {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #1E3E57;
    letter-spacing: 0px;
}

.seccion3 .card-icon-inferior {
    width: 75px;
    margin-top: auto;
}

.seccion4 {
    padding: 100px 0;
    position: relative; 
}

.seccion4 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.sec4-titulo-principal {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #1E3E57;
    margin-bottom: 50px;
}

.sec4-titulo-secundario {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #1475AC;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.sec4-contenido {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 188px;
    align-items: flex-start;
    position: relative;
}

.sec4-contenido::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: #FAD450;
    border-radius: 4px;
}

.sec4-parrafo-izq,
.sec4-parrafo-der {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #1E3E57;
    letter-spacing: 0px;
}

.sec4-parrafo-der::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: #FAD450;
    border-radius: 4px;
}

.seccion5 {
    background-color: #1E3E57;
    padding: 98px 0;
    color: #fff;
    border-radius: 0px 0px 0px 100px;
}

.seccion5 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.sec5-titulo-peq,
.sec5-titulo-grande {
    position: relative;
    margin-bottom: 14px;
}

.sec5-titulos {
    position: relative;
}

.sec5-titulo-peq {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0px;
}

.sec5-titulos::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    width: 6px;
    height: 100%; 
    background-color: #FAD450;
    border-radius: 4px;
}

.sec5-titulo-grande {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sec5-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 49px;
}

.sec5-tarjeta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec5-img {
    width: auto;
    height: 161px;
    margin-bottom: 15px;
    object-fit: cover;
}

.sec5-card-titulo-peq {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 13px;
    letter-spacing: 0px;
}

.sec5-card-titulo-grande {
    font-size: 22px;
    line-height: 26px;
    font-family: Georgia, serif;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: break-word;
}

.sec5-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #FAD450;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
    outline: none !important;
}

.sec5-btn:hover {
    opacity: 0.8;
}

.seccion6 {
    padding: 105px 0;
    background-color: transparent;
}

.seccion6 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.sec6-titulos {
    position: relative;
    margin-bottom: 50px;
}

.sec6-titulos::before {
    content: "";
    position: absolute;
    left: -56px;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #FAD450;
    border-radius: 4px;
}

.sec6-titulo-peq {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1475AC;
    margin-bottom: 14px;
    letter-spacing: 0px;
}

.sec6-titulo-grande {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #1E3E57;
}

.sec6-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px;
    margin-bottom: 60px; 
}

.sec6-tarjeta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec6-img {
    width: 100%;
    height: 276px;
    object-fit: cover;
    margin-bottom: 29px;
}

.sec6-titulo {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 42px;
    color: #1E3E57;
    margin-bottom: 20px;
    font-weight: 400;
}

.sec6-subtitulo {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1475AC;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0px;
}

.sec6-texto p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #1E3E57;
    font-weight: 300;
    letter-spacing: 0px;
}

.sec6-boton-final {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1475AC;
    text-decoration: none;
    letter-spacing: 0px;
}

.sec6-boton-final:hover {
    opacity: 0.8;
}

.sec6-btn-text {
    padding-top: 1px;
}

.seccion7 {
    background-color: #1E3E57;
    padding: 90px 0;
    color: #FFFFFF;
    border-radius: 0px 100px 0px 0px;
}

.seccion7 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.sec7-titulos {
    position: relative;
    margin-bottom: 20px;
}

.sec7-titulos::before {
    content: "";
    position: absolute;
    left: -56px; 
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #FAD450;
    border-radius: 4px;
}

.sec7-titulo-peq {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 14px;
    letter-spacing: 0px;
}

.sec7-titulo-grande {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}

.sec7-faq-item {
    margin-bottom: 20px;
}

.sec7-faq-pregunta {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #FAD450; 
    letter-spacing: 0px;
}

.sec7-faq-respuesta p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.seccion8 {
    padding: 55px 0;
    background-color: transparent;
    text-align: center;
}

.seccion8 .wrapper {
    max-width: 1179px;
    margin: auto;
    padding: 0 20px;
}

.sec8-boton {
    display: inline-block;
    width: 438px; 
    background: #FAD450;
    color: #000000;
    padding: 14px 30px;
    border-radius: 0px 14px 0px 14px;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: "Roboto", sans-serif;
    font-size: 25.82px;
    line-height: 38.73px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

.sec8-boton:hover {
    opacity: 0.8;
}

/* HUBSPOT REGISTRATION MODAL */
body.registration-modal-open {
    overflow: hidden;
}

.registration-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.registration-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.registration-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 38, 54, 0.78);
}

.registration-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1179px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    padding: 42px 40px 40px;
    border-radius: 0 24px 0 24px;
    background: #FFFFFF;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.registration-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1E3E57;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    cursor: pointer;
}

.registration-modal__close:hover,
.registration-modal__close:focus-visible {
    color: #000000;
}

.registration-modal__title {
    margin: 0 50px 24px 0;
    color: #1E3E57;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
}

.registration-modal .hs-form-frame {
    width: 100%;
}

/* FOOTER */
/* Footer */
.site-footer {
    width: 100%;
    background-color: #1E3E57; 
    padding: 49px 0;
    color: #FFFFFF;
}

.footer-wrapper {
    max-width: 1179px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left,
.footer-right {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.footer-right a {
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-right a:hover {
    opacity: 0.7;
}

/* 404 */
.error-404 {
    margin: 120px auto !important;
}

.search-result-count {
    margin: 120px auto 0 !important;
}

.no-results {
    margin: 120px auto 0 !important;
}

@media only screen and (max-width: 1260px) {
	.hero-content h1::before {
        left: -13px;
        width: 4px;
    }

    .sec4-contenido::before {
        left: -16px;
        width: 4px;
        height: 27%;
    }

    .sec4-parrafo-der::before {
        left: -16px;
        width: 4px;
        height: 71%;
    }

    .sec5-titulos::before {
        left: -16px;
        width: 4px;
    }

    .sec6-titulos::before {
        left: -16px;
        width: 4px;
    }

    .sec7-titulos::before {
        left: -16px;
        width: 4px;
    }

    .sec5-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 49px;
    }

    .sec5-img {
        width: 100%;
        height: 140px;
    }
}

@media only screen and (max-width: 768px) {
    .site-logo {
        padding: 32px 24px 0px;
    }

	.hero-inicio {
        height: 490px;
        margin-bottom: 48px;
        border-radius: 0px 0px 0px 40px;
    }

    .hero-inicio .hero-content {
        margin-top: 40px;
        padding: 0 24px;
    }
    
    .hero-content h1 {
        font-size: 22px;
        line-height: 26px;
        padding-left: 13px;
    }

    .hero-content h1::before {
        top: 3px;
        height: 65%;
        left: 0px;
    }

    .hero-content h2 {
        font-size: 16px;
        line-height: 24px;
        padding-left: 13px;
    }

    .seccion2-titulo {
        font-size: 16px;
        line-height: 24px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .seccion2-cards {
        gap: 16px;
        flex-direction: column;
    }

    .card-item {
        width: 100%;
    }

    .card-icon-superior {
        display: none;
    }

    .card-item h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .seccion3-titulo {
        font-size: 16px;
        line-height: 24px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .seccion3 {
        padding: 48px 0;
        border-radius: 0px 40px 0px 0px;
    }

    .seccion3-cards {
        gap: 16px;
        flex-direction: column;
    }

    .seccion3 .card-item {
        width: 100%;
    }

    .seccion3 .card-item h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .seccion3 .card-texto {
        font-size: 16px;
        line-height: 24px;
    }

    .seccion3 .card-icon-inferior {
        width: 60px;
    }

    .seccion4 {
        padding: 47px 0;
    }

    .sec4-titulo-principal {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .sec4-titulo-secundario {
        font-size: 16px;
        line-height: 24px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 12px;
        padding-left: 16px;
    }

    .sec4-parrafo-izq, .sec4-parrafo-der {
        font-size: 16px;
        line-height: 24px;
    }

    .sec4-contenido {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
        padding-left: 16px;
    }

    .sec4-contenido::before {
        top: -30px;
        left: 0px;
    }

    .sec4-parrafo-der::before {
        left: -16px;
    }

    .seccion5 {
        padding: 48px 0;
        border-radius: 0px 0px 0px 40px;
    }

    .sec5-titulos {
        margin-bottom: 35px;
        padding-left: 16px;
    }

    .sec5-titulo-peq {
        font-size: 16px;
        line-height: 24px;
    }

    .sec5-titulo-grande {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .sec5-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .sec5-titulos::before {
        left: 0px;
    }

    .sec5-titulo-peq, .sec5-titulo-grande {
        margin-bottom: 8px;
    }

    .seccion6 {
        padding: 48px 0;
    }

    .sec6-titulos {
        margin-bottom: 0px;
        padding-left: 16px;
    }

    .sec6-titulo-peq {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .sec6-titulo-grande {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .sec6-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin-bottom: 40px;
    }

    .sec6-titulos::before {
        left: 0px;
    }

    .sec6-titulo {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .sec6-texto p {
        font-size: 16px;
        line-height: 24px;
    }

    .sec6-img {
        height: 220px;
    }

    .seccion7 {
        padding: 48px 0;
        border-radius: 0px 40px 0px 0px;
    }

    .sec7-titulo-peq {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .sec7-titulo-grande {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .sec7-titulos::before {
        left: 0px;
    }

    .sec7-faq-pregunta {
        font-size: 16px;
        line-height: 24px;
    }

    .sec7-faq-respuesta p {
        font-size: 16px;
        line-height: 24px;
    }

    .sec7-titulos{
        padding-left: 16px;
    }

    .seccion8 {
        padding: 48px 0;
    }

    .sec8-boton {
        width: 100%;
        padding: 12px 30px;
        font-size: 16px;
        line-height: 24px;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .seccion2 .wrapper {
        padding: 0 24px;
    }

    .seccion3 .wrapper {
        padding: 0 24px;
    }

    .seccion4 .wrapper {
        padding: 0 24px;
    }

    .seccion5 .wrapper {
        padding: 0 24px;
    }

    .seccion6 .wrapper {
        padding: 0 24px;
    }

    .seccion7 .wrapper {
        padding: 0 24px;
    }

    .seccion8 .wrapper {
        padding: 0 24px;
    }

    .registration-modal {
        padding: 12px;
    }

    .registration-modal__dialog {
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        padding: 48px 20px 24px;
        border-radius: 0 18px 0 18px;
    }

    .registration-modal__title {
        margin: 0 36px 20px 0;
        font-size: 22px;
    }

    .footer-wrapper {
        padding: 0 24px;
    }
}
