@charset "utf-8";
/* CSS Document */

:root {
    --color-1: #1fc17b;
    --color-1-alt: #147a4e;
    --color-2: #9063cd;
    --color-2-alt: #62438b;
    --color-3: #00a3e0;
    --color-3-alt: #006f98;
    --color-4: #F28500;
    --color-4-alt: #b16314;
    --color-5: #42b5ab;
    --color-5-alt: #2d7b74;
    --color-6: #e31c79;
    --color-6-alt: #9a1352;
    --color-7: #3966ac;
    --color-7-alt: #274575;
    --color-8: #e64532;
    --color-8-alt: #a53325;
}

/* Footer: icono a la izquierda, texto a la derecha en misma línea */
.Footer-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Footer-icon p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 1.5rem;
}

.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.border-left {
    border-left: 1px solid black
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.Icon--medium {
    font-size: 1.25rem;
}

.bg-light-grey {
    background-color: #f9f9f9;
}


.u-word-break {
    word-break: break-all;
}

.font-weight-400 {
    font-weight: 400 !important;
}

/* Para que .Page tenga sombra en todos los htmls menos en el index.html */
.Page {
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.15);
}

body.is-home .Page {
    box-shadow: none;
}

/* Páginas menos el index: ancho al 70% solo en escritorio (en móvil .Page va al 100%) */
@media (min-width: 768px) {
    body:not(.is-home) .Page {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

/********************************************************************************************************/
/*************************************************   CAPAS   ********************************************/
/********************************************************************************************************/


#scrollToTop {
    position: fixed;
    bottom: 1rem;
    right: 6rem;
    z-index: 100;
    display: none; /* Oculto por defecto */
    background-color: #0046E3; /* Color del botón */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 0.9rem 1.9rem; /* El tamaño del botón */
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

#scrollToTop:hover {
    background-color: #002DAA; /* Color más oscuro al pasar el mouse */
}

#scrollToTop.stop {
    position: absolute;
    bottom: auto; /* Asegúrate de resetear bottom */
}

  

.title-section {
    margin-bottom: 2rem;
}

.icono-seccion {
    margin-right: 1rem;
}

.align-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Guía: capturas del tutorial (escritorio; en móvil → 100% en @media 767px) */
body.page-guia #contenido .align-img > img,
body.page-guia #contenido .align-img > video {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
ul {
    margin: 0;
}

ol {
    list-style: decimal inside;
    font-size: 1.1rem;
}

.list-item-with-image-right {
    display: flex;
    align-items: center;
}

.list-item-with-image-right img {
    margin-right: 10rem; /* Espaciado entre la imagen y el texto */
    margin-bottom: 1rem;
    width: 25%;
}

.list-item-with-image-right video{
    margin-right: 10rem; 
    margin-bottom: 1rem;
    width: 25%;
}

.list-item-with-image-left video{
    margin-left: 10rem; 
    margin-bottom: 1rem;
    width: 25%;
}

.list-item-with-image-right li {
    flex: 1; /* Esto hace que el texto del <li> ocupe el espacio restante */
    line-height: 1.4;
    margin-right: 7rem;
    margin-left: 5rem;
    font-size: 1.1rem;
}

.list-item-with-image-left {
    display: flex;
    align-items: center;

}

.list-item-with-image-left img {
    margin-left: 5rem; /* Espaciado entre la imagen y el texto */
    margin-bottom: 1rem;
    width: 25%;
}

/* Iconos inline dentro del texto (ojos, info, +, etc.) */
.text-img,
.text-img-mas {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0.25em !important;
}

@media (min-width: 768px) {
    .text-img,
    .text-img-mas {
        width: 40px !important;
        height: auto !important;
        max-width: none;
        max-height: none;
    }
}

.list-item-with-image-left li {
    flex: 1; /* Esto hace que el texto del <li> ocupe el espacio restante */
    font-size: 1.1rem;
    line-height: 1.4;
    margin-right: 5rem;
    margin-left: 7rem;
}

