@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
}

.contacto {
    min-height: 75vh;
}

header {
    background-color: #fff;
    border-bottom: rgb(232, 232, 232) 0px solid;
    height: 70px;
}

header a {
    text-decoration: none;
    border: 0px;
    color: rgb(64, 64, 64) !important;
    text-transform: uppercase;
}

a:hover {
    color: #888 !important
}

.logo {
    width: 120px;
}

header i {
    font-size: 18px;
    margin: 0 5px;
    color: #2b2b2b;

}

header i:hover, footer i:hover {
    color: #ff3399;
}

nav {
    background: transparent !important;
}

footer a {
    color: rgb(255, 220, 252);
    font-size: 18px;
    padding: 0px 4px;
    border: 0px;
    text-decoration: none;
}

#wrapper {
    width: 100%;
}

footer {
    color: #ffffff;
    z-index: 9999999 !important;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

html {
    position: relative;
}

body {
    margin: 0;
}

a{
    text-decoration: none
}

select {
    height: 35px;
    min-width: 130px;
    padding-left: 10px;
    color: #333;
    border: 1px solid #8f8f8f;
    width: auto;
    border-radius: 24px;
}

option {
    height: 140px !important;
}

.titulo-sec {
    color: #444;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    margin-top: 20px;
}

#destacados {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-top: rgb(255, 152, 229) 3px solid;
}

.producto {
    background-color: #fff;
    padding-bottom: 20px;
    max-width: 350px;
    margin-left: 20px;
}

del {
    font-size: 14px !important;
}

.promo {
    width: 80px;
    height: 75px;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    background-color: #d30069;
    color: wheat;
    font-size: 15px;
    text-align: center;
    padding: 12px;
}

.promoEfectivo {
    border: 1px dotted rgb(184, 0, 101);
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    color: rgb(134, 0, 0);
    margin: 0 20px;
}

.promoEfectivo span {
    color: rgb(199, 0, 0);

}

.cajaImg {
    background-size: 100% !important;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    max-width: 180px
}

.cajaImg:hover {
    background-size: 110% !important;

}

.titulo {
    font-size: 18px;
    color: rgb(96, 68, 90);
    text-transform: uppercase;
    font-weight: bold;
}

.descripcion {
    font-size: 14px;
    line-height: 25px;
    color: #777
}

.boton {
    background-color: #444;
    color: #fff !important;
    padding: 7px 15px;
    border: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.boton:hover {
    background-color: #777;

}

html, body {
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    background-color: #fff;
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

nav ul {
    list-style: none;
    display: flex;
    margin-right: 30px;
    margin-top: 30px;
}

nav ul li:not(:last-child) {
    margin-right: 50px;
}

nav ul li a {
    text-decoration: none;
}

.nav-link {
    color: #111;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;


}

.nav-link:hover {
    color: #aaa !important;

}


div#content-images-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 2s linear 1s;
    background-color: #111;

}

div.image-slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}


h1#slider-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15em;
    background: linear-gradient(0deg, rgba(166, 166, 166, 1) 0%, rgba(155, 155, 155, 1) 32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    opacity: 0.2;
}

section#content {
    width: 100%;
    height: 200px;
    background-color: #000;
}

div.text-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: .9;
    z-index: 1
}

section#slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;

    background-size: 100%;
    height: 90vh;
}

.sliderI {
    background-color: #000;
    background-image: url('../img/4.jpg');
    background-position: 0px -20px !important;
    opacity: 1;
    height: 100% !important;
}

.sliderN {

    opacity: 0;
    height: 100% !important;
}

.sliderO {
    opacity: 0;
    animation-name: sliderAnima;
    animation-duration: 1s;
}

.slider2 {
    background-image: url('../img/4b.png');
    background-position: 0px 120px !important;
    animation-name: sliderAnima3;
    animation-duration: 3s;
    background-size: 40% !important;
    opacity: 0.8;
    z-index: 999;
    top: -240px !important;
}

@keyframes sliderAnima {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sliderAnima2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1 !important;
    }
}

@keyframes sliderAnima3 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.8;
    }
}


div.image-slider2 {
    position: absolute;
    top: 100px;
    left: 940px !important;
    width: 28%;
    height: 450px;
    background-repeat: no-repeat;
}

.est {
    background-image: url('../img/2.png');
    background-size: 350px !important;
    z-index: 4;
    opacity: 0;
    z-index: 9999;
}

.estC {
    background-image: url('../img/2.png');
    background-size: 100% !important;
    animation-name: sliderAnima2;
    animation-duration: 1s;
    opacity: 1;
    margin-top: 30px;
}

