@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --azulgov: #3366CC;
    --azuloscuro: #004884;
    --monserrat: "Montserrat", sans-serif;
    --worksans: "Work Sans", sans-serif;

    --verdesonson: #008f4c;
    --marronsonson: #996532;
    --amarillosonson: #edc100;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    font-family: var(--worksans);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--monserrat) !important;
}
.centradotodo {
    width: 100%;
    max-width: 1260px;
    margin: auto;
    display: flex;
    padding: 4px 20px;
}
.contenedorglobal .topnav {
    background-color: var(--azulgov);
    padding: 10px 0;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
.contenedorglobal .topnav .contgovtop {
    justify-content: space-between;
    align-items: center;
}
.topnav .contgovtop .logogovco .logov img {
    width: 114px;
    height: auto;
}
.contgovtop .idiomasvarios {
    display: flex;
}
.contgovtop .idiomasvarios .nobotontop {
    background-color: transparent;
    border: 0;
    color: #fff;
}
.contgovtop .idiomasvarios .nobotontop:hover {
    opacity: 0.6;
}
.topnav .contgovtop .linkstopnav {
    display: flex;
    list-style: none;
}
.topnav .contgovtop .linkstopnav li {
    margin-right: 30px;
}
.topnav .contgovtop .linkstopnav li a {
    color: #fff;
    text-decoration: none;
}
.encabezado {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    box-shadow: rgba(197, 205, 214, 0.2) 0px 2px 14px;
    padding: 7px 0px;
    position: sticky;
    top: 48px;
    z-index: 99;
}
.encabezado .headercontentcen {
    justify-content: space-between;
    align-items: center;
}
.encabezado .headercontentcen .logoynombre {
    display: flex;
    align-items: center;
}
.encabezado .headercontentcen .logoynombre .logo img {
    width: 100%;
    max-width: 50px;
    height: auto;
}
.encabezado .headercontentcen .logoynombre .textoalcaldia {
    border-left: 1px dashed #d8d8d8;
    margin-left: 20px;
    padding-left: 20px;
}
.encabezado .headercontentcen .logoynombre .textoalcaldia a {
    color: #000;
    text-decoration: none;
}
.encabezado .headercontentcen .logoynombre .textoalcaldia a:hover {
    opacity: 0.6;
}
.encabezado .headercontentcen .logoynombre .textoalcaldia .tilntop {
    font-weight: 400;
    font-size: 15px;
}
.encabezado .headercontentcen .logoynombre .textoalcaldia .titulohead {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
.headercontentcen .menuheader ul {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    padding-left: 0px;
}
.headercontentcen .menuheader ul li {
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-family: var(--monserrat);
    font-weight: 600;
}
.headercontentcen .menuheader ul li a {
    text-decoration: none;
    color: #222;
    transition: 0.5s;
}
.headercontentcen .menuheader ul li a:hover {
    text-decoration: underline;
    color: #008f4c;
}
.headercontentcen .menuheader ul .menu {
    font-size: 27px;
    color: var(--azuloscuro);
    cursor: pointer;
}
.headercontentcen .menuheader ul .menu:hover {
    opacity: 0.7;
}
.headercontentcen .menuheader ul .buscadormenu {
    background-color: rgb(231, 231, 231);
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.headercontentcen .menuheader ul .buscadormenu:hover {
    background-color: var(--azuloscuro);
    color: #fff;
}

.coverhome {
    background-color: var(--verdesonson);
    width: 100%;
    height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.coverhome .centerslider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coverhome .centerslider .imgslider {
    width: 100%;
    max-width: 50%;
}
.coverhome .centerslider .imgslider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.coverhome .centerslider .contenidoslider {
    width: 100%;
    max-width: 50%;
}
.coverhome .centerslider .contenidoslider .alienaitem {
    width: 100%;
    max-width: 600px;
    padding: 20px 50px;
    color: #fff;
}
.centerslider .contenidoslider .alienaitem .tituloslider {
    font-size: 27px;
    font-weight: 700;
    font-family: var(--monserrat);
    letter-spacing: -1px;
    margin-bottom: 14px;
}
.centerslider .contenidoslider .alienaitem .tituloslider a {
    text-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
    text-decoration: none;
}
.centerslider .contenidoslider .alienaitem .tituloslider a:hover {
    text-decoration: underline;
}
.centerslider .contenidoslider .alienaitem p {
    font-size: 16px;
    font-weight: 300;
    text-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
    letter-spacing: -0.6px;
}
.centerslider .contenidoslider .alienaitem .btnslider {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.centerslider .contenidoslider .alienaitem .btnslider:hover {
    background-color: var(--amarillosonson);
    color: #000;
} 
/* Estilos adicionales para el carrusel */
.coverhome .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.coverhome .owl-nav button {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.coverhome .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    font-size: 20px !important;
    color: #fff !important;
    background-color: var(--marronsonson) !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coverhome .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    font-size: 20px !important;
    color: #fff !important;
    background-color: var(--marronsonson) !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coverhome .owl-nav .owl-prev:hover {
    background-color: transparent;
    opacity: 0.6; 
}
.coverhome .owl-nav .owl-next:hover {
    background-color: transparent;
    opacity: 0.6;
}
.coverhome .owl-dots {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Enlaces home  */
.enlaceshome {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
.enlaceshome .cabezalinks {
    display: flex;
    justify-content: space-between;
}
.enlaceshome .cabezalinks .tituloenlaces {
    display: flex;
    flex-direction: column;
}
.tituloenlaces .linkvertodos {
    color: var(--verdesonson);
    font-weight: 600;
    text-decoration: underline;
    text-transform: none;
    margin-bottom: 10px;
}
.tituloenlaces .linkvertodos i {
    color: var(--marronsonson);
    margin-right: 10px;
}
.titulodestacadosmod {
    font-size: 30px;
    font-family: var(--monserrat);
    font-weight: 700;
    letter-spacing: -1px;
}
.titulodestacadosmod a {
    color: #000;
    text-decoration: none;
}
.titulodestacadosmod a:hover {
    text-decoration: underline;
}
.enlaceshome .cabezalinks .tituloenlaces p {
    width: 100%;
    max-width: 540px;
    font-weight: 400;
    border-left: 3px solid var(--azuloscuro);
    padding-left: 20px;
    font-size: 17px;
    letter-spacing: -0.6px;
}
.enlaceshome .cabezalinks .redeslinks {}

.enlaceshome .cabezalinks .redeslinks ul {
    display: flex;
    list-style: none;
}
.enlaceshome .cabezalinks .redeslinks ul li {
    margin-left: 14px;
    font-size: 20px;
}
.enlaceshome .cabezalinks .redeslinks ul li a {
    color: var(--marronsonson);
}
.enlaceshome .cabezalinks .redeslinks ul li a:hover {
    color: var(--verdesonson);
}
.enlaceshome .lisenlaces {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.enlaceshome .lisenlaces .grid {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 40px;
    width: 100%;
    max-width: 25%;
    color: var(--azuloscuro);
    transition: 0.6s;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    border: 1px solid #e4e4e4;
}
.enlaceshome .lisenlaces .grid:hover {
    background-color: #f0f0f0;
    border-bottom: 3px solid var(--verdesonson);
}
.enlaceshome .lisenlaces .grid:first-child {
    background-color: #f0f0f0;
}
.enlaceshome .lisenlaces .grid i {
    font-size: 40px;
    color: var(--verdesonson);
    margin-bottom: 20px;
}
.enlaceshome .lisenlaces .grid h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.6px;
}
.enlaceshome .lisenlaces .grid p {
    background-color: var(--azulgov);
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
}
.enlaceshome .lisenlaces .grid:hover p {
    background-color: var(--amarillosonson);
    color: #000;
}


.noticiashomemod {
    background-color: #f3f3f3;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.cabezanoticai {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
}
.cabezanoticai .titulodestacadosmod i {
    color: var(--verdesonson);
    margin-right: 15px;
}
.cabezanoticai .titulodestacadosmod {
    line-height: 27px;
}
.cabezanoticai .titulodestacadosmod span {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 20px;
}
.cabezanoticai .vermore {
    font-weight: 600;
    color: var(--azuloscuro);
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.069) 0px 7px 29px 0px;
    transition: 0.5s;
}
.cabezanoticai .vermore:hover {
    color: #000;
    background-color: var(--amarillosonson);
}
.noticiashomemod .modnoticiashome {
    width: 100%;
    max-width: 1200px;
    display: flex;
    /* box-shadow: rgba(100, 100, 111, 0.052) 0px 7px 29px 0px; */
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
}
.noticiashomemod .modnoticiashome .portadaimpor {
    width: 100%;
    max-width: 60%;
    padding-right: 30px;
}
.noticiashomemod .modnoticiashome .portadaimpor .lanoticia .lafoto {
    margin-bottom: 20px;
}
.noticiashomemod .modnoticiashome .portadaimpor .lanoticia .lafoto img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.modnoticiashome .portadaimpor .lanoticia .datospost {
    display: flex;
    flex-direction: column;
}
.modnoticiashome .portadaimpor .lanoticia .datospost h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: var(--monserrat);
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.modnoticiashome .portadaimpor .lanoticia .datospost h3 a {
    color: var(--azuloscuro);
    text-decoration: none;
}
.modnoticiashome .portadaimpor .lanoticia .datospost h3 a:hover {
    color: var(--verdesonson);
}
.modnoticiashome .portadaimpor .lanoticia .datospost time {
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modnoticiashome .portadaimpor .lanoticia .datospost time i {
    color: var(--marronsonson);
    margin-right: 12px;
}
.modnoticiashome .portadaimpor .lanoticia .datospost p {
    font-size: 16px;
    font-weight: 300;
}

.noticiashomemod .modnoticiashome .listadonotamore {
    width: 100%;
    max-width: 40%;
} 
.modnoticiashome .listadonotamore {
    display: flex;
    flex-direction: column;
}
.modnoticiashome .listadonotamore .lanoticiasmall {
    display: flex;
    margin-bottom: 30px;
}
.modnoticiashome .listadonotamore .lanoticiasmall:last-child {
    margin-bottom: 0;
}
.modnoticiashome .listadonotamore .lanoticiasmall .lafoto {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
}
.modnoticiashome .listadonotamore .lanoticiasmall .lafoto img {
    width: 100%;
    border-radius: 6px;
    height: 180px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.modnoticiashome .listadonotamore .lanoticiasmall .datospost {
    width: 100%;
    max-width: 50%;
}
.listadonotamore .lanoticiasmall .datospost h3 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
}
.listadonotamore .lanoticiasmall .datospost h3 a {
    color: #000;
    text-decoration: none;
    color: var(--azuloscuro);
}
.listadonotamore .lanoticiasmall .datospost h3 a:hover {
    color: var(--verdesonson);
}
.listadonotamore .lanoticiasmall .datospost time {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 10px;
}
.listadonotamore .lanoticiasmall .datospost time i {
    color: var(--marronsonson);
    margin-right: 4px;
}
.linkvermas {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    display: block;
}
.linkvermas:hover {
    color: var(--verdesonson);
}

.micrositios {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: rgb(235, 235, 235);
}
.micrositios .lafoto {
    width: 100%;
    max-width: 50%;
}
.micrositios .lafoto img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.micrositios .contenidoimg {
    width: 100%;
    max-width: 50%;
    padding: 50px 50px;
    color: #000;
}
.micrositios .contenidoimg h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
}
.micrositios .contenidoimg p {
    font-size: 18px;
    font-weight: 300;
    width: 500px;
}
.micrositios .contenidoimg .lsitadolinks {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.micrositios .contenidoimg .lsitadolinks li {
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px dashed #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.micrositios .contenidoimg .lsitadolinks li i {
    color: var(--verdesonson);
    margin-right: 10px;
}
.micrositios .contenidoimg .lsitadolinks li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.micrositios .contenidoimg .lsitadolinks li a {
    color: #000;
    text-decoration: none;
}
.micrositios .contenidoimg .lsitadolinks li a:hover {
    color: var(--azuloscuro);
}

.listadofotos {
    width: 100%;
    background-color: #111010;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}
.listadofotos .centradoconts {
    width: 100%;
    max-width: 1200px;
}
.listadofotos .centradoconts .titulodestacadosmod {
    color: #fff;
}

.listadofotos .centradoconts .listadoitems {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.listadofotos .centradoconts .listadoitems .item {
    width: 100%;
}
.listadofotos .centradoconts .listadoitems .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.5s;
}
.listadofotos .centradoconts .listadoitems .item img:hover {
    opacity: 0.6;
}

.modulovideohome {
    width: 100%;
    max-width: 1200px;
    padding: 90px 20px;
    margin: auto;
    display: flex;
    padding-bottom: 30px;
}
.modulovideohome .videopirncipal {
    width: 100%;
    max-width: 60%;
}
.modulovideohome .videopirncipal iframe {
    border-radius: 12px;
}
.modulovideohome .listadovideos {
    width: 100%;
    max-width: 40%;
    padding-left: 30px;
} 
.modulovideohome .cabezanoticai {
    border-bottom: 1px dashed #33333371;
    padding-bottom: 18px;
}
.modulovideohome .cabezanoticai .titulodestacadosmod {
    font-size: 21px;
}
.modulovideohome .listadovideos .vermore {
    background-color: var(--azuloscuro);
    color: #fff;
}
.modulovideohome .listadovideos {
    display: flex;
    flex-direction: column;
}
.modulovideohome .listadovideos h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: var(--monserrat);
}
.modulovideohome .listadovideos h3 a {
    color: var(--azuloscuro);
    text-decoration: none;
}
.modulovideohome .listadovideos h3 a:hover {
    color: var(--verdesonson);
}
.modulovideohome .listadovideos p {
    font-size: 16px;
    font-weight: 300;
}
.listadomasvideos {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.listadomasvideos .grid  {
    width: 100%;
}
.listadomasvideos .grid img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 14px;
}
.listadomasvideos .grid h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}
.listadomasvideos .grid h3 a {
    color: var(--azuloscuro);
    text-decoration: none;
}
.listadomasvideos .grid h3 a:hover {
    color: var(--verdesonson);
}

/* Modulo eventos  */
.eventosentidad {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 80px 20px;
    margin: auto;
}
.lainterna {
    padding-top: 20px;
}
.eventosentidad .listadoeventos {
    display: flex;
    justify-content: start; /* Alinea hacia la izquierda */
    flex-wrap: wrap;        /* Permite que los elementos ocupen nuevas líneas */
}

.eventosentidad .listadoeventos .grid {
    display: flex;
    flex-direction: column;
    width: calc(25% - 1rem); /* Ajusta el ancho para incluir márgenes */
    margin: 0.5rem;          /* Espaciado uniforme alrededor de los elementos */
}
.lainterna .grid {
    margin-bottom: 40px !important;
}
.eventosentidad .listadoeventos .grid .lafoto {
    position: relative;
    margin-bottom: 14px;
}
.eventosentidad .listadoeventos .grid .lafoto img {
    width: 100%;
    height: 170px;
    border-radius: 6px;
    object-fit: cover;
}
.eventosentidad .listadoeventos .grid .lafoto .lafechapesta {
    background-color: var(--amarillosonson);
    color: #000;
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
.eventosentidad .listadoeventos .grid .lafoto .lafechapesta i {
    color: var(--marronsonson);
    margin-right: 10px;
}
.eventosentidad .cabezanoticai .vermore {
    background-color: var(--amarillosonson);
    color: #000;
}
.eventosentidad .cabezanoticai .vermore:hover {
    background-color: var(--verdesonson);
    color: #fff;
}
.eventosentidad .listadoeventos .grid .datapost {
    display: flex;
    flex-direction: column;
}
.eventosentidad .listadoeventos .grid .datapost h3 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: var(--monserrat);
}
.eventosentidad .listadoeventos .grid .datapost h3 a {
    color: #000;
    text-decoration: none;
}
.eventosentidad .listadoeventos .grid .datapost h3 a:hover {
    text-decoration: underline;
    color: var(--verdesonson);
}
.eventosentidad .listadoeventos .grid .datapost p {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: rgb(111, 111, 111);
}

.eventosentidad .listadoeventos .grid .datapost .conocermas {
    color: var(--verdesonson);
    font-weight: 500;
}


.piedepaginafot {
    background-color: var(--verdesonson);
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
}
.piedepaginafot .contenedorfooter {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #b4b4b456;
    padding: 60px 50px;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border-bottom: 10px solid var(--amarillosonson);
}
.piedepaginafot .topfooter {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #bebebe; 
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.piedepaginafot .topfooter .contenidofoote {
    width: 100%;
    max-width: 60%;
}
.piedepaginafot .topfooter .contenidofoote h3 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -1px;
}
.piedepaginafot .topfooter .contenidofoote li {
    padding-top: 10px;
    font-size: 16px;
}
.contenidofoote li::marker {
    color: var(--amarillosonson);
}
.piedepaginafot .topfooter .contenidofoote li 

.piedepaginafot .topfooter .logoyredesfoot {
    width: 100%;
    max-width: 40%;
    padding-left: 50px;
}
.piedepaginafot .topfooter .logoyredesfoot .logofooterentidad {
    margin-bottom: 40px;
    text-align: right;
}
.piedepaginafot .topfooter .logoyredesfoot .logofooterentidad img {
    width: 100px;
    height: auto;
}
.logoyredesfoot .linksredes {
}
.logoyredesfoot .linksredes ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
.logoyredesfoot .linksredes ul li {
    font-size: 25px;
    margin-left: 20px;
}
.logoyredesfoot .linksredes ul li a {
    color: var(--azuloscuro);
}

.linksfinalmore {
    display: flex;
    flex-direction: column;
}
.linksfinalmore .listadostats {
    display: flex;
}
.linksfinalmore .listadostats .grid {
    margin-right: 30px;
    display: flex;
}
.linksfinalmore .listadostats .grid i {
    font-size: 40px;
    color: var(--amarillosonson);
    margin-right: 10px;
}
.linksfinalmore .listadostats .grid .data {
    display: flex;
    flex-direction: column;
}
.linksfinalmore .listadostats .grid .data b {
    text-transform: uppercase;
    color: var(--marronsonson);
    font-size: 11px;
}
.linksfinalmore .listadostats .grid .data small {
    color: #747272;
    font-size: 17px;
}
.linksfinalmore .linksimportantesfooter {
    margin-top: 30px;
    display: flex;
}
.linksfinalmore .linksimportantesfooter li {
    list-style: none;
    margin-right: 15px;
}
.linksfinalmore .linksimportantesfooter li a {
    color: var(--azuloscuro);
}
.linksfinalmore .linksimportantesfooter li a:hover {
    color: var(--verdesonson);
}

.footergov  {
    background-color: var(--azulgov);
    padding: 14px 20px;
}
.footergov .centradogov {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.footergov .centradogov img {
    width: 120px;
    height: auto;
}

.dropdown-menu {
    z-index: 9999999999999;
}



/* Menu principal  */
.menuprincipalmob .offcanvas-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.menuprincipalmob .offcanvas-title img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.menuprincipalmob .offcanvas-header {
    border-bottom: 1px dashed #c2c2c2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Modal buscador  */
.buscadormodal .titulobuscadior {
    font-size: 16px !important;
    font-weight: 700;
}
.buscadormodal .buscarmodal .formulario {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.buscadormodal .buscarmodal .formulario input[type=text] {
    width: 100%;
    max-width: 70%;
    padding: 10px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
}
.buscadormodal .buscarmodal .formulario .botton{
    width: 100%;
    max-width: 28%;
    padding: 10px;
    border: 1px solid rgb(208, 208, 208);
    background-color: var(--marronsonson);
    color: #fff;
    font-family: 600;
    text-transform: uppercase;
    border-radius: 5px;
}
.buscadormodal .buscarmodal .formulario .botton:hover {
    background-color: var(--verdesonson);
}


/* Boton subir */
.subirbtns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: none; /* Inicialmente oculto */
    background-color: #fff;
    padding: 4px;
    border-radius: 100px;
}
.subirbtns i {
    color: var(--azulgov);
    font-size: 40px;
}

/* Migas de pan  */
.migasdepan {
    display: flex;
    list-style: none;
    margin-bottom: 20px;
}
.migasdepan li {
    margin-right: 20px;
    color: #455;
}
.migasdepan li i {
    color: var(--verdesonson);
    margin-right: 10px;
}
.migasdepan li a {
    color: #000;
    text-decoration: none;
}

/* Pagina por defecto */
.paginaxdefecto {
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    margin: auto;
}
.paginaxdefecto .titulo {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: var(--monserrat);
}
.paginaxdefecto .titulo h1 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 32px;
}
.contenidopafedefualt {
    font-size: 18px;
}


/* Cover interno  */
.coverinterno {
    width: 100%;
    background-image: url('../img/foto-sonson.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid var(--verdesonson);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 1px solid #e1e1e1;
}
.coverinterno .lasombradegradado {
    min-height: 180px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}
.coverinterno .lasombradegradado .converint {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.coverinterno .lasombradegradado .converint .entidadtitle {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--marronsonson);
    letter-spacing: -1px;
    line-height: 20px;
    margin-bottom: 0;
}
.lasombradegradado .converint .titulocoverint {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    letter-spacing: -1px;
}


/* Sala de prensa home  */
.homesaladeprensa {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px;
    margin: auto;
}
.homesaladeprensa .notaslistado {
    display: flex;
    flex-wrap: wrap;

}
.homesaladeprensa .notaslistado .grid {
    width: 100%;
    max-width: 25%;
    margin-bottom: 50px;
    padding: 10px;
}
.homesaladeprensa .notaslistado .grid img {
    width: 100%;
    height: 160px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
}
.homesaladeprensa .notaslistado .grid .datenota {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    color: #7c7c7c;
    letter-spacing: -0.7px;
}
.homesaladeprensa .notaslistado .grid .datenota i {
    color: var(--verdesonson);
    margin-right: 10px;
}
.tllstnota {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -1px;
}
.tllstnota a {
    text-decoration: none;
    color: var(--azuloscuro);
}
.tllstnota a:hover {
    color: var(--verdesonson);
}
.homesaladeprensa .notaslistado .grid p {
    font-size: 14px;
    color: #888;
}
.btnvermas {
    color: var(--verdesonson);
    font-weight: 600;
    font-size: 15px;
}
.btnvermas:hover {
    color: var(--azuloscuro);
}



/* Home Galerias  */
.fotogalerias {
    background-color: #111;
    color: #fff;
    padding: 80px 20px;
}
.fotogalerias .centradogallery {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fotogalerias .centradogallery .item {
    width: 100%;
    max-width: 20%;
    border-left: 8px solid #000;
    border-right: 8px solid #000;
    margin-bottom: 30px;
}
.fotogalerias .centradogallery .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}
.fotogalerias .centradogallery .item img:hover {
    opacity: 0.6;
}

/* Home Videos  */
.videosentidad {
    width: 100%;
    background-color: rgba(230, 230, 230, 0.597);
    padding: 50px 20px;
    margin-bottom: 150px;
}
.videosentidad .contenedorvideint {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.videosentidad .contenedorvideint .grid {
    width: 100%;
    max-width: 25%;
}
.videosentidad .contenedorvideint .grid .item {
    padding: 10px;
    position: relative;
    padding: 20px;
}
.videosentidad .contenedorvideint .grid .item img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 14px;
}
.videosentidad .contenedorvideint .grid .item .icono {
    position: absolute;
    top: 30%;
    left: 40%;
    background-color: var(--verdesonson);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 30px;
}
.videosentidad .contenedorvideint .grid .item .icono i {
    color: #fff;
}
.videosentidad .contenedorvideint .grid .item .icono:hover {
    opacity: 0.8;
}


/* Home trámites y servicios  */

.modtramitesandser {
    padding: 50px 20px;
    background-color: #fff;
}
.modtramitesandser .buscartramiteysr {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 30px;
    align-items: center;
}
.modtramitesandser .buscartramiteysr span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-right: 10px;
    color: #666;
}
.modtramitesandser .buscartramiteysr span i {
    color: var(--verdesonson);
    margin-right: 10px;
}
.modtramitesandser .buscartramiteysr .inputform {
    display: flex;
}
.modtramitesandser .buscartramiteysr .inputform input[type=text] {
    padding: 8px 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    width: 300px;
}
.modtramitesandser .buscartramiteysr .inputform .botonbuscartramite {
    background-color: var(--verdesonson);
    border: 0px;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.modtramitesandser .buscartramiteysr .inputform .botonbuscartramite:hover {
    background-color: #000;
}
.modtramitesandser .buscartramiteysr .inputform .boton-limpiar {
    background-color: #d8d8d8;
    padding: 8px 10px;
    color: #000;
    border-radius: 5px;
    margin-left: 10px;
    text-decoration: none;
}
.modtramitesandser .listadotramites {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.modtramitesandser .listadotramites .grid {
    width: 100%;
    max-width: 25%;
    padding: 12px;
}
.modtramitesandser .listadotramites .grid .item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    border-left: 5px solid var(--amarillosonson);
}
.modtramitesandser .listadotramites .grid .item h2 {
    font-size: 16px;
    font-weight: 600;
    min-height: 70px;
}
.modtramitesandser .listadotramites .grid .item h2 a {
    color: var(--azuloscuro);
    text-decoration: none;
}
.modtramitesandser .listadotramites .grid .item h2 a:hover {
    color: #000;
    text-decoration: underline;
}
.listadotramites .grid .item .dosbotones {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.listadotramites .grid .item .dosbotones .masinfo a {
    font-weight: 500;
    font-size: 13px;
    color: var(--verdesonson);
    text-transform: uppercase;
}
.listadotramites .grid .item .dosbotones .masinfo a:hover {
    color: #000;
}
.listadotramites .grid .item .dosbotones .realizar a {
    background-color: var(--azuloscuro);
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 6px;
}
.listadotramites .grid .item .dosbotones .realizar a:hover {
    background-color: var(--marronsonson);
}


/* Resultados buscador  */
.resultadosbusqueda {
    background-color: #fff;
    padding: 80px 20px;
}
.resultadosbusqueda .terminoyresultados {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.resultadosbusqueda .terminoyresultados .titulotermino {
    background-color: rgba(235, 233, 233, 0.611);
    border-left: 5px solid var(--marronsonson);
    padding: 20px;
    margin-bottom: 30px;
}
.resultadosbusqueda .terminoyresultados .titulotermino h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.resultadosbusqueda .terminoyresultados .titulotermino h2 span {
    font-weight: 800;
}
.terminoyresultados .listadogrid {
    display: flex;
    flex-direction: column;
}
.terminoyresultados .listadogrid .grid {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.terminoyresultados .listadogrid .grid h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.terminoyresultados .listadogrid .grid h3 a {
    color: var(--azuloscuro);
}
.terminoyresultados .listadogrid .grid a {
    color: var(--verdesonson);
    font-weight: bold;
    text-decoration: none;
}
.terminoyresultados .listadogrid .grid a:hover {
    text-decoration: underline;
}
.idiomasvarios ul.dropdown-menu.show {
    padding: 10px !important;
}



/* Single nota estilos  */
.migascentradas {
    margin: auto;
    width: 100%;
    max-width: 1240px;
    padding: 30px 20px;
}
.singlenota {
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    margin: auto;
}

/* Cover - Portada single  */
.fotoydescrip {
    background-color: #ececec;
    display: flex;
}
.deeventos {
    flex-direction: row-reverse;
}
.fotoydescrip .descrip {
    width: 100%;
    max-width: 50%;
    padding: 50px;
    display: flex;
    justify-content: flex-end;
    border-right: 3px solid var(--marronsonson);
}
.fotoydescrip .descrip {
    justify-content: flex-start;
}

.fotoydescrip .descrip .condgw {
    width: 100%;
    max-width: 550px;
}
.fotoydescrip .descrip .condgw h1 {
    font-size: 30px;
    line-height: 34px;
    border-left: 5px solid var(--verdesonson);
    padding-left: 10px;
    font-weight: 800;
    letter-spacing: -1px;
}
.deeventos h1 {
    border-left: 0px solid var(--marronsonson) !important;
    padding-left: 0px !important;
    color: var(--marronsonson);
}

.fotoydescrip .descrip .condgw .datepubliado {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}
.fotoydescrip .descrip .condgw p {
    font-size: 16px;
    font-weight: 300;
}

.fotoydescrip .lafoto {
    width: 100%;
    max-width: 50%;
}
.fotoydescrip .lafoto img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.singlenota {
    width: 100%;
    max-width: 900px;
    padding: 50px 20px;
    margin: auto;
}
.singlenota p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 30px;
}
.singlenota h2 {
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -1px;
}
.singlenota a {
    font-weight: 700;
    color: var(--marronsonson);
}
.singlenota a:hover {
    color: var(--azulgov);
    text-decoration: none;
}
.singlenota h3,
.singlenota h4,
.singlenota h5 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}

/* Categoria Archive  */
.contenido_home {
    width: 100%;
    max-width: 1240px;
    padding: 20px 20px;
    margin: auto;
}
.contenido_home .titulo_archive {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.contenido_home .noticia {
    display: flex;
    flex-direction: column;
}

.contenido_home .noticia .archivo_ {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.contenido_home .noticia .archivo_ .grid_ {
    display: flex;
    width: 100%;
    max-width: 32%;
    flex-direction: column;
}
.contenido_home .noticia .archivo_ .grid_ img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 6px;
}
.contenido_home .noticia .archivo_ .grid_ h2 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -1px;
}
.contenido_home .noticia .archivo_ .grid_ h2 a {
    color: #000;
    text-decoration: none;
}
.contenido_home .noticia .archivo_ .grid_ h2 a:hover {
    text-decoration: underline;
}
.contenido_home .noticia .archivo_ .grid_ p {
    font-size: 15px;
    font-weight: 300;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.navigation a {
    background-color: var(--azuloscuro);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-bottom: 6px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 6px;
}
.navigation a:hover {
    opacity: 0.9;
}
.navigation .anterior i {
    margin-right: 20px;
}
.navigation .siguiente i {
    margin-left: 20px;
}


.singletys {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 50px 20px;
}
.singletys .contenidotyssingle {
    display: flex;
    flex-direction: column;
}
.singletys .contenidotyssingle .topcabezasite {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #aeaeae;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.singletys .contenidotyssingle .topcabezasite .eltitulotus {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}
.singletys .contenidotyssingle .topcabezasite p {
    font-size: 19px;
    line-height: 25px;
    width: 100%;
    max-width: 70%;
    font-weight: 400;
}
.contenidotyssingle .masontentys {
    display: flex;
}
.contenidotyssingle .masontentys .gridimtem {
    width: 100%;
    max-width: 50%;
}
.contenidotyssingle .masontentys .gridimtem h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--verdesonson);
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.contenidotyssingle .masontentys .gridimtem li {
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    list-style: none;
}
.contenidotyssingle .masontentys .gridimtem a {
    background-color: var(--amarillosonson);
    color: #000;
    padding: 10px 30px;
    border-radius: 60px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
.contenidotyssingle .masontentys .gridimtem a:hover {
    background-color: var(--verdesonson);
    color: #fff;
}
.contenidotyssingle .masontentys .lagimeg {
    padding-left: 50px;
    width: 100%;
    max-width: 50%;
}
.contenidotyssingle .masontentys .lagimeg img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}


.singlefoto {
    background-color: #000000e6;
    color: #fff;
    padding: 50px 30px;
}
.singlefoto .contensinglefo {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.singlefoto .contensinglefo .lafototext {
    display: flex;
}
.singlefoto .contensinglefo .lafototext .foto {
    width: 100%;
    max-width: 65%;
}
    .singlefoto .contensinglefo .lafototext .foto img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
.singlefoto .contensinglefo .textofoto {
    width: 100%;
    max-width: 35%;
    padding-left: 30px;
}
.singlefoto .contensinglefo .textofoto span {
    font-size: 14px;
    text-transform: uppercase;
    color: #929292;
    margin-bottom: 20px;
    display: block
}
.singlefoto .contensinglefo .textofoto span i {
    margin-right: 10px;
    color: var(--amarillosonson);
}
.singlefoto .contensinglefo .textofoto h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.singlefoto .contensinglefo .textofoto h1 i {
    color: var(--verdesonson);
    margin-right: 14px;
}
.singlefoto .contensinglefo .textofoto p {
    font-size: 16px;
    font-weight: 300;
}

.videostheme {
    background-color: #e0e0e095;
    color: #000;
}
.videostheme .contensinglefo {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.videosentidad .migasdepan {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.menumobile ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.menumobile ul li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.menumobile ul li a {
    color: #000;
    text-decoration: none;
}
.menumobile ul li a:hover {
    color: #666;
}

.itemsgrideventos {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 900px;
    border-radius: 6px;
    padding: 30px 20px;
    background-color: var(--verdesonson);
    margin: auto;
    margin-top: 40px;
    color: #fff;
}
.itemsgrideventos .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.itemsgrideventos .grid  .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.itemsgrideventos .grid i {
    font-size: 50px;
    margin-bottom: 10px;
    opacity: 0.4;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #000;
}
.itemsgrideventos .grid i:hover {
    opacity: 0.9;
}
.itemsgrideventos .grid span {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.itemsgrideventos .grid p {
    margin-bottom: 0;
    font-weight: 300;
}



.resultadosbusqueda{
    padding: 20px;
    width: 100%;
    max-width: 1240px;
    padding: 40px 20px;
    margin: auto;
}
.resultadosbusqueda h2 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}
.resultadosbusqueda h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}
.search-item {
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.search-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.search-item p {
    color: #666;
}

.conocer-mas {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.conocer-mas:hover {
    text-decoration: underline;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pagination a {
    color: #000;
    text-decoration: none;
}
.pagination .previous-posts,
.pagination .next-posts {
    font-size: 1.2em;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

/* TYS Home */
.modtramiteshome {
    padding: 20px 20px;
    padding-top: 0;
    padding-top: 30px;
}
.listadotramit {
    width: 100%;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.listadotramit .item {
    padding: 10px;
    width: 100%;
    padding-bottom: 20px;
}
.listadotramit .item .grid {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.039) 0px 7px 29px 0px;
    border: 1px dashed #d0d0d0;
    border-left: 5px solid var(--amarillosonson);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listadotramit .item .grid h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.listadotramit .item .grid h3 a {
    color: var(--azuloscuro);
    text-decoration: none;
}
.listadotramit .item .grid h3 a:hover {
    background-color: var(--azuloscuro);
    color: #fff;
}
.listadotramit .item .grid .vermasit {
    color: var(--verdesonson);
    font-weight: 600;
}
.listadotramit .item .grid .vermasit:hover {
    color: #000;
}



.menumobile .menu-item-has-children .sub-menu {
    border-left: 2px solid #a5a2a2;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.menumobile .menu-item-has-children .sub-menu li {
    border-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