.guia-text-destacado,
.capas-text-destacado {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

/* Guía (capas, búsquedas, herramientas): texto justificado */
body.page-guia #contenido .Page,
body.page-guia #contenido .Page h3,
body.page-guia #contenido .Page h5,
body.page-guia #contenido .Page li,
body.page-guia #contenido .Page p,
body.page-guia #contenido .Page section h5,
body.page-guia #contenido .Page ol.tool-list a {
    text-align: justify;
    hyphens: auto;
}

.Page section > p {
    font-size: 1.1rem;
    line-height: 1.4;
}


.nav-item-guia{
    display: none;
}


/* Media query para móviles */
@media (max-width: 767px) {
    #scrollToTop{
        bottom: 0.5rem;
        right: 0.5rem;
        padding: 0.6rem 1.5rem
    }

    .align-img img {
        height: auto;
        margin: 0 auto;
    }

    .align-img {
        flex-direction: column;
    }

    .list-item-with-image-left {
        display: flex;
        flex-direction: column-reverse; /* Reordena los hijos: el texto queda arriba */
        align-items: center; /* Centra los elementos */
    }

    .list-item-with-image-left li {
        margin-bottom: 1rem; /* Espaciado entre el texto y la imagen */
        margin-left: 0;
        margin-right: 0;
        text-align: left; /* Alinea el texto a la izquierda */
        width: 100%; /* Ocupa todo el ancho */
        max-width: 100%;
        min-width: 0;
        font-size: 1.1rem;
        box-sizing: border-box;
    }

    body.page-guia #contenido .list-item-with-image-left li,
    body.page-guia #contenido .list-item-with-image-right li {
        text-align: justify;
    }

    .list-item-with-image-left img,
    .list-item-with-image-left video {
        margin: 0 auto 1rem; /* Centra la imagen / video */
        width: 50%;
        height: auto;
        max-width: 100%;
    }

    body.page-guia #contenido .list-item-with-image-left img:not(.text-img):not(.text-img-mas),
    body.page-guia #contenido .list-item-with-image-left video,
    body.page-guia #contenido .list-item-with-image-right img:not(.text-img):not(.text-img-mas),
    body.page-guia #contenido .list-item-with-image-right video {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }

    .list-item-with-image-left {
        width: 100%;
        max-width: 100%;
    }

    .list-item-with-image-right {
        flex-direction: column; /* Cambia el diseño a vertical */
        align-items: flex-start; /* Alinea el contenido a la izquierda */
        width: 100%;
        max-width: 100%;
    }

    .list-item-with-image-right img,
    .list-item-with-image-right video {
        margin: 0 auto 1rem;
        width: 50%;
        max-width: 100%;
        height: auto;
    }

    .list-item-with-image-right li {
        margin: 0 0 1.3rem 0; /* Elimina márgenes laterales en el texto */
        font-size: 1.1rem; /* Tamaño de texto más pequeño */
        line-height: 1.4;
        margin-top: 1rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .text-img,
    .text-img-mas {
        width: auto !important;
        height: 1.5rem !important;
        max-width: 1.5rem;
        max-height: 24px;
        min-width: 0;
    }

    ol {
        padding-left: 1rem; /* Reduce el margen izquierdo de las listas */
        font-size: 1rem;
    }

    ul {
        padding-left: 1rem; /* Reduce el margen izquierdo de las listas */
    }

    h3 {
        font-size: 1.5rem; /* Reduce el tamaño de los títulos */
        text-align: center; /* Centra los títulos para móviles */
    }

    body.page-guia #contenido .Page h3 {
        text-align: justify;
    }

    /* Guía (capas, búsquedas, herramientas) — móvil unificado */
    body.page-guia #contenido .Grid-item.Grid-item--center {
        width: 100% !important;
        max-width: 100% !important;
        float: none;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
    }

    body.page-guia #contenido .Page {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        box-sizing: border-box;
    }

    body.page-guia #contenido .Page section,
    body.page-guia #contenido .Page ul,
    body.page-guia #contenido .Page ol.tool-list,
    body.page-guia #contenido .text-ul,
    body.page-guia #contenido .align-img,
    body.page-guia #contenido .list-item-with-image-left,
    body.page-guia #contenido .list-item-with-image-right,
    body.page-guia #contenido .list-item {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.page-guia #contenido .Page section > p,
    body.page-guia #contenido .text-ul li,
    body.page-guia #contenido .capas-text-destacado {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    body.page-guia #contenido .tool-list {
        align-items: stretch;
        width: 100%;
        max-width: none;
        margin: 1.5rem 0 2rem 0;
        padding: 0;
    }

    body.page-guia #contenido .tool-list li {
        width: 100%;
    }

    body.page-guia #contenido .Page,
    body.page-guia #contenido .Page li,
    body.page-guia #contenido .Page p,
    body.page-guia #contenido .Page h3,
    body.page-guia #contenido .Page h5,
    body.page-guia #contenido .Page section h5,
    body.page-guia #contenido .Page ol.tool-list a,
    body.page-guia #contenido .capas-text-destacado,
    body.page-guia #contenido .text-ul li {
        hyphens: manual;
        -webkit-hyphens: manual;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    body.page-guia #contenido .align-img {
        overflow: visible;
    }

    body.page-guia #contenido .align-img img,
    body.page-guia #contenido .align-img video,
    body.page-guia #contenido .Page img:not(.text-img):not(.text-img-mas):not(.tool-img):not(.icono-seccion),
    body.page-guia #contenido .Page video {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    h5 {
        font-size: 1.2rem; /* Ajusta el subtítulo */
    }
}

