.elementor-kit-18196{--e-global-color-primary:#EF233C;--e-global-color-text:#010101;--e-global-color-secondary:#FEFEFE;--e-global-color-accent:#F7F7F7;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;line-height:1.25em;}.elementor-kit-18196 button,.elementor-kit-18196 input[type="button"],.elementor-kit-18196 input[type="submit"],.elementor-kit-18196 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:bold;color:var( --e-global-color-secondary );border-radius:100px 100px 100px 100px;padding:12px 32px 12px 32px;}.elementor-kit-18196 button:hover,.elementor-kit-18196 button:focus,.elementor-kit-18196 input[type="button"]:hover,.elementor-kit-18196 input[type="button"]:focus,.elementor-kit-18196 input[type="submit"]:hover,.elementor-kit-18196 input[type="submit"]:focus,.elementor-kit-18196 .elementor-button:hover,.elementor-kit-18196 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );}.elementor-kit-18196 e-page-transition{background-color:#FFBC7D;}.elementor-kit-18196 p{margin-block-end:1.2em;}.elementor-kit-18196 a{color:var( --e-global-color-primary );}.elementor-kit-18196 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:56px;font-weight:bold;}.elementor-kit-18196 h2{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:40px;font-weight:700;line-height:1.2em;}.elementor-kit-18196 h3{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:32px;}.elementor-kit-18196 h4{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:24px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-18196 h1{font-size:40px;}.elementor-kit-18196 h2{font-size:32px;}.elementor-kit-18196 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-18196 h1{font-size:32px;}.elementor-kit-18196 h2{font-size:26px;}.elementor-kit-18196 h3{font-size:20px;}.elementor-kit-18196 h4{font-size:18px;}.elementor-kit-18196 button,.elementor-kit-18196 input[type="button"],.elementor-kit-18196 input[type="submit"],.elementor-kit-18196 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.destacado {
    font-family: 'Space Grotesk', Arial;
    font-size: 18px;
    font-weight: bold;
    color: #EF233C;
}
.intro {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 300;
}
.section-cn{
    padding: 96px 20px;
}
/*Animación texto relleno*/
.text-reveal .word,
.text-reveal .letter {
  line-height: inherit !important;
}
.text-reveal .word {
  display: inline-block;
  white-space: nowrap; /* Mantiene la palabra junta */
  /*margin-right: 0.25em;  Separación entre palabras */
}
.text-reveal .letter {
  opacity: 0.4;
  display: inline-block;
  transition:
  opacity 0.004s ease-out;
  transition-delay: calc(var(--letter-index) * 0.004s);
}
.text-reveal .letter.visible {
  opacity: 1;
}
/*Fin Animación texto relleno*/
/* Slide logos loop infinito */
.animated-slide-logos {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.animated-slide-logos .logos-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.animated-slide-logos .logos-imagen {
  flex-shrink: 0;
  margin: 0 4%; /* <- espacio entre logos */
}
/* Fin Slide logos loop infinito */
/* Formulario */
/* GRID */

.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cf7-col {
    width: 100%;
}

.cf7-full {
    grid-column: 1 / -1;
}

/* LABELS */

.cf7-grid label {
    display: block;
    width: 100%;
    font-weight: bold; 
    color: #010101;
}

/* CAMPOS */

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid select,
.cf7-grid textarea {
    width: 100%;
    box-sizing: border-box;
    border-color: #010101 !important;
}

/* TEXTAREA MÁS BAJO */

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

/* BOTÓN */

.cf7-grid input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 48px !important;
    border: 0px !important;
    line-height: 14px;
}

/* MÓVIL */

@media (max-width: 767px) {

    .cf7-grid {
        grid-template-columns: 1fr;
    }

    .cf7-full {
        grid-column: auto;
    }

}
/* Fin formulario*/ 
@media (max-width: 1024px) and (min-width: 768px){
    .section-cn{
    padding: 48px 20px;
}
    .intro {
    font-size: 18px;
}
}
@media (max-width: 767px){
    .section-cn{
    padding: 32px 20px;
}
    .intro {
    font-size: 18px;
}
}/* End custom CSS */