/* Tarjeta con borde */
.pricing-card{
  position: relative;
  background:#fff;
  border:2px solid #E3A21A;           /* dorado */
  border-radius:16px;
  padding:22px 22px 26px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

/* Badge 'Más popular' */
.pricing-card.popular::after{
  content:"Más popular";
  position:absolute;
  top:-14px;                           /* sube para que 'muerda' el borde */
  right:18px;
  background:#E3A21A;
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  line-height:1;
  padding:8px 12px;
  border-radius:999px;                 /* píldora */
  box-shadow:0 4px 12px rgba(227,162,26,.35);
  border:2px solid #fff;               /* recorte sobre el borde */
}

/* Ajustes responsivos */
@media (max-width:480px){
  .pricing-card{ padding:18px; }
  .pricing-card.popular::after{
    top:-12px; right:14px; font-size:.8rem; padding:7px 10px;
  }
}


/* === Campos Gravity Forms personalizados === */
.campo-gravity input[type="text"],
.campo-gravity input[type="email"],
.campo-gravity input[type="tel"],
.campo-gravity input[type="number"],
.campo-gravity input[type="url"],
.campo-gravity select,
.campo-gravity textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1.5px solid #d5dbe0;
  border-radius: 30px; /* redondeado */
  padding: 12px 18px;
  font-size: 16px;
  color: #0A3A5A;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(10, 58, 90, 0.05);
}

/* Placeholder más suave */
.campo-gravity ::placeholder {
  color: #7A7F86;
}

/* Estado hover */
.campo-gravity input:hover,
.campo-gravity select:hover,
.campo-gravity textarea:hover {
  border-color: #b5c2cc;
}

/* Estado focus (activo) */
.campo-gravity input:focus,
.campo-gravity select:focus,
.campo-gravity textarea:focus {
  outline: none;
  border-color: #0A3A5A;
  box-shadow: 0 0 0 4px rgba(10, 58, 90, 0.15);
}

/* === CHECKBOX (clase: gravity-check) === */
.gravity-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #0A3A5A;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  margin-right: 10px;
  vertical-align: middle;
}

/* Check marcado */
.gravity-check input[type="checkbox"]:checked {
  background-color: #0A3A5A;
  border-color: #0A3A5A;
}

/* Icono check */
.gravity-check input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #fff;
}

/* Hover */
.gravity-check input[type="checkbox"]:hover {
  border-color: #E3A21A;
  box-shadow: 0 0 0 3px rgba(227,162,26,0.25);
}

/* Etiqueta del checkbox */
.gravity-check label {
  color: #0A3A5A;
  font-size: 15px;
  cursor: pointer;
	}
	
	/* === BOTÓN GRAVITY FORMS (por ID) === */
#gform_submit_button_2 {
  background-color: #E3A21A;        /* Dorado Toledigital */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 999px;             /* forma redondeada */
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 162, 26, 0.3);
}

#gform_submit_button_2:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}

#gform_submit_button_1 {
  background-color: #E3A21A;        /* Dorado Toledigital */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 999px;             /* forma redondeada */
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 162, 26, 0.3);
}

#gform_submit_button_1:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}

#gform_submit_button_3 {
  background-color: #E3A21A;        /* Dorado Toledigital */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 999px;             /* forma redondeada */
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 162, 26, 0.3);
}

#gform_submit_button_3:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}

#gform_submit_button_4, #gform_submit_button_5, #gform_submit_button_6,#gform_submit_button_7{
  background-color: #E3A21A;        /* Dorado Toledigital */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 999px;             /* forma redondeada */
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 162, 26, 0.3);
}

#gform_submit_button_4:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}


#gform_submit_button_5:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}


#gform_submit_button_6:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}

#gform_submit_button_7:hover {
  background-color: #0A3A5A;        /* Azul principal */
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 58, 90, 0.35);
}

.gform_required_legend{
	display:none;
}
.charleft.ginput_counter.gfield_description {
  display: none;
}



/* Sube el botón de WhatsApp */
.joinchat__button {
  bottom: 90px !important; /* Ajusta la altura: prueba con 80–120 según tu banner */
}

/* Ajusta también el botón abierto si aparece */
.joinchat__open {
  bottom: 90px !important;
}

/* Ajustes pagina contacto */

@media (max-width: 768px) {
    .form-derecha-subir {
        margin: 0;
     
    }
}
}
.contenedor-contacto {
    overflow: visible;
}
.form-derecha-subir {
    margin-top: -180px;
}

/* Campo Gravity Forms específico: Formulario contacto principal */
#input_3_6 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}

#input_3_11 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}
#input_3_10 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}
#input_3_9 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}


/* Campo Gravity Forms específico: Formulario diseño web */
#input_4 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}

#input_4_11 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}
#input_4_10 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}
#input_4_9 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}


/* Campo Gravity Forms específico: Formulario soporte */

#input_5_2, #input_5_1_3, #input_5_1_3 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}

#input_5_2,
#input_5_1_3,
#input_container.website {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}

/* Campo Gravity Forms específico: Formulario mantenimiento */

#input_6_15, #input_6_7,#input_6_1, #input_6_2, #input_6_14, #input_6_10, #input_6_11 {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}

#input_6_1, #input_6_2, #input_6_14, #input_6_10, #input_6_11,
#input_container.website {
    width: 100%;
    background-color: #ffffff;
    border: 1.5px solid #d5dbe0;
    border-radius: 30px;
    font-size: 16px;
}


@font-face {
  font-family: 'gform-icons-orbital';
  font-display: swap;
}