@media (max-width: 449px){
    #scrollToTop {
        bottom: 0.5rem;
        right: 0.5rem;
        padding: 0.4rem 1.2rem;
    }

    body.page-guia #contenido .Grid-item.Grid-item--center {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    body.page-guia #contenido .Page {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .button-page{
        display: none;
    }
    .button-page-cont{
        display: none !important;
    }

    .list-item-with-image-left img:not(.text-img):not(.text-img-mas),
    .list-item-with-image-right img:not(.text-img):not(.text-img-mas),
    .list-item-with-image-right video { 
        width: 100%;
        
    }

    .nav-item-guia{
        display: block;
        padding: .75em 1.25em;
        color: #fff;
        border-top: solid 1px #4d4d4d;
    }
    .nav-item-guia a{
        color: #fff;
    }

    .nav-item-guia a:hover{
        color: #4d4d4d;
    }
}

li h5 {
    margin-bottom: 2rem;
}

.text-ul{
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
}

.text-ul li{
    margin-bottom: 1rem;
}

.tool-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 400px;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
    margin: 1.5rem 0 4rem 3rem;
}

.tool-list li {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 1px;
    border-radius: 8px;
    width: 100%;
    justify-content: flex-start; /* Alinea el texto a la izquierda */
}

@media screen and (max-width: 767px) {
    .tool-list {
        margin-left: 0;
    }
}

.tool-list li:hover {
    background-color: #F5F5F5;
}

.tool-list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}

.tool-img {
    width: 34px;
    margin-left: 0.4rem;
}

/********************************************************************************************************/
/*************************************************   PAGES   ********************************************/
/********************************************************************************************************/
.page-header {
    position: relative;
    height: 168px;
    margin-bottom: -60px;
    padding-top: 22px
}

.page-header-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(89, 89, 89, 0.44) -13.14%, rgba(89, 89, 89, 0) 74.79%);*/
    /*background-color: #fafafa;*/
}

.page-header h1 {
    color: #222222;
    margin-bottom: 0px;
}


.page-header #page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/********************************************************************************************************/
/************************************************   PAGINATION   ****************************************/
/********************************************************************************************************/
#pagination-message {
    text-align: center;
    margin-bottom: 15px
}

#pagination-links {
    display: flex;
    justify-content: center;
}

#pagination-links-mobile {
    display: none;

}

#search-results {
    margin-top: 50px;
    display: grid;
    gap: 10px; /

}

#no-results-message h5 {
    font-weight: normal;

}


