:root {
  --black: #25282a;
  --white: #ffffff;
  --grey: #525355;
  --blue: #3b59ed;
  --verde: #508283;
  --sky: #f7f9ff;
  --morado: #6816e2;
  --deg: linear-gradient(to right bottom, #129eff, #338aff, #5d72fa, #8453ec, #a51ad3);
}

@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/Lato-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html,
body {
  font-family: Open sans, "Lato", sans-serif;
  font-size: 18px;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.d-pad {
  padding: 60px 8%;
}

.d-pad4 {
  padding: 4%;
}

.d-pad2 {
  padding: 0 2%;
}

.pd5 {
  padding: 5% 0;
}

.pd2 {
  padding: 2% 0;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 23px;
}

.fs-g {
  font-size: 23px;
}

.fs-md {
  font-size: 19px;
}

.fs-s {
  font-size: 16px;
}

.bg-grey {
  background-color: var(--grey);
}

.bg-blue {
  background-color: var(--blue);
}

.morado {
  color: var(--morado);
}

.black {
  color: var(--black);
}

.grey {
  color: var(--grey);
}

.blue {
  color: var(--blue);
}

.btn-cta-gracias {
  padding: 14px 60px;
  display: inline-block;
  font-size: 18px;
  background: rgb(36, 88, 241);
  background: linear-gradient(128deg, rgb(36, 88, 241) 16%, rgb(0, 61, 165) 76%);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}

.mobile-item {
  display: none;
}

.header-bar {
  padding: 2% 8%;
}
.header-bar .logo {
  width: 10%;
}
.header-bar .btn-wa {
  background-color: #25d366;
  color: var(--white);
  padding: 8px 25px;
  border-radius: 20px;
  text-decoration: none;
}
.header-bar .btn-wa p {
  display: contents;
}
.header-bar .btn-wa .i-wa {
  width: 5%;
  vertical-align: top;
  margin-left: 2%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 574px) and (min-width: 0px) {
  .header-bar {
    padding: 4% 8%;
  }
  .header-bar .logo {
    padding: 1%;
    width: 50%;
  }
  .header-bar .btn-wa {
    padding: 8px 15px;
  }
  .header-bar .btn-wa p {
    display: none;
  }
  .header-bar .btn-wa .i-wa {
    width: 25%;
  }
}

.header {
  background-image: url("../assets/img/taylormx-header.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3% 8%;
}
.header .box-white {
  background-color: var(--white);
  padding: 60px;
  width: 45%;
}
.header h1 span {
  background: -webkit-gradient(linear, left top, right top, from(#a51ad3), color-stop(#8453ec), color-stop(#5d72fa), color-stop(#338aff), to(#129eff));
  background: linear-gradient(to right, #a51ad3, #8453ec, #5d72fa, #338aff, #129eff);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.header .img1 {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.header .form-top {
  padding: 2% 0 0 12%;
}
.header .form-top .form {
  padding: 8% 4%;
  background: -webkit-gradient(linear, left top, right top, from(#129eff), color-stop(#0086ff), color-stop(#006bff), color-stop(#004aff), to(#1800ff));
  background: linear-gradient(to right, #129eff, #0086ff, #006bff, #004aff, #1800ff);
  border-radius: 15px;
}
.header .form-top .form .btn-cta {
  width: 100%;
  padding: 14px 10px;
  display: inline-block;
  font-size: 18px;
  background: var(--sky);
  color: var(--blue);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    padding: 8%;
  }
  .header .box-white {
    padding: 50px 30px;
    width: 100%;
  }
  .header .form-top {
    padding: 2% 0;
  }
}

.sec1 .img-etiquetas {
  width: 100%;
  margin: auto;
  display: block;
}
.sec1 h3 {
  padding: 4% 0 2%;
}
.sec1 .btn-cta {
  padding: 14px 60px;
  display: block;
  font-size: 18px;
  background: rgb(36, 88, 241);
  background: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  width: 25%;
  margin: 2% auto 0;
}
.sec1 .img-icono {
  width: 12%;
  padding: 2% 2%;
  margin-left: 4%;
}
.sec1 .col-md-3:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 p, .sec1 h4 {
    text-align: left !important;
  }
  .sec1 .btn-cta {
    width: 70%;
    padding: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec1 .btn-cta {
    width: 35%;
  }
}

.sec2 {
  background-image: url("../assets/img/taylormx-literatura.webp");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 38%;
  background-position-y: center;
}
.sec2 .btn-cta {
  padding: 14px 30px;
  display: block;
  font-size: 18px;
  background: rgb(36, 88, 241);
  background: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  width: 30%;
  margin: 2% 0 0;
}
.sec2 .img-icono {
  width: 12%;
  padding: 2% 2%;
  margin-left: 4%;
}
.sec2 .img-icono2 {
  width: 6%;
  padding: 1% 0%;
  margin-right: 2%;
}
.sec2 ul li {
  list-style: none;
  margin: 5px 0;
}
.sec2 .literatura {
  display: none;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec2 .btn-cta {
    width: 50%;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 {
    background-image: none;
  }
  .sec2 ul {
    padding-left: 5px;
  }
  .sec2 ul li {
    font-size: 16px;
  }
  .sec2 .img-icono2 {
    width: 20%;
    padding: 1% 0%;
    margin-right: 2%;
  }
  .sec2 .btn-cta {
    margin: auto;
    padding: 15px;
    width: 70%;
  }
  .sec2 .literatura {
    display: block;
    width: 100%;
  }
}

.sec3 .caja {
  border: 2px solid transparent;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffffff)), -webkit-gradient(linear, left top, right bottom, from(#129eff), color-stop(#338aff), color-stop(#5d72fa), color-stop(#8453ec), to(#a51ad3));
  background-image: linear-gradient(#fff, #ffffff), linear-gradient(to right bottom, #129eff, #338aff, #5d72fa, #8453ec, #a51ad3);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.sec3 .caja .img {
  width: 25%;
  margin-top: 5%;
}
.sec3 .caja h4 {
  margin-bottom: 5%;
}
.sec3 .caja:hover {
  border: 3px solid transparent;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .w-100 {
    width: 80% !important;
  }
}

.sec3-2 .img-exp {
  margin-bottom: 5%;
  width: 85%;
}
.sec3-2 img {
  margin-bottom: 5%;
  width: 100%;
}
.sec3-2 ul {
  padding-left: 0;
}
.sec3-2 ul li {
  list-style: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3-2 h4 {
    font-size: 20px;
  }
  .sec3-2 .img-exp {
    display: none;
  }
}

.sec3-3 {
  background-image: url("../assets/img/fondo-servicios.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec3-3 .caja1 {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.sec3-3 .caja1 img {
  width: 100%;
  vertical-align: super;
  padding: 0 20% 0;
  margin: 0 auto;
}
.sec3-3 .caja2 {
  display: inline-block;
  width: 70%;
}
.sec3-3 .row.d-pad4 {
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: var(--white);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3-3 .row.d-pad4 {
    margin: 2%;
  }
}

.sec4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background-image: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
}
.sec4 .btn-cta {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  margin: auto;
  width: 80%;
}
.sec4 .cta {
  font-size: 45px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .sec4 .cta {
    font-size: 38px;
  }
  .sec4 .cta br {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec4 .cta {
    font-size: 32px;
  }
  .sec4 .cta br {
    display: none;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 .cta {
    font-size: 24px;
    text-align: center;
  }
  .sec4 .cta br {
    display: none;
  }
}

.sec5 .btn-cta {
  padding: 14px 60px;
  display: block;
  font-size: 18px;
  background: rgb(36, 88, 241);
  background: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  width: 28%;
  margin: 0 auto;
}
.sec5 .img-icono {
  width: 12%;
  padding: 2% 2%;
  margin-left: 4%;
}
.sec5 .cityNone {
  display: inline-block;
}
.sec5 .img1 {
  width: 140%;
}
.sec5 .mapa {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 .mapa {
    background-size: contain;
    background-position: top;
  }
}
.sec5 .cardCustom {
  padding: 7%;
  background-color: #F8F9FE;
  border-radius: 22px;
}
.sec5 .cardCustom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7%;
}
.sec5 .cardCustom .item p {
  margin: 0;
  font-weight: 700;
}
.sec5 .cardCustom .item .txtMorado {
  color: #A627D4;
}
.sec5 .cardCustom .item .txtVerde {
  color: #298581;
}
.sec5 .cardCustom .item .txtAzul {
  color: #2D5FF1;
}
.sec5 .cardCustomLeft {
  padding: 7%;
  background-color: #F4EBFF;
  border-radius: 22px;
}
.sec5 .cardCustomLeft p {
  margin: 0;
  font-size: 16px;
}
.sec5 .col-md-4 {
  position: relative;
}
.sec5 .col-md-4 .boxAbsolutMorado,
.sec5 .col-md-4 .boxAbsolutAzul,
.sec5 .col-md-4 .boxAbsolutVerde {
  width: 20%;
  position: relative;
  z-index: 99;
}
.sec5 .col-md-4 .boxAbsolutMorado img,
.sec5 .col-md-4 .boxAbsolutAzul img,
.sec5 .col-md-4 .boxAbsolutVerde img {
  position: absolute;
}
.sec5 .col-md-4 .boxAbsolutMorado p,
.sec5 .col-md-4 .boxAbsolutAzul p,
.sec5 .col-md-4 .boxAbsolutVerde p {
  font-weight: 700;
  margin-bottom: 10%;
  margin-left: -11%;
}
.sec5 .col-md-4 .boxAbsolutMorado:hover .cityNone,
.sec5 .col-md-4 .boxAbsolutAzul:hover .cityNone,
.sec5 .col-md-4 .boxAbsolutVerde:hover .cityNone {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec5 .col-md-4 .boxAbsolutMorado:hover img,
.sec5 .col-md-4 .boxAbsolutAzul:hover img,
.sec5 .col-md-4 .boxAbsolutVerde:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec5 .col-md-4 .box1 {
  margin-left: -115%;
  margin-top: 15%;
}
.sec5 .col-md-4 .box2 {
  margin-left: -86%;
  margin-top: -10%;
  width: 60%;
}
.sec5 .col-md-4 .box2 p {
  margin-left: 20%;
}
.sec5 .col-md-4 .box3 {
  margin-top: -5%;
  margin-left: -9%;
  width: 60%;
}
.sec5 .col-md-4 .box3 p {
  margin-left: 20%;
}
.sec5 .col-md-4 .box4 {
  margin-top: 85%;
  margin-left: 43%;
  width: 50%;
}
.sec5 .col-md-4 .box4 p {
  margin-left: 25%;
}
.sec5 .col-md-4 .box5 {
  margin-top: -48%;
  margin-left: 48%;
  width: 30%;
}
.sec5 .col-md-4 .box5 p {
  margin-left: 42%;
}
.sec5 .col-md-4 .box14 {
  margin-top: 54%;
  margin-left: 67%;
  width: 30%;
}
.sec5 .col-md-4 .box14 p {
  margin-left: 50%;
  margin-top: 5%;
}
.sec5 .col-md-4 .box15 {
  margin-top: -84%;
  margin-left: 45%;
  width: 30%;
}
.sec5 .col-md-4 .box15 p {
  margin-left: -20%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .sec5 .col-md-4 .box1 {
    margin-left: -120%;
    margin-top: 16%;
  }
  .sec5 .col-md-4 .box2 {
    margin-left: -88%;
    margin-top: -12%;
  }
  .sec5 .col-md-4 .box3 {
    margin-top: -6%;
    margin-left: -5%;
    width: 60%;
  }
  .sec5 .col-md-4 .box3 p {
    margin-left: 25%;
  }
  .sec5 .col-md-4 .box4 {
    margin-top: 91%;
    margin-left: 50%;
    width: 70%;
  }
  .sec5 .col-md-4 .box4 p {
    margin-left: 22%;
  }
  .sec5 .col-md-4 .box5 {
    margin-top: -55%;
    margin-left: 58%;
    width: 30%;
  }
  .sec5 .col-md-4 .box5 p {
    margin-left: 55%;
  }
  .sec5 .col-md-4 .box14 {
    margin-top: 58%;
    margin-left: 76%;
    width: 30%;
  }
  .sec5 .col-md-4 .box14 p {
    margin-left: 45%;
  }
  .sec5 .col-md-4 .box15 {
    margin-top: -90%;
    margin-left: 55%;
    width: 30%;
  }
  .sec5 .col-md-4 .box15 p {
    margin-left: -20%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec5 .col-md-4 .box1 {
    margin-left: -122%;
    margin-top: 19%;
    width: 35%;
  }
  .sec5 .col-md-4 .box2 {
    margin-left: -86%;
    margin-top: -15%;
  }
  .sec5 .col-md-4 .box2 p {
    margin-left: 25%;
  }
  .sec5 .col-md-4 .box3 {
    margin-top: -7%;
    margin-left: 12%;
    width: 60%;
  }
  .sec5 .col-md-4 .box3 p {
    margin-left: 27%;
  }
  .sec5 .col-md-4 .box4 {
    margin-top: 107%;
    margin-left: 80%;
    width: 70%;
  }
  .sec5 .col-md-4 .box4 p {
    margin-left: 22%;
  }
  .sec5 .col-md-4 .box5 {
    margin-top: -60%;
    margin-left: 87%;
    width: 30%;
  }
  .sec5 .col-md-4 .box5 p {
    margin-left: 55%;
  }
  .sec5 .col-md-4 .box14 {
    margin-top: 70%;
    margin-left: 110%;
    width: 30%;
  }
  .sec5 .col-md-4 .box14 p {
    margin-left: 45%;
  }
  .sec5 .col-md-4 .box15 {
    margin-top: -108%;
    margin-left: 85%;
    width: 30%;
  }
  .sec5 .col-md-4 .box15 p {
    margin-left: -20%;
  }
}
@media (max-width: 590px) and (min-width: 0px) {
  .sec5 .col-md-4 .box1 {
    margin-left: -4%;
    margin-top: -33%;
    width: 35%;
  }
  .sec5 .col-md-4 .box1 p {
    display: none;
  }
  .sec5 .col-md-4 .box1 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box2 {
    margin-left: 0%;
    margin-top: -24%;
  }
  .sec5 .col-md-4 .box2 p {
    display: none;
  }
  .sec5 .col-md-4 .box2 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box3 {
    margin-top: 2%;
    margin-left: 28%;
    width: 60%;
  }
  .sec5 .col-md-4 .box3 p {
    display: none;
  }
  .sec5 .col-md-4 .box3 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box4 {
    margin-top: 36%;
    margin-left: 46%;
    width: 30%;
  }
  .sec5 .col-md-4 .box4 p {
    display: none;
  }
  .sec5 .col-md-4 .box4 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box5 {
    margin-top: -46%;
    margin-left: 48%;
    width: 30%;
  }
  .sec5 .col-md-4 .box5 p {
    display: none;
  }
  .sec5 .col-md-4 .box5 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box14 {
    margin-top: 60%;
    margin-left: 55%;
    width: 30%;
  }
  .sec5 .col-md-4 .box14 p {
    display: none;
  }
  .sec5 .col-md-4 .box14 img {
    width: 25px;
  }
  .sec5 .col-md-4 .box15 {
    margin-top: -72%;
    margin-left: 47%;
    width: 30%;
  }
  .sec5 .col-md-4 .box15 p {
    display: none;
  }
  .sec5 .col-md-4 .box15 img {
    width: 25px;
  }
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .sec5 .mapa {
    min-height: 550px;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .sec5 .mapa {
    min-height: 550px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec5 .btn-cta {
    width: 35%;
  }
  .sec5 .mapa {
    min-height: 700px !important;
  }
}
@media (max-width: 768px) and (min-width: 575px) {
  .sec5 .mapa {
    min-height: 350px;
  }
  .sec5 .img1 {
    width: 110%;
  }
  .sec5 .btn-cta {
    margin: auto;
    padding: 15px;
    width: 50%;
  }
  .sec5 .img-icono {
    width: 9%;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 .btn-cta {
    margin: auto;
    padding: 15px;
    width: 70%;
  }
  .sec5 .mapa {
    min-height: 400px;
  }
  .sec5 .img1 {
    width: 105%;
  }
}

.sec6 {
  background-image: url("../assets/img/fondo-servicios.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec6 .tabs {
  background-color: var(--azul1);
}
.sec6 .tabs strong {
  font-size: 23px !important;
  color: var(--negro) !important;
}
.sec6 .tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  background-color: var(--blanco);
  margin: 0 auto;
}
.sec6 .tabs .nav-tabs .nav-item .nav-link {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 0.8rem 2rem;
  border: 2px solid transparent;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  background-origin: border-box;
  color: var(--negro);
}
.sec6 .tabs .nav-tabs .nav-item .nav-link span {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec6 .tabs .nav-tabs .nav-item .nav-link:hover {
  background-image: linear-gradient(#f7f9ff, #f7f9ff), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
}
.sec6 .tabs .nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%), linear-gradient(134.92deg, #129eff 6.42%, #1800ff 86.49%);
  color: var(--white);
}
.sec6 .tabs .nav-tabs .nav-item .nav-link.active span {
  color: var(--white);
}
.sec6 .tabs .tab-content {
  padding: 40px 15% 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sec6 .tabs .tab-content .text-azul {
  font-weight: 500;
}
.sec6 .tabs .tab-content img {
  width: 60%;
}
.sec6 .tabs .tab-content .d-flex {
  margin-top: 6%;
  gap: 25px;
}
.sec6 .tabs .tab-content .d-flex .icono {
  width: 45px;
}
@media (max-width: 1600px) and (min-width: 1441px) {
  .sec6 .tabs .tab-content img {
    width: 80%;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .sec6 .tabs .nav-tabs {
    gap: 10px;
  }
  .sec6 .tabs .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .sec6 .tabs .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 5px 10px;
  }
  .sec6 .tabs .tab-content img {
    width: 80%;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec6 .tabs .nav-tabs {
    gap: 10px;
  }
  .sec6 .tabs .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .sec6 .tabs .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    padding: 5px 10px;
  }
  .sec6 .tabs .tab-content img {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 575px) {
  .sec6 .tabs .tab-content {
    padding: 25px 0 0;
  }
  .sec6 .tabs .tab-content img {
    width: 80%;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 .tabs {
    overflow-x: hidden;
  }
  .sec6 .tabs .d-pad {
    padding: 70px 0px !important;
  }
  .sec6 .tabs .fs-23 {
    font-size: 20px !important;
  }
  .sec6 .tabs strong {
    font-size: 20px !important;
  }
  .sec6 .tabs .nav-tabs {
    background-color: transparent;
    padding: 10px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .sec6 .tabs .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .sec6 .tabs .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 5px 10px;
  }
  .sec6 .tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .sec6 .tabs .tab-content {
    padding: 0 1rem;
  }
  .sec6 .tabs .tab-content img {
    width: 100%;
  }
}

.sec7 {
  padding: 50px 8%;
}
.sec7 .btn-cta {
  padding: 14px 35px;
  display: inline-block;
  font-size: 18px;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid var(--white);
  font-weight: bold;
}
.sec7 .img {
  width: 60%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec7 {
    padding: 70px 8%;
  }
  .sec7 .img {
    width: 80%;
  }
}

.sec8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8d20ce), color-stop(#7e35d8), color-stop(#6c43e0), color-stop(#574fe7), to(#3b59ed));
  background-image: linear-gradient(to right, #8d20ce, #7e35d8, #6c43e0, #574fe7, #3b59ed);
}
.sec8 .btn-cta {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
  margin: auto;
  width: 80%;
}
.sec8 .cta {
  font-size: 45px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .sec8 .cta {
    font-size: 38px;
  }
  .sec8 .cta br {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sec8 .cta {
    font-size: 32px;
  }
  .sec8 .cta br {
    display: none;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec8 .cta {
    font-size: 24px;
    text-align: center;
  }
  .sec8 .cta br {
    display: none;
  }
}

.footer .logo {
  width: 30%;
  margin-bottom: 50px;
}
.footer .icono {
  width: 30px;
  margin-right: 20px;
}
.footer .margen {
  margin-top: 18rem;
}
.footer .form {
  padding: 30px 40px;
  border-radius: 15px;
}
.footer .form-control {
  font-size: 18px;
  background-color: var(--white);
  border-radius: 0 !important;
}
.footer .btn-cta {
  width: 100%;
  padding: 14px 10px;
  display: inline-block;
  font-size: 18px;
  color: var(--blue);
  background: var(--white);
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}
.footer a {
  text-decoration: none;
  color: grey;
}
.copyright {
  padding: 15px 8%;
  border-top: 1px solid rgba(82, 83, 85, 0.3294117647);
}
.copyright .logo {
  width: 18%;
  margin: 2% auto;
  display: block;
}
.copyright a {
  color: var(--grey);
  text-decoration: none;
}
@media (max-width: 574px) and (min-width: 0px) {
  .copyright {
    padding: 15px 2%;
  }
  .copyright .logo {
    width: 50%;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  .fs-15 {
    font-size: 15px;
  }
  .d-pad {
    padding: 30px 4%;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
}