:root {
    --colorblanco:#fff;
    --colorblanco2:#FCFCFC;
    --colorRed:#E1111C;
    --colorgris:#F7F7F7;
    --colorgrisb:#4E4E4E;
  }
  
  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: 'davcondensedRegular', 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: 'davcondensedCnBold', 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: 'davcondensedCnSBd', sans-serif;
    position: relative;
  }
  
  .title strong {
    font-size: 5rem;
    color: #ED1C27;
    line-height: 1;
    position: relative;
    top: -6px;
    font-family: 'davcondensedCnBold', 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: 'davcondensedRegular', 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;
  }
  
  .heroBlock {
    background: var(--colorblanco) url(../img/3WyRP-88d3000e-32a5-4a75-ab86-e9a869cfacc4_bg1Desk.jpg);
    min-height: 100vh;
    margin-top: 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: 'davcondensedRegular', sans-serif;;
    font-size: 1.4rem;
  }
  .heroBlock .ritgh {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  
  .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: 'davcondensedRegular', sans-serif;;
    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: 'davcondensedRegular', 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: 'davcondensedRegular', 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: 130px;
    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: 'davcondensedCnBold', sans-serif;
    color: var(--colorRed);
  }
  .infoBanner h3 {
    text-transform: uppercase;
    font-family: 'davcondensedRegular', sans-serif;
    max-width: 100%;
    font-size: 2.4rem;
    line-height: 1;
  }
  .infoBanner h3 span {
    font-family: 'davcondensedCnBold', sans-serif;
    color: var(--colorRed);
    display: block;
  }
  .infoBanner h3 b {
    font-family: 'davcondensedCnBold', sans-serif;
  }
  .infoBanner h3 .aviso {
    font-size: 1.3rem;
    margin-top: 20px;
    color: var(--colorgrisb);
  }
  .btnSolicitela {
    display: block;
    font-family: 'davcondensedRegular', sans-serif;;
    font-size: 1.2rem;
    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;
  }
  
  .infoHeader {
    font-family: 'davcondensedRegular', sans-serif;
    line-height: 1;
  }
  .infoHeader h3 {
    font-weight: 300;
    font-family: 'davcondensedRegular', sans-serif;
    margin-bottom: 0;
    font-size: 20px;
  }
  .infoHeader h2 {
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 0;
    line-height: 0.8;
  }
  .infoHeader h1 {
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 600;
    color: var(--colorRed);
    letter-spacing: 4px;
  }
  .infoHeader p {
    font-size: 1.4rem;
    font-family: 'davcondensedRegular', sans-serif;;
  }
  
  .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: 'davcondensedRegular', sans-serif;;
    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/Yfrr5-5d6dfac6-7ddf-4738-b676-9e8cbe0240a4_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-size: 1rem;
    font-family: 'davcondensedLight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .BlockBanner h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
  }
  .BlockBanner h4 b{
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--colorRed);
  }
  .BlockBanner .programa {
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0px;
  }
  .BlockBanner .programa a{
    color: var(--colorRed);
    text-decoration: underline;
  }
  .BlockBanner .programa a:hover{
    color: #c91820;
    text-decoration: underline;
  }
  .BlockBanner h2 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'davcondensedCnBold', sans-serif;
    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(--colorblanco2);
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  
  .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: 'davcondensedRegular', sans-serif;;
    font-weight: 300;
    padding: 0.3rem 3rem;
    border-radius: 20px 20px 0 0;
    font-size: 1.2rem;
    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: 'davcondensedRegular', sans-serif;;
    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: 250px;
  }
  
  .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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    cursor: pointer;
  }
  .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: 300;
    min-height: 60px;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    text-align: left;
  }
  .boxitemSlide h2 b {
    display: block;
    font-weight: 800;
    color: var(--colorRed);
  }
  .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);
  }
  
  .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/HyQYX-fabe47c2-5357-4b25-80f3-eb9c2d228da3_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;
  }
  .infoSlide h2 {
    display: block;
    max-width: 90%;
  }

  .modal-content{
    border-radius:20px;
  }
  .modal-header{
    background-color: var(--colorRed);
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    border-radius:15px 15px 0px 0px;
  }
  .modal-header img{
    width: 40%;
  }

  .modal-body .terminos-condiciones{
    padding: 10px;
    font-size: 1.2rem;
    color: var(--colorgrisb);
    text-align: left;
  }
  .modal-body .terminos-condiciones a{
    color: var(--colorgrisb);
  }
  .modal-body .terminos-condiciones a:hover{
    color: var(--colorRed);
  }
  .modal-footer{
    display: flex;
    justify-content: center;
  }
  .modal-footer .btnAceptar{
    background-color: var(--colorRed);
    color: var(--colorblanco);
    font-size: 1.3rem;
    padding: 5px 30px;
    border-radius: 10px;
  }
  .modal-footer .btnAceptar:hover{
    background-color: #c3161f;
    color: var(--colorblanco);
    font-size: 1.3rem;
    padding: 5px 30px;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 600px) {
    .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: 76%;
    }
    .infoBanner{
      flex-direction: column;
      gap: 0px;
    }
    .infoBanner h3 {
      font-size: 1.5rem;
      line-height: 1.8rem;
      text-align: center;
      max-width: 80%;
    }
    .infoBanner h3 span{
      font-size: 2rem;
      text-align: center;
      max-width: 100%;
    }
    .infoBanner h3 a{
      text-align: center;
      max-width: 100%;
    }
    .infoBanner h2 {
      font-size: 9rem;
      margin-bottom: 10px;
      padding: 0px;
    }
    .heroBlock {
      background: #f8f9fa url(../img/HUc1p-c15fc79c-7276-4ba0-adb7-7c8266daadfd_bgmb.jpg);
      min-height: 60vh;
      background-position: 0px -50px;
      background-size: cover !important;
      background-repeat: no-repeat;
    }
    .person1 {
      max-width: 60%;
      margin: auto;
    }
    .logoLemotive {
      max-width: 80px;
    }
    .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: 120px;
    }
  }