

footer .lightGreen-footerBand {
	background: #f4f6fa;
	color: black;
	padding: 20px 0;
}

.lightGreen-footerBand img.logo{
	width:150px;
}

footer .legal {
	text-align: left;
	padding: 10px 0;
}

footer .legal a {
	color: #000;
	text-align: left;
	font-size: 12px;
	font-family: "Poppins-bold";
}
footer .legal a:visited{
    color:black;
    text-decoration:none;
}
footer a:focus, footer a:hover{
	text-decoration: none!important;
}

footer .bloqueCers{
	padding:15px 0 50px;
	text-align: center;
}
footer .certificaciones{
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
}
footer .certificaciones-sellos {
	display: flex;
    justify-content:center;
	gap: 1rem;
}
footer .bloqueCers img{
	width:150px;
	margin-top: 15px;
}
footer .certificaciones img{
	width: 100px;;
	margin-left:15px;
	margin-top: 0;
}
footer .centrifp{
	text-align:right; 
	margin-right:10rem;
}
footer .text-center-center{
	text-align: center;
	display: flex;
	justify-content: start;
}
footer .text-center p{
	margin-right:100px;
}

@media(max-width: 920px){
	footer .bloqueCers {
    padding: 15px 60px 50px;
}
}
@media(max-width: 767px){
	footer .centrifp{
		text-align:unset;
		margin-right:unset;
		margin-top: 2rem;
		font-size: 12px;
	}
	footer .bloqueCers {
    padding: 15px 0px 50px;
}
	
	footer .coberturas-band p{
		font-size: 13px;
	}


footer .lightGreen-footerBand {
	text-align: center;
	
    margin-bottom:70px;

}
footer .legal{
	display:flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
footer .legal a{
	text-align: center;
}
footer .bloqueCers img{
	/*display: flex;*/
    margin: unset;
}
footer .certificaciones{
	gap: 3rem;
    justify-content: center;
}
footer .text-center p{
	text-align:center;
	margin: 15px auto;
}
	
	
}