.result-data {
    color: #444 !important;
    line-height: 1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .Table td, .Table th {
        padding: 0px 16px 16px;
    }

    .Table h5 {
        margin-bottom: 16px
    }

}


.btn-link, .btn-link-disabled {
    color: #0075C2;
    text-decoration: none;
    height: 40px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px 16px;
    gap: 8px;

}

.btn-link-disabled {
    color: #9C9C9C;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;
}

.btn-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px 16px;
    gap: 8px;

    min-width: 40px;
    height: 40px;

}

.btn-selected {
    color: #000;
    background: #EFEFEF;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    #pagination-links {
        display: none;
    }

    #pagination-links-mobile {
        display: flex;
        justify-content: center;
    }
}

.u-no-padding {
    padding-left: 0px;
}

.u-float-right {
    float: right;
}

.u-no-padding li {
    border-top: 1px solid #444;
    padding: 14px 0px
}

.u-list-no-bullet li {
    list-style: none;
}

.u-list-links{
    padding-left: 20px;
}

.u-list-links li {
    margin-bottom: 25px;

}

.u-list-links li a, .highlighted-link {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

#table-geoservicios td {
    vertical-align: bottom !important;
}


.enlace-geoservicios span {
    font-size: 16px;
    font-weight: 400 !important;
    color: #444 !important;
    word-break: break-all;
}

.Table tr, .Table td, .Table th {

    border: 0px solid #ddd !important;
}

.sistema-geodesico a{
    color: #000;
}
.sistema-geodesico a:hover {
    text-decoration: none !important;
}

.sistema-geodesico > a{
    display: block;
    width: 100%;
    text-decoration: none !important;
}

.sistema-geodesico .buttons-nuevo{
    text-decoration: none !important;
}

.sistema-geodesico a:hover .buttons-nuevo,
.sistema-geodesico a:focus-visible .buttons-nuevo{
    text-decoration: underline !important;
}

.sistema-geodesico a:hover h5{
    text-decoration: none !important;
}

.sistema-geodesico .buttons-nuevo:hover,
.sistema-geodesico .buttons-nuevo:focus-visible{
    text-decoration: underline !important;
}

.page-title-guia .guia-title{
    flex-grow: 1 !important;
}

.page-title-guia{
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin: 0;
    width: 100%;
}

.button-page-cont{
    display: flex;
    justify-content: flex-end !important;
}

.button-page-cont a {
    margin-left: 10px; /* Ajusta el valor según sea necesario */
    min-width: 3rem !important;
}

.button-page-cont a:hover{
    min-width: 3rem !important;
}

.button-page-cont a:first-child {
    margin-left: 0; /* Elimina el margen izquierdo del primer elemento */
}

.button-page{
    display: flex;
    justify-content: end;
    gap: 2px;
}

.button-page img{
    border: 1px solid #222 !important;
    border-radius: 8px;
    display: flex;
    padding: 4px;
}

.card-sistema {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.20);
    height: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.5s;
}

.geodesico {
    border: 1px solid #ebebeb;
}

.SIG-3D {
    border: 1px solid #e31c79;
}

.guia {
    border: 1px solid #ebebeb;
}

.card-sistema div:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    width: 100%;
    height: 65px;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: 0.5s;
}

.card-sistema div:nth-child(1) h5 {
    margin-left: 10px;
}

.card-sistema.geodesico > div:first-child {
    background: #fafbff;
}
.card-sistema.SIG-3D > div:first-child {
    background: #fafbff;
}
.card-sistema.guia > div:first-child {
    background: #fafbff;
}

.bg-color-mapstore {
    background-color: var(--color-1);
}

.card-sistema div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    transition: 300ms all;

}

.card-sistema h5 {
    margin-bottom: 0px;
}

.card-sistema img{
    height: 40px;
}

.card-sistema:hover{
    
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.30);
}
    
.geodesico:hover {
    border: 1px solid #b16314;
}

.mapstore:hover {
    border: 1px solid #ebebeb;
}



.SIG-3D:hover {
    border: 1px solid #ebebeb;
}

.card-sistema:hover div:nth-child(2){
    color:#222222;
}

