*:focus {
    outline: none !important;
}

* {
    font-family: Mazzard;
}

html, body {
  overflow-x: hidden;
}

.mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } .mt-60 { margin-top: 60px; } .mt-70 { margin-top: 70px; } .mt-80 { margin-top: 80px; } .mt-90 { margin-top: 90px; } .mt-100 { margin-top: 100px; } .mt-110 { margin-top: 110px; } .mt-120 { margin-top: 120px; } .mt-130 { margin-top: 130px; } .mt-140 { margin-top: 140px; } .mt-150 { margin-top: 150px; } .mt-160 { margin-top: 160px; } .mt-170 { margin-top: 170px; } .mt-180 { margin-top: 180px; } .mt-190 { margin-top: 190px; } .mt-200 { margin-top: 200px; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mb-70 { margin-bottom: 70px; } .mb-80 { margin-bottom: 80px; } .mb-90 { margin-bottom: 90px; } .mb-100 { margin-bottom: 100px; } .mb-110 { margin-bottom: 110px; } .mb-120 { margin-bottom: 120px; } .mb-130 { margin-bottom: 130px; } .mb-140 { margin-bottom: 140px; } .mb-150 { margin-bottom: 150px; } .mb-160 { margin-bottom: 160px; } .mb-170 { margin-bottom: 170px; } .mb-180 { margin-bottom: 180px; } .mb-190 { margin-bottom: 190px; } .mb-200 { margin-bottom: 200px; } .mt-250 { margin-top: 250px; }

.pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-30 { padding-top: 30px; } .pt-40 { padding-top: 40px; } .pt-50 { padding-top: 50px; } .pt-60 { padding-top: 60px; } .pt-70 { padding-top: 70px; } .pt-80 { padding-top: 80px; } .pt-90 { padding-top: 90px; } .pt-100 { padding-top: 100px; } .pt-110 { padding-top: 110px; } .pt-120 { padding-top: 120px; } .pt-130 { padding-top: 130px; } .pt-140 { padding-top: 140px; } .pt-150 { padding-top: 150px; } .pt-160 { padding-top: 160px; } .pt-170 { padding-top: 170px; } .pt-180 { padding-top: 180px; } .pt-190 { padding-top: 190px; } .pt-200 { padding-top: 200px; } .pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 30px; } .pb-40 { padding-bottom: 40px; } .pb-50 { padding-bottom: 50px; } .pb-60 { padding-bottom: 60px; } .pb-70 { padding-bottom: 70px; } .pb-80 { padding-bottom: 80px; } .pb-90 { padding-bottom: 90px; } .pb-100 { padding-bottom: 100px; } .pb-110 { padding-bottom: 110px; } .pb-120 { padding-bottom: 120px; } .pb-130 { padding-bottom: 130px; } .pb-140 { padding-bottom: 140px; } .pb-150 { padding-bottom: 150px; } .pb-160 { padding-bottom: 160px; } .pb-170 { padding-bottom: 170px; } .pb-180 { padding-bottom: 180px; } .pb-190 { padding-bottom: 190px; } .pb-200 { padding-bottom: 200px; }

.w90m0a {
    width: 90%;
    margin: 0 auto;
}

.es-50 {
    height: 50px;
}

p {
color: #50555B;
}

a:hover {
    text-decoration: none;
}

.logo1 {
    width: 180px;
}

@font-face {
    font-family: Mazzard;
    font-weight: regular;
    src: url("../fonts/mazzardsoftm-regular.otf") format("opentype");
}

@font-face {
    font-family: MazzardBold;
    font-weight: bold;
    src: url("../fonts/mazzardsoftm-bold.otf") format("opentype");
}

li.nav-item a.nav-link {
    font-size: 20px;
}

.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}

.navBlue {
    background-color: #2f54fb;
    height: 120px;
}

.container.contFLUD {
    max-width: 85%;
}

.navBlue li a {
    color: white;
    font-weight: 500;
}

.mr-20 {
    margin-right: 20px;
}

.BtnAfil, .BtnInic {
    padding: 16px 24px;
    border-radius: 16px;
    font-size: 18px;
}

.BtnInic {
    border: 2px solid white;
}

.BtnAfil {
    color: #2f54fb !important;
    background-color: white;
    font-weight: 700 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

.BtnAfil:hover, .BtnInic:hover {
    color: white !important;
    background-color: #ffb700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
    border: none !important;
}

.dotsMap img {
    width: 90%;
}

body.afiliate .BtnAfil {
    color: white !important;
    background-color: #ffb700 !important;
}

.sect1 {
    background-image: url(../images/home1.jpg);
    padding-top: 200px;
    background-repeat: no-repeat;
    background-color: #2f54fb;
    height: 1980px;
    background-size: cover;
}

.mej1 {
    color: white;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
}

.afi1 {
    color: white;
    font-size: 30px;
    line-height: 39px;
    margin-top: 30px;
}

body.home .bxWhite1.hom1 {
    width: 750px;
    float: right;
}

.bxWhite1 {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    border-radius: 30px;
    z-index: 9;
    position: relative;
}

.bxWhite1 h3 {
    color: #2f54fb;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: MazzardBold;
    line-height: 39px;
}

.bxWhite1 p {
    color: #50555b;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 31px;
}

.bxWhite1 form input[type="text"], .bxWhite1 form input[type="email"], .bxWhite1 form input[type="submit"], .bxWhite1 form input[type="number"] {
    width: 100%;
    height: 66px;
    margin-bottom: 25px;
    border-radius: 16px;
    border: thin solid #949494;
    padding-left: 20px;
}

body .select2-selection.select2-selection--single {
    height: 66px !important;
    border-radius: 16px !important;
    padding-top: 19px !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5f5f5f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
    right: 10px !important;
}

.bxWhite1 form input[type="submit"] {
    border: none;
    color: white;
    background-color: #ffb600;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    height: 68px;
    margin-top: 10px;    
}

.bxWhite1 textarea {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 16px;
    border: thin solid #949494;
    padding-left: 20px;
    height: 90px;
    padding-top: 20px;
}

#loading1, #loading2 {
    width: 60px;
    margin-top: 30px;
    display: none;
}

input:disabled {
    cursor: not-allowed; /* Cambia el cursor a no permitido */
    opacity: 0.3;
}

.bxWhite1 form input::placeholder, .bxWhite1 form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #50555b;
  opacity: 1; /* Firefox */
}

.bxWhite1 form input:-ms-input-placeholder, .bxWhite1 form textarea::placeholder { /* Internet Explorer 10-11 */
  color: #50555b;
}

.bxWhite1 form input::-ms-input-placeholder, .bxWhite1 form textarea::placeholder { /* Microsoft Edge */
  color: #50555b;
}

.sect1 .bx14 img {
    width: 80px;
}

.bx2 {
}

.bx2 h4 {
    color: white;
    font-size: 52px;
    font-family: MazzardBold;
    line-height: 60px;
}

.bx14 {
    padding: 40px 40px;
    box-shadow: 0px 0px 40px rgb(47 84 251 / 15%);
    border-radius: 20px;
    background-color: white;
    width: 360px;
    height: 500px;
}

.bx14 h5 {
    color: #2f54fb;
    font-weight: 700;
    margin: 20px 0;
    font-size: 28px;
    line-height: 31px;
    font-family: MazzardBold;
}

.bx14 p {
    color: #50555b;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 31px;
}

