/* FUENTES LOCALES */

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'gothambold_italic';
    src: url('../fonts/gothambolditalic-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'KayakSans_regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/KayakSansRegular.woff') format('woff');
}
    

 @font-face {
    font-family: 'KayakSans_regularItalic';
    font-style: italic;
    font-weight: normal;
    src: local('Kayak Sans Regular Italic'), url('../fonts/KayakSansRegular_Italic.woff') format('woff');
}

@font-face {
    font-family: 'KayakSans_bold';
    font-style: normal;
    font-weight: bold;
    src: local('Kayak Sans Bold'), url('../fonts/KayakSansBold.woff') format('woff');
}
        
    
@font-face {
    font-family: 'KayakSans_boldItalic';
    font-style: italic;
    font-weight: bold;
    src: local('Kayak Sans Bold Italic'), url('../fonts/KayakSansBold.woff') format('woff');
}

/* VARIABLES COLOR */

:root {

    --azul-noche: #00203a;
    --azul-laguna: #063565;
    --rio-azulado: #5059bc;
    --fucsia-lapacho: #f26df9;
    --verde-naturaleza: #8a9a46;
    --verde-agricultura: #c8d29c;
    --gris-claro: #F3F3F3;
  }


/* RESET ESTILOS Y GENERALES*/

html, body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.contenedorppal {
    flex: 1;
    display: flex;
    flex-direction: row; 
}