.estA {
    background-image: url('../img/0.png');
    background-size: 100% !important;
    margin-top: -20px;

}

.estAv {
    background-image: url('../img/1.png');
    background-size: 100% !important;

}

.lenteS {
    background-image: url('');
    background-size: 100% !important;
    position: relative !important;
    top: 220px !important;
    left: 300px !important;
    ;

}

.lente {
    background-image: url('../img/clubMaster1.png') !important;
    background-size: 100% !important;
    position: relative !important;
    top: 130px !important;
    z-index: 99999;
    left: 300px !important;
    ;

}

.lente1 {
    background-image: url('../img/clubMaster.png') !important;
    background-size: 100% !important;
    width: 30% !important;
    position: relative !important;
    top: 110px !important;
    z-index: 99999;
    left: 260px !important;
    ;

}

.notas {
    opacity: 0;
}

.notasOn {
    animation-name: sliderAnima2;
    animation-duration: 3s;
    opacity: 1;
    top: 100px !important;
}

#merivideo2 {
    width: 100%;
    opacity: 1;
    top: 50px !important;

}

.texto {
    position: relative;
    z-index: 999999;
    opacity: 0;
    color: #fff;
    font-size: 30px;
    top: -400px !important;
    background: rgba(155, 155, 155, 0.0);
    padding: 60px 60px;
    width: 800px;
}

.texto h2 {
    font-size: 36px !important;
    font-weight: bold;
}

.texto p {
    font-size: 28px;
}

.texto a {
    color: rgb(255, 152, 229) !important;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 26px;

}

.text-yellow {
    color: #a7a59a !important
}

.texto a:hover {
    color: #ddd !important
}

.textoON {
    animation-name: sliderAnima2;
    animation-duration: 1s;
    opacity: 1;
}

.product-cat {
    padding: 20px;
    text-transform: center;
    margin: 0 auto;
    border-radius: 4px;
    max-width: 250px;

}

.product-cat:hover {
    box-shadow: 0px 2px 5px 2px rgba(120, 120, 120, 0.2);

}


.filtrar select {
    border-radius: 24px;
    max-height: 30px;
    min-height: 30px;
    width: auto;
    height: auto;
    border: 0px;
}

.filtrar {
    padding: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    height: 55px;
    margin-bottom: 20px !important;
    background-color: #222;
    color: #fff;
}

.colores {
    position: relative;
    margin-bottom: 20px;
    height: 20px;
}

.coloresInt {
    position: relative;
    margin-bottom: 20px;
}

.productoInterno i {
    color: #640032;
}

.opColorFiltro {
    width: 30px !important;
    height: 30px !important;
    display: inline;
    border: 0px !important;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin: 0px 3px;

}

.opColorFiltroI {
    width: 30px !important;
    height: 30px !important;
    display: inline;
    border: 0px !important;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin: 0px 3px;

}


.opColorFiltroSVG {
    width: 23px !important;
    height: 23px !important;

    display: inline;
    margin-left: 6px !important;
    border: 0px !important;
    position: relative;
    cursor: pointer;

}

.opColorProducto {
    max-width: 18px !important;
    max-height: 18px !important;
    -webkit-border-radius: 360px !important;
    -moz-border-radius: 360px !important;
    border-radius: 360px !important;
    border: 0px !important;
    position: relative;
    padding: 0px !important;
    margin-left: 5px !important;
    cursor: pointer;
}

.opColorProducto:hover, .opColorFiltro:hover {
    opacity: 1;
}

.btn-info {
    background-color: #444;
    color: #fff !important;
    padding: 10px 15px;
    border: 0px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 5px;

}

.btn-buy {
    background-color: #22a4d8;
    color: #fff !important;
    padding: 10px 15px;
    border: 0px;
    height: 40px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}

.btn-buy img {
    width: 21px;
}

.mercadoPago img {
    width: 120px;
}

.mercadoPago {
    font-size: 14px;
}

.btn-info:hover, .btn-buy:hover {
    background-color: #777;
}

.bg-white {
    color: #fff;
    background-color: #fff;
    border: 1px solid #555 !important
}

.bg-pink {
    color: pink;
    background-color: pink;
}

.bg-violet {
    color: #6515ab;
    background-color: #6515ab;
}

.bg-green {
    color: #005e19;
    background-color: #005e19;
}

.bg-green-pol {
    color: #485f38;
    background-color: #485f38;
}

.bg-brown {
    color: #9e3a00;
    background-color: #9e3a00;
}

.bg-lightblue {
    color: #00bcf6;
    background-color: #00bcf6;
}

