.elementor-kit-7{--e-global-color-primary:#FF5F5F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0D0F1C;--e-global-color-accent:#FF5F5F;--e-global-typography-primary-font-family:"Fredoka One";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Fredoka One";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Dosis";--e-global-typography-accent-font-weight:500;--e-global-typography-46aa73d-font-family:"Spline Sans";font-family:"Nunito", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Fredoka One", Sans-serif;}.elementor-kit-7 h2{font-family:"Fredoka One", Sans-serif;font-size:48px;font-weight:400;line-height:3rem;}.elementor-kit-7 h3{font-family:"Fredoka One", Sans-serif;}.elementor-kit-7 h4{font-family:"Fredoka One", Sans-serif;}.elementor-kit-7 h5{font-family:"Fredoka One", Sans-serif;}.elementor-kit-7 h6{font-family:"Fredoka One", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.morado{
    color:  #A102CA;
}

.lila{
    color:  #E67CFF;
}

/* Card contenedor */
.cf7-card{
  max-width:700px;
  margin:auto;
  padding:40px;
  background:#f4f4f4;
  border-radius:28px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  font-family: sans-serif;
}

/* Título */
.cf7-card h2{
  font-size:28px;
  margin-bottom:8px;
  color:#333;
}

/* Subtitulo */
.cf7-subtitle{
  color:#777;
  margin-bottom:30px;
  font-size:14px;
}

/* Filas */
.cf7-row{
  display:flex;
  gap:20px;
  margin-bottom:20px;
}

/* Columnas */
.cf7-col{
  flex:1;
  display:flex;
  flex-direction:column;
}

/* Campo completo */
.cf7-full{
  margin-bottom:20px;
  display:flex;
  flex-direction:column;
}

/* Labels */
.cf7-card label{
  font-size:14px;
  margin-bottom:8px;
  color:#444;
}

/* Inputs */
.cf7-card input,
.cf7-card textarea,
.cf7-card select{
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:none;
  background:#e8ded7;
  font-size:14px;
  outline:none;
  transition:all .2s ease;
}

/* Textarea */
.cf7-card textarea{
  min-height:120px;
  resize:vertical;
}

/* Focus */
.cf7-card input:focus,
.cf7-card textarea:focus,
.cf7-card select:focus{
  background:#e3d6cd;
}

/* Botón */
.cf7-submit{
  margin-top:20px;
}

.cf7-submit input{
  width:100%;
  padding:16px;
  border:none!important;
  border-radius:30px!important;
  background:#ff5a5a!important;
  color:white;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:all .25s ease;
  box-shadow:0 8px 18px rgba(255,90,90,0.35);
}

/* Hover botón */
.cf7-submit input:hover{
  background:#ff4343;
  transform:translateY(-2px);
}

/* Responsive */
@media (max-width:600px){
  .cf7-row{
    flex-direction:column;
  }

  .cf7-card{
    padding:25px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Spline Sans';
	font-display: auto;
	src: url('https://picados.ecommdigitalgroup.com/staging/wp-content/uploads/2026/02/SplineSans-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */