:root {
  --transparent: transparent;
  --blanco: #fff;
  --white: white;
  --naranja: #fe4b1f;
  --black: black;
  --fondo-gris: #f5f5f7;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.body {
  background-color: var(--transparent);
  border-radius: 10px;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sliders {
  background-image: url('../images/Frase-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100vh;
  display: block;
}

.sliders-arrow {
  display: none;
}

.slider-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.slide {
  width: 100%;
  height: 100%;
}

.slide.content-1, .slide.content-2, .slide.content-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide.content-4, .slide.content-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide.content-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.slide.content-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  border: 1px #000;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hollow-button {
  color: rgba(0, 0, 0, .75);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1abc9c;
  border: 1px #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.blanco {
  color: var(--white);
  background-color: rgba(254, 75, 31, .75);
  padding-left: 10px;
  padding-right: 10px;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  padding: 80px 10px;
  position: relative;
}

.section-title-group {
  color: var(--transparent);
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-heading.centered.white {
  border: 1px none var(--white);
  color: #40e0d0;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.section-heading.centered.negro {
  color: var(--naranja);
  margin-top: 0;
  margin-bottom: 0;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 15px;
  max-height: none;
  padding-top: 5px;
  padding-bottom: 15px;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-3.accent {
  background-color: #036;
  padding-top: 40px;
  padding-bottom: 40px;
}

.white-text {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
}

.fullwidth-image {
  width: 150px;
  max-width: none;
  height: 150px;
  margin-bottom: 20px;
}

.section-4 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-4.accent {
  background-color: var(--white);
  color: var(--transparent);
  padding-top: 40px;
  padding-bottom: 40px;
}

.fullwidth-image-2 {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.container-6 {
  color: var(--transparent);
}

.desplegables {
  text-align: left;
  border: 1px solid #000;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: hidden;
}

.dropdown-toggle {
  flex-flow: column;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.desplegables-texto {
  font-family: Montserrat, sans-serif;
}

.desplegables-lista {
  color: #333;
  background-color: #f7f7f7;
  position: static;
}

.desplegables-parrafo {
  background-color: var(--transparent);
  margin-bottom: 0;
  padding: 32px;
  font-family: Montserrat, sans-serif;
}

.footer {
  background-color: var(--transparent);
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}

.footer.center {
  color: var(--black);
  text-align: center;
  background-color: rgba(64, 65, 107, .94);
  border: 1px #000;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: var(--white);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link-wrapper.oculto {
  display: none;
}

.info-icon {
  float: left;
}

.footer-text {
  color: #40e0d0;
  letter-spacing: 1px;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: none;
  margin-bottom: 20px;
  display: flex;
}

.footer-2 {
  color: var(--white);
  background-color: rgba(64, 65, 107, .94);
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.spc-2 {
  margin-left: auto;
  margin-right: auto;
}

.heading-4, .heading-5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-background {
  z-index: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.formularioblock {
  width: auto;
  max-width: none;
}

.formulariodata {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.etiqueta {
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.celda {
  border-radius: 10px;
  min-height: 0;
  max-height: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.celda.bloque {
  overflow-wrap: break-word;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.submit-button {
  color: var(--black);
  text-align: left;
  letter-spacing: 5px;
  text-indent: 0;
  column-count: 3;
  column-rule-style: none;
  background-color: #ff8c00;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.formulario-modal {
  z-index: 99;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 30px;
  width: auto;
  max-width: 400px;
  margin: 40px auto 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-2 {
  color: var(--black);
  background-color: #ff8c00;
  margin-bottom: 35px;
  margin-right: 40px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu {
  background-color: var(--transparent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-logo {
  width: 200px;
  height: auto;
}

.menu-container {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-link {
  color: var(--blanco);
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.menu-navegacion {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.boton-general {
  background-color: var(--naranja);
}

.boton-general.menucta {
  color: var(--black);
  background-color: #ff8c00;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.servicios-titulos {
  color: #e6e6e6;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.servicios-slogan {
  background-color: var(--transparent);
  color: #e6e6e6;
  text-align: left;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.servicios-texto {
  color: var(--white);
  text-align: left;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.servicios-texto.test {
  font-family: Montserrat, sans-serif;
}

.nosotros-texto {
  color: #333;
  text-align: left;
  padding: 5px;
  font-family: Montserrat, sans-serif;
}

.nosotros-slogan {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.nosotros-titulo {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contenedor-faq, .contenedor-titulo-faq {
  background-color: var(--white);
  border: 1px #000;
}

.contenedor-preguntas {
  border: 1px #000;
  border-radius: 15px;
}

.hero-fondo-texto {
  background-color: rgba(96, 96, 100, .5);
}

.container-8 {
  border: 1px #000;
}

.heading-6 {
  color: #676770;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-9 {
  border-style: solid none;
  border-width: 3px;
  border-color: var(--naranja);
}

.success-message {
  color: var(--black);
  background-color: rgba(254, 75, 31, .5);
}

@media screen and (max-width: 991px) {
  .hero-section.centered {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desplegables-texto {
    white-space: normal;
  }

  .menu-container {
    justify-content: space-between;
  }

  .menu-link {
    background-color: var(--transparent);
    text-align: left;
  }

  .menu-navegacion {
    text-align: left;
    background-color: rgba(0, 0, 0, .7);
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .menu-boton {
    background-color: var(--black);
    color: var(--blanco);
  }

  .menu-boton.w--open {
    background-color: var(--transparent);
  }

  .brand {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.centered {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .desplegables-texto {
    white-space: normal;
  }

  .spc-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .slider-text {
    box-shadow: none;
    color: var(--blanco);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .slide.content-6 {
    background-image: url('../images/Frase-1.webp');
  }

  .hero-section.centered {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hollow-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title-group {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-heading.centered.negro {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 200;
    line-height: 32px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .white-box.transparent {
    padding-bottom: 20px;
  }

  .section-3.accent {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .fullwidth-image-2 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .desplegables {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .desplegables-texto {
    white-space: normal;
    overflow-wrap: normal;
    overflow: hidden;
  }

  .footer.center {
    border-style: none;
  }

  .columns {
    flex-flow: column;
  }

  .modal-wrapper {
    display: none;
  }

  .etiqueta {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .celda {
    font-family: Montserrat, sans-serif;
  }

  .celda.bloque {
    min-height: 60px;
  }

  .submit-button {
    font-family: Montserrat, sans-serif;
  }

  .formulario-modal {
    margin-top: 80px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .link-2 {
    margin-bottom: 25px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-link:active {
    background-color: rgba(0, 0, 0, .3);
  }

  .menu-navegacion {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-boton {
    background-color: var(--transparent);
  }

  .columns-content {
    border-top: 1px none var(--white);
    border-bottom: 1px none var(--white);
    padding-top: 20px;
    padding-bottom: 0;
  }

  .contenedor-titulo-faq {
    text-align: center;
  }

  .hero-fondo-texto {
    background-color: rgba(96, 96, 100, .5);
  }

  .heading-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