.bx14 a {
    color: white;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #ffb600;
    background-color: #ffb600;
    border-radius: 16px;
    padding: 16px 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

.bx14 a:hover {
    color: #ffb600;
    border: none;
    background-color: white;
    border: 2px solid #ffb600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

section.sectDesc {
    padding: 400px 0 150px 0;
}

.puntVnt {
    font-family: MazzardBold;
}

.container.tp80 {
    position: relative;
    top: 250px;
}

section.sectDesc h2, section.oportuCre h2, section.cliDicen h2 {
    color: #2f54fb;
    font-weight: 900;
    font-size: 52px;
    line-height: 60px;
    font-family: MazzardBold;
}

.gray1 {
    background-color: #f6f7f9;
    border-radius: 30px;
    padding: 25px 100px 35px 100px;
}

.gray1 img {
    width: 80px;
    margin-bottom: 40px;
}

.gray1 h4 {
    color: #2f54fb;
    font-size: 28px;
    line-height: 31px;
    font-family: MazzardBold;
    margin-bottom: 30px;
}

.gray1 p {
    color: #50555B;
    font-size: 24px;
    line-height: 31px;
}

section.Techno {
    background-color: #2f54fb;
    padding: 100px 0;
}

.yeSpan {
    color: #FFB600;
    font-family: MazzardBold;
}



.Techno h3 {
    color: white;
    font-weight: 700;
    font-size: 52px;
    margin-bottom: 50px;
}

.Techno p, .Techno h5 {
    color: white;
}

.descps h5 {
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 0;
}

.descps p {
    font-size: 30px;
}

.descps {
    margin-top: 80px;
}

.rr33 {
    font-size: 30px;
    line-height: 39px;
}

section.oportuCre {
    padding: 100px 0;
}

.oportuCre h6 {
    font-size: 30px;
    color: #50555B;
    margin-bottom: 30px;
    line-height: 39px;
}

.creci {
    width: 95%;
}

.oportuCre ul, .li2x {
    list-style-image: url(../images/dots1.png);
    line-height: 70px;
}

.oportuCre li p, body .li2x p {
    font-size: 30px;
    line-height: 39px;
}

body .li2x p {
    margin-bottom: 0;
}

.oportuCre li, .li2x li {
    padding-left: 15px;
}

.circle1 {
    position: relative;
    top: 70px;
    right: 70px;
}

.oportuCre a {
    font-weight: 600;
    color: #2f54fb;
    font-family: MazzardBold;
}

section.cliDicen {
    background-color: #f6f7f9;
    padding: 100px 0 350px 0;
}

.subtitle1 {
    font-size: 30px;
    line-height: 39px;
    margin-top: 50px;
    margin-bottom: 20px;
}

footer ul.socialList1 a img {
    width: 40px;
}

.template-demo p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px;
}

.foot2 {
    background-color: #2f54fb;
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    padding: 50px 0;
    position: relative;
    z-index: 999;
}

.foot2 h4 {
    font-size: 27px;
    color: white;
}

.foot2 img {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    width: 130px;
}

.foot2 p {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}

.foot2 p a {
    color: white;
}

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 40px 0 rgb(47 84 251 / 15%);
    cursor: grab;
}

.slick-list {
    padding: 50px 50px !important;
}

.card .card-body {
    padding: 50px 40px;
}

body.como-vender.btcusdt .card .card-body {
    padding: 20px 30px;
}

.descAppBtn i.fa-download {
    position: relative;
    top: 3px;
    right: 5px;
}

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

.profile {
    margin-top: 20px;
    margin-left: 50px;
}

.profile-pic{
     width: 89px;
}

.cust-name {
    font-size: 24px;
    color: #2f54fb;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 26px;
}

.cust-profession {
    font-size: 18px;
    color: #2f54fb;
    line-height: 26px;
}

.items {
    width: 90%;
    margin: 0px auto;    
}

.card.slick-slide {
    opacity: 0.3;
}

.card.slick-slide.slick-current {
    opacity: 1 !important;
}

.slick-slide {
    margin: 0 20px;
}

.slick-dots li.slick-active button:before {
    color: #2f54fb !important;
        opacity: 1 !important;
}

.slick-dots li button:before {
    color: #2f54fb !important;
}

body .slick-dots {
    bottom: -50px;
}

body .slick-dots li button:before {
    font-size: 20px;
}

.blueRound {
    background-image: url(../images/backForm1.jpg);
    border-radius: 56px;
    padding: 180px 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.blueRound h4 {
    font-size: 52px;
    color: white;
    font-family: MazzardBold;
    margin-bottom: 60px;
}

.blueRound p {
    font-size: 30px;
    color: white;
    line-height: 39px;
    padding-right: 50px;
}

.blueRound .bxWhite1 {
    padding: 80px 60px;
}

footer {
    border-top: 2px solid rgb(80 85 91 / 20%);
    background-color: white;
    position: relative;
    z-index: 99;
}

.socialList1 {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.socialList1 li {
    margin-right: 20px;
}

footer p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0;
}

footer h6 {
    font-size: 26px;
    color: #2f54fb;
    font-weight: 600;
}

footer .col-md-4 p a {
    color: #50555B;
}

section.dudForm .container.contFLUD {
    position: relative;
    bottom: 160px;
}

div#copyNilpix {
    width: 100%;
    border-top: 1px solid #353535;
    background: #1d2023;
    padding: 5px;
    position: relative;
    z-index: 999999;
}

div#copyNilpix p {
    margin: 0;
    color: #b9b9b9;
    font-family: monospace;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
}


div#copyNilpix p a {
    color: #61c2acc7;
    font-size: 11px;
  	font-family: monospace;
  	color: rgb(97 194 172 / 78%);
    font-size: 11px;
}

div#copyNilpix p a span {
  	font-family: monospace;
}

ul.navbar-nav li a.active {
    font-family: MazzardBold;
}

.secTit2 {
    background-color: #2f54fb;
    padding: 250px 0 150px 0;
}

.secTit2 h2 {
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    color: white;
    font-family: MazzardBold;
}

.letL {
    position: absolute;
    left: 150px;
    top: 350px;
}

.letR {
    position: absolute;
    right: 200px;
    top: 30px;
}

.pltCon {
    background-color: white;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    padding: 150px 0;
    position: relative;
    bottom: 60px;
}

.pltCon p {
    font-size: 30px;
    line-height: 39px;
}

.flR {
    float: right;
}

.flL {
    float: left;
}

.cobNac {
    background-color: #2f54fb;
    padding: 150px 0;
}

.cobNac h3 {
    font-size: 52px;
    color: white;
    line-height: 57px;
    font-family: MazzardBold;
    margin-bottom: 80px;
}

.cobNac p {
    color: white;
    font-size: 30px;
    line-height: 39px;
}

.subtTit2 {
    font-size: 30px;
    line-height: 39px;
    color: white;
    text-align: center;
}

.venTit {
    font-size: 52px;
    line-height: 57px;
    color: #2f54fb;
    font-family: MazzardBold;
}

.storesBtns a {
    margin-right: 20px;
}

.sisImgs img {
    margin-right: 40px;
}

.accordion {
    width: 100%;
    max-width: 600px;
}

.accordion-item {
    border-bottom: 2px solid rgb(80 85 91 / 24%);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 36px;
    line-height: 47px;
    color: #50555B;
    padding-bottom: 30px;
    padding-top: 30px;
}

.accordion-header span {
    font-weight: 600;
}

.accordion-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
}

.accordion-content.open {
    display: block;

}

