*, body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    color: #000;
    font-family: Lato, 'sans-serif';
}

header {
    margin: 0;
    background: linear-gradient(0deg, rgba(36, 64, 123, 0.00) 0%, rgba(36, 64, 123, 0.00) 0.01%, rgba(36, 64, 123, 0.09) 97.72%);
    background-size: cover;
    width: 100%;
    padding: 0 2rem;
}

.header-navbar a.navbar-brand,
.header-navbar a.navbar-brand:hover{
    text-decoration: none;
    border: none;
}

.header-navbar {
    background: linear-gradient(0deg, rgba(36, 64, 123, 0.00) 0%, rgba(36, 64, 123, 0.00) 0.01%, rgba(36, 64, 123, 0.09) 97.72%);
    height: 104px;
}

.header-navbar .nav-item a {
    text-decoration: none;
    color: #666666;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    padding: 8px 12px;
    margin: 0 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-navbar .nav-item a:hover,
.header-navbar .nav-item a:active,
.header-navbar .nav-item a:focus,
.header-navbar .nav-item a.active
{
    border-bottom: 2px solid var(--client-color, #000);
    color: var(--client-color, #000) !important;
}

.header-navbar a.nav-link {
    display: block;
    box-sizing: border-box;
    height: 37px;
}

.header-navbar a.nav-link--orange,
.header-navbar a.nav-link--orange:hover{
    background: var(--orange, #F68529);
    border-bottom: 0;
    color: #ffffff;
}

.header-bg-graphics {
    position: relative;
    margin-top: 104px;
    display: inline-block;
}

.header-text {
    position: relative;
    margin-top: 130px;
    width: 450px;
    margin-left: -420px;
    display: flex;
    flex-direction: column;
}

.header-about {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    flex-direction: row;
    overflow: hidden;
}

.header-featured {
    display: block;
    position: relative;
    padding: 14.486px 21.729px;
    gap: 7.243px;
    background: var(--client-color, orange);
    color: var(--white, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    z-index: 1;
}

.header-date {
    display: block;
    position: relative;
    padding: 5.957px 17.87px;
    background: white;
    color: var(--client-color, #FFF);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-left: auto;
    margin-top: -5px;
    margin-right: -20px;
    box-shadow: rgb(0 0 0 / 10%) 2px 1px 3px 2px;
    z-index: 2;
}

.svg-fill-color {
    fill: var(--client-color);
}

.header-bar {
    position: relative;
    min-height: 10vh;
    background: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-bottom: 1px solid #D0D0D0;
    background: var(--client-color, #FFF);
    margin-top: -8px;
    z-index: 10;
}

.section {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
}

.section_title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.section_title span.gap {
    width: 27px;
    height: 27px;
    background: var(--client-color, #F68529);
}

.informacion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.informacion-content h3 {
    font-size: 26px;
    font-weight: 700;
}

.informacion-content .logos-container {
    gap: 100px;
}


.informacion-content .logos-container a img{
    width: auto;
    height: 80px;
}

.informacion-text {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    flex: 0 0 100%; /* Cada elemento ocupa el 100% del ancho disponible */
    box-sizing: border-box;
    text-align: left;
}

.informacion-text p {
    text-align: justify;
}

.informacion-block {
    line-height: 28px; /* 155.556% */
    flex: 0 0 50%; /* Cada elemento ocupa el 50% del ancho disponible */
    box-sizing: border-box;
}

.informacion-block--unique {
    flex: 0 0 100%;
}

.informacion-block--flex_center {
    display: flex;
    justify-content: center;
}

.informacion-block--one {
    display: flex;
    justify-content: center;
    flex: 0 0 90%;
}

.informacion-block--large {
    flex: 0 0 70%;
}

.informacion-text--middle {
    flex: 0 0 100%;
}

.informacion-text--orange {
    background: var(--client-color);
    color: #FFFFFF;
}

.informacion-text--white {
    background: #EFEFEF;
    color: #000000;
}

.informacion-text--transparent {
    background: transparent;
    color: #000000;
}

.informacion-medidas {
    display: flex;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 64px;
    background: #EFEFEF;
    color: var(--black, #000000);
}

.informacion-casos {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
    background: var(--orange, #F68529);
}

.informacion-casos .informacion-text {
    color: var(--white, #FFFFFF);
}

.perfil {
    display: flex;
    flex: 0 0 90%;
    align-items: center;
    gap: -24px;
    margin-top: 3rem;
}

.perfil-descripcion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -40px;
    margin-right: -2rem;
    margin-top: 4rem;
    z-index: 1;
}

.perfil--right {
    flex-flow: row-reverse;
}

.perfil--right .perfil-descripcion {
    margin-left: -2rem;
}

.perfil-foto {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3rem;
}

.perfil-foto img {
    height: 200px;
    z-index: 1;
}

.perfil-nombre {
    display: flex;
    width: 344px;
    padding: 56px 30px 1rem 30px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: var(--orange, #F68529);
    color: var(--white, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.perfil-curriculum {
    display: flex;
    padding: 24px 32px 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    background: #EFEFEF;
    font-size: 18px;
    text-align: left;
}

.agenda-content {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
}

.agenda-evento {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
    margin-bottom: 2rem;
}

.agenda-descripcion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 24px 20px 24px 52px;
    gap: 8px;
    flex: 1 0 0;
    background: #FAFAFA;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.22);
    margin-left: -1.5rem;
}

.agenda-descripcion h3 {
    color: var(--black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.agenda-descripcion p {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0.5rem 0;
}

.agenda-icono {
    width: 64px;
    height: 64px;
    border-radius: 60px;
    margin-left: -5rem;
}

.agenda-hora {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.agenda-hora p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0 1rem;
    width: 100px;
}

.agenda-circle {
    width: 16px;
    height: 16px;
    background: black;
    border-bottom: 1px solid white;
    border-radius: 10px;
}

.agenda-line {
    width: 70px;
    height: 2px;
    background: #626262;
    margin-left: 0.3rem;
}

.agenda-texto {
    display: flex;
    flex-direction: column;
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.agenda-icono i {
    font-size: 2.2rem;
    padding-top: 0.8rem;
    color: white;
}

.agenda-icono--neutral {
    background: var(--neutral-600, #8A8A8A);
}

.agenda-icono--green {
    background: #29923A;
}

.agenda-texto {
    margin-left: 0.5rem;
}

.ubicacion {
    background: #FAFAFA;
}

.ubicacion-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.ubicacion-mapa {
    padding: 2rem;
    margin-right: 2rem;
}

.ubicacion-descripcion {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.ubicacion-link {
    color: var(--orange, #F68529);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
}

.ubicacion-button i {
    margin-right: 0.5rem;
    color: var(--orange, #F68529);
}

.contacto-formulario {
    margin-top: 4rem;
    text-align: left;
}

.contacto-formulario .form-group {
    text-align: left;
    margin-bottom: 1rem;
}

.contacto-formulario .form-group label {
    font-size: 18px;
    margin-bottom: 0.2rem;
}

.contacto-formulario button {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: var(--orange, #F68529);
    border-color: var(--orange, #f68d35);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--client-color, #F68529);
    border-color: var(--client-color, #f68d35);
    opacity: var(--bs-btn-disabled-opacity);
}

.contacto-formulario button,
.contacto-formulario button:hover{
    background-color: var(--client-color, #F68529);
    border-color: var(--client-color, #f68d35);
}

.contacto-formulario button:active,
.contacto-formulario button:focus {
    opacity: 0.8;
    background-color: var(--client-color, #F68529) !important;
    border-color: var(--client-color, #f68d35) !important;
}

.footer {
    background: #343A40;
    color: #FFFFFF;
}

.clima-access__form {
    align-items: center;
}

.clima-access__label {
    font-size: 16px;
    font-weight: 400;
    color: white
}

.clima-access__input {
    width: 125px;
}

.clima-access__button {
    color: var(--client-color);
}

.clima-access__message {
    font-weight: bold;
    color: white;
    margin-left: 15px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #ffffff36;
}

.clima-access__message--error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.clima-access__message--success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.clima-access__message:empty {
    display: none;
}

@media (max-width: 768px) {

    .clima-access__form {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 1rem 0;
    }

    .clima-access__input,
    .clima-access__button {
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    .clima-access__message {
        width: 80%;
        max-width: 350px;
        text-align: center;
        margin-left: 0;
        margin-top: 8px;
    }

    .clima-access__label,
    .clima-access__input,
    .clima-access__button {
        margin: 0;
    }
}

@media (max-width: 980px) {

    header {
        padding: 0;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        width: 100%;
    }

    .header-text {
        position: absolute;
        right: 32px;
        margin-left: 0;
    }

    .section {
        padding: 2rem 0;
    }

    .informacion-text {
        flex: 0 0 100%;
        padding: 15px 32px;
    }

    .informacion-medidas {
        flex-wrap: wrap;
    }

    .informacion-block {
        flex: 0 0 100%;
    }

    .informacion-block--large {
        flex: 0 0 100%;
    }

    .perfil {
        display: flex;
        flex-direction: column;
    }

    .agenda-evento {
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        margin-bottom: 2rem;
    }

    .agenda-hora {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
    }

    .agenda-descripcion {
        margin-top: -55px;
    }

    .agenda-contenido {
        width: 600px;
    }

    .agenda-line {
        width: 2px;
        height: 50px;
        margin-top: 4rem;
        margin-left: -9px;
    }

    .ubicacion-content {
        flex-wrap: wrap;
    }

    .ubicacion-button {
        text-align: center;
    }

}

@media (max-width: 500px) {
    .informacion-medidas {
        padding: 24px 0;
        gap: 0;
    }

    .informacion-content .logos-container {
        gap: 20px;
    }


    .header-featured {
        font-size: 22px;
        padding-left: 120px;
    }

    .informacion-casos {
        padding: 0;
    }

    .perfil-descripcion {
        margin-top: 1rem;
    }

    .perfil-nombre {
        width: 100%;
    }

    .perfil-curriculum {
        padding: 1rem 1.2rem;
    }

    .perfil-descripcion,
    .perfil--right .perfil-descripcion {
        margin-right: 0;
        width: 100%;
    }

    .perfil--right .perfil-descripcion {
        margin-left: 0;
    }

    .agenda-descripcion {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 24px 0.5rem 24px 0.5rem;
        margin-left: 0;
    }

    .agenda-contenido {
        width: 100%;
    }

    .agenda-icono {
        margin-left: 0;
    }

    .agenda-texto {
        margin-top: 1rem;
    }

    .agenda-evento h3 {
        text-align: center;
    }

    .google-maps {
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .google-maps iframe {
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

}

.navbar.fixed-top {
    animation: menu-to-stick 1s forwards 1;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -10s);
}

.navbar.fixed-top .navbar-brand {
    animation: logo-to-stick 1s forwards 1;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -10s);
}

@keyframes menu-to-stick {
    to {
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid rgba(36, 64, 123, 0.09);
    }
}

@keyframes logo-to-stick {
    to {

    }
}

@media (min-width: 1000px) {
    @keyframes menu-to-stick {
        to {
            height: 58px;
            background-color: rgba(255, 255, 255, 0.9);
            border-bottom: 1px solid rgba(36, 64, 123, 0.09);
        }
    }

    @keyframes logo-to-stick {
        to {
            transform: scale(0.75);
        }
    }
}
