:root {
  --colorblanco:#fff;
  --colorblanco2:#FCFCFC;
  --colorRed:#E1111C;
  --colorgris:#F7F7F7;
  --colorgrisa:#cbcbcb;
  --colorgrisb:#4E4E4E;
  --color-negro:#222;
  --color-banner:#F2F5FD;
  --color-bannerb:#E6E6E6;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ED1C27 transparent #ED1C27 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.imgPhone {
  width: 100%;
  max-width: 280px;
  position: relative;
  z-index: 1;
}

.fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F0F0F3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -10;
}

.footerBox {
  background-color: #1D1D1D;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.fullvh {
  min-height: 100vh;
}

.boxPhone {
  position: relative;
}

.boxPhone .shape {
  position: absolute;
  left: 0;
  top: 20%;
  width: 60%;
  max-width: 300px;
}

.legalfooter {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.1;
}

.title small {
  background-color: #ED1C27;
  color: #fff;
  display: table;
  font-family: "MyriadProCond-Bold", sans-serif;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
}

.title span {
  display: table;
  font-size: 2rem;
  border-radius: 20px;
  font-weight: 400;
  color: #4D4D4D;
  letter-spacing: 0.3rem;
  margin-top: 3px;
  font-family: "MyriadProCond-Semibold", sans-serif;
  position: relative;
}

.title strong {
  font-size: 5rem;
  color: #ED1C27;
  line-height: 1;
  position: relative;
  top: -6px;
  font-family: "MyriadProCond-Bold", sans-serif;
  position: relative;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #F0F0F3;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 660px;
}

.info h3 {
  display: block;
  text-align: center;
  font-family: "MyriadProCond-Regular", sans-serif;
}

.ctaOne {
  background-color: #3E3E3E;
  max-width: 260px;
  border-radius: 40px;
  padding: 0.4rem 1rem;
  display: block;
  min-width: 240px;
}

.ctaOne a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.ctaOne img {
  max-width: 30px;
}

.ctaOne.line {
  background-color: #fff;
  border: 1px solid #3E3E3E;
}

.ctaOne.line a {
  background-color: #fff;
  color: #3E3E3E;
}

.img-dav-lotiene-todo {
  max-width: 180px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flagsApps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flagsApps img {
  border-radius: 12px;
  max-width: 50px;
}

.leitmotive {
  right: inherit;
  max-width: 130px;
}

/* ///animatejs */
.BoxShapesAnimate {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #F0F0F3; */
  left: 0;
  top: 0;
  z-index: -3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block {
  position: absolute;
  width: 60px;
  height: 100px;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.039);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.039);
  z-index: 1;
  background-color: rgba(240, 240, 243, 0.0509803922);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2156862745);
}

/* ///animatejs */
.extraOnly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}

.extraOnly h3 {
  margin: 0;
}

.extraOnly ul {
  margin: 0;
}