.arrow {
    transition: transform 0.3s ease;
}

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

.instructions {
    max-width: 600px;
    margin: 0 auto;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px; /* Ajusta el espaciado según sea necesario */
}

.number-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 140%;
}

.number {
    background-color: #2f54fb;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 5px;
    z-index: 1;
    padding-top: 2px;
    margin-top: 4px;
}

.line {
    width: 2px;
    height: 100%;
    background-image: radial-gradient(circle, #2f54fb 1px, transparent 1px);
    background-size: 2px 10px;
    background-repeat: repeat-y;
    margin-top: -5px;
    z-index: 0;
}

.text {
    font-size: 30px;
    line-height: 39px;
    color: #50555B;
    text-align: justify;
    text-justify: inter-word;
}

.TitAz {
    font-size: 52px;
    text-align: center;
    line-height: 57px;
    color: #2f54fb;
    font-family: MazzardBold;
}

.listBrands {
    margin: 0 auto;
}

/*.listBrands {
    list-style: none;
    display: inline-flex;
}

.listBrands li {
    box-shadow: 0 0 40px 0 rgb(47 84 251 / 15%);
    border-radius: 30px;
    margin-right: 20px;
    padding: 30px 50px;
}*/

.listBrands img {
    box-shadow: 0 0 40px 0 rgb(47 84 251 / 15%);
    border-radius: 30px;
    margin-right: 20px;
    padding: 30px 50px;
}

.verM {
    background-color: #ffb600;
    color: white;
    border-radius: 16px;
    font-size: 28px;
    padding: 16px 62px;
    font-family: MazzardBold;
}

.verM:hover {
    color: white;
}

body.soluciones section.dudForm .container.contFLUD {
    position: relative;
    bottom: 0;
    max-width: 100%;
    padding: 0;
}

body.soluciones .blueRound {
    background-image: url(../images/backForm2.jpg);
    border-radius: 0;
}

body.soluciones .pltCon.noPT, body.soluciones .dudForm.noPT {
    padding-top: 0 !important;
}

body.distribuidores .bx14 {
    height: 322px;
    padding-top: 60px;
}

body.distribuidores .sect1 {
    height: 120vh;
    background-image: unset;
    background-color: #2f54fb;
}

body.distribuidores .container.tp80 {
    top: -150px;
}

.dr44 {
    background-color: rgba(246, 247, 249, 1);
}

.sum1 {
    font-size: 52px;
    line-height: 57px;
    color: rgba(47, 84, 251, 1);
    font-weight: 700;
    font-family: MazzardBold;
}

.sum2 {
    font-size: 30px;
    line-height: 39px;
}

.dist1 {
    text-align: right;
}

.disForm1 {
    position: absolute;
    top: -200px;
    left: 500px;
    z-index: 999;
}

.disForm2 {
    position: absolute;
    z-index: 999;
    left: -430px;
    bottom: 80px;
}

.disForm3 {
    position: absolute;
    bottom: -100px;
    left: 600px;
}

.circ1 {
    position: absolute;
    top: -120px;
    left: -180px;
}

.posRel {
    position: relative;
}

.ob1 {
    position: absolute;
    right: 270px;
    bottom: -290px;
    z-index: 9;
}

.ob2 {
    position: absolute;
    z-index: 9;
    right: -600px;
    bottom: -80px;
}

body.distribuidores .bxWhite1 {
    position: relative;
    z-index: 99;
}

body.soporte .pltCon {
    padding-bottom: 0;
}

body.soporte .accordion-header {
    font-size: 30px;
    line-height: 34px;
    padding: 40px;
}

body.soporte .accordion-header span {
    font-family: Mazzard;
    font-weight: 700;
}

body.soporte .accordion-item {
    border-bottom: unset;
}

body.soporte .gray2, body.soporte {
    background-color: #f6f7f9;
}

body.soporte .accordion {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    box-shadow: 0px 0px 40px rgb(47 84 251 / 15%);
}

body.soporte .text {
    font-size: 24px;
    line-height: 31px;
    text-align: unset;
    text-justify: unset;
}

body.soporte .step {
    padding-left: 0;
    margin-bottom: 0;
}

body.soporte .accordion-content {
    padding: 40px;
    padding-top: 0;
    border-radius: 16px;
}



body.soporte .instructions {
    border-top: 2px solid rgb(80 85 91 / 24%);
    padding-top: 30px;
}

body.afiliate .secTit2 h2 {
    text-align: left;
}

body.afiliate .afi1 {
    z-index: 9;
    position: relative;
    margin-top: 60px;
}

body.afiliate .pltCon p {
    font-size: 24px;
    line-height: 31px;
    color: rgba(80, 85, 91, 1);
    margin-top: 30px;
}

body.afiliate .pltCon p.pens {
    font-size: 30px;
    line-height: 39px;
}

body.afiliate .pltCon {
    bottom: 0px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 99;
}

body.afiliate .letL {
    top: 700px;
    z-index: 9;
    left: 600px;
}

body.afiliate .letR {
    top: 150px;
    right: 250px;
}

body.afiliate .let4 {
    position: absolute;
    left: -60px;
    top: 160px;
}



h1.h1s {
    color: #50555B;
    font-size: 32px;
}

.noDesk {
    display: none;
}

.items2 .card.slick-slide {
    opacity: 1;
}

.items2 .profile-pic {
    width: 80px;
    margin: 0 auto;
}

.items2 a {
    color: #ffb600;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #ffb600;
    border-radius: 16px;
    padding: 16px 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease;
}

.items2 .card-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 31px;
    color: #2f54fb;
    font-family: 'MazzardBold';
    margin-top: 40px;
}

.items2 .template-demo p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}

.items2 .slick-list {
    /* padding: 50px 50px !important; */
    padding: 50px 50px 50px 0px !important;
}

.items2 .profile {
    margin-top: 20px;
    margin-left: 50px;
    margin: 0 auto;
}

.items2 .slick-prev, .items2 .slick-next {
    display: none !important;
}

.items2 .card .card-body {
    padding: 50px 30px !important;
}

.noPaddMob {
    padding-right: 0 !important;
}

.hrMob {
    display: none !important;
}

.hrMob {
    border-color: rgba(255, 182, 0, 1);
    border-width: 2px;
    width: 53px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inverMob {
    display: none;
}

img#navButton, img#navButtonClose {
    width: 40px;
    display: none;
}

.logoMob1 {
    display: none;
}


#navButtonClose {
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

.no-scroll {
    overflow: hidden !important;
}

img.logo1.logoMob1 {
    position: relative;
    left: 20px;
}


