.elementor-413 .elementor-element.elementor-element-42eebf1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-413 .elementor-element.elementor-element-a28936f{--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;}.elementor-413 .elementor-element.elementor-element-664d330{--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;}body.elementor-page-413:not(.elementor-motion-effects-element-type-background), body.elementor-page-413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-413 .elementor-element.elementor-element-a28936f{--width:50%;}.elementor-413 .elementor-element.elementor-element-664d330{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-fecf08d *//* ===== CTA CONTACTO ===== */

.cta-contacto {
  background-color: #111;
  padding: 80px 20px;
}

.cta-contacto-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-contacto-content {
  max-width: 700px;
}

.cta-contacto .cta-contacto-heading {
  font-family: 'Oswald', sans-serif !important;
  font-size: 32px;
  color: #FAA819;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-contacto-texto {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-contacto-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.cta-contacto-lista li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.cta-contacto .check {
  min-width: 32px;
  height: 32px;
  background: #FAA819;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}

.cta-contacto-lista p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

/* Botón */

.cta-contacto-boton {
  display: inline-block;
  background: #FAA819;
  color: #111;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-contacto-boton:hover {
  background: #fff;
  color: #111;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

  .cta-contacto {
    padding: 60px 20px;
  }

  .cta-contacto .cta-contacto-heading {
    font-size: 24px;
  }

  .cta-contacto-texto {
    font-size: 15px;
  }

  .cta-contacto-lista p {
    font-size: 15px;
  }
}/* End custom CSS */