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

html {
    scroll-behavior: smooth;
}

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

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

header {
    margin: 0;
    background: url('../images/clipboard-202308281042-xh5eg.png') fixed no-repeat;
    height: 85vh;
    background-size: cover;
    width: 100%;
    padding: 0 2rem;
}

header.header--doctor {
    margin: 0;
    background: url('../images/mexico.png') fixed no-repeat;
    height: 85vh;
    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: rgba(255, 255, 255, 0.94);
    height: 104px;
}

.header-navbar a {
    text-decoration: none;
    color: var(--black, #000);
    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 a:hover {
    border-bottom: 2px solid var(--black, #000);
}

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

.header-about {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 6rem;
    flex-direction: column;
    max-width: 674px;
}

.header-title {
    opacity: 0.68;
    background: var(--white, #FFF);
    color: #000;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 1.5rem;
}

.header-featured {
    display: inline-flex;
    padding: 14.486px 21.729px;
    justify-content: center;
    align-items: center;
    gap: 7.243px;
    background: var(--orange, #F68529);
    color: var(--white, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: -0.7rem;
    margin-left: 1rem;
    z-index: 1;
}

.header-dates {
    display: flex;
    height: 45px;
    margin-top: 1rem;
}

.header-date {
    display: flex;
    padding: 5.957px 17.87px;
    justify-content: center;
    align-items: center;
    gap: 5.957px;
    flex-shrink: 0;
    border: 2.234px solid #777;
    background: #777;
    color: var(--white, #FFF);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}

.header-location {
    display: flex;
    padding: 5.957px 17.87px;
    justify-content: center;
    align-items: center;
    gap: 5.957px;
    flex-shrink: 0;
    border: 2.234px solid #777;
    background: rgba(255, 255, 255, 0.90);
    color: #5F5F5F;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}

.camara {
    height: 15vh;
    background: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-bottom: 1px solid #D0D0D0;
    background: var(--white, #FFF);
}

.camara-advice {
    display: flex;
    align-items: center;
    gap: 14px;
}

.camara-organiza {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.informacion,
.conferencias,
.agenda,
.ubicacion,
.contacto {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
}

.galeria{
    width: 100%;
    text-align: center;
    padding: 4rem 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(--orange, #F68529);
}

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

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

.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: #F68529;
    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(--orange, #F68529);
    border-color: var(--orange, #f68d35);
    opacity: var(--bs-btn-disabled-opacity);
}

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

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

/* PAGINAS DE FOTOS DE LOS EVENTOS */
.fotos-evento {
    --gap: 16px;
    --num-cols: 4;
    --row-height: 300px;

    box-sizing: border-box;
    padding: var(--gap);

    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    grid-auto-rows: var(--row-height);
    gap: var(--gap);
}

.fotos-evento .contenedor-imagen>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fotos-evento-col-2 {
    grid-column: span 2;
}

.fotos-evento-row-2 {
    grid-row: span 2;
}
.contenedor-imagen {
    position: relative;
    display: inline-block;
}

.contenedor-imagen:hover{
    transform: scale(1.02);
}

.btn-descarga {
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
    height: 100%;
    /*background-color: var(--white, #FFF);*/
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}

.btn-descarga i{
    background-color: #777;
    /* centrar vertical y horizontalmente */
    position: absolute;
    top: 5%;
    left: 93%;
    padding: 5px;
    border-radius: 3px;
}
/* END PAGINAS DE FOTOS DE LOS EVENTOS */

.link-galeria{
    position: relative;
    display: inline-block;
    background-color: var(--orange, #F68529);
    padding: 1rem;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    /*border-radius: 3px;*/
}
.link-galeria:hover{
    transform: scale(1.01);
    color: #FFF;
}

.texto-encima {
    position: absolute;
    bottom: -11px;
    right: -10px;
    background-color: #FFA500;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
@media (max-width: 1000px) {

    .informacion, .conferencias, .agenda, .ubicacion, .contacto, .galeria{
        padding: 2rem 0;
    }

    header {
        background-size: 100% 65%;
        height: 65vh;
    }

    .header-about {
        width: 80%;
        margin: 0 10%;
    }

    .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;
    }

    .fotos-evento {
        --num-cols: 2;
        --row-height: 200px;
    }

}

@media (max-width: 500px) {

    .header {
        background-size: 160% 100%;
        height: 100vh;
    }

    .header-dates {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-about {
        width: 100%;
        margin: 0;
        padding-top: 2rem;
    }

    .header-title {
        font-size: 22px;
        padding: 1rem;
    }

    .header-location {
        font-size: 18px;
        width: 300px;
        text-align: left;
    }

    .header-featured {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        font-size: 18px;
    }

    .header-date {
        font-size: 18px;
    }

    .camara {
        height: auto;
    }

    .camara-advice {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 2rem;
    }

    .header-date {
        margin-bottom: 0.5rem;
    }

    .informacion-medidas {
        padding: 24px 0;
        gap: 0;
    }

    .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;
    }

    .fotos-evento {
        --num-cols: 1;
        --row-height: 200px;
    }

}