body.nosotros .pltCon.noRound {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

body.como-vender .letL {
    top: 500px;
}

body.como-vender .letR {
    top: -70px;
}

body.como-vender .sisImgs.text-center {
    text-align: unset !important;
}

body.soluciones .letL {
    top: 460px;
}
body.soluciones .letL2 {
    position: absolute;
    right: -150px;
    bottom: 400px;
}
body.soluciones .letR {
    top: 20px;
    left: 560px;
}

.navBlue {
    border-bottom: 2px solid rgb(255 255 255 / 10%);
} 

body.home .navBlue {
    border-bottom: none !important;
}

body.soporte .letR {
    right: -80px;
    top: 130px;
}

body.soporte .letL2 {
    position: absolute;
    right: 250px;
    top: 300px;
}

body.soporte .letL {
    top: -20px;
}

body.soporte .letR44 {
    position: absolute;
    right: 0;
    top: 150px;
    width: 45px;
}

.fixedIc1 {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
}

.fixedIc1 ul {
    padding: 0;
    list-style: none;
    float: right;
    display: grid;
}

.fixedIc1 ul li {
    float: right;
}

.fixedIc1 img {
    position: relative;
}

.fixedIc1 span {
    display: none;    
    float: left;
    color: white;
    font-size: 22px;
    padding: 20px 0px 0px 30px;
}

.fixedIc1 a {
    background-color: #ffb600;
    float: right;
    border-radius: 50px;
    margin-bottom: 15px;
}

.fixedIc1 a.fxWpp:hover span.spnWpp {
    display: block;
}

.fixedIc1 a.fxTel:hover span.spnTel {
    display: block;
}

.fixedIc1 a.fxEm:hover span.spanEm {
    display: block;
}

#navbar4 {
    flex-grow: unset;
}

ul.navbar-nav.pl-lg-4 {
    margin-right: 30px;
}

ul.navbar-nav.pl-lg-4 li {
    margin-right: 0px;
}

/*Responsive*/

/*1680px*/
@media (max-width: 1685px) { 
    
    .comvend1, .comvend2, .comvend3, .comvend4 {
        width: 70% !important;
    }
    
    .nosImg1 {
    width: 70% !important;
    }
    
    body.nosotros .pltCon .pt-200 {
    padding-top: 100px !important;
    }
    
    body.como-vender .pltCon .mb-70 {
    margin-bottom: 20px !important;
    }
    
    /**/
    
    body.home .container.contFLUD.text-center.tp80.noMob {
    max-width: 100% !important;
    }
    
    body.home .gray1 {
    padding: 25px 30px 35px 30px !important;
    }
    
    body.home .slick-list {
    padding: 50px 0px !important;
}
    
    body.home .techImg1 {
    width: 80% !important;
    }
    
    body.soporte .letL {
    top: -70px !important;
    left: -20px !important;
    }
    
    body.soporte .letL2 {
    right: 110px !important;
    }
    
    body.soluciones .letR {
    left: 400px !important;
    }
    
        body.home section.sectDesc {
        padding: 500px 0 150px 0 !important;
    }
    
     .container.contFLUD {
     max-width: 90% !important;
    }
    
    body.distribuidores .sect1 {
    height: 130vh !important;
    }
    
    .disForm1 {
    top: -300px !important;
    left: 350px !important;
    }
    
    .disForm2 {
    left: -450px !important;
    bottom: -70px !important;
    }
    
    .disForm3 {
    bottom: -200px !important;
    left: 540px !important;
    }
    
    .dr44.pb-150 {
    padding-bottom: 100px !important;
    }
    
    body.home .sect1 .row.text-center.mt250 {
    margin-top: 200px !important;
    }
    
    body.soluciones .letL2 {
    right: 20px !important;
    bottom: 100px !important;
    }
    
    .row.listBrands {
    width: 96% !important;
    }
    
    .listBrands img {
     padding: 10px 30px !important;
     margin-right: 0 !important;
    }
    
    body.afiliate .let4 {
    top: 40px !important;
    }

}

/*1540px*/
@media (max-width: 1540px) { 
    
        .sect1 {
        padding-bottom: 0px !important;
        background-position-x: -160px;
    }
    
        body.home .slick-list {
    padding: 50px 0px !important;
}
    
    body.home .techImg1 {
    width: 80% !important;
    }
    
    
    .container.contFLUD {
    max-width: unset !important;
    }
    
    body.distribuidores .sect1 {
    height: 130vh !important;
    }
    
    .disForm1 {
    top: -300px !important;
    left: 350px !important;
    }
    
    .disForm2 {
    left: -450px !important;
    bottom: -70px !important;
    }
    
    .disForm3 {
    bottom: -200px !important;
    left: 540px !important;
    }
    
    .dr44.pb-150 {
    padding-bottom: 100px !important;
    }
    
    body.home .sect1 .row.text-center.mt250 {
    margin-top: 200px !important;
    }
    
    body.soluciones .letL2 {
    right: 20px !important;
    bottom: -60px !important;
    }
    
    .row.listBrands {
    width: 96% !important;
    }
    
    .listBrands img {
     padding: 10px 30px !important;
     margin-right: 0 !important;
    }
    
    body.afiliate .let4 {
    top: 40px !important;
    }

}


/*1440px*/
@media (max-width: 1445px) { 
    
    li.nav-item a.nav-link {
    font-size: 17px !important;
    }
    
    ul.navbar-nav.pl-lg-4 li {
    margin-right: 0px !important;
    }
    
    ul.navbar-nav.pl-lg-4 {
    margin-right: 10px !important;
    }
    
    body.soluciones .dudForm.noPT .container.contFLUD {
        max-width: 100% !important;
    }
    
    body.soluciones .dudForm.noPT .blueRound h4 {
    margin-bottom: 10px !important;
    }
    
    body.home .cust-name {
    font-size: 19px !important;
    }
    
    body.home .bx14 p {
    font-size: 19px !important;
    line-height: 26px !important;
    }
    
       body.home .mej1 {
        font-size: 54px !important;
        line-height: 60px !important;
    }
    
    body.home .bx14 h5 {
    font-size: 24px !important;
    }
    
    body.home .afi1 {
    font-size: 27px !important;
    line-height: 33px !important;
    margin-bottom: 50px !important;
    }
    
    /**/
    
    body.home .template-demo p {
    font-size: 19px !important;
    line-height: 25px !important;
    }
    
    body.home .blueRound {
    padding: 100px 60px !important;
    }
    
        body.home .slick-list {
    padding: 50px 0px !important;
}
    
    body.home .techImg1 {
    width: 80% !important;
    }
    
    
    body.soporte .letL2 {
    right: 60px !important;
    top: 300px !important;
    }
    
    body.soporte .letL {
    left: 10px !important;
    }
    
    body.distribuidores .ob2 {
    right: -450px !important;
    bottom: -120px !important;
    }
    
    body.distribuidores .circ1 {
    top: -130px !important;
    left: -50px !important;
    width: 150px !important;
    }
    
    body.soluciones .blueRound {
    padding: 100px 50px !important;
    }
    
    body.soluciones .blueRound .col-md-6.mt-180 {
    margin-top: 100px !important;
    }
    
    body.soluciones .letL {
    top: 500px !important;
    left: 50px !important;
    }
    
    body.soluciones .letR {
    left: 300px !important;
    }
    
    body.nosotros .col-md-5.pt-90 {
    padding-top: 50px !important;
    }
    
    body.nosotros .col-md-5.pt-180 {
    padding-top: 100px !important;
    }
    
    .container.contFLUD {
    max-width: 95% !important;
    }
    
    body.distribuidores .sect1 {
    height: 130vh !important;
    }
    
    body.distribuidores .disForm1 {
    top: -250px !important;
    left: 330px !important;
    }
    
    body.distribuidores .disForm2 {
        left: -400px !important;
        bottom: -50px !important;
    }
    
    body.distribuidores .disForm3 {
        bottom: -200px !important;
        left: 480px !important;
    }
    
    .dr44.pb-150 {
    padding-bottom: 100px !important;
    }
    
    body.home .sect1 .row.text-center.mt250 {
    margin-top: 200px !important;
    }
    
    body.soluciones .letL2 {
        right: 0px !important;
        bottom: 80px !important;
    }
    
    .row.listBrands {
    width: 100% !important;
    }
    
    .listBrands img {
     padding: 10px 30px !important;
     margin-right: 0 !important;
    }
    
        body.afiliate .let4 {
        top: 130px !important;
        width: 150px !important;
    }
    
    body.afiliate .letL {
    left: 450px !important;
    }
    
    .bx14 {
        padding: 50px 20px !important;
        width: 330px !important;
        height: auto !important;
    }
    
        .sect1 {
        padding-bottom: 0px !important;
        background-position-x: -260px;
    }
    
    body.home section.sectDesc {
    padding: 300px 0 150px 0 !important;
}
    
    .gray1 {
    padding: 25px 20px 35px 20px !important
    }
    
        .card .card-body {
        padding: 30px 30px !important;
    }
    
    .NoBR {
    display: none !important;
    }
    
    body.distribuidores .col-md-5.pt-180 {
    padding-top: 90px !important;
    }
    
    .ob1 {
    right: 200px !important;
    bottom: -400px !important;
    }

}


