/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772608037
Updated: 2026-03-04 07:07:17

*/

/* ===== Contact Form 7 - Card estilo imagen ===== */
.wpcf7 .cf7-card{
  max-width: 520px;
  margin: 0 auto;
  padding: 22px 22px 18px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.wpcf7 .cf7-title{
  margin: 0 0 16px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.wpcf7 .cf7-row{
  margin-bottom: 12px;
}

.wpcf7 .cf7-row-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wpcf7 .cf7-input,
.wpcf7 .cf7-textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  color: #222;
  background: #fff;
  outline: none;
}

.wpcf7 .cf7-textarea{
  min-height: 140px;
  resize: vertical;
}

.wpcf7 .cf7-input::placeholder,
.wpcf7 .cf7-textarea::placeholder{
  color: #b3b3b3;
}

.wpcf7 .cf7-input:focus,
.wpcf7 .cf7-textarea:focus{
  border-color: #53AEC3;
  box-shadow: 0 0 0 3px rgba(83,174,195,.18);
}

/* Checkbox */
.wpcf7 .cf7-row-checkbox{
  margin-top: 4px;
  margin-bottom: 14px;
}

.wpcf7 .cf7-row-checkbox .wpcf7-list-item{
  margin: 0;
}

.wpcf7 .cf7-row-checkbox label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333;
}

.wpcf7 .cf7-row-checkbox input[type="checkbox"]{
  width: 14px;
  height: 14px;
  accent-color: #53AEC3;
}

/* Botón */
.wpcf7 .cf7-row-submit{
  text-align: center;
  margin-bottom: 0;
}

.wpcf7 .cf7-submit{
  display: inline-block;
  border: 0;
  border-radius: 6px;
  padding: 9px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #53AEC3;
  color: #0b2b33;
}

.wpcf7 .cf7-submit:hover{
  filter: brightness(0.96);
}

.wpcf7 .cf7-submit:active{
  transform: translateY(1px);
}

/* Ajustes de CF7 (spinners / errores) */
.wpcf7 .wpcf7-spinner{
  margin: 10px auto 0;
  display: block;
}

/* Responsive */
@media (max-width: 560px){
  .wpcf7 .cf7-card{
    padding: 18px 16px 14px;
    border-radius: 12px;
  }

  .wpcf7 .cf7-row-2{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}




/* ===== CF7 - Bloque azul (segunda página) ===== */
.wpcf7 .cf7b-wrap{
  max-width: 920px;
  margin: 0 auto;
  padding: 26px 28px 22px;
  background: #E9F5F8;          /* azul claro del bloque */
  border-radius: 14px;
}

.wpcf7 .cf7b-title{
  margin: 0 0 16px;
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  color: #53AEC3;               /* azul del título */
}

/* Grid */
.wpcf7 .cf7b-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  max-width: 760px;
  margin: 0 auto;
}

.wpcf7 .cf7b-col-full{
  grid-column: 1 / -1;
}

/* Inputs */
.wpcf7 .cf7b-input,
.wpcf7 .cf7b-textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 13px;
  color: #222;
  background: #fff;
  outline: none;
}

.wpcf7 .cf7b-textarea{
  min-height: 135px;
  resize: vertical;
}

.wpcf7 .cf7b-input::placeholder,
.wpcf7 .cf7b-textarea::placeholder{
  color: #b5b5b5;
}

.wpcf7 .cf7b-input:focus,
.wpcf7 .cf7b-textarea:focus{
  border-color: #53AEC3;
  box-shadow: 0 0 0 3px rgba(83,174,195,.18);
}

/* Footer centrado (checkbox + botón) */
.wpcf7 .cf7b-footer{
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
}

.wpcf7 .cf7b-checkbox{
  margin-bottom: 10px;
}

.wpcf7 .cf7b-checkbox .wpcf7-list-item{
  margin: 0;
}

.wpcf7 .cf7b-checkbox label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #2b2b2b;
}

.wpcf7 .cf7b-checkbox input[type="checkbox"]{
  width: 13px;
  height: 13px;
  accent-color: #53AEC3;
}

/* Botón */
.wpcf7 .cf7b-submit{
  display: inline-block;
  border: 0;
  border-radius: 6px;
  padding: 8px 28px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: #53AEC3;
  color: #ffffff;
}

.wpcf7 .cf7b-submit:hover{
  filter: brightness(0.96);
}

.wpcf7 .cf7b-submit:active{
  transform: translateY(1px);
}

/* Spinner CF7 */
.wpcf7 .wpcf7-spinner{
  margin: 10px auto 0;
  display: block;
}

/* Responsive */
@media (max-width: 720px){
  .wpcf7 .cf7b-wrap{
    padding: 20px 16px 18px;
  }

  .wpcf7 .cf7b-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wpcf7 .cf7b-title{
    font-size: 22px;
  }
}