@font-face {
  font-family: "Circular Std Black";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Black"), url("../fonts/CircularStd-Black.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Book"), url("../fonts/CircularStd-Book.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Medium"), url("../fonts/CircularStd-Medium.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Black Italic"), url("../fonts/CircularStd-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Bold"), url("../fonts/CircularStd-Bold.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Bold Italic"), url("../fonts/CircularStd-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Book Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Book Italic"), url("../fonts/CircularStd-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "Circular Std Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Circular Std Medium Italic"), url("../fonts/CircularStd-MediumItalic.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  color: #000002;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Circular Std Medium";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: 0;
}

button {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 28px;
}

.container {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
.container:before {
  display: table;
  content: "";
}
.container:after {
  display: table;
  content: " ";
  clear: both;
}

.container-fluid {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.container-fluid:before {
  display: table;
  content: "";
}
.container-fluid:after {
  display: table;
  content: " ";
  clear: both;
}

.hs-form .hs-button,
.hs-form input,
.hs-form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.hs-form input[type=checkbox] {
  width: auto !important;
  height: auto !important;
  margin-right: 5px !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
}

.hide {
  display: none !important;
}

.hidden-desk {
  display: none !important;
}

.hidden-mob {
  display: block !important;
}

#clgo {
  z-index: 99999999999 !important;
}

#clgo-wsp {
  z-index: 9999999999 !important;
}

