/*
Theme Name: Consua Child
Theme URI: https://validthemes.net/themeforest/wp/consua/
Template: consua
Author: validthemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description:  Consua - Business Consulting Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consua-child
*/


/* BLOQUE 1 HOME: Cambio de color en subtítulo */
.primer-bloque-home div.sub-heading {
	background: none !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: #126497 !important;
}
.primer-bloque-home .about-card {
	display: none !important;
}



/* BLOQUE 2 HOME: Cambio de color de fondo en los iconos */
.bloque-2-home-servicios .services-style-two i::after {
	background: #126497 !important;
}



/* BLOQUE 3 HOME */
.bloque-3-home-proceso-consulta .sub-heading {
	background: none !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: #126497 !important;
}
.bloque-3-home-proceso-consulta .process-style-one .thumb::after {
	background: url('/wp-content/uploads/2025/05/service_one_blue.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}



/* BLOQUE TESTIMONIOS HOME */
.bloque-testimonios-home .col-lg-4 {
	display: none !important;
}
.bloque-testimonios-home .col-lg-7 {
	width: 100% !important;
	margin-left: 0px !important;
}



/*  */
.header-web .item-flex li i:hover,
.header-web .item-flex li a:hover,
.social li a:hover {
	color: #37af2c !important;
}



/* Formulario socios, eliminar flechita de los desplegables */
#formulario_socios .select-caret-down-wrapper {
	display: none !important;
}



/* Eliminada altura mínima en campo política de privacidad formularios */
#form-field-politicas,
.wpcf7-acceptance input,
#form-field-confirmacion_precios {
	min-height: 0px !important;
	margin-right: 10px !important;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0px !important;
}
 {
	min-height: 0px !important;
}



/* Cambiados colores en las páginas internas de servicios */
.primer-bloque-pagina-servicio .about-style-two .experience {
	background: linear-gradient(90deg, #126496 0%, #0F5078 100%); !important;
}
.primer-bloque-pagina-servicio .about-style-two .default-feature-item a {
	background: #37af2c66 !important;
}



/* Ocultado icono de x en los campos obligatorios */
.elementor-message-danger::before {
	display: none !important;
}



/* Bloque 1, 2, 3 centrado en mobile footer */
@media only screen and (max-width: 576px) {
    .bloque-1-footer,
	.bloque-2-footer,
	.bloque-2-footer #menu-company,
	.bloque-3-footer,
	.bloque-3-footer #menu-services,
	.bloque-redes-sociales-footer,
	.bloque-redes-sociales-footer .footer-social {
		text-align: center !important;
	}
}



/* Eliminar bloque newsletter en footer */
.bloque-redes-sociales-footer .newsletter-form {
	display: none !important;
}