/*
Theme Name: CashGalicia
Theme URI: https://cashgalicia.net/
Template: hello-elementor
Author: CashGalicia
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.1622577013
Updated: 2021-06-01 19:50:13

*/


/* DETALLES BANNER PRINCIPAL */
.elementor-element .swiper-slide-bg {
    background-position: right center !important;
}
@media (max-width: 1250px) {
.swiper-slide-contents {
    background-color: rgba(0,0,0,.4);
	padding: 15px;
}
}

/* ESTILOS FORMULARIO MAILCHIMP */
#mc-embedded-subscribe {
    background: rgb(255, 213, 18) !important;
    border-radius: 0 !important;
    font-family: 'Abel', sans-serif !important;
    font-size: 1.5em !important;
    padding: 5 15px !important;
    height: 45px !important;
	color: #00548D !important;
}
#mc-embedded-subscribe:hover {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
#mc_embed_signup {
    background: #00548D !important;
}
#mc_embed_signup input.email {
    font-size: 18px !important;
    min-height: 40px !important;
    width: 70% !important;
    min-width: 150px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
    border: none !important;
}
@media (max-width: 765px){
/* Ajustamos ancho de boton formulario en móviles */	
#mc_embed_signup input.button { width: 50% !important; }
}