/*FOOTER - 2023/09____________________________________________________________*/
.container.footer-dark-inner {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
footer#page-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* Icono y texto animado  */
.icon_footer {
  transition: transform 0.2s ease-in-out;
}
.icon_footer:hover {
  transform: scale(1.1);
}
.icon_footer:active {
  transform: scale(1);
}

/*Para evitar que el icono del footer se salga del div*/
.footer-light .footer-img {
    max-width: 100%;
}
/*Para evitar que el texto del footer se salga del div*/
footer p.m-0 {
    overflow: hidden;
}
/*Cuando la página se reduce de tamaño - Apartado de idiomas*/
nav.nav.navbar-nav.d-md-none {
    background-color: #007936;
	text-align: center;
}
.nav.navbar-nav.d-md-none .list-unstyled.pt-3 > li > a {
    margin-left: 17px;
}

/*div eliminados - 2023/09*/
.container.footer-dark-inner .performanceinfo.pageinfo {
    display: none;
}
.container.footer-dark-inner .tool_dataprivacy {
    display: none;
}
.container.footer-dark-inner .homelink {
    display: none;
}
.container.footer-dark-inner .logininfo {
    display: none;
}
.container.footer-dark-inner .pb-3 {
    display: none;
}
.container.footer-dark-inner a.mobilelink {
	display: none;
}
.sitelink {
    display: none;
}
div#theme_switch_link {
    display: none;
}

/*Footer verde claro - 2025/02*/
.footer-light {
    background-color: #D9EBE1;
    padding: 20px 0;
}

/*Contenedor de los iconos y texto*/
.footer-light .col-light {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

/*Estilo del círculo verde para los iconos*/
.footer-light .icono-circle {
    width: 50px;
    height: 50px;
    background-color: #007936;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/*Imágenes dentro del círculo*/
.footer-light .icono-circle img {
    width: 60%; /* Ajusta el tamaño del icono */
    height: auto;
    filter: invert(1); /* Si los iconos son blancos, se asegurarán de ser visibles */
}

/*Texto al lado del icono*/
.footer-light .col-light p,
.footer-light .col-light a {
    font-family: "AtkinsonHyperlegible-Bold";
    color: #000;
    font-weight: bold;
    margin: 0!important;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

/*Enlaces*/
.footer-light .col-light a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

/*Imagen del ministerio*/
.footer-light .footer-img {
    height: 65px;
    vertical-align: middle;
    text-align: center !important;
}

/*Ajuste en pantallas grandes*/
@media (min-width: 768px) {
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }
    .col-md-4 {
        justify-content: center;
        margin-bottom: 0;
    }
}

/*Footer verde oscuro - 2023/09*/
.fd-primario {
    background-color: #007936;
}
@media (min-width: 1200px){
	.footer-cont {
		display: flex!important;
		justify-content: space-between!important;
		flex-flow: row!important;
	}
	.footer-links {
		display: flex!important;
	}
	p.footer_titulo_imserso, p.footer_redes_sociales {
	    text-align: left!important;
		flex-flow: row!important;
	}
}
@media (min-width: 992px){
	.footer-cont {
		display: flex!important;
		justify-content: space-between!important;
		flex-flow: row!important;
	}
	.footer-links {
		display: flex!important;
	}
	p.footer_titulo_imserso, p.footer_redes_sociales {
	    text-align: left!important;
		flex-flow: row!important;
	}
}
@media (min-width: 768px){
	.footer-cont {
		display: flex!important;
		justify-content: space-between!important;
		flex-flow: row!important;
	}
	.footer-links {
		display: flex!important;
	}
	p.footer_titulo_imserso, p.footer_redes_sociales {
	    text-align: left!important;
		flex-flow: row!important;
	}
}
@media (min-width: 576px){
	.footer-links {
		display: flex!important;
	}
	p.footer_titulo_imserso, p.footer_redes_sociales {
		flex-flow: row!important;
	}
}
.footer-cont {
    padding: 1.5rem 1rem;
    color: #fff;
    flex-flow: column;
    align-items: center;
    text-align: center;
    font-family: "AtkinsonHyperlegible-Regular";
	line-height: normal;
}
.footer-cont a {
    color: #fff;
    text-decoration: none;
    margin: 1rem 0;
    display: block;
    cursor: pointer;
	line-height: normal;
}
p.footer_titulo_imserso {
    /*margin: 0 !important;*/
	line-height: normal;
	list-style: none;
    padding: 0;
    margin: 0;
}
p.footer_redes_sociales {
	line-height: normal;
}
.fd-primario abbr[title], abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-left: 1rem;
}