@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
h1 {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    padding: 0px 5px;
    text-shadow: 1px 1px #9f9f9f;
    position: absolute;
        bottom: 45px;
    font-weight: 300;
}
h2 {
margin-block-end: 0px;
    margin-block-start: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 1.17em;
    justify-content: space-around;
}
.how, .how-many {
    text-align: center;
}
a.oferta {
    display: inline-block;
    margin-bottom: 30px;
    color: #272727;
    border-bottom: 1px silver solid;
}
h3 {
    margin-block-end: 0px;
    padding: 0 5px;
    display: flex;
    align-items: center;
       color: #000000;
}
.back-h1 {
    position: relative;
}
.qr-content__item p {
margin-block-start: 10px;
    border-left: 1px #f24941 solid;
    padding-left: 4px;
    margin-left: 5px;
    color: #818181;
}
.back-h1 img {
    width: 100%;
}
img.logo_bv {
    position: absolute;
    width: 196px;
    height: auto;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 9;
}
.qr-body__tops, .qr-body__wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.qr-body__wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.how-many p, .how p {
margin-block-end: 12px;
    margin-block-start: 10px;
    border-left: 1px #f24941 solid;
    padding-left: 4px;
    margin-left: 5px;
    color: #818181;
    text-align: left;
}
img.click_www {
      width: 36px !important;
    transform: rotate(90deg);
}
.example h3 {
    margin-bottom: 20px;
}
.qr-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.slides {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 0 10px 20px 0;
}
.slides img {
    margin-left: auto;
    margin-right: auto;
}
.example-modile img {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.example {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.example img {
    width: 277px;
}
.content-end {
 font-size: 18px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    font-weight: 500;
}
.content-end p {
    padding: 5px;
}
.content-end a {
    color: #c5c5c5;
}
ion-icon {
    font-size: 26px;
}
.qr-content__item ion-icon {
       margin-right: 12px;
    color: #818181;
}
.content-ico ion-icon {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 18px;
}
.content-ico {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #8c8c8c;
}
.slides.part {
    margin: 10px 0;
}
.our-clients-body {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: scroll;
    margin: 15px 0;
    padding: 0 0 10px 0;
}
.our-clients-body h5 {
    margin: 10px 0 0 0;
    text-align: center;
    min-height: 32px;
}
.our-clients-body p {
    text-align: center;
    margin: 8px 0 0 0;
}
.our-clients h3 {
    display: block;
    text-align: center;
}
.our-clients-item {
    text-align: center;
}


@media screen and (min-width: 1024px) {
img.bg_desc {
    position: absolute;
    z-index: 0;
    width: 100%;
    filter: blur(6px);
}
.back-h1 {
      position: relative;
    background-color: black;
}
h1 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    padding: 0px 5px;
    text-shadow: 3px 2px #8d8d8d;
    position: absolute;
    font-weight: 300;
    right: 5px;
    bottom: auto;
    top: -4px;
}
img.logo_bv {
    position: relative;
    width: 196px;
    height: auto;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 9;
}
img.bg_desc {
    display: none;
}
.qr-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.qr-content__item {
    width: 48%;
}
.slides {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.how-many p, .how p {
    margin-block-end: 12px;
    margin-block-start: 10px;
    border-left: 1px #ffffff solid;
    padding-left: 4px;
    margin-left: 5px;
    color: #818181;
    text-align: center;
}
.our-clients-body {
    overflow: auto;
}
}