.bg-grey {
    color: #999;
    background-color: #999;
}

.bg-black {
    color: #272727 !important;
    background-color: #272727 !important;
}

.bg-pinkSVG {
    fill: pink;
    color: pink !important;
    ;
}

.bg-violetSVG {
    fill: #6515ab;
    color: #6515ab !important;
    ;
}

.bg-greenSVG {
    color: #005e19 !important;
    fill: #005e19;
}

.bg-green-polSVG {
    color: #485f38 !important;
    fill: #485f38;
}

.bg-brownSVG {
    color: #9e3a00 !important;
    fill: #9e3a00;
}

.bg-lightblueSVG {
    color: #00bcf6 !important;
    fill: #00bcf6;

}

.bg-blackSVG {
    color: #272727 !important;
    fill: #272727;
}

.bg-greySVG {
    color: #999 !important;
    fill: #999;
}

.fueraStock {
    opacity: 0.6;
    filter: grayscale(100%);

}

.fueraStockSpan {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    z-index: 9999999;
    opacity: 1;
    text-align: center;
    margin-left: 4vw;
    margin-top: -30px;

}

.opColorFiltro i {
    border: 2px dotted #cacaca;
    border-radius: 100%;
    padding: 0px 2px;
    font-size: 22px;
}

.opColorFiltro i:hover, .opColorFiltroI i:hover {
    opacity: 0.8;
}

/* Estilos normales para el icono */
.opColorFiltroI i {
    font-size: 22px;
    transition: font-size 0.3s ease;
    /* Suaviza el cambio de tamaño */
}

.coloresInt input[type="radio"]:checked+i {
   font-size: 28px;
   margin-top: -8px;
   text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.34);
   border-bottom:1px dotted rgb(215, 215, 215);
   border-radius: 120px;
   -webkit-border-radius: 120px;
   -moz-border-radius: 120px;
   -ms-border-radius: 120px;
   -o-border-radius: 120px;
   opacity:0.8;

}

.coloresInt input[type="radio"] {
    opacity: 0;

}


.colSel {
    width: 10px;
    height: 10px;
    background-color: #000 !important;
}

.minP {
    height: 130px;
    width: 130px;
    cursor: pointer;
    background-size: 120px !important;
    margin: 5px;
    border: 1px dotted rgb(215, 192, 207);
    background-color: #fff;

}

.minP:hover {
    opacity: 0.6;
}

.border {
    border: 1px solid rgb(215, 192, 207);

}

.galeria {
    border: 2px dotted #ddd;
    background-color: #fff;
    position: relative;
    z-index: 22;
    min-height: 700px;
    width: 50%;
    min-width: 300px;
}

.alt {
    height: 330px;
    position: absolute;
    z-index: 10;
    width: 50.5%;
    top: 37%;
    right: 0px;
    opacity: 1;
    float: right;
    margin: 0 !important
        /* background-color: rgb(242, 242, 242); */
}

.alt span {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(238, 238, 238);

}

.alt .inpar {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(236, 236, 236);
    font-family: arial;

}

.productoInterno {
    position: relative;
    z-index: 9
}

#lupa {
    fill: rgb(233, 103, 160);
    width: 20px;
    margin-left: 10px;
}

#lupa:hover {
    fill: rgb(110, 110, 110);

}

.cajaImgCat {
    background-size: 100% !important;
    width: 200px;
    height: 150px;
    margin-bottom: 10px;
    display: none;
    position: relative;
    margin-bottom: 0px;
    z-index: 0;
}

.cajaImgDetalle {
    background-size: 100% !important;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    display: none;
    position: absolute;

}

.cajaImgDetalle:hover {
    background-size: 110% !important;

}

.detInterna {
    width: 100%;
    position: relative;
    height: 150px;
    z-index: 0;
    margin-bottom: 260px;
}

.c1Interna {
    background-size: 100% !important;
    height: 400px;
    margin-bottom: 20px;
    position: absolute;
    width: 95% !important;
    background-size: 100%;
    z-index: 0;
}


.c1 {
    background-size: 100% !important;
    /* Asegúrate de que el tamaño de fondo sea adecuado */
    height: 130px;
    margin-bottom: 10px;
    position: relative;
    width: 85% !important;
    z-index: 0;
}

.c1 {
    width: 300px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
}

.colorSelector {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: 1px solid #ccc;
}

.selected {
    width: 200px;
    position: relative;
    top: -110px;
    display: block;
    z-index: 9999
}

.selectedInternas {
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;
    z-index: 9999
}

.remove {
    display: none;
}

#carga label {
    color: #aaa;
    margin-top: 10px;
}

#carga input {
    margin-top: 10px !important;
}

#carga select {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filtroModelo {
    border: rgb(240, 240, 240) 0px solid;
    min-width: 400px
}

.selectedFiltro {
    width: 100%;
    height: 300px;
    background-size: 100% !important;
}

.minFiltro {

    width: 100px !important;
    ;
    height: 100px !important;
    ;
    background-size: 100% !important;
    ;
    border: 1px dotted #ddd;
    cursor: pointer;
}

.minFiltro:hover {
    opacity: 0.8;
}

.descripcionFiltro {

    font-size: 14px;
    line-height: 25px;
    color: #444;
    text-align: left;
}

.f1 {
    font-size: 12px !important;
}

.f2 {
    font-size: 14px !important;
}

.f3 {
    font-size: 16px !important;
}

.text-pink {
    color: rgb(142, 27, 157) !important
}

#cruz {
    float: right;
}

#videoFiltro {
    position: absolute;
    bottom: -20px;
    z-index: 0;
    opacity: 0.3;
    height: 100px;
}

.infoFiltro {
    position: relative;
    width: 100% !important;
    z-index: 999;
}

.contVideo {
    width: 100%;
    position: relative;
    z-index: 10
}

.accesorio {
    fill: rgb(133, 0, 55) !important;
    width: 35px;
    display: inline;
    position: relative;
    top: -8px
}
.formCompra{
    padding: 40px;
    border-radius: 20px;
    width: 49%;
    border: 1px solid #e7e7e7
}
#direccion{
    width: 100%;
    padding: 0px 10px;
}
.formCompra input[type="text"], .formCompra input[type="email"], .formCompra input[type="number"] {
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 35px;
    margin: 5px 0px;
}

.formCompra input[type=radio] {
	margin: 10px 0px;

}
.formCompra_img{
    width: 160px;
    height: auto;
    border-radius: 20px;
}
.formularioComprar{
    min-height: 70vh;
}
.metodoPago{
    width: 100%;
}
.metodoPagoLabel {
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #000;
    display: inline-block;
}
.metodoPagoLabel:hover {
    background-color: #790050;
    color: #fff;
    
}

.metodoPago input[type="radio"]:checked + .metodoPagoLabel {
    background-color: #790050;
    color: #fff;
}

.metodoPago input[type="radio"] {
    display: none;
}
.metodoPago_op{
    padding: 50px 20px;
    border: 1px solid #ddd;
    width: 600px;
    text-align: center;
    margin: 0 auto;
    min-height: 40vh;
    border-radius: 20px;
}
.bg-pinkE{
    background-color: #fbedff;
}

#redireccionMovil, #redireccionMovilMP{
    display: none;
}
#btn-catalogo{
    display: none;
}
.product-cat .bi, .contacto .bi, #wrapper .float-right{
    color: rgb(255, 0, 140);
}

.product-cat .bi:hover, .contacto .bi:hover{
    color: rgb(51, 51, 51);
}
.minHeight{
    min-height: 90vh;
}

/* R E S P O N S I V E (responsive)  */

