/*
Theme Name: Hello Elementor Child
Theme URI: https://vega-avatar.com
Description: Child theme de Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Aquí puedes agregar tus estilos personalizados */

/* Estilos para el formulario */

.wpcf7-form{
	color: rgb(50, 50, 50);
	width: 100%;
	font-family: "Imascono";
	text-align: left;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=textarea],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea
{
	background: transparent;
	border: 1px solid rgb(127, 127, 127);
}

.wpcf7 .wpcf7-submit:disabled {
  /*border: 2px solid transparent !important;
  border-image: linear-gradient(to right, #94898f, #ffffff) !important;*/
  border: 2px solid white;
  border-image-slice: 1 !important;
  color: white !important;
}


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


.wpcf7 .wpcf7-submit:active,
.wpcf7 .wpcf7-submit:focus {
  background-color: transparent !important;
  color: white !important;
  outline: none !important; /* Elimina el borde del enfoque si es necesario */
}

/*
.wpcf7 .wpcf7-submit:disabled {
   	color: white;
	border: 1px solid white;
}*/

.wpcf7 a {
   	color: white!important;
	text-decoration: underline!important;
}


.wpcf7-form label {
    margin-bottom: 8px;
	font-weight: 600;
}
.url_contact {
    display: none;
}

/* Ocultar captcha */

.grecaptcha-badge{
	display: none;
}

/* Media query para dispositivos móviles */

@media (min-width: 1024px) {
	#im-mobile-language-switcher{ 
		display: none !important;
	}
}

@media (max-width: 768px) {
  	.wpcf7-form{
		width: 100%;
	}
}