:root {
  --color2: #73859b;
  --color3: #f3f2ed;
  --color1: #262d35;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 2rem;
}

.seccion {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.seccion.hero {
  background-color: #0000;
  background-image: url('../images/circuito2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 0;
  position: relative;
}

.seccion.color {
  background-color: var(--color2);
  background-image: url('../images/circuito_bco.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  min-height: 100vh;
}

.seccion.color.var {
  min-height: 50vh;
}

.seccion.blanca {
  background-color: var(--color3);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor.menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #262d35bf;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #262d3533;
}

.contenedor._70 {
  width: 80%;
  margin-left: auto;
}

.navbar {
  background-color: #0000;
  width: 70%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar.b {
  position: fixed;
}

.seccion_form {
  background-color: var(--color1);
  background-image: none;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.form-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor-2.form {
  place-content: center space-between;
  align-items: center;
  width: 90%;
  padding-top: 0;
  padding-bottom: 2rem;
}

.button {
  background-color: var(--color2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 500px;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4em;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--color3);
  color: var(--color1);
}

.text-field {
  border: 2px solid var(--color2);
  color: #fff;
  background-color: #25252580;
  border-radius: 500px;
  width: 100%;
  height: 3rem;
  font-weight: 200;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: #64646480;
}

.text-field.mensaje {
  border-radius: 25px;
  height: 7rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_titulo_form {
  border-left: 15px solid var(--color2);
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  overflow: clip;
}

.parrafo_bco {
  color: #fff;
  align-self: center;
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6em;
}

.parrafo_bco.form {
  color: var(--color3);
  text-align: left;
  margin-bottom: 0;
  font-size: .9rem;
  display: block;
}

.h2 {
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4em;
}

.h2.formulario {
  color: var(--color3);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Titillium Web, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.main {
  flex-flow: wrap;
  width: 70%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.brand {
  width: 6rem;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
}

.body {
  background-color: var(--color1);
  color: var(--color1);
  background-image: linear-gradient(#262d35cc, #262d35cc), url('../images/cleverway_3.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.1em;
}

.titulo {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Titillium Web, sans-serif;
  font-size: 3.5rem;
  line-height: 1.1em;
}

.titulo.bco {
  color: #f3f2ed;
}

.titulo.centrado {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.subtitulo {
  margin-top: 0;
  margin-bottom: 2rem;
}

.subtitulo.bco {
  color: var(--color3);
}

.col30 {
  background-color: var(--color1);
  border-radius: 25px;
  width: 30%;
  height: auto;
  padding: 1rem;
}

.titulo_ficha {
  color: var(--color2);
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2em;
}

.parrafo_ficha {
  color: var(--color3);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.2em;
}

.col50 {
  background-color: var(--color1);
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
}

.col50.b {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col50.footer {
  padding: 1rem;
}

.bco {
  color: var(--color3);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
}

.footer {
  background-color: var(--color1);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer.hero {
  background-color: var(--color2);
  background-image: linear-gradient(#262d35cc, #262d35cc), url('../images/cleverway_2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 0;
  padding-bottom: 8rem;
}

.footer.color {
  background-color: var(--color2);
}

.cont_logos {
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: flex;
}

.cliente {
  object-fit: contain;
  width: 28%;
  height: auto;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide {
  background-color: #fff;
  width: 100%;
}

.slide-nav {
  color: var(--color2);
  margin-top: 1rem;
  font-size: .8rem;
  display: block;
  position: static;
}

.left-arrow {
  width: 4rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: 1rem;
  display: block;
  inset: 0% auto 35% -8%;
}

.left-arrow._2 {
  bottom: 50%;
  left: -12%;
}

.right-arrow {
  width: 4rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: 1rem;
  display: block;
  position: absolute;
  inset: 0% -8% 35% auto;
}

.right-arrow._2 {
  bottom: 50%;
  right: -12%;
}

.mask {
  width: 100%;
  height: auto;
}

.txt_footer {
  color: var(--color3);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.txt_footer.left {
  text-align: left;
  width: 80%;
  font-size: .9rem;
}

.txt_footer.right {
  text-align: right;
  width: 80%;
  font-size: .9rem;
}

.bold-text {
  text-decoration: none;
}

.link {
  color: var(--color2);
  text-decoration: none;
}

.image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.centrado {
  text-align: center;
}

.centrado._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.boton {
  background-color: var(--color2);
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-weight: 800;
}

.boton:hover {
  background-color: var(--color3);
  color: var(--color1);
}

.boton.w--current {
  display: none;
}

.boton._2 {
  background-color: var(--color3);
  color: var(--color1);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.boton._2:hover {
  background-color: var(--color1);
  color: var(--color3);
}

.nav-link {
  margin-left: auto;
  margin-right: 0;
}

.whats-card {
  z-index: 0;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.whats-card:hover {
  background-color: #0000;
}

.whats-card.wapp {
  z-index: 999;
  background-color: #39b54a;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  display: flex;
  position: relative;
  top: auto;
  right: 1%;
  box-shadow: 2px 2px 3px #0003;
}

.whats-card.wapp:hover {
  background-color: #51c94a;
  width: 3rem;
  height: 3rem;
}

.icono_wapp {
  width: 100%;
  height: 2.5rem;
  position: absolute;
}

.icono_wapp.wapp_white, .icono_wapp.wapp_white:hover {
  width: 60%;
  height: auto;
}

.icono {
  background-color: #0000;
  border-radius: 0;
  width: 60%;
  height: auto;
  margin: auto;
}

.cont_icono {
  background-color: var(--color3);
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .5rem;
  display: flex;
}

.cont_text {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.tabs-content {
  height: auto;
}

.tab-link {
  background-color: var(--color2);
  color: var(--color3);
  text-align: center;
  border-radius: 500px;
  margin-right: .5rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .9rem;
  font-weight: 700;
}

.tab-link:hover {
  background-color: var(--color1);
}

.tab-link.w--current {
  background-color: var(--color3);
  color: var(--color1);
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.hidde {
  display: none;
}

.comillas {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonio {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.cliente-2 {
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 1rem;
}

.slide-2 {
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  display: block;
  position: static;
}

.slider-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cont_testimonio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-3 {
  width: 8rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon {
  color: var(--color3);
}

.icon-2 {
  color: var(--color3);
  margin-right: 0;
}

.linea_slider {
  background-color: var(--color2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 3rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.linea {
  background-color: var(--color2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.tipos {
  background-color: var(--color1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .5rem .8rem;
  display: flex;
}

.text-block {
  color: var(--color3);
  font-size: .8rem;
  font-weight: 700;
}

.small {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .seccion {
    width: 100%;
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .seccion.hero {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contenedor._70 {
    width: 90%;
    margin-left: auto;
  }

  .navbar {
    width: 100%;
  }

  .seccion_form._1 {
    display: none;
  }

  .contenedor-2 {
    width: 90%;
  }

  .contenedor-2.form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cont_titulo_form {
    margin-top: 0;
  }

  .main {
    width: 100%;
  }

  .subtitulo {
    margin-bottom: 10px;
  }

  .titulo_ficha {
    font-size: 1.35rem;
  }

  .col50 {
    border-radius: 500px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-right: 1rem;
  }

  .cliente {
    width: 32%;
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow {
    right: -5%;
  }

  .image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .boton {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .whats-card {
    bottom: auto;
    right: auto;
  }

  .icono {
    width: 70%;
  }

  .cont_icono {
    width: 6rem;
    height: 6rem;
  }

  .testimonio {
    width: 60%;
    font-size: 1rem;
  }

  .slide-nav-2 {
    font-size: .5rem;
  }

  .slider-2 {
    width: auto;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    bottom: 4rem;
  }

  .cont_testimonio {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .seccion.hero {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .seccion.color.var {
    min-height: 0;
  }

  .parrafo_bco {
    font-size: 1rem;
  }

  .titulo {
    font-size: 2.5rem;
  }

  .titulo_ficha {
    text-align: left;
  }

  .parrafo_ficha {
    text-align: left;
    margin-bottom: 0;
  }

  .col50 {
    flex-flow: wrap;
    width: 100%;
    min-height: 0;
  }

  .cliente {
    width: 40%;
    margin-bottom: 2rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .slide {
    background-color: #0000;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-arrow {
    left: -7%;
  }

  .right-arrow {
    right: -5%;
  }

  .image {
    object-fit: cover;
    height: 25rem;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
    bottom: auto;
    right: auto;
  }

  .whats-card.wapp, .whats-card.wapp:hover {
    width: 3rem;
    height: 3rem;
  }

  .icono_wapp.wapp_white, .icono_wapp.wapp_white:hover {
    width: 2rem;
    height: 2rem;
  }

  .cont_icono {
    width: 6rem;
    height: 6rem;
    margin-bottom: 0;
    margin-right: auto;
  }

  .cont_text {
    width: 70%;
  }

  .tab-link {
    margin-bottom: 1rem;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .comillas {
    margin-bottom: 2rem;
  }

  .testimonio {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .cliente-2 {
    font-size: .9rem;
  }

  .slide-2 {
    width: auto;
  }

  .slide-nav-2 {
    object-fit: fill;
    width: 100%;
    font-size: .5rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_testimonio {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .linea {
    flex-flow: wrap;
    justify-content: center;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tipos {
    width: 30%;
    margin: .2rem .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .seccion {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .seccion.hero {
    height: auto;
    min-height: 100vh;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .contenedor.menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenedor-2.form {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  .body {
    line-height: 1.2em;
  }

  .titulo {
    font-size: 1.6rem;
  }

  .titulo.bco.centrado, .titulo.centrado {
    margin-bottom: 2rem;
  }

  .subtitulo {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .subtitulo.bco.centrado {
    font-size: 1.3rem;
  }

  .titulo_ficha {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }

  .parrafo_ficha {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .col50 {
    border-radius: 20px;
    flex-flow: column;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
  }

  .cont_logos {
    flex-flow: wrap;
  }

  .cliente {
    width: 40%;
    max-width: 48%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slide-nav {
    font-size: .5rem;
  }

  .left-arrow {
    left: -10%;
  }

  .right-arrow {
    right: -6%;
  }

  .txt_footer {
    font-size: .9rem;
  }

  .image {
    height: 16rem;
  }

  .centrado._70 {
    width: 100%;
  }

  .menu-button {
    padding: 0;
  }

  .boton {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .whats-card {
    width: 2.5rem;
    height: 2.5rem;
    bottom: auto;
    right: auto;
  }

  .whats-card.wapp {
    right: 3%;
  }

  .icono_wapp.wapp_white {
    width: 2rem;
    height: 2rem;
  }

  .icono {
    width: 70%;
  }

  .cont_icono {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    margin-left: auto;
  }

  .cont_text {
    width: 100%;
    margin-left: auto;
  }

  .comillas {
    margin-bottom: 1rem;
  }

  .testimonio {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: .9rem;
  }

  .italic-text {
    font-size: .9rem;
  }

  .slide-nav-2 {
    height: 1.5rem;
    font-size: .5rem;
    display: block;
  }

  .mask-2 {
    width: 100%;
    height: auto;
  }

  .slider-2 {
    width: 100%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .cont_testimonio {
    width: 100%;
    margin-top: auto;
  }

  .tipos {
    width: auto;
  }
}