@media screen and (max-width: 780px) {
    .container {
        width: 100%;
        overflow-x: hidden;
    }

    header {
        min-height: 70px !important;
        ;
        height: auto !important;
        ;
    }

    .navbar-toggler {
        width: 40px;
        height: 35px;
        text-align: center;
        margin: 0 auto;
        margin-left: 50px;
        background-color: #f4eaf3;

    }

    .navbar-toggler-icon {
        width: 20px;
        text-align: center;
        margin: 0 auto;
        background-position: -4px 3px;
        stroke: #ffff !important;
    }

    section#slider {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #000;

        background-size: 100%;
        height: 50%;
    }

    .sliderI {
        background-color: #000;
        background-image: url('../img/4.jpg');
        background-position: -360px 0px !important;
        opacity: 1;
        height: 100% !important;
    }

    .sliderN {

        opacity: 0;
        height: 100% !important;
    }

    .sliderO {
        opacity: 0;
        animation-name: sliderAnima;
        animation-duration: 1s;
    }

    .slider2 {
        background-image: url('../img/4b.png');
        background-position: 0px 0px !important;
        animation-name: sliderAnima3;
        animation-duration: 3s;
        background-size: 60% !important;
        opacity: 0.8;
        z-index: 999;
        top: 250px !important;
    }


    div.image-slider2 {
        position: absolute;
        top: 300px;
        left: 0px !important;
        height: 250px !important;
        background-repeat: no-repeat;
    }

    .est {
        background-image: url('../img/2.png');
        background-size: 100% !important;
        z-index: 4;
        opacity: 0;
        z-index: 9999;
        top: 400px;
        position: relative;
    }

    .estC {
        background-image: url('../img/2.png');
        background-size: 100% !important;
        animation-name: sliderAnima2;
        animation-duration: 1s;
        opacity: 1;
        margin-top: 160px;
        margin-left: 40px;
        position: relative;
        width: 70% !important;
    }

    .estA {
        background-image: url('../img/0.png');
        background-size: 100% !important;
        margin-top: 160px;
        margin-left: 40px;
        position: relative;
        width: 70% !important;
    }

    .estAv {
        background-image: url('../img/1.png');
        background-size: 100% !important;
        margin-top: 160px;
        margin-left: 40px;
        position: relative;
        width: 70% !important;

    }

    .lenteS {
        background-image: url('');
        background-size: 100% !important;
        position: relative !important;
        top: 220px !important;
        left: 300px !important;
        ;

    }

    .lente {
        background-image: url('../img/clubMaster1.png') !important;
        background-size: 100% !important;
        position: relative !important;
        width: 70% !important;
        position: relative !important;
        top: 160px !important;
        z-index: 99999;
        margin-left: 60px !important;
        ;

    }

    .lente1 {
        background-image: url('../img/clubMaster.png') !important;
        background-size: 100% !important;
        width: 70% !important;
        position: relative !important;
        top: 110px !important;
        z-index: 99999;
        margin-left: 60px !important;
        ;

    }

    .notas {
        opacity: 0;
    }

    .notasOn {
        animation-name: sliderAnima2;
        animation-duration: 3s;
        opacity: 1;
        top: 180px !important;
        width: 260% !important;
    }

    .textoON {
        text-align: center;
    }

    .destacados {
        text-align: center;
    }

    .cajaImg {
        margin: 0 auto;
    }

    .producto {
        margin-bottom: 30px;
    }

    .filtrar {
        max-height: auto !important;
        height: auto !important;
    }

    .filtrar div {
        margin-bottom: 10px;
    }

    .filtrar .col-md-1 {
        margin-bottom: 20px;
    }

    .product-cat {
        max-width: 90% !important;
        text-align: center !important;
        ;
        margin: 0 auto !important;
        ;
    }

    .productoUn {
        width: 100%;
        text-align: center !important;
        ;
        margin: 0 auto !important;
        ;
        background-position: center;
    }
 

    .cajaImgCat {
        width: 100%;
        text-align: center !important;
        ;
        margin: 0 auto !important;
        ;
        background-position: center;
    }

    .c1 {
        width: 100%;
        text-align: center !important;
        ;
        margin: 0 auto !important;
        ;
        background-position: center;
        margin-bottom: 20px !important;
    }

    .minP {
        width: 80px;
        height: 80px;
        background-size: 80px !important;
    }

    .galeria .col-3 {
        margin-top: 0px;

    }

    .c1Interna {
        height: 250px;
        width: 90% !important;
        ;

    }

    .detInterna {
        margin-bottom: 100px;
    }

    .galeria {
        min-height: 300px;
    }

    .selectedInternas {
        width: 100%;
        position: absolute;
        top: 20px;
        display: block;
        z-index: 9999;
        height: 200px
    }

    .productoInterno button {
        margin-bottom: 30px;
    }

    .filtrar {
        padding-top: 30px !important;
    }

    .filtrar select {
        border-radius: 24px;
        max-height: 40px;
        width: 100%;
        border-radius: 30px;
    }

    .filtrar .d-md-flex {
        margin: 30px 0px;
    }

    .galeria {
        width: 100%;
    }

    .promoEfectivo {
        margin: 0 10px;
        border: 1px dotted rgb(184, 0, 101);
        padding: 10px;
        text-align: center;
        border-radius: 10px;
        font-size: 3.7vw;
        color: rgb(134, 0, 0);
    }

    del {
        font-size: 12px !important;
    }

    .promo {
        width: 55px;
        height: 55px;
        vertical-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 90px;
        background-color: #d30069;
        color: wheat;
        font-size: 13px;
        text-align: center;
        padding: 12px;
    }

    #precio-dinamico p {
        font-size: 4vw;
    }
     
     .formCompra {
        width: 99%;
    }
    #btn-compra-movil{
        display: block;
    }

    .redireccionMovil{
        display: block!important;
    }
    .redireccion{
        display: none!important;
    }
    .metodoPago_op{
        width: 100%;
    }
    .btn-info{
        max-width:110px
    }
}