/**
Theme Name: Victoria Jimenez
Author: Refineria Web
Author URI: https://refineria.es
Description: Tema para Victoria Jiménez, creado por Refineria Web.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: victoria-jimenez
Template: astra
*/

.wpforms-submit-container>button {
	background-color: #B56D6D !important;
	border: none !important;
	color: #FFFFFF !important;
}


.wpforms-submit-container>button:hover{
	background-color: #FFFFFF !important;
	color: #B56D6D !important;
}


.wpforms-13-field_5_1 a:hover {
	color: #b56d6d !important;
}

/*a:hover, a:focus {
    color: #b56d6d !important;
}*/


.wpcf7-submit {
	color: white !important;
	background-color: #B56D6D !important;
	border: none !important;
}


.wpcf7-submit:hover {
	color: white !important;
	background-color: #f58c8c !important;
}


.formulario-contacto .wpcf7-acceptance .wpcf7-list-item-label a:hover {
	color: #8D8D8D !important;
}


@media (min-width: 800px) and (max-width: 1200px){
	.elementor-nav-menu--dropdown.elementor-nav-menu__container{
		min-width: 100vw;
		width: 100vw;
		transform: translatex(-43px) !important;
	}
	
}



/* Botón enviar de los formularios modificado en cuanto a colores */
.wpcf7-submit {
	background-color: #626060 !important;
	transition: 0.5s !important;
}

.wpcf7-submit:hover {
	background-color: #8D8D8D !important;
}



/* Bloque recursos página para ti modificado botón descarga en cuanto a colores */
.bloque-recursos-para-ti .download-actions a {
	background-color: #626060 !important;
	color: #F3F3F2 !important;
	transition: 0.5s !important;
}
.bloque-recursos-para-ti .download-actions a:hover {
	background-color: #8D8D8D !important;
	color: #FFFFFF !important;
}
