
.elementor-location-footer{
	box-shadow: 1px 0px 7px 2px #dddddd;
}

.footer-custom-widget .footer-custom-col-one h5{
	color: #232323 !important;
}
.footer-custom-widget .footer-custom-menus{
	margin-bottom: 20px;
}

.footer-custom-widget .footer-custom-col-one .primer-menu{
	margin-right: 40px;
}

.footer-custom-widget .footer-custom-col-one div ul {
	color: #232323 !important;
}
.footer-custom-widget .footer-custom-col-one .footer-custom-imagen-cm {
	margin-bottom: 15px;
}
.footer-custom-widget .footer-custom-col-one .footer-custom-imagen-cm img{
	width: 45%;
    height: auto;
}
.footer-custom-widget .footer-custom-col-one .footer-custom-redes-sociales {
	display: flex !important;
    align-items: start;
    /*justify-content: start !important;*/
    flex-direction: row;
    gap: 5px;
}
.footer-custom-widget .footer-custom-col-one,
.footer-custom-widget .footer-custom-col-two {
	margin-bottom: 30px;
}

.footer-custom-widget .footer-custom-col-two h5{
	color: #232323 !important;
}

.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
	width: auto;
    height: max-content;
}
.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
	width: auto;
    height: max-content;
}
.footer-custom-widget .footer-custom-copyright {
	color: #232323 !important;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}

.footer-custom-widget .footer-custom-menus ul.segundo-menu li:nth-child(1){
	color: #232323;
    font-weight: 500;
}
.footer-custom-widget .footer-custom-menus ul li a:hover {
	text-decoration: underline !important;
}

.footer-custom-widget .footer-custom-col-two .footer-custom-formulario h5{ 
	color: #232323 !important;
}

.footer-custom-widget .footer-custom-formulario form input.wpcf7-form-control,
.footer-custom-widget .footer-custom-formulario form textarea.wpcf7-form-control{
	border-radius: 0;
    border: 2px solid #939597;
}
.footer-custom-widget .footer-custom-formulario form input.wpcf7-submit {
	width: 100%;
    border-radius: 0;
    border: 2px solid #232323;
    background: #232323;
    color: #ffffff;
}
.footer-custom-widget .footer-custom-formulario form label{
	margin-bottom: 0;
}

@media (min-width: 300px) { 

	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: center;
	}

	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: min-content;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: min-content;
	    height: max-content;
	}

}

@media (min-width: 576px) { 
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: column;
		justify-content: center;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: center;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: min-content;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: min-content;
	    height: max-content;
	}

}


@media (min-width: 768px) { 

	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: column;
		justify-content: center;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: start;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: min-content;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: min-content;
	    height: max-content;
	}

}

/*Dispositivos grandes (escritorios, 992px y más)*/
@media (min-width: 992px) { 
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: row;
		justify-content: start;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: start;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: auto;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: auto;
	    height: max-content;
	}

}

/*Dispositivos X-Large (escritorios grandes, 1200px y más)*/
@media (min-width: 1200px) { 
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: row;
		justify-content: start;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: start;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: auto;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: auto;
	    height: max-content;
	}

}

/*Dispositivos XX-Large (escritorios más grandes, 1400px y más)*/
@media (min-width: 1400px) { 
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes {
		flex-direction: row;
		justify-content: start;
	}
	.footer-custom-widget .footer-custom-col-two h5 {
	    text-align: start;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-one{
		width: auto;
	    height: max-content;
	}
	.footer-custom-widget .footer-custom-col-two .footer-custom-contenedor-imagenes img.footer-custom-img-two{
		width: auto;
	    height: max-content;
	}
}