.geodesico:hover div:nth-child(2) {
    background-color:#b16314;
}

.SIG-3D:hover div:nth-child(2){
    background-color: #fff;
}

.guia:hover{
    background-color:#fff;
}

.img-document {
    width: 50px;
    
}

.buttons-nuevo {
    color: #0046E3 !important;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: bold !important;
    font-size: 1rem !important;
}

/********************************************************************************************************/
/************************************************   NEWS SLIDER   ***************************************/
/********************************************************************************************************/


#home-news {
    width: 100%;
    height: 100px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}



#home-news-title {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 24px 23px 26px;
    gap: 16px;
    background: #FBFBFB;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;

    width: 265px;
    position: relative
}

#home-news-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 35px;
}


.line {
    height: 2px;
    width: 100%;
    background-color: #0046E3;
}

.triangle_back {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 20px;
    border-color: transparent transparent transparent #FBFBFB;
}

.triangle_front {
    position: absolute;
    width: 0;
    margin-left: 1px;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 20px;
    border-color: transparent transparent transparent #ebebeb;
}

#home-news ul li {
    display: inline;
}


.news-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 55px;
    flex: 1;
}

#slides {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px
}

#slides-nav, #bullet-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

#bullet-container {
    margin-top: 0px;
}


#slides-nav a, #bullet-container span {
    display: flex;
    align-items: center;
}

#slides-nav a img {
    width: 15px;
    height: auto;
}

#bullet-container span {
    margin-right: 8px;
}

.slide {
    display: none;
    text-align: left;
}

.slide p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.slide p a:link,.slide p a:hover, .slide p a:visited, .slide p a:active{
    color: #000 !important;
}

.prev, .next {
    cursor: pointer;
    width: auto;
}

.prev {
    margin-right: 8px;
}


/* The bullets/bullets/indicators */
.bullet {
    cursor: pointer;
    height: 6px;
    width: 16px;
    margin: 0 2px;
    background-color: #D9D9D9;
    border-radius: 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active bullet/circle */
.active, .bullet:hover {
    background-color: #1FC17B;
}

@media screen and (max-width: 767px) {
    #home-news {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    #home-news-title {
        width: 100%;
        border-bottom: 1px solid #ebebeb;

        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 0px;
    }

    .news-slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        margin-top: 30px;
        padding: 0px 25px;
        flex: 1;
    }

    #home-news-triangle {
        display: none;
    }

    #home-news-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }


    #slides-nav, #bullet-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    #slides-nav {
        margin-top: 30px;
    }

    .card-sistema {
        display: flex;
    }

    .Grid-item {
        margin-left: 0;
    }


}

/********************************************************************************************************/
/*********************************************   CONTACTO   *********************************************/
/********************************************************************************************************/
.contact-info {
    padding-left: 45px;
}

.contact-info h5 {
    margin-top: 40px;
}

.contact-info ul {
    margin-left: 0px;
    padding-left: 0px;
}

.contact-info ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-info ul p {
    margin-left: 10px;
    line-height: normal;
}

/**********************************************************************************************************/
/********************************************   CSS RESET   ***********************************************/
/**********************************************************************************************************/
.toggle-nav-open {
    background-color: #000000;
    color: #fff;
}

.toggle-nav-closed {
    background: #000000;
    color: #fff;
}

.arrow-down-open {
    transform: rotate(180deg);
    color: #fff !important;
    transition: transform .5s;
}

.arrow-down-closed {
    transform: rotate(0deg);
    color: #fff !important;
    transition: transform .5s;
}

.Logo-text a, .Logo-text a:hover, .Logo-text a:visited {
    text-decoration: none;
    color: #000;
}

/* Logo (imagen) alineado a la derecha del header */
.Header-logo .Logo-image-nuevo {
    margin-left: auto;
}

#menu.Nav.js-mainNav {
    background-color: #000;
}

.is-open #toggle-nav {
    background-color: #000000;
    color: #fff;
}

.is-closed #toggle-nav {
    background-color: #000000;
    color: #fff;
}


