/*
 Theme Name: Hello Elementor Child
 Theme URI: https://maicrosoft.eu/
 Author: Maicrosoft Europe
 Author URI: https://maicrosoft.eu/
 Template: hello-elementor
 Description: Un tema de WordPress para una landing page personalizada.
 Version: 1.0
*/

/* - - - - - ESTILOS PERSONALIZADOS - - - - - */

.linea-header {
	height: 5px;
  	background-color: #FFF;
}

#form-mivolvo input[type='text'], #form-mivolvo input[type='email'], #form-mivolvo input[type='tel'], #form-mivolvo textarea, #form-mivolvo select {
	margin-bottom: 20px;
	border: 1px solid #4D4D4D;
	color: #4D4D4D;
	font-size: 16px;
	padding: 10px 15px;
	font-family: "Volvo Novum Regular", Sans-serif;
	width: 100%;
	background-color: transparent;
	border-radius: unset !important;
}

#form-mivolvo textarea {
	margin-bottom: 10px !important;
}

#form-mivolvo p {
	margin-bottom: unset !important;
}

#form-mivolvo .wpcf7-acceptance .wpcf7-list-item {
	margin-left: unset !important;
}

#form-mivolvo .wpcf7-acceptance span.wpcf7-list-item-label, #form-mivolvo .wpcf7-acceptance span.wpcf7-list-item-label a {
	font-family: "Volvo Novum Regular", Sans-serif;
  	color: #4D4D4D;
  	font-size: 13px;
}

#form-mivolvo .wpcf7-acceptance span.wpcf7-list-item-label a {
	text-decoration: underline;
}

#form-mivolvo .acepta {
	margin-bottom: 15px;
}

#form-mivolvo .wpcf7-submit {
	color: #FFFFFF;
	font-family: "Volvo Novum Regular", Sans-serif;
	padding: 12px 30px;
	background-color: #B3B3B3;
	border: none;
	font-size: 16px;
	border: 1px solid #B3B3B3;
}

#form-mivolvo .wpcf7-submit:hover {
	background-color: #4D4D4D;
}

#form-mivolvo .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute !important;
  	top: -32px !important;
  	font-size: 13px !important;
	width: max-content !important;
}

#form-mivolvo [data-name="mensaje"] .wpcf7-not-valid-tip {
	top: -104px !important;
}

#form-mivolvo [data-name="tipo"] .wpcf7-not-valid-tip, #form-mivolvo [data-name="modelo"] .wpcf7-not-valid-tip {
	top: -22px !important;
}

#form-mivolvo form.invalid .wpcf7-response-output, #form-mivolvo form.sent .wpcf7-response-output {
	margin: 20px 0 0 0 !important;
}

#politica-privacidad {
	height: 60vh;
  	overflow-y: scroll;
}

#form-mivolvo .two-form-columns {
	width: 100%;
  	display: flex;
  	gap: 15px;
}

/*Mover Recaptcha a la izquierda*/
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: -2px !important;
	bottom: 20px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}