/*1366px*/
@media (max-width: 1370px) {
    
    li.nav-item a.nav-link {
    font-size: 16px !important;
    }
    
    body.home section.sectDesc {
        padding: 300px 0 150px 0 !important;
    }
    
    body.home .techImg1 {
    width: 80% !important;
    }
    
    footer, .foot2 {
    padding-right: 30px;
    padding-left: 30px;
    }
    
        .sect1 {
        background-position-x: -310px !important;
    }
    
    .container.contFLUD {
    max-width: unset !important;
    }
    
    body.distribuidores .sect1 {
    height: 130vh !important;
    }
    
    .disForm1 {
    top: -300px !important;
    left: 350px !important;
    }
    
    .disForm2 {
    left: -450px !important;
    bottom: 0 !important;
    top: -300px !important;
    }
    
    .disForm3 {
    bottom: -200px !important;
    left: 370px !important;
    }
    
    .dr44.pb-150 {
    padding-bottom: 100px !important;
    }
    
    body.home .sect1 .row.text-center.mt250 {
    margin-top: 200px !important;
    }
    
    body.soluciones .letL2 {
    right: 300px !important;
    bottom: -120px !important;
    }
    
    .row.listBrands {
    width: 96% !important;
    }
    
    .listBrands img {
    padding: 10px 20px !important;
    margin-right: 0 !important;
    }
    
    body.afiliate .let4 {
    top: 40px !important;
    }
    
    .bx14 {
    width: 100% !important;
    padding: 40px 10px !important;
    height: auto !important;
    }
    
    .gray1 {
    padding: 25px 20px 35px 20px !important
    }
    
    .card .card-body {
    padding: 40px 20px !important;
    }
    
    .cust-name, .cust-profession {
    font-size: 19px !important;
    }
    
    .blueRound {
    padding: 50px 50px !important;
    }
    
    body.afiliate .letL {
    top: 740px !important;
    left: 220px !important;
    }
    
    .letL {
    left: 20px !important;
    }
    
    .NoBR {
    display: none !important;
    }
    
    body.distribuidores .sect1 .col-md-5.pt-180 {
    padding-top: 70px !important;
    }
    
    body.distribuidores .dist1 img {
    width: 85% !important;
    }
}



/*1280px*/
@media (max-width: 1285px) { 
    
    body.home .bxWhite1.hom1 {
    width: 650px !important;
    }
    
    .NoBR3 {
    display: none !important;
    }
    
    body.home .techImg1 {
    width: 80% !important;
    }
    
    footer, .foot2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
    
    .sect1 {
    }
    
    .container.contFLUD {
    max-width: unset !important;
    }
    
    body.distribuidores .sect1 {
    height: 130vh !important;
    }
    
    .disForm1 {
    top: -300px !important;
    left: 350px !important;
    }
    
    .disForm2 {
    left: -450px !important;
    bottom: 0 !important;
    top: -300px !important;
    }
    
    .disForm3 {
    bottom: -200px !important;
    left: 370px !important;
    }
    
    .dr44.pb-150 {
    padding-bottom: 100px !important;
    }
    
    body.home .sect1 .row.text-center.mt250 {
    margin-top: 200px !important;
    }
    
    body.soluciones .letL2 {
    right: 300px !important;
    bottom: -120px !important;
    }
    
    .row.listBrands {
    width: 96% !important;
    }
    
    .listBrands img {
    padding: 10px 20px !important;
    margin-right: 0 !important;
    }
    
    body.afiliate .let4 {
    top: 40px !important;
    }
    
    .bx14 {
    width: 100% !important;
    padding: 40px 10px !important;
    height: auto !important;
    }
    
    .gray1 {
    padding: 25px 30px 35px 30px !important;
    }
    
    .card .card-body {
    padding: 40px 20px !important;
    }
    
    .cust-name, .cust-profession {
    font-size: 19px !important;
    }
    
    .blueRound {
    padding: 150px 40px !important;
    }
    
    body.afiliate .letL {
    top: 740px !important;
    left: 220px !important;
    }
    
    .letL {
    left: 20px !important;
    }
    
    .NoBR {
    display: none !important;
    }
    
    body.distribuidores .sect1 .col-md-5.pt-180 {
    padding-top: 70px !important;
    }
    
    body.distribuidores .dist1 img {
    width: 85% !important;
    }
    
    .logo1 {
    width: 100px !important;
    }
    
    .mej1 {
    font-size: 52px !important;
    line-height: 59px !important;
    }
    
    body.home .sect1 {
    padding-bottom: 0px !important;
    }
    
        body.home section.sectDesc {
        padding: 400px 0 100px 0 !important;
    }
    
    .bx14 h5 {
    font-size: 23px !important;
    line-height: 26px !important;
    }
    
    .bx14 p {
    font-size: 19px !important;
    line-height: 25px !important;
    }
    
    .ob1 {
    right: 120px !important;
    bottom: -400px !important;
    }

}

/*Mobile*/

