footer {
	font-family: var(--font-for-content);
	line-height: 30px;
}

/* franja-informacion */

.franja-informacion {
    font-family: var(--font-family-1);
    background-color: var(--colorBackgroundFranjaInformacion);
    font-size: var(--letra12);
}

.contenedor-franja-informacion {
    padding: 2em 0 1em 0;
}

.contenido-franja-franja-informacion {
    height: 100%;
    margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

.contacto-footer {
    color: var(--colorBlanco);
    line-height: 1.56;
    border-bottom: 1px solid var(--colorBlanco);
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .contacto-footer {
        margin: 0 30px 20px 30px;
    }
}

@media screen and (min-width: 768px) {
    .contacto-footer {
        margin: 0 100px 20px 100px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .contacto-footer {
        margin: 0;
        border-bottom: 0;
    }
}

.contacto-footer a {
    color: inherit;
    text-decoration: underline;
    font-size: var(--letra12);
}

    .contacto-footer a:hover {
        font-weight: 600;
    }

.contacto-footer h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 12px;
}

@media screen and (min-width: 576px) {
    .contacto-footer h4 {
        margin: 10px 12px 10px 12px;
    }
}

.contacto-footer p {
    font-size: var(--letra14);
    margin: 0 12px 0 12px;
}

@media screen and (min-width: 576px) {
    .contacto-footer p {
        margin: 0 12px 0 12px;
    }
}

.franja-informacion ul.he_gov_list {
    margin-bottom: 10px;
}

    .franja-informacion ul.he_gov_list li {
        list-style: none;
        margin-left: 18px;
    }

.list-call:before {
    content: "\f095";
    font-family: 'Fontawesome';
    font-size: inherit;
    font-weight: 900;
    margin-right: .3em;
}

.list-mail:before {
    content: "\f0e0";
    font-family: 'Fontawesome';
    font-size: inherit;
    font-weight: 900;
    margin-right: .3em;
}

.list-file:before {
    content: "\f0f6";
    font-family: 'Fontawesome';
    font-size: inherit;
    font-weight: 900;
    margin-right: .3em;
}

/* -> franja-informacion */

/* govco Footer*/

.franja-gov-co-footer {
	height: 67px;
	margin-top: -67px;
	position:relative;
}

.contenedor-contenido-franja-gov-co-footer {
    background: #3366CC;
    display: flex;
    align-items: center;
	height: 67px;
}

.logo-pie-pagina-gov-co-right {
    padding-left: 20px;
}

.logo-pie-pagina-gov-co-left img {
    height: 63px;
    padding: 16px;
}

.logo-pie-pagina-gov-co-right img {
    height: 63px;
    padding: 16px;
}

@media all and (max-width: 1024px) {
    .logo-pie-pagina-gov-co {
        padding: 10px 20px;
    }
}

.grid-franja-gov-co-footer {
	height: 67px;
}

.contenedor-contenido-franja-gov-co-footer a {
	max-height: 67px; 
}

/* -> govco Footer*/



/* Recuadro Footer*/

.franja-informacion {
    font-family: var(--font-family-1);
    background-color: var(--colorBackgroundFranjaInformacion);
    font-size: var(--letra12);
}

.contenedor-franja-informacion {
    padding: 2em 0 1em 0;
}

.contenido-franja-franja-informacion {
    height: 100%;
    margin: 0 var(--margenHorizontalFranjaSmall) 0 var(--margenHorizontalFranjaSmall);
}

@media screen and (min-width: 768px) {
    .contenido-franja-franja-informacion {
        margin: 0 var(--margenHorizontalFranjaNormal) 0 var(--margenHorizontalFranjaNormal);
    }
}

@media screen and (min-width: 1200px) {
    .contenido-franja-franja-informacion {
        margin: 0;
    }
}

.logos-footer {
    margin: 0 10px 0 10px;
}

@media screen and (min-width: 576px) {
    .logos-footer {
        margin: 0 30px 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .logos-footer {
        margin: 0 100px 0 100px;
    }
}

@media screen and (min-width: 1200px) {
    .logos-footer {
        margin: 0;
        justify-self: flex-end;
    }
}

.contenedor-logos-footer {
    border-bottom: 1px solid var(--bordeBlanco);
}

@media screen and (min-width: 1200px) {
    .contenedor-logos-footer {
        border-bottom: 0;
        border-right: 1px solid var(--bordeBlanco);
        margin-right: 30px;
        padding-top: 12px;
    }
}

.logo_gov_co {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media screen and (min-width: 1200px) {
    .logo_gov_co {
        margin-bottom: 20px;
        justify-content: center;
    }
}

.logo_gov_co img {
    width: 150px;
    height: 30.53px;
}

.logo_co {
    display: flex;
    align-items: center;
    justify-content: start;
}

@media screen and (min-width: 1200px) {
    .logo_co {
        justify-content: center;
    }
}

.logo_co img {
    width: 71px;
    height: 70px;
}

.institucional-footer {
    color: var(--colorBlanco);
    line-height: 1.56;
    border-bottom: 1px solid var(--colorBlanco);
    margin: 0 10px 0 10px;
    padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .institucional-footer {
        margin: 0 30px 20px 30px;
    }
}

@media screen and (min-width: 768px) {
    .institucional-footer {
        margin: 0 100px 20px 100px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .institucional-footer {
        margin: 0;
        border-top: 0;
        border-right: 1px solid var(--colorBlanco);
        border-bottom: 0;
        border-left: 1px solid var(--colorBlanco);
    }
}

.contenedor-institucional-footer {
    border-bottom: 1px solid var(--bordeBlanco);
    padding-top: 0;
}

@media screen and (min-width: 1200px) {
    .contenedor-institucional-footer {
        border-bottom: 0;
        border-right: 1px solid var(--bordeBlanco);
    }
}

.institucional-footer h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 10px;
}

@media screen and (min-width: 576px) {
    .institucional-footer h4 {
        margin: 12px;
    }
}

.institucional-footer p {
    margin: 0 12px 10px 12px;
}

@media screen and (min-width: 576px) {
    .institucional-footer p {
        margin: 0 12px 10px 12px;
    }
}

.institucional-footer a {
    color: inherit;
    text-decoration: none;
}

    .institucional-footer a:hover {
        font-weight: 700;
        text-decoration: underline;
    }

a.f2-a {
    color: #fff !important;
    text-decoration: underline !important;
}

.boldf {
    font-weight: 600 !important;
}

.franja-informacion ul.he_footer_redesg li {
    overflow: hidden;
    list-style: none
}

    .franja-informacion ul.he_footer_redesg li .fa_text {
        font-family: var(--font-family-1);
        font-size: var(--letra11);
    }

.he_footer_redesg {
    display: flex;
    margin-left: 15px;
    padding: 0
}

.he_footer_socialgov {
    display: inline-block;
    padding: .5em .3em !important;
    margin: .3em .2em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .25s ease-in-out all;
    -moz-transition: .25s ease-in-out all;
    -o-transition: .25s ease-in-out all;
    -ms-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all;
    text-decoration: none;
}

    .he_footer_socialgov:hover {
        background-color: #024a9c;
        text-decoration: none !important
    }

.fa-faceg:before {
    content: "\f09a";
    border-radius: 50%;
    background: #fff;
    color: #36c;
    padding: .5em .7em;
    margin-right: .3em;
    text-align: center;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-twitg:before {
    content: "\f099";
    border-radius: 50%;
    background: #fff;
    color: #36c;
    padding: .52em;
    margin-right: .3em;
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-youtbg:before {
    content: "\f167";
    border-radius: 50%;
    background: #fff;
    color: #36c;
    padding: .52em .6em;
    margin-right: .3em;
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}

.fa-instagrmg:before {
    content: "\f16d";
    border-radius: 50%;
    background: #fff;
    color: #36c;
    padding: .52em .6em;
    margin-right: .3em;
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.5)
}


.contacto-footer {
    color: var(--colorBlanco);
    line-height: 1.56;
    border-bottom: 1px solid var(--colorBlanco);
    margin: 0 10px 20px 10px;
    padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .contacto-footer {
        margin: 0 30px 20px 30px;
    }
}

@media screen and (min-width: 768px) {
    .contacto-footer {
        margin: 0 100px 20px 100px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .contacto-footer {
        margin: 0;
        border-bottom: 0;
    }
}

.contacto-footer a {
    color: inherit;
    text-decoration: underline;
    font-size: var(--letra12);
}

    .contacto-footer a:hover {
        font-weight: 600;
    }

.contacto-footer h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 12px;
}

@media screen and (min-width: 576px) {
    .contacto-footer h4 {
        margin: 10px 12px 10px 12px;
    }
}

.contacto-footer p {
    font-size: var(--letra14);
    margin: 0 12px 0 12px;
}

@media screen and (min-width: 576px) {
    .contacto-footer p {
        margin: 0 12px 0 12px;
    }
}

.franja-informacion ul.he_gov_list {
    margin-bottom: 10px;
}

    .franja-informacion ul.he_gov_list li {
        list-style: none;
        margin-left: 18px;
    }
	
.contenedor-footer-informacion {
    margin-top: 0px;
}

.franja-Informacion { 
	background-color: var(--color--blue-16);
}

.contenedor-footer-body-secundario ul {
    list-style-type: none;
}

.contenedor-footer-body ul {
    list-style-type: none;
}

.contenedor-footer-body-tercero ul {
    list-style-type: none;
}

.contenedor-footer-body-tercero li {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-right: 3%;
    list-style: none
}

.contenedor-footer-body li {
    float: left;
    text-align: center;
    width: 5em;
    list-style: none
}

.contenedor-footer {
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--colorBlanco);
    background-clip: border-box;
}

.contenedor-footer-body h2,
.contenedor-footer-body-secundario h2,
.contenedor-footer-body h3 {
    font-size: var(--letra22);
    margin-bottom: 55px;
    display: block;
    font-weight: 600;
    color: var(--color--black);
    position: relative;
    font-family: var(--font-family-6);
}

.contenedor-footer-body p {
    color: var(--colorLetraGrisBogota);
    font-family: var(--font-family-5);
    line-height: 33px;
    margin-bottom: 1px;
    margin-top: 1px;
    margin: 0px 0px 4px;
    font-size: 18px;
}

.contenedor-footer-body-secundario p {
    color: var(--colorLetraGrisBogota);
    font-family: Montserrat;
    line-height: 23px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.contenedor-footer-body {
    font-size: var(--letra13);
}

.contenedor-footer-body-secundario {
    font-size: var(--letra13);
}


.contenedor-footer-body a {
    color: var(--colorHyperlinksfooter);
    font-weight: 500;
}

.contenedor-footer-body-secundario a {
    color: var(--colorHyperlinksfooterSocialmedia);
    font-size: 16px;
}

.contenedor-footer-informacion {
    margin-top: -60px;
}

.contenedor-footer-logos img {
    height: 80px;
    width: auto;
}

.contenedor-footer-logos {
    text-align: center;
	height: 190px;
}

@media screen and (min-width: 0px) {
    .contenedor-footer-logos img {
        height: 80px;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (min-width: 750px) {
    .contenedor-footer-logos img {
        height: 45px;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (min-width: 810px) {
    .contenedor-footer-logos img {
        height: 60px;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (min-width: 1050px) {
    .contenedor-footer-logos img {
        height: 60px;
        width: auto;
        margin-left: 80px;
    }
}


.separador-imagenes-escudos {
    width: 1px;
    height: 48px;
    background-color: #000;
    align-self: center;
}

footer .closing {
    background-color: #3366CC;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

footer .gov-co {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 750px) {
    ul.menu-social.menu-footer {
        flex-direction: column;
        padding: 0px;
        margin-top: 0px;
        gap: 0px;
    }
}


ul.menu-social.menu-footer {
    width: 100%;
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 5px;
    font-family: var(--font-family-5);
    font-size: var(--letra-16);
    margin-top: 26px;
    margin-bottom: -29px;
}

    ul.menu-social.menu-footer a {
        color: var(--color--blue-6);
        font-weight: 500;
    }

ul.menu.red-social-background.menu-footer:hover {
    color: #4b4b4b;
    background-color: #4b4b4b;
}


ul.menu-social.menu-footer a:hover {
    color: #4b4b4b;
}

.menu-social a:hover {
    font-weight: 700;
}

.menu-social li {
    max-width: 215px;
    margin-bottom: 25px;
}

ul.informacion-segundaria-ul {
    display: flex;
    gap: 10px;
}

.informacion-secundaria-li {
    width: 60%;
    margin-bottom: 10px;
}

.contenedor-footer-body-secundario-li-secundario {
    width: 40%;
    margin-bottom: 10px;
}

.informacion-adicional-footer {
    margin-top: 85px;
}

.red-social-background {
    justify-content: center;
    align-items: center;
    display: inline-grid;
    color: var(--colorBlanco);
    background-color: var(--color--blue-6);
    height: 24px;
    width: 24px;
    border-radius: 10%;
}


    .red-social-background:hover {
        background-color: var(--color--gray-1);
    }

.informacion-adicional-ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

    .informacion-adicional-ul a {
        color: var(--colorHyperlinksfooter);
        font-weight: 540;
    }

        .informacion-adicional-ul a:hover {
            color: white;
            font-weight: 700;
            background-color: var(--colorAzulRey);
        }

@media (min-width: 1200px) {
    @media (min-width: 576px) {
        .gov-co {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .gov-co {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .gov-co {
            max-width: 960px;
        }
    }

    .gov-co {
        max-width: 1140px;
    }
}

footer .closing .co-logo {
    max-height: 60px;
}

footer .closing .govco-logo-footer {
    max-height: 38px;
}

.title-1 {
    color: var(--color--AzulGeneral);
}

.font-headline-m,
.title-1 {
    font-size: 20px;
    line-height: 30px;
}

.btn-list--horizontal {
    display: flex;
    justify-content: space-evenly;
}

.btn-size-3 {
    min-width: 215px;
}

.btn-delineado {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    min-width: 120px;
    height: 40px;
    color: var(--color--AzulGeneral);
    border-radius: 20px;
    border: 1px solid var(--color--AzulGeneral);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: normal;
    background-color: initial;
    overflow: hidden;
}

footer .footer-gov-co {
    background-color: var(--colorBackgroundGovCoFooter);
    padding-top: 15px;
    padding-bottom: 1.5rem;
    height: 90px;
}

footer .gov-co {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

footer .gov-co-contenido {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px) {
    .gov-co {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .gov-co {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .gov-co {
        max-width: 960px;
    }
}

.gov-co {
    max-width: 1200px;
}


footer .footer-gov-co .co-logo {
    max-height: 60px;
}

footer .footer-gov-co .govco-logo-footer {
    max-height: 38px;
}

.co-logo {
    width: 60px;
}

.govco-logo-footer {
    width: auto;
}

.separador-gov-co-footer {
    height: 66px;
    width: 1px;
    background: var(--separador-footer-gov-co);
}

.contenedor-footer-vacio img {
    max-width: 14%;
    height: auto;
    position: absolute;
    margin-left: -50px;
    margin-top: 20px;
}

/*
.logo-Tic{
    border-bottom: 1px solid grey;
}*/


.logo-Tic-aux {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}

.footer a {
    color: var(--color--blue-6);
	margin: auto 0;
}

.contenedor-footer-body a:hover {
    color: #555555;
}

@media screen and (min-width: 0px) {
    .contenedor-footer-social-media {
        margin-top: 28px;
        margin-bottom: -50px;
        margin-top: 130px;
    }
}

@media screen and (min-width: 750px) {
    .contenedor-footer-social-media {
        margin-top: 28px;
        margin-bottom: -50px;
        margin-top: 0px;
    }
}

/* -> Recuadro Footer*/

/* row contenedor-footer */

@supports(display: grid ) {

    .contenedor-footer-body {
        display: grid;
        grid-template-columns: 54% auto;
        grid-template-areas: "contenedor-footer-titulo contenedor-footer-logos"
            "contenedor-footer-informacion contenedor-footer-vacio";
    }

    @media screen and (max-width: 749px) {
        .contenedor-footer-body {
            flex-direction: column;
        }

    }

    @media screen and (min-width: 800px) {
        .contenedor-footer-body {
            grid-template-columns: 70% 30%;
            grid-template-areas: "contenedor-footer-titulo contenedor-footer-logos"
                "contenedor-footer-informacion contenedor-footer-vacio";
            gap: 3.8rem;
        }
    }
}

@media screen and (max-width: 370px) {

    .contenedor-footer-body h2 {
        font-size: 15px;
    }

    .logo-Tic-aux {
        margin-left: 80px;
    }

    .contenedor-footer-vacio {
        margin-left: 80px;
    }

    .contenedor-footer-vacio {
        margin-left: 80px;
    }

        .contenedor-footer-vacio img {
            max-width: 31% !important;
        }

    .buzon {
        width: 100% !important;
        height: 40px !important;
    }
}

@media screen and (max-width: 320px) {
    .bg-primary {
        margin: 587px 0px 0px 0px !important;
    }

    .contenedor-footer-body h2 {
        font-size: 15px;
    }

    .logo-Tic-aux {
        margin-left: 80px;
    }

    .contenedor-footer-vacio {
        margin-left: 80px;
    }

    .contenedor-footer-vacio img {
        max-width: 31% !important;
    }

    .contenedor-footer-logos {
        margin-left: -120px !important;
    }

    .buzon {
        width: 100% !important;
        height: 40px !important;
    }
}

/* row contenedor-footer */

/* footer */

footer {
    background-repeat: repeat;
}

    footer a {
        text-decoration: underline;
    }

footer {
    bottom: 0;
    width: 100%;
}

.mapa-u {
    white-space: normal;
    word-break: normal;
}

/* -> footer */

/* Ajustamiento footer grid 3 columnas */

.row .contenedor-footer-body {
    display: flex;
    flex-wrap: wrap;
}


.contenedor-footer-body {
    display: flex;
    justify-content: space-evenly;
}

    .contenedor-footer-body > div {
        flex: 1;
        margin: 5px;
        padding: 10px;
        box-sizing: border-box;
    }

.contenedor-footer-informacion p {
    font-size: 15px;
    margin-left: 10px;
}
/* -> Ajustamiento footer grid 3 columnas*/

.colink-1 p {
    margin: -60px 0px 0px 8px;
}

.buzon {
    width: 100%;
    height: 40px;
    background-color: #F7A73F;
    border-radius: 8px;
    padding: 8px;
}


@media screen and (max-width: 665px) {
    .contenedor-footer-informacion p {
        font-size: 12px;
    }


    .buzon {
        width: 65%;
        height: 40px;
    }

    .logo-Tic-aux {
        width: 30%;
        border-bottom: 1px solid lightgrey;
    }

    .logo-Tic  {
        height: 52px;
    }

    .contenedor-footer-vacio img {
        max-width: 15%;
    }
}

@media screen and (max-width: 459px) {
    .navegacion-modulos {
        margin-left: 10px;
    }
}

/* Franja LogoGovCo Footer */

@media screen and (max-width: 1469px){
    .logo-pie-pagina-gov-co {
        margin-left: 40px;
    }
}

@media screen and (min-width: 319px) {
    .logo-pie-pagina-gov-co {
        margin-left: 0px;
    }
}

@media screen and (max-width: 319px) {
    .logo-pie-pagina-gov-co-left img {
        height: 35px;
        margin-left: -12px;
    }

    .logo-pie-pagina-gov-co-right img {
        height: 30px;
        margin-left: -12px;
    }
}

/* -> Franja LogoGovCo Footer */

@media screen and (max-width: 1570px) {
    .contenedor-footer-informacion p {
        line-height: 29px;
    }
}



@media screen and (max-width: 1140px) {
    .contenedor-footer-informacion p {
        line-height: 25px;
    }
}


@media screen and (max-width: 1090px) {
    .contenedor-footer-informacion p {
        line-height: 24px;
    }
}

@media screen and (max-width: 1020px) {
    .contenedor-footer-informacion p {
        line-height: 24px;
    }
}

@media screen and (max-width: 950px) {
    .contenedor-footer-informacion p {
        line-height: 24px;
    }

    .contenedor-footer-vacio img {
        max-width: 13%;
        height: auto;
        position: absolute;
        margin-left: -50px;
        margin-top: 2px;
    }

    .contenedor-footer-logos img {
        height: 50px;
        width: auto;
        margin-left: -50px;
    }

    .bg-primary {
        margin: 75px 0px 0px 0px;
    }
}

@media screen and (max-width: 895px) {
    .contenedor-footer-informacion p {
        line-height: 24px;
    }

    .contenedor-footer-vacio img {
        max-width: 13%;
        height: auto;
        position: absolute;
        margin-left: -50px;
        margin-top: 2px;
    }

    .contenedor-footer-logos img {
        height: 43px;
        width: auto;
        margin-left: -50px;
    }

    .contenedor-footer-body h2 {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .logo-Tic-aux img {
        margin-left: -20px;
    }
}

.franja-redes-sociales {
	height: 218px;
	background-color: var(--color--blue-16);
}

@media screen and (max-width: 900px) {
	.franja-redes-sociales {
		height: auto !important;
		padding: 24px 15px 0px 15px;	
	}
}

.grid-contenedor-franja-redes-sociales {
	height: 100%;
}

.contenedor-contenido-franja-redes-sociales {
	height: 100%;
}

.grid-contenedor-contenido-boletin-digital {
	height: 100%;
	gap: 30px;
	align-items: center;
}

.contenedor-titulo-boletin h2 {
	color: var(--colorBlanco);
	font-size: 56px;
	font-weight: 500;
	line-height: 56px;
	text-align: end;
}

@media screen and (max-width: 900px) {
	.contenedor-titulo-boletin h2 {
		text-align: start;
	}
}

@media screen and (max-width: 950px) {
	.sub-opcion-franja-Informacion-logos {
        display: flex;
		justify-content: center;
		padding: 24px 15px;
	}
	
	.sub-opcion-franja-Informacion-logos img {
        width: 191px;
		height: 300px !important;
	}
}

.contenedor-titulo-boletin h2 span {
    font-weight: 300;
}


.contenedor-descripcion-boletin p {
	font-family: 'WorkSans-Regular',sans-serif;
	color: var(--colorBlanco);
	font-size: var(--letra20);
    font-weight: 300;
}

.contenedor-boton-boletin {
	display: flex;
}

.contenedor-boton-boletin a {
	font-size: var(--letra16);
	background-color: var(--colorBlanco);
	color: var(--color--blue-16);
	cursor: pointer;
	text-decoration: none;
	width: 202px;
	height: 42px;
	border-radius: 25px;
	transition: all 0.25s ease-in-out;
    padding: 7px 16px;
    font-weight: 600;
}

.contenedor-boton-boletin a:hover {
	background-color: var(--color--blue-18);
	color: var(--colorBlanco);
}

.contenedor-redes-boletin {
	display: none;
}
	
@media screen and (min-width: 900px) {
	.contenedor-redes-boletin  {
		display: block;
	}
}

.contenedor-redes-boletin img {
	width: 100%;
}

.sub-opcion-franja-Informacion-logos a img {
	height: 251px;
}

.sub-opcion-franja-Informacion-alcaldia, .sub-opcion-franja-Informacion-contacto {
	background-color: var(--color--blue-6);
	padding: 24px 15px;
	color: var(--colorBlanco);
}

.sub-opcion-franja-Informacion-alcaldia h3 {
    font-size: var(--letra24);
    font-weight: 600;
    margin-bottom: 8px;
}

 .sub-opcion-franja-Informacion-contacto h3 {
    font-size: var(--letra24);
    font-weight: 600;
    margin-bottom: 8px;
}

.sub-opcion-franja-Informacion-alcaldia p {
    font-size: var(--letra16);
    line-height: 23px;
}

 .sub-opcion-franja-Informacion-contacto p {
    font-size: var(--letra16);
    line-height: 23px;
}

.sub-opcion-franja-Informacion-alcaldia p a {
	text-decoration: none;
}

.sub-opcion-franja-Informacion-alcaldia p a:hover {
	text-decoration: underline;
}

 .sub-opcion-franja-Informacion-contacto p a {
	text-decoration: none;
}

 .sub-opcion-franja-Informacion-contacto p a:hover {
	text-decoration: underline;
}


.right-panel-franja-informacion {
	background-color: var(--color--blue-6);
}

.sub-opcion-franja-Informacion-alcaldia a button {
    font-size: var(--letra16);
    background-color: var(--colorBlanco);
    color: var(--color--blue-16);
    cursor: pointer;
    text-decoration: none;
    width: 202px;
    height: 42px;
    border-radius: 25px;
    transition: all 0.25s ease-in-out;
    padding: 7px 16px;
    font-weight: 600;
	border: none;
}

.sub-opcion-franja-Informacion-alcaldia a button:hover {
	background-color: var(--color--blue-18);
	color: var(--colorBlanco);
}

.enlaces-redes-sociales {
	padding: 24px 0px;
}

.enlaces-redes-sociales .lista-enlaces-redes-sociales {
  list-style: none;            
  display: grid;               
  grid-template-columns: repeat(2, 165px); 
  gap: 1rem 2rem;                     
  row-gap: 4px;
  column-gap: 0px;          
  margin: 0;
  padding: 0;
}

.fa-facebook:before {
    color: var(--color--blue-16);
    background-color: var(--colorBlanco);
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 6px;
}

.fa-twitter:before {
    color: var(--color--blue-16);
    background-color: var(--colorBlanco);
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 6px;
}

.fa-instagram:before {
    color: var(--color--blue-16);
    background-color: var(--colorBlanco);
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 6px;
}

.fa-youtube-play:before {
    color: var(--color--blue-16);
    background-color: var(--colorBlanco);
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 6px;
}

.enlaces-redes-sociales .lista-enlaces-redes-sociales li a strong {
	font-family: 'WorkSans-Regular', sans-serif;
    font-weight: inherit;
    margin-left: 0;
}

.enlaces-redes-sociales .lista-enlaces-redes-sociales li a {
  color: var(--colorBlanco);   
  text-decoration: none;       
  font-weight: 100;      
  font-size: var(--letra16);  
}

.enlaces-redes-sociales .lista-enlaces-redes-sociales li a:hover {
  text-decoration: underline;  
}


.enlaces .lista-enlaces {
  list-style: none;            
  display: flex;               
  gap: 6px;                 
  margin: 0;
  padding: 0;
}

.enlaces .lista-enlaces li a {
  color: var(--colorBlanco);   
  text-decoration: none;       
  font-weight: 100;      
  font-size: var(--letra16);  
}

.enlaces .lista-enlaces li a:hover {
  text-decoration: underline;  
}