.elementor-245 .elementor-element.elementor-element-228e3f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-0089980 *//* =========================
CONTENEDOR GENERAL
========================= */

.wpcf7 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  background: #fff;
}

/* =========================
TÍTULOS
========================= */

.titulo-principal{
  text-align:center;
  font-size:20px;
  font-weight:bold;
  line-height:1.5;
  text-transform:uppercase;
}

.subtitulo{
  text-align:center;
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
  text-decoration:underline;
}

.nota{
  text-align:center;
  font-size:13px;
  margin:15px 0 25px;
  font-style:italic;
}

/* =========================
TÍTULOS DE SECCIONES
========================= */

.titulo-seccion{
  background:#d9d9d9;
  padding:10px;
  border:1px solid #999;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:25px;
  margin-bottom:0;
}

/* =========================
GRID 3 COLUMNAS
========================= */

.form-grid-2,
.form-grid-6{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  border-left:1px solid #999;
  border-top:1px solid #999;
  width:100%;
}

/* =========================
FORM GROUP
========================= */

.form-group{
  display:flex;
  flex-direction:column;
  padding:6px;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  min-height:75px;
  background:#f3f3f3;
}

/* CAMPOS GRANDES */
.form-group.full{
  grid-column:1 / -1;
}

/* =========================
LABELS
========================= */

.form-group label{
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:5px;
  color:#000;
}

/* =========================
INPUTS
========================= */

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea{

  width:100% !important;
  box-sizing:border-box;
  border:none;
  background:transparent;
  font-size:13px;
  padding:4px 0;
  outline:none;
  box-shadow:none;
}

/* EVITA ERRORES DE CF7 */

.wpcf7-form-control-wrap{
  width:100%;
  display:block;
}

/* =========================
RADIO GROUP
========================= */

.wpcf7-form .radio-group{
  margin:20px 0;
  color:#333;
}

.wpcf7-form .radio-group label{
  display:block;
  margin-bottom:15px;
  font-size:1.1em;
}

.wpcf7-form .radio-group .wpcf7-list-item{
  display:inline-flex;
  align-items:center;
  margin-right:30px;
  font-size:1em;
}

.wpcf7-form .radio-group input[type="radio"]{
  width:20px;
  height:20px;
  margin-right:8px;
  cursor:pointer;
}

.wpcf7-form .radio-group input[type="radio"]:checked{
  accent-color:#333;
}

/* =========================
BOTÓN
========================= */

.wpcf7 input[type="submit"]{
  background:#222;
  color:#fff;
  border:none;
  padding:14px 30px;
  font-size:14px;
  font-weight:bold;
  margin-top:30px;
  cursor:pointer;
  transition:.3s;
}

.wpcf7 input[type="submit"]:hover{
  background:#000;
}

/* =========================
FIRMAS
========================= */

.firmas{
  display:flex;
  justify-content:space-between;
  gap:30px;
  margin-top:60px;
}

.firma-box{
  width:45%;
  text-align:center;
}

.firma-box p{
  margin-bottom:5px;
}

.firma-box span{
  font-size:12px;
  font-weight:bold;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

  .form-grid-2,
  .form-grid-6{
    grid-template-columns:1fr !important;
  }

  .form-group{
    border-right:1px solid #999;
  }

  .firmas{
    flex-direction:column;
  }

  .firma-box{
    width:100%;
  }

}/* End custom CSS */