/*460px*/
@media (max-width: 465px) {  
    
    .id2 {
    width: 100% !important;
    }
    
    body.como-vender.btcusdt .letL {
    display: none !important;
    }
    
    body.como-vender p.pk4 {
    font-size: 20px !important;
    line-height: 26px !important;
    padding-left: 10px !important;
    }
    
    body.home .sect1 .row.text-center.mt-200 {
    margin-top: 60px;
    }
    
    img.dotsMap {
        width: 100% !important;
    }
    
    body.home .techImg1 {
        width: 100% !important;
    }
    
    body.home .mej1 {
    font-size: 40px !important;
    line-height: 44px !important;
    margin-bottom: 40px !important;
    }
    
    .afi1 {
    line-height: 26px !important;
    padding-right: 70px !important;
    font-size: 20px !important;
    }
    
    .logo1 {
    width: 160px !important;
    }
    
    body.home section.sect1 {
    padding-top: 50px !important;
    background-size: cover !important;
    background-image: url(../images/home1mob.jpg) !important;
    height: 2400px !important;
            background-position-x: unset !important;
    }
    
    body.home .bxWhite1.hom1 {
    width: 100% !important;
    padding: 30px 20px !important;
    }
    
    .bxWhite1 h3 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding: 10px 30px !important;
    margin-bottom: 0px !important;
    }
    
    .NoBR2 {
    display: none !important;
    }
    
    .bxWhite1 p {
    font-size: 20px !important;
    margin-bottom: 40px !important;
    line-height: 26px !important;
    }
    
    .bxWhite1 form input[type="text"], .bxWhite1 form input[type="email"], .bxWhite1 form input[type="submit"] {
    height: 58px !important;
    }
    
    .bxWhite1 form input[type="submit"] {
    font-size: 20px !important;
    }
    
    .bx2 h4 {
    font-size: 32px !important;
    line-height: 35px !important;
    }
    
        .bx2 {
        width: auto !important;
        margin-bottom: 400px !important;
    }
    
    .noDesk {
    display: block !important;
    }
    
    .noMob {
    display: none !important;
    }
    
    body.home .sect1 .row.text-center.mt-250 {
    margin-top: 350px !important;
    }
    
    body.home .container.tp80 {
    top: 100px !important;
    }
    
    .items2 .card-title {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    }
    
    body.home section.sectDesc {
    padding: 400px 0 150px 0 !important;
    }
    
    section.sectDesc h2, section.oportuCre h2, section.cliDicen h2 {
    font-size: 32px !important;
    line-height: 35px !important;
    }
    
    .NoBR3 {
    display: none !important;
    }
    
    .gray1 {
    padding: 25px 20px 35px 20px !important;
    margin-bottom: 40px !important;
    }
    
    body.home .gray1 p {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    .Techno h3 {
    font-size: 32px !important;
    line-height: 35px !important;
    text-align: center !important;
    }
    
    body.home section.Techno .col-md-5.pt-100 {
    padding-top: 0px !important;
    }
    
    body.home section.Techno .rr33 {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 0 30px !important;
    }
    
    .descps h5 {
    font-size: 48px !important;
    line-height: 53px !important;
    }
    
    .descps p {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    .hrMob {
    display: block !important;
    }
    
    .creci {
    width: 100% !important;
    }
    
    .inverDesk {
    display: none !important;
    }
    
    .inverDesk {
    display: block !important;
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 30px !important;
    }
    
    body.home section.oportuCre .col-md-12.text-center.mb-50 {
    margin-bottom: 0 !important;
    }
    
    .oportuCre li p, body .li2x p, body.como-vender.btcusdt p {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    body.como-vender.btcusdt p {
    padding: 0 30px;
    }
    
    body.como-vender.btcusdt p.seg1 {
    padding: 13px 20px 12px 20px;
    }
    
    body.como-vender .venTit.casExt {
    text-align: center !important;
    }
    
    body.como-vender.btcusdt .items3 {
    width: 280px !important;
    margin: 0 !important;
    }
    
    body.como-vender.btcusdt .profile {
    margin-top: 20px !important;
    margin-left: 0 !important;
    text-align: center !important;
    }
    
    body.como-vender.btcusdt .template-demo p {
    text-align: center !important;
    padding: 0 10px !important;
    }
    
    body.como-vender .venTit.actMin {
    text-align: center !important;
    }
    
    body.como-vender.btcusdt .pltCon.act3 ul {
    margin-bottom: 0 !important;
    }
    
    body.como-vender.btcusdt .qrsDsc {
    width: unset !important;
    padding-top: 20px !important;
    }
    
    body.como-vender.btcusdt p.pk4, body.como-vender.btcusdt ul.li2x  {
    padding-left: 30px !important;
    }
    
    body.como-vender.btcusdt .qrsDsc img {
    width: 60% !important;
    margin-bottom: 10px !important;
    }
    
    body.como-vender.btcusdt .items3 .card .card-body {
    padding: 0 0 10px 0 !important;
    }
    
    body.como-vender.btcusdt .items3 .slick-list {
    padding: 20px 0 40px 0px !important;
    }
    
    body.como-vender.btcusdt .container.contFLUD .col-md-6.pt-100 {
    padding-top: 40px;
    }
    
    body.como-vender.btcusdt .qrsDsc .col-md-6:first-child {
    margin-bottom: 50px;
    }
    
    body.como-vender.btcusdt section.pltCon.act3#download {
    padding-bottom: 120px !important;
    }
    
    body.como-vender.btcusdt .profile-pic {
    margin: 0 auto !important;
    }
    
    section.sectBenefBtc {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    }
    
    .btc1Mb {
    width: 100% !important;
    }
    
    .p50items3 {
    padding: 0 50px !important;
    }
    
    body.como-vender.btcusdt li p {
    padding: 0 !important;
    }
    
    body.como-vender h4.venTit.tec4 {
    text-align: center !important;
    }
    
    body.como-vender.btcusdt .pltCon.sectBenefBtc h4 {
    text-align: center !important;
    }
    
    body.como-vender.btcusdt .col-md-15 {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    body.home section.oportuCre .circle1 {
    display: none !important;
    }
    
    section.cliDicen .subtitle1 {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    section.cliDicen .template-demo p {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    section.cliDicen .profile-pic {
    width: 76px !important;
    }
    
    .slick-list {
    padding: 50px 0px !important;
    }
    
    section.cliDicen .profile {
    position: absolute !important;
    bottom: 0px !important;
    left: 60px !important;
    }
    
    section.dudForm .container.contFLUD {
    padding: 0 !important;
    }
    
    section.dudForm .blueRound {
    padding: 70px 40px !important;
    border-radius: 0 !important;
    background-image: unset !important;
    background-color: #2f54fb !important;
    }
    
    body.home section.dudForm .blueRound .col-md-4.mt-180 {
    margin-top: 0px !important;
    }
    
    .blueRound h4 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    }
    
    .blueRound p {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
            padding-right: 0 !important;
    }
    
    .blueRound .bxWhite1 {
    padding: 50px 30px !important;
    border-radius: 16px !important;
    }
    
    footer {
    border-top: unset !important;
    }
    
    section.cliDicen {
    padding: 100px 0 100px 0 !important;
    }
    
    section.dudForm .container.contFLUD {
    bottom: 0 !important;
    }
    
    footer.pt-150 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    }
    
    footer .col-md-4 {
    text-align: center;
    }
    
    footer ul.socialList1 li a img {
    width: 36px !important;
    }
    
    .socialList1 {
    display: inline-flex !important;
    width: 60%;
    }
    
    footer h6 {
    font-size: 20px !important;
    margin-top: 60px !important;
    line-height: 26px !important;
    margin-bottom: 5px !important;
    }
    
    footer p {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    .socialList1 li {
    margin: 0 auto !important;
    }
    
    .foot2 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    position: relative !important;
    }
    
    .foot2 p {
    font-size: 17px !important;
    line-height: 25px !important;
    text-align: center !important;
    }
    
    .foot2 h4 {
    font-size: 20px !important;
    }
    
    .foot2 h4 {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    }
    
    .foot2 img {
    position: relative !important;
    padding-left: 10px !important;
    bottom: 5px !important;
    width: 100px !important;
    }
    
    #copyNoMob {
    display: none !important;
    }
    
    .es-50 {
    height: 0px !important;
    }
    
    img#navButton, img#navButtonClose, .logoMob1 {
    display: block !important;;
    }
    
    .navbar-collapse {
    width: 100% !important;
    background-color: #2f54fb !important;
    position: fixed !important;
    top: 30px !important;
    right: 0px !important;
    height: 100vh !important;
    }
    
    li.nav-item a.nav-link {
    font-size: 27px !important;
    line-height: 41px !important;
    font-weight: 700 !important;
    padding: 20px 0 !important;
    }
    
    .navbar-nav {
    margin-top: 40px !important;
    }
    
    ul.navbar-nav li {
    border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
    }
    
    ul.btsReg li {
    border-bottom: none !important;
    margin: 0 auto !important;
    margin-right: 0 !important;
    }
    
    .btsReg li a {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    ul.btsReg {
    margin-top: 50px !important;
    display: -webkit-inline-box !important;
    width: 90% !important;
    }
    
    .secTit2 h2 {
    font-size: 40px !important;
    line-height: 44px !important;
    }
    
    body.nosotros .pltCon .col-md-5.pt-200 {
    padding: 0 30px !important;
    }
    
    body.nosotros .pltCon {
    padding: 80px 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 30px !important;
    bottom: 30px !important;
    }
    
    body.nosotros .pltCon p {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center !important;
    }
    
    .nosImg1 {
    width: 100% !important;
    margin-top: 30px !important;
    }
    
    .secTit2 {    
    padding: 200px 0 100px 0 !important;
    }
    
    body.nosotros .letR {
    right: 20px !important;
    top: 20px !important;
    width: 150px !important;
    }
    
    body.nosotros .letL {
    left: 20px !important;
    top: 340px !important;
    width: 170px !important;
    }
    
    footer {
    border-top: 1px solid rgb(80 85 91 / 20%) !important;
    }
    
    .cobNac h3 {
    font-size: 30px !important;
    line-height: 35px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    }
    
    .cobNac p {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    padding: 0 30px !important;
    }
    
    .cobNac .col-md-5.pt-180 {
    padding-top: 0px !important;
    }
    
    .cobNac {
    padding: 80px 0 !important;
    }
    
    body.nosotros .pltCon.respGlob {
    border-top-right-radius: 0px !important;
    }
    
    .venTit {
    font-size: 32px !important;
    line-height: 35px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    }
    
    body.nosotros .col-md-5.pt-90 {
    padding-top: 0px !important;
    }
    
    body.nosotros .pltCon.respGlob p {
    padding: 0 30px !important;
    }
    
    footer .col-md-4 p a {
    margin: 0 10px !important;
    }
    
    .subtTit2 {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    body.como-vender .letR {
    top: -30px !important;
    width: 200px !important;
    right: 0 !important;
    }
    
    body.como-vender .subtTit2 {
    margin-top: 30px !important;
    }
    
    body.como-vender .pltCon {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 30px !important;
    padding-top: 60px !important;
    padding-bottom: 0 !important;
    }
    
    body.como-vender .subtTit2 {
    margin-top: 30px !important;
    padding: 0 40px !important;
    }
    
    body.como-vender .venTit {
    text-align: left !important;
    padding: 0 30px !important;
    margin-bottom: 20px !important;
    }
    
    .oportuCre ul, .li2x {
    line-height: 45px !important;
    }
    
    body.como-vender .col-md-7 img {
    width: 100% !important;
    }
    
    .row.storesBtns {
    margin-top: 50px !important;
    }
    
    .row.storesBtns .col-md-6 {
    width: 50% !important;
    text-align: center !important;
    }
    
    .row.storesBtns .col-md-6 img {
    width: 100%;
    }
    
    body.como-vender .sisImgs.text-center {
    text-align: center !important;
    margin-bottom: 60px !important;
    }
    
    .sisImgs img {
    margin-right: 40px;
    width: 70px !important;
    }
    
    .accordion-header span {
    font-size: 24px !important;
    line-height: 31px !important;
    }
    
    .accordion {
    padding: 0 20px !important;
    }
    
    .accordion-item {
    border-bottom: 1px solid rgb(80 85 91 / 24%) !important;
    }
    
    .accordion-header {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    }
    
    .text {
    font-size: 20px !important;
    line-height: 26px !important;
    }
    
    .number {
    width: 24px !important;
    height: 24px !important;
    font-size: 15px !important;
    padding-top: 3px !important;
    margin-top: 0 !important;
    }
    
    .step {
    padding-left: 40px !important;
    }
    
    .comvend3 {
    margin-top: 50px !important;
    }
    
    body.como-vender .secTit2 {
    padding: 200px 0 120px 0 !important;
    }
    
    body.como-vender .letL {
    top: 420px !important;
    width: 200px !important;
    left: 40px !important;
    }
    
    body.soluciones .letR {
    left: 100px !important;
    width: 150px !important;
    }
    
    body.soluciones .pltCon {
    border-top-right-radius: 30px !important;
    border-top-left-radius: 0 !important;
    padding-top: 60px !important;
    }
    
    body.soluciones .subtTit2 {
    padding: 0 30px !important;
    margin-top: 30px !important;
    }
    
    body.soluciones .secTit2 {
    padding: 200px 0 150px 0 !important;
    }
    
    body.soluciones .letL {
    top: 420px !important;
    left: -30px !important;
    width: 200px !important;
    }
    
    body.soluciones .letL2 {
    right: 10px !important;
    bottom: 160px !important;
    width: 200px !important;
    }
    
    .navBlue {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    }
    
    .TitAz {
    font-size: 32px !important;
    line-height: 35px !important;
    margin-bottom: 40px !important;
    }
    
    body.soluciones .pltCon p {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 0 30px !important;
    margin-bottom: 0 !important;
    }
    
    body.soluciones .pltCon .col-md-12.mb-60 {
    margin-bottom: 0px;
    }
    
    body.soluciones .profile-pic {
    width: 150px;
    }
    
    body.soluciones .profile-pic {
    width: 150px;
    margin: 0 auto;
    }
    
    body.soluciones .card.slick-slide {
    opacity: 1 !important;
    border-radius: 20px !important;
    }
    
    body.soluciones .slick-slide {
    width: 260px;
    }
    
    .verM {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 20px 30px !important;
    }
    
    body.soluciones .blueRound {
    background-image: url(../images/blue2mob.jpg) !important;
    background-size: cover !important;
    padding-bottom: 100px !important;
    }
    
    body.soluciones .blueRound .col-md-6.mt-180 {
    margin-top: 0px !important;
    }
    
    .disForm3 {
    left: 160px !important;
    }
    
    body.distribuidores .sect1 .col-md-5.pt-180 {
    padding-top: 0px !important;
    }
    
    body.distribuidores .sect1 {
        height: 1170px !important;
        padding-top: 160px !important;
    }
    
        body.distribuidores .mej1 {
        text-align: center !important;
        padding: 0 30px !important;
        font-size: 40px !important;
        line-height: 44px !important;
    }
    
    body.distribuidores .afi1 {
    padding-right: 0px !important;
    text-align: center !important;
    margin-top: 20px !important;
    }
    
    body.distribuidores .col-md-7.dist1 {
    text-align: center !important;
    }
    
    body.distribuidores .dist1 p.noDesk {
    color: white !important;
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 70px !important;
    }
    
    body.distribuidores .items2 .profile-pic {
    width: 90px;
    }
    
    body.distribuidores .dist1 img {
    width: 100% !important;
    }
    
    body.distribuidores .posRel .col-md-6.pt-80 {
    padding-top: 0px !important;
    }
    
    body.distribuidores .sum1 {
    font-size: 32px !important;
    line-height: 35px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    }
    
    body.distribuidores .sum2 {
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 0 10px !important;
    margin-bottom: 40px !important;
    }

    body.distribuidores .bxWhite1 {
    padding: 50px 30px !important;
    border-radius: 20px !important;
    width: 90% !important;
    }
    
    body.distribuidores .container.contFLUD.posRel {
    bottom: 90px;
    }
    
    body.distribuidores .ob1 {
    right: 80px !important;
    bottom: -290px !important;
    width: 450px !important;
    }
    
    body.distribuidores .dr44.pb-150 {
    padding-bottom: 0 !important;
    }
    
    body.distribuidores .circ1 {
    top: 0px !important;
    left: -70px !important;
    width: 110px !important;
    }
    
    body.distribuidores .ob2 {
    right: -270px !important;
    bottom: 0px !important;
    width: 450px !important;
    }
    
    body.distribuidores .disForm1 {
    top: 130px !important;
    left: unset !important;
    right: 0 !important;
    }
    
       body.distribuidores .disForm2 {
        left: -360px !important;
        bottom: 0 !important;
        top: 100px !important;
        width: 400px !important;
    }
    
        body.distribuidores .disForm3 {
        left: 250px !important;
        bottom: -270px !important;
        width: 110px !important;
    }
    
    body.soporte .pltCon {
    padding-top: 60px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 30px !important;
    bottom: 30px !important;
    margin-bottom: 20px !important;
    }
    
    body.soporte .TitAz {
    font-size: 32px !important;
    line-height: 35px !important;
    margin-bottom: 0px !important;
    }
    
    body.soporte .accordion {
    margin-bottom: 30px !important;
    }
    
    body.soporte .gray2 .row.mb-40 {
    margin-bottom: 0px !important;
    }
    
    body.soporte .accordion-header {
    padding: 20px !important;
    }
    
    body.soporte .step {
    padding-left: 0px !important;
    }
    
    body.soporte .accordion-item {
    border-bottom: none !important;
    }
    
    body.soporte .instructions {
    border-top: 1px solid rgb(80 85 91 / 24%) !important;
    padding: 20px 10px !important;
    }
    
    body.soporte .accordion-content {
    padding: 0 !important;
    }
    
    body.soporte .letR {
    right: unset !important;
    top: 50px !important;
    width: 130px !important;
    left: -70px !important;
    }
    
    body.soporte .secTit2 h2 {
    padding: 0 60px !important;
    }
    
    body.soporte .letL {
    top: 0px !important;
    width: 210px !important;
    left: -110px !important;
    }
    
    body.soporte .letL2 {
    right: 60px !important;
    top: 320px !important;
    width: 120px !important;
    }
    
    body.soporte .TitAz.mt-70.mb-70 {
    margin-bottom: 50px !important;
    }
    
    body.soporte footer.pt-150.pb-150.mt-200 {
    margin-top: 100px !important;
    }
    
    body.afiliate .row .col-md-2 {
    width: 33.3333333% !important;
    margin-bottom: 30px !important;
    }
    
    body.afiliate .row .col-md-2 img {
    width: 90px !important;
    }
    
    body.afiliate .pltCon .row .col-md-2 p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-top: 20px !important;
    }
    
    body.afiliate .pltCon .row.mt-60 {
    margin-top: 0px !important;
    }
    
    body.afiliate .pltCon p.pens {
    font-size: 20px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
    }
    
    body.afiliate .contFLUD .row.mt-100 {
    margin-top: 40px !important;
    }
    
    body.afiliate .contFLUD .row.pt-150 {
    padding-top: 70px !important;
    }
    
    body.afiliate footer.pt-150 {
    margin-top: 60px !important;
    }
    
    body.afiliate .bxWhite1 {
    border-radius: 16px !important;
    padding: 50px 30px !important;
    width: 95% !important;
    }
    
    body.afiliate .secTit2 .col-md-6.pt-80 {
    padding-top: 0px !important;
    }
    
    body.afiliate .secTit2 h2 {
    text-align: center !important;
    margin-bottom: 20px !important;
    padding: 0 20px !important;
    }
    
    body.afiliate .afi1 {
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    padding: 0 40px 0 40px !important;
    }
    
    body.afiliate .let4 {
    top: 200px !important;
    width: 120px !important;
    left: -80px !important;
    }
    
    body.afiliate .secTit2 {
    padding: 160px 0 100px 0 !important;
    }
    
    body.afiliate .let4af {
    position: absolute !important;
    left: 0 !important;
    bottom: -320px !important;
    }
    
    body.afiliate .let4af2 {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    }
    
    .fixedIc1 {
    right: 10px !important;
    bottom: -20px !important;
    }

    
}


body.poliPriv .post-excerpt h2 {
    font-size: 26px;
}

body.poliPriv .post-excerpt h3 {
    font-size: 22px;
}

body.poliPriv .post-excerpt h4 {
    font-size: 19px;
}

.post-excerpt {
    margin-top: 40px;
}

body.poliPriv .secTit2 {
    padding: 180px 0 40px 0;
}


.items3 {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}

.items3 .slick-slide img {
    width: 100%;
    margin: 0 auto;
}

.items3 .card {
    box-shadow: unset !important;
}

.items3 .slick-prev:before, .items3 .slick-next:before {
    color: #ffb700;
    font-size: 30px;
}

.items3 .slick-next {
    right: -40px;
}

.items3 .slick-prev {
    left: -40px;
}

body .items3 .slick-dots {
    bottom: 30px;
}

.seg1 {
    background-color: #ffb700;
    display: inline;
    padding: 13px 20px 12px 20px;
    border-radius: 4px;
    color: white;
}

.venTit.fs40 {
    font-size: 40px;
    line-height: 30px;
}

.descAppBtn {
    background-color: #2f54fb;
    color: white;
    padding: 13px 20px 10px 20px;
    border-radius: 10px;
    font-size: 22px;
}

.descAppBtn.amar1 {
    background-color: #ffb700;
    color: white;
}

.descAppBtn:hover {
    color: white !important;
}

.pltCon.sectBenefBtc {
    background-color: #2f54fb;
    border-radius: unset !important;
}

.pltCon.sectBenefBtc h4 {
    color: white;
}

.benefBtc h5 {
    color: white;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.benefBtc p {
    font-size: 21px;
    line-height: 25px;
    color: white;
}

.pltCon.sectBenefBtc i {
    font-size: 63px;
    color: #ffb700;
    margin-bottom: 10px;
}


/*5 Columnas*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}

body.como-vender.btcusdt .template-demo p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 20px;
}

body.como-vender.btcusdt p.cust-profession {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

body.como-vender.btcusdt .profile-pic {
    width: 140px;
}

body.como-vender.btcusdt .profile {
    margin-top: 30px;
    margin-left: 100px;
}

body.como-vender.btcusdt .pltCon.act3 {
    background-color: #2f54fb;
}

body.como-vender.btcusdt .pltCon.act3 h4, body.como-vender.btcusdt .pltCon.act3 p, body.como-vender.btcusdt .pltCon.act3 ul li p {
    color: white;
}

.qrsDsc {
    width: 80%;
    margin: 0 auto;
}

.li2x span {
    color: #ffb700;
}

body.como-vender.btcusdt .pltCon.act3 ul {
    list-style: none;
    padding-left: 0;
}

body.como-vender.btcusdt .pltCon.act3 ul li {
    margin-bottom: 10px;
}

body.como-vender.btcusdt .oportTn {
    border-radius: 0 !important;
    background-color: #2f54fb;
}

body.como-vender.btcusdt .oportTn .venTit {
    color: white;
}

body.como-vender.btcusdt .oportTn .li2x p {
    color: white;
}

body.como-vender.btcusdt .oportTn .li2x {
    list-style-image: url(../images/dots2.png);
}

body.como-vender.btcusdt footer {
    border-top: unset !important;
}

img.bxx2 {
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 48%);
}


@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}