@media screen and (max-width: 991px) {
    #scrollToTop{
        bottom: 0.7rem;
        right: 0.7rem;
        padding: 0.6rem 1.5rem
    }

    header .Container, #menu .Container {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    /* Cabezal nuevo (azul): en mobile ocupar todo el ancho y menú hamburguesa pegado a la derecha */
    .Nuevo_Header > .Container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: none;
    }

    .Nuevo_Header .Header-logo {
        flex: 1 1 auto;
        min-width: 0;
        align-items: center;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .Nuevo_Header .Header-logo .Logo-text {
        padding-left: 0.85rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .Nuevo_Header .Logo-title {
        font-size: 0.9rem;
        line-height: 1.3;
        margin: 0 !important;
    }

    /* Tamaño intermedio: ni el logo enorme (79px) ni el muy chico (32px) */
    .Nuevo_Header .Logo-image-nuevo {
        padding: 0.55rem 0.65rem !important;
        margin-right: 0.35rem;
    }

    .Nuevo_Header .Logo-image-nuevo img {
        height: 48px !important;
        max-height: 48px;
        width: auto;
    }

    #menu .Container {
        overflow: hidden;
    }

    .Header-logo .Logo-image {
        margin-left: 0px;
    }

    .Header-logo .Logo-image-nuevo {
        margin-left: auto; /* empuja el logo a la derecha del header */
    }

    .Logo-abbr+.Logo-title, .Logo-title+.Logo-abbr {
        margin-top: 0rem;
    }

    .Header-logo .Logo-text {
        width: 75%;
    }

    .Logo-image img {
        height: 47px;
    }

    .Logo-image-nuevo img{
        height: 79px;
    }

    .Logo-title {
        font-size: 1rem;
    }

    .Logo-abbr {
        font-size: 0.75rem;
    }

    .Header-actions {
        display: flex;
        justify-content: center;
        background: #000000;
        width: 60px;
        height: 80px;
    }

    .Nuevo_Header .Header-actions {
        align-self: stretch;
        margin-left: auto;
        height: auto;
        min-height: 100%;
        flex-shrink: 0;
    }

    .Nuevo_Header .Header-menu {
        display: flex;
        align-items: stretch;
        width: 100%;
        height: 100%;
    }

    .Nuevo_Header .MenuTrigger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        width: 100%;
        min-height: 48px;
        box-sizing: border-box;
    }

    .Nuevo_Header .MenuTrigger .Icon--menu {
        width: 1.625rem;
        height: 1.625rem;
        min-width: 1.625rem;
        min-height: 1.625rem;
        background-size: contain;
        top: 0;
    }

    .Nav-inner {
        display: block;
        left: 0;
        background-color: #000000;
    }

    .toggle-nav-open {
       /* background-color: ;*/ 
        color: #fff;
    }

    .toggle-nav-closed {
        background: #000000;
        color: #fff;
    }

    .u-no-padding li:first-of-type {
        border-top: 0px;
    }

    .u-no-padding li {
        padding: 14px 14px;
    }

    .is-open #toggle-nav {
        background-color: #000000;
        color: #fff;
    }

    .is-closed #toggle-nav {
        background-color: #000000;
        color: #fff;
    }

    /* Panel móvil: fondo negro (reemplaza grises del main) */
    #menu.Nav {
        background-color: #000000 !important;
    }

    #menu .Container {
        background-color: #000000;
    }

    #menu .Nav-inner .Nav-item > span {
        border-top-color: #262626;
    }

    #menu .Nav-item .Nav-subNav {
        background-color: #000000 !important;
    }

    #menu .Nav-inner .Nav-item:focus,
    #menu .Nav-inner .Nav-item:focus-within {
        background-color: #141414 !important;
        color: #fff !important;
    }

    #menu .Nav-item--link:focus-within > span > a,
    #menu .Nav-item--link:focus > span > a {
        background-color: #141414 !important;
        color: #fff !important;
    }

    #menu .Nav-item.is-open {
        background-color: #141414 !important;
        color: #fff !important;
    }

    .contact-info {
        padding-left: 15px;
    }

}