.landing .cta-mobile {
  background: #65b248;
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  color: white;
  font-size: 20px;
  text-align: center;
  z-index: 9999999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.landing .cta-mobile img {
  max-width: 15px;
  margin: 0 7px 0 0;
}
.landing .fixed-header {
  position: fixed;
  top: 0;
  z-index: 10003;
  width: 100%;
}
.landing .green-bar {
  background: #65b248;
  padding: 12px;
  text-align: center;
}
.landing .green-bar p {
  font-family: "Circular Std Bold";
  font-size: 28px;
  text-align: center;
  color: white;
  font-weight: 700;
}
.landing header {
  padding: 10px 0;
  height: auto;
  background: white;
}
.landing header .container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing header .logo {
  margin-left: 0;
  margin-right: auto;
}
.landing header .logo img {
  width: 300px;
}
.landing header .text-header {
  margin-left: auto;
  margin-right: 0;
  background: white;
  padding: 15px;
}
.landing header .text-header h4 {
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #000002;
  margin: 0 0 5px;
  font-family: "Circular Std Black";
}
.landing header .text-header p {
  font-size: 30px;
  line-height: 1;
  color: #65b248;
  font-weight: 700;
  text-align: center;
  font-family: "Circular Std Bold";
}
.landing header .text-header p a {
  color: #65b248;
  font-family: "Circular Std Bold";
  font-weight: 700;
}
.landing .area-form {
  padding-top: 178px;
  position: relative;
}
.landing .area-form .content-form {
  position: relative;
  top: 0;
  left: 0;
}
.landing .hero {
  background: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
  position: relative;
}
.landing .hero .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.landing .hero .text {
  padding-left: 130px;
  width: 100%;
}
.landing .hero h1 {
  font-size: 60px;
  color: white;
  font-weight: 500;
  max-width: 615px;
  font-family: "Circular Std Bold";
}
.landing .hero .wa {
  position: absolute;
  background: #008b7f;
  padding: 8px 12px;
  border-radius: 50px;
  bottom: 25px;
  left: 35px;
  max-width: 210px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: white;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.landing .hero .wa img {
  width: 100%;
  max-width: 20px;
  display: block;
  margin: 0 7px 0 0;
}
.landing .hero .wa:hover {
  background: #075E54;
}
.landing .baterias {
  background: #f9f9f9;
  padding: 80px 0;
}
.landing .baterias h2 {
  font-size: 28px;
  margin: 0 0 30px;
  text-align: center;
  font-family: "Circular Std Bold";
}
.landing .baterias .baterias-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.landing .baterias .baterias-content .bateria .bateria-content {
  max-width: 90%;
  margin: 0 auto;
}
.landing .baterias .baterias-content .bateria .bateria-content .img {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 25px;
}
.landing .baterias .baterias-content .bateria .bateria-content .img:before {
  background: #e9e6e6;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  z-index: 1;
}
.landing .baterias .baterias-content .bateria .bateria-content .img img {
  display: block;
  max-width: 100%;
  z-index: 2;
  max-height: 100%;
}
.landing .baterias .baterias-content .bateria .bateria-content .text {
  text-align: center;
}
.landing .baterias .baterias-content .bateria .bateria-content .text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  font-family: "Circular Std Bold";
}
.landing .baterias .baterias-content .bateria .bateria-content .text p {
  font-size: 14px;
  font-weight: 600;
}
.landing .productos {
  background: white;
  padding: 80px 0;
}
.landing .productos h2 {
  font-size: 28px;
  margin: 0 0 30px;
  text-align: center;
  font-family: "Circular Std Bold";
}
.landing .productos .productos-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.landing .productos .productos-content .producto .producto-content {
  max-width: 90%;
  margin: 0 auto;
}
.landing .productos .productos-content .producto .producto-content .img {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 25px;
}
.landing .productos .productos-content .producto .producto-content .img img {
  display: block;
  max-width: 100%;
}
.landing .productos .productos-content .producto .producto-content .text {
  text-align: center;
}
.landing .productos .productos-content .producto .producto-content .text h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 5px;
  font-family: "Circular Std Black";
}
.landing .form {
  position: absolute;
  top: 178px;
  right: 2%;
  width: 100%;
  max-width: 460px;
  -moz-box-shadow: 0px 0px 6px 0px #ccc;
  -webkit-box-shadow: 0px 0px 6px 0px #ccc;
  box-shadow: none;
  transition: all 1s ease-in-out;
  z-index: 1000;
  float: right;
}
.landing .form.sticky {
  position: fixed;
}
.landing .form.stop {
  top: -570px;
}
.landing .form .form-header {
  background: white;
  padding: 15px;
}
.landing .form .form-header h4 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 5px;
  font-family: "Circular Std Black";
}
.landing .form .form-header p {
  font-size: 24px;
  color: #65b248;
  font-weight: 700;
  text-align: center;
  font-family: "Circular Std Bold";
}
.landing .form .form-header p a {
  color: #65b248;
  font-family: "Circular Std Bold";
  font-weight: 700;
}
.landing .form .form-info {
  background: #fcf749;
  padding: 20px;
}
.landing .form .form-info p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.landing .form .form-body {
  height: auto;
  padding: 12px;
  width: 100%;
  background: #fff;
}
.landing .usos {
  background: #65b248;
  padding: 100px 0 40px;
  position: relative;
}
.landing .usos .cotiza {
  background: #fcf749;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -55px;
  height: 110px;
  z-index: 10002;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.landing .usos .cotiza:before {
  content: "";
  position: absolute;
  top: -12.5px;
  background-color: transparent;
  border: 2px solid #65b248;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 25px;
  right: 30%;
}
.landing .usos .cotiza img {
  max-width: 50px;
  display: none;
}
.landing .usos .cotiza img.float {
  max-width: 23px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  display: block;
}
.landing .usos .cotiza a {
  font-size: 28px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  border: 4px solid #000002;
  border-radius: 50px;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.landing .usos .cotiza a:hover {
  background: #000002;
  color: white;
}
.landing .usos .usos-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.landing .usos .usos-content .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing .usos .usos-content .text .icon-svg {
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
}
.landing .usos .usos-content .text h3 {
  font-size: 35px;
  color: white;
  font-weight: 300;
}
.landing .usos .usos-content .text h3 span {
  font-weight: 700;
  color: white;
}
.landing .usos .usos-content .text ul {
  padding: 0 0 0 20px;
}
.landing .usos .usos-content .text ul li {
  margin: 0 0 15px;
  color: white;
  font-size: 20px;
  position: relative;
  list-style: none;
}
.landing .usos .usos-content .text ul li:before {
  content: "";
  background: url("../images/li-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -30px;
}
.landing .nosotros {
  display: flex;
  justify-content: center;
}
.landing .nosotros .img {
  max-width: 704px;
  width: 100%;
}
.landing .nosotros .img img {
  max-width: 100%;
  display: block;
}
.landing .nosotros .text {
  width: 100%;
  max-width: 576px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.landing .nosotros .text:before {
  content: "";
  position: absolute;
  bottom: -11px;
  background-color: transparent;
  border: 2px solid #65b248;
  height: 22px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 22px;
  left: 8%;
}
.landing .nosotros .text:after {
  content: "";
  position: absolute;
  bottom: 40px;
  background-color: #fcf749;
  height: 40px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 4px;
  right: 0px;
  transform: rotate(45deg);
}
.landing .nosotros .text .content-text {
  max-width: 87%;
  margin: 0 auto;
  text-align: center;
}
.landing .nosotros .text .content-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Circular Std Bold";
}
.landing .nosotros .text .content-text p {
  font-size: 17px;
  line-height: 1.5;
}
.landing .servicios {
  background: #f9f9f9;
  padding: 80px 0;
}
.landing .servicios h2 {
  font-size: 35px;
  margin: 0 0 30px;
  text-align: center;
  font-family: "Circular Std Bold";
}
.landing .servicios .servicios-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.landing .servicios .servicios-line .servicio .content-servicio {
  max-width: 78%;
  margin: 0 auto;
  text-align: center;
}
.landing .servicios .servicios-line .servicio .content-servicio img {
  margin: 0 auto 20px;
  display: block;
}
.landing .servicios .servicios-line .servicio .content-servicio h3 {
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 20px;
  text-align: center;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: "Circular Std Black";
}
.landing .servicios .servicios-line .servicio .content-servicio p {
  font-size: 17px;
  font-weight: 700;
  font-family: "Circular Std Bold";
}
.landing .confia {
  background: white;
  padding: 80px 0 40px;
  position: relative;
}
.landing .confia .contacto {
  background: #000000;
  border: 4px solid #000000;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -40px;
  height: 80px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.landing .confia .contacto:hover {
  background: white;
  color: #000000;
}
.landing .confia .contacto:hover p {
  color: #000000;
}
.landing .confia .contacto:before {
  content: "";
  position: absolute;
  top: 8px;
  background-color: transparent;
  border: 2px solid #65b248;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 25px;
  left: -6.5px;
}
.landing .confia .contacto:after {
  content: "";
  position: absolute;
  top: -12.5px;
  background-color: transparent;
  border: 2px solid white;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 25px;
  right: 30%;
}
.landing .confia .contacto p {
  font-size: 28px;
  text-align: left;
  margin: 0;
  font-weight: 600;
  color: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.landing .confia .contacto p:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fcf749;
  height: 35px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 4px;
  right: 30px;
  transform: rotate(45deg);
}
.landing .confia .asesoramiento {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.landing .confia .asesoramiento .text {
  padding-right: 80px;
}
.landing .confia .asesoramiento .text h3 {
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 1.3;
}
.landing .confia .asesoramiento .text h4 {
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 1.3;
}
.landing .confia .asesoramiento .text p {
  font-size: 18px;
  text-align: justify;
  margin: 0 0 20px;
}
.landing .confia .btn a {
  background: #65b248;
  border: 4px solid #65b248;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: 22px;
  text-align: center;
  max-width: 430px;
  margin: 0 auto 30px;
}
.landing .confia .btn a:hover {
  background: white;
  color: #65b248;
}
.landing .confia h2 {
  font-size: 35px;
  margin: 110px 0 20px;
  font-family: "Circular Std Bold";
  text-align: center;
}
.landing .confia .logos-line {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.landing .confia .logos-line .logo {
  max-width: 100%;
  margin: 0 auto;
}
.landing .confia .logos-line .logo img {
  margin: 0 auto;
  display: block;
}
.landing footer {
  background: #f9f9f9;
  padding: 30px 0;
  border-top: 3px solid #efefef;
}
.landing footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing footer .container-fluid .logo {
  margin-left: -80px;
}
.landing footer .container-fluid .logo img {
  margin: 0 auto;
}
.landing footer .container-fluid .text {
  max-width: 330px;
}
.landing footer .container-fluid .text h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
  font-family: "Circular Std Bold";
  text-align: left;
}
.landing footer .container-fluid .text p {
  font-size: 14px;
  font-weight: normal;
}
.landing footer .container-fluid .text p a {
  color: #7d7d81;
}

.thanks .hero-thanks {
  background: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks .hero-thanks .text {
  background: rgba(0, 0, 0, 0.65);
  padding: 40px;
}
.thanks .hero-thanks .text img {
  margin: 0 auto 25px;
  display: block;
}
.thanks .hero-thanks .text h1 {
  font-size: 35px;
  text-align: center;
  color: white;
  margin: 0 0 15px;
}
.thanks .hero-thanks .text p {
  font-size: 25px;
  text-align: center;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}

.landing-visita {
  overflow: hidden;
}
.landing-visita header {
  background-color: #CBCBCB;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
}
.landing-visita header img {
  max-width: 200px;
  width: 100%;
  display: block;
}

.landing-montacargas .banner {
  padding: 50px 0;
}

.landing-montacargas .banner h2 {
  font-size: 36px;
  font-family: "Circular Std Bold";
  line-height: 1.5;
  text-align: center;
}
.landing-montacargas .banner .image-banner {
  margin: 40px 0;
}
.landing-montacargas .banner .image-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.landing-montacargas .banner .btn-banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-family: "Circular Std Bold";
  line-height: 1.5;
  text-align: center;
  background-color: #31EE63;
  color: #000000;
  font-size: 20px;
  border-radius: 50px;
  max-width: 400px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .hidden-desk {
    display: block !important;
  }

  .hidden-mob {
    display: none !important;
  }

  .container-fluid {
    padding: 0 15px;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 17px !important;
  }

  p, li {
    font-size: 14px !important;
  }

  .landing .fixed-header {
    position: relative;
  }
  .landing .cta-mobile {
    display: flex;
  }
  .landing .green-bar p {
    font-size: 18px;
  }
  .landing .area-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .landing .area-form .form {
    order: 2;
  }
  .landing header {
    height: auto;
  }
  .landing header .container {
    flex-wrap: wrap;
  }
  .landing header .text-header {
    width: 100%;
  }
  .landing header .text-header h4 {
    font-size: 22px;
  }
  .landing header .text-header p {
    font-size: 22px !important;
  }
  .landing header .logo {
    width: 100%;
  }
  .landing header .logo img {
    margin: 0 auto;
    display: block;
    max-width: 220px;
  }
  .landing .hero {
    height: auto;
    padding: 40px 0;
  }
  .landing .hero .text {
    width: 100%;
    padding: 0;
  }
  .landing .hero .text h1 {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }
  .landing .hero .wa {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .landing .baterias .baterias-content {
    grid-template-columns: 1fr;
  }
  .landing .baterias .baterias-content .bateria {
    margin: 0 0 25px;
  }
  .landing .productos .productos-content {
    grid-template-columns: 1fr;
  }
  .landing .form {
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: relative !important;
  }
  .landing .usos {
    padding: 0px 0 40px;
  }
  .landing .usos .cotiza {
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 0;
    padding: 10px;
  }
  .landing .usos .cotiza a {
    font-size: 18px;
    padding: 10px 15px;
  }
  .landing .usos .cotiza p {
    margin: 0 10px 0 0;
  }
  .landing .usos .cotiza img {
    max-width: 25px;
    display: none !important;
  }
  .landing .usos .usos-content {
    grid-template-columns: 1fr;
  }
  .landing .usos .usos-content .text {
    margin: 0 0 25px;
  }
  .landing .usos .usos-content .text:last-child {
    margin: 0;
  }
  .landing .usos .usos-content .text .icon-svg {
    max-width: 30%;
  }
  .landing .usos .usos-content .text ul {
    padding: 0 0 0 25px;
  }
  .landing .usos .usos-content .text ul li:last-child {
    margin: 0;
  }
  .landing .nosotros {
    flex-wrap: wrap;
  }
  .landing .nosotros .img {
    width: 100%;
  }
  .landing .nosotros .text {
    width: 100%;
    padding: 20px 0;
  }
  .landing .servicios .servicios-line {
    grid-template-columns: 1fr;
  }
  .landing .servicios .servicios-line .servicio {
    margin: 0 0 30px;
  }
  .landing .servicios .servicios-line .servicio .content-servicio h3 {
    height: auto;
  }
  .landing .confia {
    padding: 80px 0;
  }
  .landing .confia h2 {
    margin: 0 0 20px;
  }
  .landing .confia .asesoramiento {
    flex-wrap: wrap;
  }
  .landing .confia .asesoramiento .text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .landing .confia .asesoramiento .text h3 {
    font-size: 20px !important;
  }
  .landing .confia .asesoramiento .text h4 {
    font-size: 17px !important;
  }
  .landing .confia .asesoramiento .img {
    width: 100%;
  }
  .landing .confia .asesoramiento .img img {
    max-width: 100%;
  }
  .landing .confia .contacto {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    text-align: center;
    height: auto;
    right: inherit;
    justify-content: center;
    padding: 10px;
    width: 90%;
  }
  .landing .confia .contacto p {
    text-align: center;
  }
  .landing .confia .contacto p:after {
    display: none;
  }
  .landing .confia .logos-line {
    grid-template-columns: 1fr 1fr;
  }
  .landing .confia .logos-line .logo {
    max-width: 90%;
  }
  .landing .confia .logos-line .logo img {
    max-width: 110px;
  }
  .landing footer .container-fluid {
    flex-wrap: wrap;
  }
  .landing footer .container-fluid .logo {
    width: 100%;
    margin: 0 0 20px;
  }
  .landing footer .container-fluid .logo img {
    margin: 0 auto;
    display: block;
  }
  .landing footer .container-fluid .text {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .landing footer .container-fluid .text h4 {
    text-align: center;
  }
  .landing footer .container-fluid .text:last-child {
    margin: 0;
  }
  .landing.mty footer {
    padding: 30px 0px 80px;
  }

  .thanks .hero-thanks {
    height: auto;
    padding: 20px;
  }
  .thanks .hero-thanks .text h1 {
    font-size: 28px;
  }
  .thanks .hero-thanks .text p {
    font-size: 16px;
  }
}



/*# sourceMappingURL=style.css.map */