body, h1, h2, h3, h4, p, li, ul, section, div, a, ol {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'KayakSans_regular', 'sans-serif';
    font-size: 1rem;
    color: var(--azul-laguna);
    box-sizing: border-box;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0.8rem; 
    height: 0.8rem; 
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: var(--azul-laguna);
    border-radius: 1rem; 
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background-color: #d8d8d8;
    border-radius: 1rem; 
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
div::selection,
img::selection,
a::selection,
br::selection,
b::selection,
ol::selection,
li::selection,
button::selection {
    background-color: var(--fucsia-lapacho)
}

/* HEADER - NAVEGADOR */

.nav_fondo {
    background-image: url('../assets/img/header_background.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 2rem 10rem;
    list-style: none; 
}

.nav_enlaces {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5rem;
    list-style: none;
}

.nav_enlaces a {
    color: var(--azul-laguna);
    font-size: 1rem;
}

.nav_enlaces a:hover{
    color: var(--fucsia-lapacho);
}

.nav_logomin img {   
    cursor: default;
    width: 15rem;
    height: auto;
}

.nav_logoSIT img {
    width: 14rem;
    height: auto;
}

/* CONTENEDOR PRINCIPAL */

.contenedorppal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 0rem 0rem;
    box-sizing: border-box;
}

.cont_izq {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0rem 0rem 0rem 0rem;
}

.cont_izq img {
    width: 80%;
    height: auto;
    margin-bottom: 1rem;
    
}

.cont_izq h2 {
    font-family: 'gothambold';
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
}

.cont_izq p {
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 0.8rem;
    max-width: 17rem;
}

.boton_masinfo {
    background-color: var(--fucsia-lapacho);
    text-align: center;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.boton_masinfo:hover {
    background-color: var(--azul-laguna);
}

.cont_der {
    margin: 0 0 0 0rem;
}

.cont_der h1 {
    font-family: 'gothambold';
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.cont_tarjetas {
    display: flex;
    flex-direction: row;
    text-align: center;
    max-width: 100%;
    padding: 10px;
}

.tarjeta_home {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 1rem;
    width: 260px;
    min-height: 180px;
    margin: 0px 12px;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 2px solid var(--azul-laguna);
}

.tarjeta_home img {
    width: 4.5rem;
    height: auto;
    max-width: 100%;
    padding: 1rem;
}

.tarjeta_home img:hover {
    transform: rotate(10deg);
}

.tarjeta_home h3 {
    font-family: 'gothambold';
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.tarjeta_home p {
    bottom: 5px;
    font-size: 0.9rem;
    color: var(--azul-laguna);
}

.bannerPUI {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../assets/img/banner_PUI.svg") no-repeat center center;
    background-size: contain;
    height: 400px;    
    flex-shrink: 0; 
    margin-bottom: 2.5rem;   
}

.botPlanes {
    position: relative;  
    z-index: 2;          
    padding: 6px 18px;
    background-color: var(--fucsia-lapacho);
    color: #fff;
    font-size: 0.8rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap; 
    margin: 8rem 0 0 27rem;
}

.botPlanes:hover {
    background-color: var(--azul-laguna);
    color: white;
}

.logosBanner{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 150px;
    left: 550px;
    z-index: 999;
}

.logosBanner img{
    width: 150px;
    height: auto;
}

.contenedor_logos{
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 2rem; 
    position: relative;
    margin-left: 10rem;
}

.contenedor_logos a {
    display: flex;
    align-items: center; 
}

.contenedor_logos img {
    width: 2.2rem; 
    height: auto; 
    cursor: default;
}

.contenedor_logos::before {
    content: "";
    width: 1px; 
    background-color: white;
    height: 90%; 
    position: absolute;
    left: 50%; 
    transform: translateX(50%); 
}

.contenedor_redes {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 1.5rem; 
}

.redes__iconos-svg {
    width: 22px; 
    height: 22px; 
    filter: invert(100%); 
}

.redes__iconos-svg:hover {
    transform: rotate(15deg);
}

.info_sit {
    display: flex;
    flex-direction: column;
    margin-right: 10rem;
}

.info_sit a {
    display: flex;
    align-items: center; 
    color: white;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
}

.info_sit img {
    width: 12px;
    height: auto;
    margin-right: 0.5rem;
}


.footer_copys {
    background-image: url('../assets/img/azulbajo_solo.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 1rem 0 0.5rem 0;
    box-sizing: border-box;
    z-index: 1;
}

.copy_sit {
    flex: 1; 
    text-align: center; 
    color: white;
    font-family: 'KayakSans_regular';
    font-size: 0.6rem;
    margin-left: 4.5rem;
}

.copy_gis360 {
    text-align: right; 
    display: flex;
    padding-top: 0.5rem;
    margin-right: 1rem;
}

.copy_gis360 p, .copy_gis360 a {
    color: white;
    font-family: 'KayakSans_regular';
    font-size: 0.6rem;
    margin-left: 0.2rem;
}

.piedepagina_info {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;  
    margin: 1rem 0;
}



/* MAS INFORMACIÓN */

.fondoSIT {
    background-image: url(../assets/img/fondoSIT_logo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: auto;
    box-sizing: border-box;
    margin: 0 4rem 3.55rem 0;
    min-height: calc(100vh - 22.2rem);
}

.cont_desplegables {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2.5rem 20rem;
}

.tarjeta_desp {
    border: 1.5px solid var(--azul-laguna);
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-out, border-color 0.1s ease-out;
    padding: 0 1rem;
}

.tarjeta_desp.open {
    border: 2px solid var(--fucsia-lapacho); 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 1000px;
}

.tarjeta_desp:focus {
    border: 2px solid var(--fucsia-lapacho);
}

.tarjeta_desp.open .tarjeta_desp--contenido {
    max-height: 500px; 
}

.tarjeta_desp--titulo {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 1rem;
    cursor: pointer;
}

.tarjeta_desp--titulo img {
    width: 30px;
    height: auto;
    margin-right: 1rem; 
}

.tarjeta_desp--titulo h1 {
    font-size: 1.7rem;
    font-family: 'gothambold';
    margin: 0;
    flex-grow: 1; 
}

.flecha {
    width: 1rem;
    height: auto;
    transition: transform 0.3s ease;
}

.tarjeta_desp--contenido {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: max-height 0.3s ease-out;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.tarjeta_desp--contenido p {
    font-family: 'KayakSans_bold';
    margin: 0 1rem 1rem 3.5rem;
    flex: 1; 
}

.tarjeta_desp--contenido iframe {
    width: 40%;
    height: 180px;
    border: none;
    border-radius: 1rem;
    margin: 0 5rem 1.2rem 3rem;
}


.tarjeta_desp--contenido ol.numerada {
    list-style-type: decimal; 
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
}

.tarjeta_desp--contenido ol.numerada li {
    margin-bottom: 0.2rem; 
    font-family: 'KayakSans_bold'; 
    margin-left: 4rem;
}

.columna_tarjeta {
    flex: 1;
    padding: 1rem; 
    display: flex;
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
}

.columna_tarjeta--titulo {
    display: flex;
    align-items: center; 
    gap: 1rem; 
}

.columna_tarjeta--titulo img {
    max-width: 30px; 
    height: auto;
}

.columna_tarjeta--titulo h2 {
    font-size: 1rem; 
    margin: 0;
    font-family: 'gothambold';
}


.tarjeta_desp.open .tarjeta_desp--contenido {
    max-height: 17rem; 
}

.tarjeta_desp.open .flecha {
    transform: rotate(180deg); 
}

.piedepagina_pags {
    background-image: url('../assets/img/footer_backgroundsolo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    width: 100%;
    box-sizing: border-box;
} 


/* GEOSERVICIOS */

.caja_contenido {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    margin: 3.42rem 13rem;
    gap: 2rem;
}

.conten_der {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conten_izq {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conten_izq--titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.conten_izq--titulo img {
    margin-right: 1.3rem;
    width: 2.8rem;
    height: auto;
}

.conten_izq--img {
    text-align: center;
    margin-top: 2rem;
}

.conten_izq--img img {
    width: 17rem;
    height: auto;
}

.conten_izq--titulo h1 {
    font-family: 'gothambold';
    font-size: 1.7rem;
}

.conten_izq p {
    line-height: 1.4rem;
    font-size: 0.95rem;
    margin-top: 0.8rem;
    max-width: 500px;
}

.list_geoservicios li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    margin-left: 1rem;
}


.conten_der--inst h3 {
    margin: 0;
    padding: 0;
    font-family: 'gothambold';
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
}


.conten_der--inst h6 {
    display: inline-block;
    margin: 0;
    margin-bottom: 0.3rem;
    background-color: var(--azul-laguna);
    padding: 0.3rem 0.2rem;
    font-family: 'gothambold';
    font-size: 0.8rem;
    color: white;
}

.conten_der--titulo {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--fucsia-lapacho);
    padding: 0.4rem 0.3rem;
    margin: 1.55rem 0 1.5rem 0;
}    

.conten_der--titulo h2 {
    color: white;
    font-family: 'gothambold';
    font-size: 0.9rem;
    margin-left: 1rem;  
}

.conten_der--titulo img {
    width: 1rem;
    height: auto;
    margin-left: auto;
    margin-right: 1rem;
}

.conten_der--enlace {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.conten_der--enlace p {
    font-size: 0.9rem;
}

.conten_der--enlace a {
    margin-left: auto;
    margin-right: 0.5rem;
}

.conten_der--enlace img:hover {
    filter: invert(38%) sepia(100%) saturate(487%) hue-rotate(281deg) brightness(97%) contrast(90%);
}

.conten_der--advert {
    display: flex;
    flex-direction: row;
    margin: 2rem 0 0.1rem 0;
    background-color: var(--fucsia-lapacho);
    padding: 0.3rem;
    border-radius: 1rem;
}

.conten_der--advert p {
    font-size: 0.8rem;
    color: white;
    margin: 0 0.5rem
}

.conten_der--advert img {
    margin-left: auto;
    margin-right: 0.5rem;
}

hr {
    margin: 0;
    margin: 0.2rem 0;
    border-top: 1px solid #bbbbbb;
}


#custom-alert {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--fucsia-lapacho);
    padding: 0.4rem 1rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

#custom-alert p {
    color: #F3F3F3;
    font-family: 'KayakSans_bold'; 
    font-size: 0.7rem;
}


#custom-alert.show {
    opacity: 1;
}



/* FORMULARIO */

.titulo_contac h1 {
    font-family: 'gothambold';
    font-size: 2rem;
    text-align: center;
    margin: 1.2rem 0 3.05rem 0;
}

.form__envio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
}

.form__ingreso p{
    margin-top: 1rem;
    color: #1a1a1a;
}

.form__ingreso--com p{
    margin-top: 1rem;
    color: #1a1a1a;
}

.form__ingreso input {
    width: 450px;
    height: 35px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 0.3rem;
    padding-left: 0.5rem;
}

.form__ingreso--com textarea {
    width: 450px;
    height: 150px;
    resize: none; 
    border: 1px solid rgb(207, 207, 207);
    border-radius: 0.8rem;
    padding-left: 0.5rem;

}

.form__ingreso select {
    width: 450px;
    height: 35px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 0.3rem;
}

.form_cta {
  margin-top: -100px;
  margin-left: -750px;
  text-align: center;
}

.form_cta button {
    border: none; 
    box-shadow: none; 
    outline: none; 
    margin-top: 2rem;
    background-color: var(--azul-laguna);
    color: white;
    padding: 0.5rem 5rem;
    border-radius: 1rem;
    font-family: 'KayakSans_bold';
    font-size: 1rem;
    cursor: pointer;
}

.form_cta button:hover {
    background-color: var(--fucsia-lapacho);
}

.contppal_img_cont img {
    width: 25rem;
    height: auto;
    margin: 1rem 0 5rem 0;
}

/* Estilo base para los inputs */
input.texto,
input.correo,
input.telefono,
textarea.comentario,
select.perfil {
    border: 1px solid #d8d8d8; 
    color: #000;  
    font-size: 0.95rem;
    font-family: 'KayakSans_regular';
    border-radius: 0.5rem;
    outline: none; 
}

/* Estilo para los placeholders */
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #999;
    font-style: italic;
}

/* Estilo cuando los inputs son seleccionados */
input.texto:focus,
input.correo:focus,
input.telefono:focus,
textarea.comentario:focus,
select.perfil:focus {
    border-color: var(--fucsia-lapacho) !important; /* Color del borde cuando está enfocado */
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

/* Reset de color y estilo del texto ingresado */
input.texto,
input.correo,
input.telefono,
textarea.comentario,
select.perfil {
    color: #000; 
    font-style: normal; 
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    margin: auto;
    padding: 1.5rem;
    border: none;
    border-radius: 1.5rem;
    width: 80%;
    max-width: 500px;
    text-align: center;
    position: relative;
  }
  
  .close {
    position: absolute;
    right: 20px;  
    top: 18px;    
    color: #272727;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: var(--azul-laguna);
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Mensaje de error */
  .form__msj--error .modal-content {
    font-family: 'KayakSans_regular', sans-serif;
    color: #1a1a1a;
    border: 1px solid var(--fucsia-lapacho); 
  }
  
  /* Mensaje enviado */
  .form__msj--enviado .modal-content {
    font-family: 'KayakSans_regular', sans-serif;
    color: #1a1a1a;
    border: 2px solid var(--verde-naturaleza); 
  }



  /* PAGINAS CONSULTAS AREAS */ 

.titulo_h1 {
    font-family: 'gothambold';
    font-size: 1.5rem;
    margin: 1rem 10rem;
}

.contenedor_areas {
    display: flex;
    margin: 1rem 10rem 2rem 10rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.contenedor_ppalareas {
    display: flex;
    gap: 1rem;
    margin: 1rem 10rem;
}

.areas-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: relative; 
    overflow: hidden; 
    box-sizing: border-box;
    padding-bottom: 10px;
    height: 100px;
    min-height: auto;
}
    
.areas-items h2 {
    font-family: 'gothambold';
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
}

.areas-items img {
    width: 40px;
    height: auto;
    margin-bottom: 0.3rem;
    position: absolute;
    top: 10px;
    z-index: 3; 
    transition: filter 0.1s ease-in-out;
}

.titulo-categoria {
    padding: 10px 15px;
    bottom: 0; 
    left: 0;
    width: 100%; 
    box-sizing: border-box; 
    text-align: center;  
    z-index: 2; 
    height: auto; 
    display: flex; 
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 40px;
    padding: 10px 15px; 
    transition: height 0.5s ease-in-out, padding 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.areas-items [data-categoria="ordenamiento"],
.areas-items [data-categoria="sit"],
.areas-items [data-categoria="Mapa base T"]
 {
    background-color:var(--azul-laguna);
    color: #fff; 
}

.areas-items [data-categoria="rubh"],
.areas-items [data-categoria="planes"] {
    background-color: #979797;
    color: #fff; 
}

.areas-items [data-categoria="saneamiento"],
.areas-items [data-categoria="Mapa base A"] {
    background-color: var(--verde-agricultura);
    color: #fff; 
}

.areas-items [data-categoria="ejecucion de proyectos"]{
    background-color: #94A2B6;
    color: #fff; 
}



.areas-items:hover .titulo-categoria {
    height: 100%; 
    padding-top: 50px; 
    padding-bottom: 10px;
}

.areas-items:hover img {
    filter: brightness(0) invert(1); 
}

.areas-items.activo .titulo-categoria {
    height: 100%; 
    padding-top: 50px; 
}

.areas-items.activo img {
    filter: brightness(0) invert(1);
}

.areas-items[data-categoria="rubh"].activo img {
    filter: brightness(0) invert(1); 
}


.listas-container {
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.asesoria_item {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #464545;
    list-style: none;
    padding: 0.1rem 0; 
    padding-left: 0.3rem;
    color: #1a1a1a;
}


.asesoria_iconos img {
    width: 15px;
    height: 16px;
    display: block;
    padding-right: 0.3rem;
}

.asesoria_link { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 0.5rem 0; 
    color: #1a1a1a; 
    text-decoration: none; 
    width: 100%; 
    height: 100%; 
    cursor: pointer; 
}

.asesoria_item:hover {
    background-color: rgba(0, 0, 0, 0.05); 
}

.asesoria_item.seleccionado {
    background-color: var(--azul-laguna);
}

.asesoria_item.seleccionado .asesoria_nombre,
.asesoria_item.seleccionado .asesoria_link {
    color: #fff; 
}

.asesoria_item.seleccionado .asesoria_info img {
    filter: brightness(0) invert(1);
}

.contenedor_preview {
    display: flex;
    flex-direction: column;
}

.preview_datos {
    display: flex;
    top: 10px;
    left: 10px;
    z-index: 10;
    color: #3b3b3b;
    padding: 5px 10px;
    border-radius: 5px;
}

#preview-categoria {
    text-transform: uppercase;
    margin-right: 0.3rem;
    font-size: 0.8rem;
    color: #3b3b3b;
}

#preview-nombre {
    font-size: 0.8rem;
    font-weight: 300;
    margin: 0;
    color: #3b3b3b;
}

#preview-link {
    position: relative; 
    display: block; 
    overflow: hidden; 
    cursor: pointer; 
}

.contenedor_preview img {
    width: 900px;
    max-height: 400px;
    transition: filter 0.3s ease-in-out;
    display: block;
    position: relative;
    z-index: 1;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: var(--fucsia-lapacho);
    padding: 0.3rem 0.6rem;
    color: #fff; 
    font-size: 1rem; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
    pointer-events: none; 
    text-decoration: none; 
    z-index: 2;
}


.contenedor_preview:hover img {
    filter: blur(1px); 
}

#preview-link:hover .overlay-text {
    opacity: 1;
}

.cont-met {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.cont-met h3 {
    font-size: 1rem;
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #b1b1b1;
}


.contenedor_metadatos {
    padding: 10px 10px 0 10px;
    border: 1px solid #b1b1b1;
}

.metadata-item {
    margin-bottom: 15px;
}

.metadata-label {
    font-weight: bold;
    color: #8f8f8f; 
    display: block; 
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.metadata-value {
    color:  #8f8f8f;  
    line-height: 1.2;
    font-size: 0.8rem;
}


footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
}


  



    
/* RESPONSIVE */

/* Notebooks */
@media (min-width: 1024px) and (max-width: 1366px) {

    .nav_fondo {
        padding: 0;
        justify-content: center;
        gap: 3rem;
    }

    .nav_logoSIT img,
    .nav_logomin img{        
        width: 150px;
        height: auto;
    }

    .nav_enlaces a {
        font-size: 0.9rem;
    }

    .contenedorppal {
        margin: 0.1rem 2rem;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .cont_izq img {
        width: 70%;
    }

    .cont_izq h2 {
        font-size: 1.3rem;
    }

    .cont_izq p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .boton_masinfo {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }

    .cont_der {
        margin: 0;
    }

    .cont_der h1 {
        font-size: 1.1rem;
        margin: 0;
        margin: 0.8rem 0;
    }

    .cont_tarjetas {
        flex-direction: row;
        align-items: center;
        gap: 0.8rem;
    }

    .tarjeta_home {
        width: 180px;
        height: 200px;
        margin: 0.5rem 0;
        align-items: center;
    }

    .tarjeta_home img {
        width: 50px;
        height: auto;
    }
    
    .tarjeta_home h3 {
        font-size: 0.9rem;
    }

    .tarjeta_home p {
        font-size: 0.7rem;
    }

    .bannerPUI {
        height: 0;
        min-height: 200px; 
    }

    .botPlanes {
        padding: 4px 10px;
        font-size: 0.7rem;
        left: 100px;
        top: 40px;
        margin: 0
    }

    .logosBanner {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 50px;
        left: 300px;
    }

    .logosBanner img {
        width: 130px;
        height: auto;
    }

    .piedepagina_info {
        margin: 0;
        justify-content: space-around;
    }


    .contenedor_logos {
        margin-left: 0;
    }

    .contenedor_logos img {
        width: 22px;
        height: auto;
    }

    .contenedor_redes {
        gap: 1rem;
    }

    .contenedor_redes img {
        width: 15px;
        height: auto;
    }

    .info_sit {
        margin: 0;
    }

    .info_sit a {
        font-size: 0.7rem;
        margin: 0;
        margin-bottom: 0.2rem;
    }

    .footer_copys {
        padding: 0.3rem 0.8rem;
    }

    .copy_sit,
    .copy_gis360 {              
        font-size: 0.5rem;
        margin: 0;
        padding: 0;
        text-align: center;
        padding: 0.2rem 0;
    }

    .copy_gis360 p,
    .copy_gis360 a {    
        font-size: 0.5rem;
        margin: 0;
        padding: 0;
    }
}

/* CELULARES */

@media (max-width: 767px) {


    .menu-toggle {
        display: flex; 
        flex-direction: column;
        justify-content: space-between;
        width: 20px;
        height: 15px;
        cursor: pointer;
        z-index: 1000; 
    }
    
    .menu-toggle .bar {
        height: 3px;
        width: 80%;
        background-color: var(--fucsia-lapacho); 
        border-radius: 5px;
    }
    
    /* Estilo para cuando el menú hamburguesa está activo */
    .nav_enlaces {
        display: none;
        flex-direction: column;
        gap: 1rem;
        background-color: var(--gris-claro);
        padding: 1rem;
        position: absolute;
        top: 50px; 
        left: 180px;
        z-index: 999; 
    }
    
    .nav_enlaces.active {
        display: flex;
        width: 50%;
    }
    
    .nav_enlaces a {
        font-size: 0.9rem;
    }

    .nav_fondo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 0.5rem 1rem;
    }

    .nav_logomin img,
    .nav_logoSIT img {
        width: 8rem;
        height: auto;
    }

    .menu-toggle {
        display: flex;
    }

    .nav_enlaces {
        display: none;
        flex-direction: column;
        gap: 1rem;
        background-color: var(--gris-claro);
        padding: 1rem;
        border-radius: 0.5rem;
        width: 100%;
    }

    .nav_enlaces.active {
        display: flex;
    }

    .contenedorppal {
        margin: 0.1rem 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cont_izq {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .cont_izq h2 {
        font-size: 1.3rem;
    }

    .cont_izq p {
        font-size: 0.8rem;
        margin: 0;
        margin-bottom: 0.8rem;
    }

    .cont_der {
        margin: 0;
    }

    .cont_der h1 {
        font-size: 1rem;
        margin: 0;
        margin-bottom: 0.8rem;
    }

    .boton_masinfo {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
    }

    .tarjeta_home {
        margin-bottom: 0.5rem;
        width: 200px;
        height: 170px;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding: 0.5rem;
        border: 1px solid var(--azul-laguna);
    }

    .tarjeta_home img {
        width: 50px;
        height: auto;
    }

    .tarjeta_home h3 {
        font-size: 0.9rem;
    }

    .tarjeta_home p {
        font-size: 0.8rem;
    }

    .cont_tarjetas {
        
        flex-direction: column;
        align-items: center;
    }

    footer {
        position: relative;
        width: 100%;
        margin-top: 0;
        z-index: 999;
    }

    .piedepagina_pags {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 50px;
    }

    .bannerPUI {
        background: url("../assets/img/banner_PUICEL.svg") no-repeat center center;
        width: 100%;
        height: 0;
        min-height: 110px;
        margin: 0;
        z-index: 0;
        position: relative;
        margin-bottom: -15px;
    }

    .botPlanes {
        padding: 3px 8px;
        font-size: 0.5rem;
        left: 65px;
        top: 30px;
        margin: 0
    }

    .logosBanner {
        display: none;
    }
    

    .piedepagina_info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 0;
        margin: 0;
        margin-bottom: 0.2rem;
    }

    .contenedor_logos {
        margin: 0;
        gap: 0.5rem;
    }

    .contenedor_logos img {
        width: 10px;
        height: auto;
    }

    .contenedor_redes {
        display: none;
    }


    .info_sit {
        margin: 0;
    }

    .info_sit a {
        font-size: 0.4rem;
        margin: 0;
    }

    .info_sit img {
        width: 7px;
        height: auto;
        padding: 0.1rem;

    }

    .copy_sit, 
    .copy_gis360 {
        font-size: 0.4rem;
        margin: 0;
        padding: 0;
        text-align: start;
        padding: 0 0.3rem;
    }

    .footer_copys {
        background: none;
        padding: 0;
        margin-top: 0;
        position: relative;
    }

    .copy_gis360 p,
    .copy_gis360 a {
        font-size: 0.4rem;
        margin: 0;
        padding: 0;
    }




    .caja_contenido {
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 0;
    }

    .conten_izq {
        width: 100%;
        padding: 1rem 1rem 0 1rem;
    }

    .conten_izq--titulo h1 {
        font-size: 1rem;
        text-align: center;
    }

    .conten_izq--titulo img {
        width: 2.2rem;
        height: auto;
        margin-right: 0.5rem;
    }

    .conten_izq p {
        font-size: 0.8rem;
        text-align: center;
    }

    .conten_der {
        width: 100%;
        padding: 0rem 1rem 0 1rem;
        align-items: center;
    }

    .conten_der--inst h3 {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .list_geoservicios li {
        font-size: 0.8rem;
    }

    .conten_der--inst h6 {
        font-size: 0.7rem;
    }

    .conten_der--titulo {
        padding: 0.3rem 0.2rem;
        margin: 1rem 0 1rem 0;
    }

    .conten_der--titulo h2 {
        font-size: 0.8rem;
    }

    .conten_der--enlace p {
        font-size: 0.7rem;
    }

    .conten_der--enlace img {
        width: 15px;
        height: auto;
    }

    .conten_der--advert {
        margin: 1rem 0;
        padding: 0.3rem;
    }

    .conten_der--advert p {
        font-size: 0.5rem;
    }


    .areas_contenedor {
        margin: 0;
    }

    .areas_info h1 {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .areas_titulos {
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
    }

    .areas_titulos img {
        width: 1.8rem;
        height: auto;
        margin: 0 0.5rem;
    }

    .areas_titulos p {
        font-size: 0.8rem;
        padding: 0.2rem 0.4rem;
        width: 250px;
        height: 2rem;
        text-align: start;
        max-width: none;
        justify-content: start;
    }

    .titulos_ind_1,
    .titulos_ind_2,
    .titulos_ind_3,
    .titulos_ind_4,
    .titulos_ind_5 {
        overflow: unset;
        flex-direction: row;
    }

    .asesoriasgeneral {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        margin-left: 2rem;

    }

    .asesorias_lista {
        margin-bottom: 11rem;
    }

    .asesoria_item:hover {
        background: none !important;
    }

    .asesoria_nombre {
        font-size: 0.8rem;
        margin: 0.2rem 0;
        color: var(--azul-laguna);
        cursor: none;
    }

    .asesoriasgeneral_prev {
        display: none;
    }



    .titulo_contac h1 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0;
        margin-top: 1rem;
    }
    
    .form__envio {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .form__ingreso input,
    .form__ingreso--com textarea,
    .form__ingreso select {
        width: 320px;
        height: 30px;
    }

    .form__ingreso p,
    .form__ingreso--com p {
        font-size: 0.8rem;
    }

    .contppal_img_cont {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 1rem;
    }

    .contppal_img_cont img {
        width: 18rem;
        height: auto;
        margin: 0;
        margin-bottom: 3rem;
    }

    input.texto,
    input.correo,
    input.telefono,
    textarea.comentario,
    select.perfil {
        font-size: 0.8rem;
    }

    .camposobl {
        display: none;
    }


    .fondoSIT {
        margin: 0;
        height: 100vh;
    }

    .cont_desplegables {
        margin: 0;
        padding: 0;
        gap: 1rem;
        margin: 1rem 1rem 2rem 1rem;
    }

    .tarjeta_desp {
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .tarjeta_desp--contenido iframe {
        width: 100%;
        height: 150px;
        margin: 0.5rem 0;

    }

    .tarjeta_desp--titulo h1 {
        font-size: 1rem;
    }

    .tarjeta_desp--contenido p {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }

    .tarjeta_desp--titulo img {
        width: 15px;
        height: auto;
    }

    .tarjeta_desp--contenido ol.numerada li {
        font-size: 0.8rem;
        margin-left: 2rem;
    }

    .tarjeta_desp--contenido p {
        font-size: 0.8rem;
        margin: 0.5rem 0;
    }

    .columna_tarjeta {
        margin: 0;
        padding: 0 1rem;
    }

    .columna_tarjeta--titulo h2 {
        font-size: 0.8rem;
    }

    .columna_tarjeta--titulo img {
        width: 18px;
        height: auto;
    }

    .datospers {
        width: 10px !important;
        height: auto;
    }

    .tarjeta_desp.open {
        max-height: 100vh;
    }

    .tarjeta_desp.open .tarjeta_desp--contenido {
    max-height: 800px; 
    }


    .titulo_h1 {
        font-size: 1.2rem;
        margin: 2rem 0;
        text-align: center;
    }


    .contenedor_areas {
        display: flex;               
        flex-direction: column;    
        justify-content: center;  
        margin: 0;
        padding: 0 1rem;
        align-items: center;
    }


    .areas-items {
        display: flex;
        flex-direction: row;        
        width: 315px;
        height: 50px;
        padding: 0;
        margin: 0;
        align-items: center;   
    }      


    .areas-items img {
        width: 30px;
        height: auto;
        align-items: center;
        margin-right: 0.5rem;
    }

    .areas-items h2 {
        font-size: 0.7rem;
        text-align: start;
        margin: 0;
    }


    .areas-items.activo {
        background: var(--azul-laguna);
        color: var(--azul-laguna);
        transform: none !important;
        transition: none !important;
        box-shadow: none !important;
    }

    .asesoria_item.seleccionado {
        background-color: var(--azul-laguna) !important;
    }

    .areas-items.activo .titulo-categoria {
        height: 100%;
        padding-top: 0;
    }

    .contenedor_ppalareas {
        display: flex;              
        flex-direction: column;     
        justify-content: center;
        align-items: center;
        margin: 2rem 0 0 0;
    }

    .asesorias_lista {
        margin: 0;
        padding: 0;
        list-style: none;           
        width: 100%;
    }

    .preview_datos {
        padding: 5px;
        justify-content: center;
        justify-items: center;
    }

    #preview-categoria  {
        font-size: 0.7rem;
    }

    #preview-nombre {
        font-size: 0.7rem;
    }

    .contenedor_preview img {
        max-width: 320px;
        height: auto;
        margin: 0 auto;
    }

    .cont-met {
        width: 85%;
    }

    .cont-met h3 {
    font-size: 0.8rem;
    }

    .metadata-label {
        font-size: 0.7rem;
    }

    .metadata-item {
        font-size: 0.6rem;
    }


}

