/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.grecaptcha-badge {
    visibility: hidden;
}



/* ——— Contenedor principal ——— */
.cf7-fixed-form {
  max-width: 586px !important;
  min-height: 571px !important;
  width: 100%;
  height: auto;
  align-items: center;
  padding: 20px;
  margin-top: 2.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.cf7-fixed-form .cf7-title {
  margin: 0px 20px 52px 20px;
  font-size: 26px;
  font-weight: 400;
  color: #00009F;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.cf7-fixed-form .cf7-field{
  margin: 0 0 12px;
}
.cf7-fixed-form .cf7-field label{
  display:block;
  font-size: 13px;
  font-weight: 600;
  color:#333;
  margin: 0px 20px 1px 20px;
}
.cf7-fixed-form .required{ color:#00009F; }

.cf7-fixed-form .cf7-line-input{
  display:block;
  width:90%;
	align-content: center;
	align-items: center;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.6px solid #515151 !important;
  padding: 8px 0px !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color:#121212 !important;
  font-size:15px;
  line-height:0.5;
	margin: 0px 20px 0px 20px;
  transition: border-color .2s ease, background-color .2s ease;
}
.cf7-fixed-form .cf7-line-input:focus,
.cf7-fixed-form .cf7-line-input:hover{
  border-bottom-color:#00009F !important;
  background: transparent !important;
}

.cf7-fixed-form textarea.cf7-line-input{
  min-height: 50px;
  height: 50px;
  resize: vertical;
  padding: 8px 0px !important;
}

.cf7-fixed-form .cf7-submit-wrap{
  display:flex;
  justify-content:flex-end;
  margin-top: 22px;
}


.cf7-fixed-form input[type="text"],
.cf7-fixed-form input[type="email"],
.cf7-fixed-form input[type="tel"],
.cf7-fixed-form textarea{
  background: transparent !important;
  box-shadow: none !important;
}
.cf7-fixed-form input[type="submit"]{
  all: unset;
  display: inline-flex;
}

.datos-contacto .w-iconbox{
  display: flex !important;
  flex-direction: column !important;
  row-gap: 0.5rem !important;
}

.contacto .wpcf7-form-control-wrap:not(:has(input[type="checkbox"])){
  margin-bottom:2rem !important;
}

.contacto input[type="text"],
.contacto input[type="email"],
.contacto input[type="tel"]{
  text-decoration: none !important;
  background-color: white !important;
  border-bottom: 1px solid #515151 !important;
  box-shadow:none !important;
  color:black !important;
}

.contacto textarea,
.contacto input[type="checkbox"]{
  background-color: white !important;
  border: 1px solid #515151 !important;
  color:black !important;
}

.contacto input:not([type="submit"]):focus,
.contacto input:not([type="submit"]):hover,
.contacto input[type="checkbox"]:checked,
.contacto input:not(:placeholder-shown):not([type="checkbox"]):not([type="submit"]),
.contacto textarea:focus,
.contacto textarea:hover,
.contacto textarea:not(:placeholder-shown){
  background-color: #6ea8ff1f !important;
}

.contacto label[for="aceptacion"] span[data-name="aceptacion"]{
  display:inline-block !important;
}
.contacto label[for="aceptacion"] a{
  color: #0a6cff !important;
}
.contacto label[for="aceptacion"] a:hover{
  text-decoration:underline !important;
}

.contacto input[type="submit"]{
  display: block !important;
  margin: 2rem auto 0rem !important;
  width: 10rem !important;
  font-size: 18px !important;
}
.contacto input[type="submit"]:hover{
  transform:scale(1.05);
  box-shadow: 0px 0px 5px 2px #c7c7c7;
}

ul#menu-contacto-footer a{
  display: block;
  min-width: 48px;
  margin-bottom: 1rem;
}

.barra {
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 50px;
  background: #fff;
  clip-path: polygon(0% 0%, 80% 0%, 85% 20%, 100% 50%, 85% 80%, 80% 100%, 0% 100%);
}