.swiper-wrapper {
  padding-bottom: 40px;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swal2-styled.swal2-confirm {
  background-color: #ed1c27 !important;
}

.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.logoLemotive {
  max-width: 120px !important;
}

.heroBlock {
  background: var(--colorblanco) url(../img/4wMOA-c2fef69a-c65d-46bb-bada-d7cf1dce9e33_hero-min.jpg);
  min-height: 100vh;
  margin-top: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 0%;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.heroBlock .left {
  width: 64%;
  padding: 2rem;
  padding-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heroBlock .left .heroBlock .left p {
  font-family: "myriad-pro-condensed";
  font-size: 1.4rem;
}
.heroBlock .content-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.heroBlock .ritgh {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.heroBlock .infoHeader {
  width: 33%;
  padding-left: 3%;
  font-family: "myriad-pro-condensed";
  line-height: 1;
}
.heroBlock .infoHeader h3 {
  font-weight: 200;
  font-family: "myriad-pro-condensed";
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.heroBlock .infoHeader h2 {
  font-family: "myriad-pro-condensed";
  font-size: 2.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 0;
  line-height: 0.8;
}
.heroBlock .infoHeader h1 {
  font-family: "myriad-pro-condensed";
  font-size: 2.8rem;
  line-height: 0.8;
  font-weight: 900;
  color: var(--colorRed);
  letter-spacing: 6px;
  text-transform: uppercase;
}
.heroBlock .infoHeader p {
  font-size: 1.2rem;
  font-family: "myriad-pro-condensed";
  font-weight: 100;
  letter-spacing: 3px;
}
.heroBlock .infoHeader p b {
  font-weight: 800 !important;
}
.heroBlock .boxImgHero {
  width: 33%;
}
.heroBlock .boxImgHero img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
}
.heroBlock .boxInfoBrand {
  width: 33%;
}
.heroBlock .boxContentBrand {
  background-color: #F8F8F8;
  border: 1px solid var(--colorblanco);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
  max-width: 380px;
  border-radius: 1rem;
  margin: auto;
}
.heroBlock .boxContentBrand img {
  display: block;
  margin-top: -5rem;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.heroBlock .boxContentBrand p {
  display: block;
  font-size: 1.2rem;
  font-family: "myriad-pro-condensed";
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
}
.heroBlock .boxContentBrand p strong {
  font-family: "myriad-pro-condensed";
  color: var(--colorRed);
  font-weight: 600;
}
.heroBlock .boxContentBrand p b {
  font-family: "myriad-pro-condensed";
  font-weight: 600;
}

.legal {
  position: absolute;
  top: 130px;
  right: 20px;
  width: 21px;
  z-index: 4;
}

.logo {
  max-width: 200px;
}

.titleFirst {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed";
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.titleFirst span {
  color: var(--colorRed);
  display: block;
}
.titleFirst i {
  position: relative;
}

.subTitleFirst {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  max-width: 80%;
}

.redtext {
  color: var(--colorRed);
}

.sectionSlider {
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subcat {
  padding: 0 2rem;
}
.subcat span {
  color: var(--colorRed);
  font-family: "Roboto Condensed", sans-serif;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  list-style: none;
}
.breadcrumbs ul li a {
  color: var(--colorRed);
  text-decoration: underline;
}
.breadcrumbs ul li a:hover {
  opacity: 0.4;
}

.back {
  max-width: 200px;
  background-color: var(--colorRed);
  color: var(--colorblanco);
  border: 0;
  border-radius: 20px;
  padding: 0.6rem 1.4rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back:hover {
  background-color: rgba(68, 68, 68, 0.2666666667);
}

.catIcon {
  max-width: 70px;
  margin-left: 2rem;
}

.logoBrand {
  max-width: 180px;
  margin-left: 2rem;
}

.blockContent {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
.blockContent .tablasBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockContent .tablasBox .tableLeft {
  min-width: 50%;
  background-color: var(--colorblanco);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 16px;
}
.blockContent .tablasBox .tableRight {
  min-width: 50%;
  background-color: var(--colorgris);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  margin-left: -60px;
}
.blockContent .tablasBox .tableRight .table {
  text-align: center;
}

.logoLemotive {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 160px;
  z-index: 2;
}

.infoBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.infoBanner h2 {
  font-size: 12rem;
  font-family: "myriad-pro-condensed";
  font-weight: 900;
  color: var(--colorRed);
}
.infoBanner h3 {
  text-transform: uppercase;
  font-family: "myriad-pro-condensed";
  max-width: 60%;
  font-size: 2.4rem;
  line-height: 1;
}
.infoBanner h3 span {
  font-family: "myriad-pro-condensed";
  color: var(--colorRed);
  display: block;
}
.infoBanner h3 b {
  font-family: "myriad-pro-condensed";
}

.btnSolicitela {
  display: block;
  font-family: "myriad-pro-condensed";
  font-size: 1.3rem;
  text-transform: initial;
  background-color: var(--colorRed);
  color: var(--colorblanco);
  max-width: 180px;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnSolicitela i {
  margin-left: 5px;
}
.btnSolicitela:hover {
  background-color: var(--colorgrisb);
  color: var(--colorblanco);
}

.person1 {
  display: block;
  max-width: 100%;
}

.cardhero {
  max-width: 60%;
  margin-left: -40px;
}

.scroll {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 160px;
  text-align: center;
  font-family: "myriad-pro-condensed";
  cursor: pointer;
}
.scroll i {
  background-color: var(--colorRed);
  color: var(--colorblanco);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  margin: auto;
  border: 1px solid var(--colorblanco);
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  border-radius: 20px 20px 0 0 !important;
  left: 0;
  right: 0;
  margin: auto;
}

.BlockBeneficios {
  background: var(--colorblanco) url(../img/vjWBp-8b3e136f-3408-402c-b079-f193946d54be_rlemotive.png);
  background-repeat: no-repeat;
  background-position: 110% 46%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.mx430 {
  max-width: 430px;
}

.listTips {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 80%;
}
.listTips li {
  background-color: var(--colorblanco2);
  border: 1px solid var(--colorgris);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.listTips li a {
  color: var(--colorRed);
  cursor: pointer;
}
.listTips li a:hover {
  color: var(--colorgrisb);
}
.listTips li strong {
  color: var(--colorRed);
}

.BlockBanner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F0F0F3;
  color: var(--colorgrisb);
}
.BlockBanner h3 {
  font-weight: 300;
  font-size: 1.2rem;
  font-family: "myriad-pro-condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.BlockBanner h2 {
  font-weight: 600;
  font-size: 2.8rem;
  font-family: "myriad-pro-condensed";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.BlockBanner .bgred {
  display: inline-block;
  background-color: var(--colorRed);
  color: var(--colorblanco);
  padding: 0 12px;
  border-radius: 20px;
}

.footerBox {
  background-color: var(--color-negro);
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: var(--colorblanco);
}

.blockTerminos {
  position: absolute;
  bottom: 102px;
  left: 0;
  right: 0;
}
.blockTerminos .headterm {
  text-align: center;
}
.blockTerminos .headterm h3 {
  background-color: var(--colorgrisb);
  color: var(--colorblanco);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0 auto;
  font-family: "myriad-pro-condensed";
  font-weight: 300;
  padding: 0.3rem 3rem;
  border-radius: 20px 20px 0 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  max-width: 360px;
}
.blockTerminos .headterm h3 i {
  background-color: var(--colorblanco);
  color: var(--colorgrisb);
  border-radius: 30px;
  width: 20px;
  height: 20px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.infoTerm .card-body {
  padding: 2rem;
  font-family: "myriad-pro-condensed";
  font-weight: 300;
}
.infoTerm .card-body h4 {
  text-align: center;
}
.infoTerm .card-body a {
  color: var(--colorRed);
  font-weight: 600;
}

.logofarma {
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 3;
  max-width: 280px;
}

.btnred {
  background-color: var(--colorRed);
  color: var(--colorblanco);
  border-radius: 50px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  margin: auto;
  display: table;
}
.btnred:hover {
  color: var(--colorblanco);
  background-color: var(--colorgrisb);
}

.bgshape {
  background: url(../img/fn9BM-01ac1fde-334d-4735-85a6-99d132f6419f_shpe.png) no-repeat top center, url(../img/KlFC0-22acf961-ecab-4edd-8564-c2369b593f82_degOne.png) repeat-x 0 0 !important;
}

.titularsection2 {
  max-width: 100% !important;
  font-family: "myriad-pro-condensed";
}
.titularsection2 p {
  font-family: "myriad-pro-condensed";
  font-size: 1.6rem;
  font-weight: 100;
  text-transform: uppercase;
}
.titularsection2 small {
  text-transform: initial;
  font-size: 1.2rem;
  display: block;
  line-height: 1.2;
}

iframe {
  border-radius: 20px;
}

.closeModal {
  background-color: var(--colorRed);
  color: var(--colorblanco);
  width: 60px;
  height: 60px;
  border-radius: 40px;
  position: absolute;
  z-index: 10;
  right: -20px;
  top: -20px;
  border: 3px solid var(--colorblanco);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.closeModal i {
  font-size: 4rem;
}

.modal-content {
  border-radius: 1rem;
}

.BlockDescarga {
  background: var(--colorRed) url(../img/787dk-f8b84bb2-7043-46b8-83f2-68ad2c4a190b_Shape_red.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.BlockDescarga .infoBanner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: var(--colorblanco) !important;
  margin-top: -26%;
  margin-bottom: 10%;
}
.BlockDescarga h3 span {
  color: var(--colorblanco) !important;
}
.BlockDescarga .imgCell {
  max-width: 500px;
  margin: auto;
  margin-top: -20%;
  position: relative;
  left: -19%;
}
.BlockDescarga .fzlow {
  font-size: 1.4rem;
}
.BlockDescarga .boxContentDown {
  color: var(--colorblanco);
  text-align: center;
}
.BlockDescarga .boxContentDown h4 {
  font-family: "myriad-pro-condensed";
  font-size: 1.4rem;
  font-weight: 100;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.BlockDescarga .boxContentDown h3 {
  font-family: "myriad-pro-condensed";
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btnLine {
  margin-top: 1rem;
  background: transparent;
  color: var(--colorblanco);
  border: 2px solid;
  font-size: 1.4rem;
  border-radius: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.btnLine:hover {
  background: var(--colorblanco);
  color: var(--colorRed);
}
.btnLine.linered {
  color: var(--colorRed);
  border-color: var(--colorRed);
}
.btnLine.linered:hover {
  border-color: var(--colorgrisb);
  color: var(--colorgrisb);
}

.logonav {
  display: none;
}

.navbar {
  position: fixed;
  top: 3%;
  right: 5%;
  width: 40%;
  max-width: 600px;
  z-index: 10;
  border-radius: 50px;
  padding-bottom: 0;
  padding-top: 0;
  background-color: var(--colorblanco);
}
.navbar .navbar-toggler {
  text-align: center;
  margin: auto;
}
.navbar .navbar-toggler::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar .navbar-nav a {
  font-family: "myriad-pro-condensed";
  font-weight: 100;
  color: inherit;
}
.navbar .navbar-nav .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar .navbar-nav .nav-item.active {
  background: var(--colorRed);
  border-radius: 50px;
  text-align: center;
}
.navbar .navbar-nav .nav-item.active a {
  color: var(--colorblanco);
}

.promoimg {
  border-radius: 0 0 26px 160px;
}

.hvfull {
  min-height: 100vh;
}

.banner {
  background-color: var(--color-banner);
  border: 1px solid var(--color-bannerb);
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  text-align: center;
}
.banner p {
  margin-bottom: 0;
}

.link {
  text-decoration: underline;
  color: var(--colorRed);
  cursor: pointer;
}

.store {
  padding-top: 2rem;
}
.store ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 0;
}
.store img {
  max-width: 160px;
  width: 100%;
}

.bgimgPromo {
  background: url(../img/Ai8ER-64653141-6287-4768-95cc-52c90fc4a40e_promoheader.jpg);
  background-position: 100%;
  background-size: cover;
  border-radius: 26px 0 0 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: end;
      align-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.BoxfullSwiper {
  width: 100%;
}

#conocer {
  min-height: 100vh;
}

ol li {
  font-family: "myriad-pro-condensed";
  font-style: italic;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  width: 20px;
  border-radius: 10px;
  background: red;
}

.boxitemSlide {
  background-color: var(--colorblanco);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}
.boxitemSlide figure {
  width: 100px;
  height: 100px;
  border: 1px solid var(--colorgrisa);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  margin-top: 1rem;
  padding: 1rem;
}
.boxitemSlide figure img {
  width: 100%;
  height: auto;
}
.boxitemSlide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxitemSlide img {
  display: block;
  max-width: 170px;
  height: 160px;
  -o-object-fit: fill;
     object-fit: fill;
}
.boxitemSlide h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
.boxitemSlide h2 b {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-weight: bold !important;
}
.boxitemSlide h2 strong {
  font-weight: 800;
}
.boxitemSlide p i {
  background-color: var(--colorRed);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 5px;
  border-radius: 20px;
  color: var(--colorblanco);
}
.boxitemSlide .btn {
  font-size: 1rem;
  border: 1px solid;
  max-width: 190px;
  margin: auto;
  margin-bottom: 2rem;
}

.itemInner figure {
  margin-bottom: 0;
}
.itemInner figure img {
  display: block;
  max-width: 180px;
  max-height: 60px;
  margin: auto;
  padding: 12px;
}
.itemInner figure:nth-child(1) {
  width: 60px;
  margin: auto;
}
.itemInner figure:nth-child(1) img {
  max-width: 100%;
  padding: 5px;
}

.sliderBlock {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #F7F7F7 url(../img/KlFC0-22acf961-ecab-4edd-8564-c2369b593f82_degOne.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 3%;
}

.bntsswipper {
  position: relative;
  width: 100px;
  left: 87%;
  bottom: 8px;
}

.swiper-button-prev, .swiper-button-next {
  background-color: var(--colorblanco);
  border: 1px solid var(--colorRed);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1rem;
  color: var(--colorRed);
}

.swiper-button-next {
  margin-right: 0px;
}

.infoSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 80%;
  margin-bottom: 1rem;
}
.infoSlide h2 {
  display: block;
  max-width: 90%;
}

.itemslide-box {
  background-color: var(--colorblanco);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 26px;
  min-height: 50vh;
  position: relative;
}
.itemslide-box .number {
  background-color: var(--colorgris);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.itemslide-box .number h2 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: var(--colorRed);
}
.itemslide-box .boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemslide-box .boxCont h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.itemslide-box .boxCont p {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  color: var(--colorgrisb);
}
.itemslide-box .boxCont p strong {
  color: var(--colorRed);
  font-weight: bold;
}
.itemslide-box .boxCont .l {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
.itemslide-box .boxCont .r {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemslide-box .boxCont .r img {
  max-width: 180px;
  width: 100%;
}

.nav-tabs {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nav-tabs::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.nav-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-tabs::-webkit-scrollbar-thumb {
  background: var(--colorRed);
  border-radius: 26px;
}
.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.nav-tabs li {
  min-width: 220px;
  background: var(--colorgrisb);
  border-radius: 6px;
}
.nav-tabs li button {
  color: var(--colorblanco);
  width: 100%;
  height: 100% !important;
  min-height: 66px;
  font-family: "myriad-pro-condensed";
}
.nav-tabs .nav-link:hover {
  color: inherit;
}
.nav-tabs .nav-link.active {
  background-color: var(--colorRed);
  color: var(--colorblanco);
  border-radius: 6px;
}

.boxNavigationTab {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.boxNavigationTab .mySwiperTabs {
  padding-left: 30px;
  padding-right: 30px;
}
.boxNavigationTab .mySwiperTabs .swiper-wrapper {
  padding-bottom: 0;
}
.boxNavigationTab .swiper-button-next {
  right: 0;
}
.boxNavigationTab .swiper-button-prev {
  left: 0;
}
.boxNavigationTab .nav-link {
  cursor: pointer;
  line-height: 1;
  font-family: "myriad-pro-condensed";
  background: var(--colorgrisb);
  color: var(--colorblanco);
  min-height: 70px;
  border-radius: 12px;
}
.boxNavigationTab .nav-link.active {
  background: var(--colorRed);
}

@media only screen and (max-width: 600px) {
  ul {
    padding: 0;
  }
  .extraOnly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .blockHeader {
    background-size: cover;
    background-position: 0 50%;
  }
  .blockHeader .titleFirst {
    font-size: 2.2rem;
  }
  .blockHeader .subTitleFirst {
    font-size: 1rem;
    max-width: 100%;
  }
  .blockHeader .left {
    width: 100% !important;
  }
  .blockHeader .ritgh {
    width: 100% !important;
    margin-top: -90px;
  }
  .leitmotive {
    right: inherit;
    max-width: 100px;
  }
  .boxPhone {
    width: 50%;
    margin: auto;
  }
  .title {
    text-align: center;
  }
  .title small, .title span {
    text-align: center;
    margin: auto;
  }
  .title strong {
    font-size: 4rem;
  }
  .login {
    min-height: 65vh;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .ctaOne {
    margin: auto;
  }
  .footerBox .justify-content-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tablasBox {
    overflow-x: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .tablasBox::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  .tablasBox::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tablasBox::-webkit-scrollbar-thumb {
    background: var(--colorRed);
    border-radius: 20px;
  }
  .tablasBox::-webkit-scrollbar-thumb:hover {
    background: var(--colorgris);
  }
  .tablasBox .tableLeft, .tablasBox .tableRight {
    min-width: 100% !important;
  }
  .tablasBox .tableRight {
    margin-left: -20px !important;
  }
  .tablasBox .tableRight .redtext {
    font-size: 0.9rem;
  }
  .bntsswipper {
    left: 70%;
  }
  .swiper-pagination-bullets-dynamic {
    left: 8%;
  }
  .infoBanner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .infoBanner h3 {
    font-size: 1.4rem;
  }
  .infoBanner h2 {
    font-size: 9rem;
  }
  .heroBlock {
    background: var(--colorblanco) url(../img/4wMOA-c2fef69a-c65d-46bb-bada-d7cf1dce9e33_hero-min.jpg);
    min-height: 100vh;
    background-position: 50% 50%;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .heroBlock .content-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroBlock .infoHeader {
    width: 90%;
    text-align: center;
  }
  .heroBlock .infoHeader h1 {
    font-size: 2.2rem;
  }
  .heroBlock .infoHeader p {
    font-size: 1.1rem;
    letter-spacing: normal;
  }
  .heroBlock .boxImgHero {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    margin-top: 30px;
  }
  .heroBlock .boxInfoBrand {
    width: 90%;
    margin-top: 12%;
  }
  .heroBlock .boxInfoBrand img {
    width: 80px;
  }
  .person1 {
    max-width: 40%;
    margin: auto;
  }
  .person1 img {
    width: 100%;
  }
  .logoLemotive {
    max-width: 120px;
  }
  .heroBlock .left {
    width: 100%;
    padding-left: 3%;
    text-align: center;
  }
  .cardhero {
    max-width: 80%;
    margin-left: 14%;
  }
  .listTips {
    max-width: 100%;
  }
  .BlockBeneficios {
    background-position: 110% -4%;
    background-size: 30%;
  }
  .BlockBeneficios .infoBanner h3 {
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
    text-align: center;
  }
  .BlockBanner h2 {
    font-size: 2.2rem;
  }
  .mx430 {
    max-width: 310px;
    margin: auto;
  }
  .card-body h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sliderBlock {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .logofarma {
    position: absolute;
    right: 2%;
    top: 0.8%;
    z-index: 3;
    max-width: 220px;
  }
  .logoLemotive {
    max-width: 86px;
  }
  .sectionSlider {
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .extraorder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .BlockDescarga .infoBanner {
    margin-right: 9%;
  }
  .BlockDescarga .boxContentDown h4 {
    max-width: 80%;
    margin: auto;
  }
  .infoBanner h3 {
    text-align: center;
  }
  .titularsection2 small {
    max-width: 80%;
    margin: auto;
  }
  .BlockDescarga .imgCell {
    max-width: 330px;
  }
  .boxCont p {
    line-height: 1;
  }
  .navbar {
    width: 100%;
    background: transparent;
  }
  .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-toggler {
    margin: inherit;
    margin-left: 90% !important;
    background: var(--colorblanco);
    color: var(--colorRed);
  }
  #navbarNav {
    position: absolute;
    top: -28px;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    max-width: 340px;
    padding-left: 40px;
    left: 0;
    background: var(--colorRed);
    color: var(--colorblanco);
  }
  #navbarNav .logonav {
    display: block;
    margin-top: 3rem;
    max-width: 80px;
    margin-bottom: 1rem;
  }
  #navbarNav .logonav img {
    display: block;
    width: 100%;
  }
  #navbarNav .navbar-nav {
    max-width: 100%;
  }
  #navbarNav .navbar-nav .nav-item {
    border-bottom: 1px solid #D40C14;
  }
  #navbarNav .navbar-nav .nav-item.active {
    border-bottom: 0;
    text-align: left;
    background-color: #D40C14;
    border-radius: 0;
  }
  .classX i {
    color: var(--colorRed);
  }
  .classX i::before {
    content: "\f00d";
  }
  .bgimgPromo {
    min-height: 50vh;
  }
}