/* CSS para sección de investigación */

@font-face {
    font-family: 'Aller Regular';
    src: url('../fonts/Aller/Aller_Std_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller Display';
    src: url('../fonts/Aller/AllerDisplay.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:'Aller Regular';
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction: column;
}
.content-prime{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.content-prime img{
    width: 100%;
    object-fit: cover;
}

#investigacion-section {
    text-align: center;
    color: #fff;
}

.imagen-header {
    position: relative;
    width: 100%;
    height: 300px;
    margin:65px 0 0 0;
}

.imagen-header img {
    width: 100%;
    height: 100%;
}

.texto-central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texto-central h1 {
    font-size: 2.5rem;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.container-sucs,.isoperiodos-section{
    position: relative;
    width: 100vw;
    height:auto;
}
.titulos h1{
    font-family: 'Aller Display';
    position: relative;
    font-size: 100px;
    display:flex;
    justify-content: center;
    color:#AAD159;
    margin:0 0 0 0;
    /* background-color: transparent; */
}

.texto-descriptivo {
    position: relative;
    font-family: 'Aller Regular';
    text-align: justify;
    color: #002060;
    margin: 30px 50.24px 47px 70.67px;
    font-size: 30.9px;
}

.texto-descriptivo p + p {
    margin-top: 20px;
}

.imagen-adicional {
    position: absolute;
    width: 28.4%;
    height:auto;
    margin:36px 0 0 40px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.imagen-isoperiodos{
    position:absolute;
    width:45%;
    height:auto;
    margin:0 0 20px 0;
    overflow:hidden;
}

.imagen-adicional img, .imagen-isoperiodos img {
    width: auto;
    height: auto;
    margin: 0 0 0 50px;
    object-fit: cover;
}

.texto-descriptivo p + p {
    margin-top: 45px;
}

.mapa-adicional {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-color: #EEEEEE;
    display: flex;
    align-items: flex-start;
    /* text-align: right; */
}


.buscador-mapa{
    flex:1;
    display: grid;
    height: 450px;
    justify-content: center;
    align-items: center;
    margin:20px 15px 20px 25px;
}

.input-styles{
    width: 20%;
    height: 10%;
    font-size: 30px;
    color:#002060;
    font-family: 'Aller Regular';
    border-radius:20px;
    flex:2;
    padding-left: 20px;
}

.ubi-inf{
    width: 100%;
    height:auto;
    color:#002060 ;
    font-size: 20px;
    margin:40px 0 0 0;
}
.tittle3{
    font-family: 'Aller Display';
    font-size: 30px;
    color:#041c5d;
    margin:50px 0 20px 0;
}
.input-container{
    position: relative;
    display:flex;
    align-items: center;
}
.icono-buscar{
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: filter 0.3s ease;
}
.icono-buscar:hover{
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(500%) hue-rotate(90deg) brightness(90%) contrast(90%);
}
.isoperiodos-section {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
}

.isoperiodos-section img {
    width: 60%;
    height: auto;
    margin:0 0 0 90px;
    object-fit: cover;
}
.pdf-container{
    font-size: 30px;
    display:flex;
    text-align: center;
    justify-content: end;
    width: 100%;
    height:40;
    color: #041c5d;
}
.descargar-dr{
    width: 45%;
    height: 100%;
    background-color: white;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius:25px;
}
.descargar-dr a{
    font-size:19px ;
    text-decoration: none;
    color:#041c5d;
    font-family: 'Aller Display';
    margin: 10px;
}
.descargar-dr img{
    margin-left: 5px;
    width: 35px;
    height: 20px;
}

.informacion-importante {
    padding: 20px;
    width: 100%;
    margin: 20px auto;
    background: white;
    color: #1e3a5f;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Aller Regular';
}

.informacion-importante h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1e3a5f;
    font-family: 'Aller Display';
}

.informacion-importante p {
    font-size: 33px;
    line-height: 1.5;
    text-transform: uppercase;
}
/* parte del mapa-------------------------------------------------------------------------------------------------------------------- */
/* parte del mapa-------------------------------------------------------------------------------------------------------------------- */
/* parte del mapa-------------------------------------------------------------------------------------------------------------------- */
.buscador-mapa,
.mapa-gzp {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}
.mapa-gzp {            /* Asegura que se adapte al contenido */
    display: flex;
    justify-content: center;  /* Centrado horizontal si lo necesitas */
}

#map, #map1 {
    width: 100%;              /* Que el mapa llene el contenedor .mapa-gzp */
    height: 450px;
    margin: 20px 15px;
}



@media screen and (max-width: 768px) and (orientation: portrait) {
    .texto-descriptivo {
        font-size: 1rem;
    }
    .texto-descriptivo p + p {
        margin-top: 20px;
    }
    .titulos h1 {
        font-size: 2rem;
        text-align: center;
        padding: 5px;
    }
    .texto-descriptivo {
        margin: 15px 24px;
    }
    .imagen-adicional img, .imagen-isoperiodos img {
        width: 100%;
        height: 100%
    }
    .container-sucs, .isoperiodos-section {
        display: grid;
        height: auto;
    }
    .imagen-adicional img, .imagen-isoperiodos img {
        height: 100%;
        margin: 0 0;
    }
    .imagen-adicional, .imagen-isoperiodos {
        width: 347px;
        align-self: center;
        justify-self: center;
        margin: 0 0;
    }
    .buscador-mapa, .mapa-gzp {
        width: 100%;
    }
    .buscador-mapa {
        margin: 0 0;
    }
    .tittle3 {
        margin: 0 0;
        text-align: center;
        font-size: 2rem;
    }
    .input-styles {
        text-align: center;
        margin: 10px;
        font-size: 1.5rem;
        width: 100%;
    }
    .ubi-inf {
        font-size: 1rem;
        margin: auto;
    }
    .mapa-adicional {
        flex-direction: column;
        min-height: auto;
        align-items: center;
        padding: 10px;
    }

    .buscador-mapa,
    .mapa-gzp {
        width: 100%;
        padding: 10px 15px;
        margin: 0;
    }

    .buscador-mapa {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #map, #map1 {
        width: 100%;
        height: 300px;
        margin: 10px 0;
    }

    .input-styles {
        width: 100%;
        font-size: 1rem;
    }

    .tittle3 {
        font-size: 1.1rem;
        text-align: center;
    }

    .ubi-inf p {
        font-size: 0.95rem;
        text-align: center;
    }
    .informacion-importante h3 {
        font-size: 2rem;
    }
    .informacion-importante p {
        font-size: 1rem;
    }
    .pdf-container {
        font-size: 1rem;
    }
    .descargar-dr {
        width: auto;
        padding: 10px;
    }
    .descargar-dr a {
        font-size: 1rem;
    }
    .descargar-dr img {
        width: 1rem;
        height: 1rem;
    }

}

