    :root{
        --offcanvas-width: 240px;
    }

    input[type="number"]{
        -moz-appearance: textfield;
        text-align: start;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button{
        -webkit-appearance: none;
        margin: 0;
    }

    body::-webkit-scrollbar{
        width: 10px;
        background-color: #ebebeb;
    }

    body::-webkit-scrollbar-thumb{
        background-color: #404040;
    }

    body::-webkit-scrollbar-thumb:hover{
        background-color: #0D0D0D;
    }

    .sidebar-nav{
        width: var(--offcanvas-width) !important;
        font-size: 15px !important;
    }

    .sidebar-link{
        display: flex;
        align-items: center;
    }
    
    .sidebar-link .right-icon{
        display: inline-flex;
        transition: all ease 0.25s;
    }
    
    .sidebar-link[aria-expanded="true"] .right-icon{
        transform: rotate(180deg);
    }
      
    input:focus, select:focus, select, input.form-control:focus, select.form-select:focus{

    outline:none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    }

    .btn:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

    .carrousel__principal{
        margin-top: -148px;
        z-index: -1;
    }
    
    .video-container 
    {
      margin-top: -148px;
      height: 675px;
      width: 100%;
      overflow: hidden;
    }
    video.fillWidth {
      width: 100%;
    }

    .banner_publicidad{
        background-image: url(/images/publicidad.PNG);
        background-size: 100% 100%;
        width: 100%;
        height: 48px;
    }

    .menu__principal{
        background: rgb(13,13,13);
        background: linear-gradient(180deg, rgba(13,13,13,1) 0%, rgba(13,13,13,0) 100%);
        color: #FFFFFF;
        transition: 0.5s ease;
    }

    .menu__principal:hover{
        background-color: #0D0D0D;
        color: #FFFFFF;
        transition: 0.5s ease;
    }

    .menu-item{
        color: #FFFFFF;
        font-weight: bold;
        font-size: 15px;
        border-top: 3px solid transparent;
        transition: 0.5s ease;
    }

    .menu-item:hover{
        border-top: 3px solid #FFFFFF;
        color: #FFFFFF;
        transition: 0.5s ease;
    }

    .menu-redes{
        color: #FFFFFF;
        font-size: 19px;
        margin-left: 5px;
    }

    .menu-redes:hover{
        color: #FFFFFF;
        font-size: 19px;
        margin-left: 5px;
    }

    .active-menu{
        border-top: 3px solid #FFFFFF;
        color: #FFFFFF;
    }
    
    .menu-canvas
    {
        text-decoration: none;
        color: #0D0D0D;
        border-radius: 20px;
        transition: all 500ms ease;
    }
    
    .menu-canvas:hover{
        background: #404040 !important;
        color: #FFFFFF;
        border-radius: 20px;
        transition: all 500ms ease;
    }

    .borde-right-primary{
    border-left: none;
    border-right-color: #0D0D0D;
    border-top: none;
    border-bottom: none;
    }

    .scroll___carrito{
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    }
    
    .scroll___carrito::-webkit-scrollbar{
        background: #FFFFFF;
        width: 5px;
        border-radius: 20px;
    }
    
    .scroll___carrito::-webkit-scrollbar-thumb{
    background: #F2F2F2;
    border-radius: 3px;
    }

    .bg__transparent{
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .dropdown-item:hover{
        background-color: transparent;
        font-weight: bold;
    }

    .boton__banner{
        margin-top: -70px;
    }

    .contenido__principal{
        margin-top: 70px;
    }

    #play__banner{
        animation: pulse_01 2s ease infinite;
    }

    @keyframes pulse_01{
     0%{
         transform: scale(0.94);
         box-shadow: 0 0 0 0 rgba(47, 45, 45, 0.7)
     }
     70%{
         transform: scale(1);
         box-shadow: 0 0 0 12px rgba(255,255,255,0)
     }
     100%{
         transform: scale(0.94);
         box-shadow: 0 0 0 0 rgba(255,255,255,0)
     }
    }

    .img__producto{
        width: 100%;
        height: auto;
    }

    .valoracion___star{
        color: #FFd200;
    }

    /* Productos */
    .cardproduct{
        overflow: hidden;
        border:1px solid white;
        transition: all 500ms ease-out;  
    }

    .cardproduct img{
        transition: all 500ms ease-out;   
    }

    .cardproduct:hover{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border:1px solid #0D0D0D;
        transition: all 500ms ease-out;   
    }

    .cardproduct:hover > img{
        transform: scale(1.1);
        transition: all 500ms ease-out;   
        overflow: hidden;
    }
    
    .alto__cardproduct
    {
        min-height: 350px; 
    }
    /* Fin productos */
    
    .nav__btn
{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* transform: translateY(10px); */
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.nav__btn:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

.nav__btn::after,
.nav__btn::before{
    font-size: 20px;
    color: #FFFFFF;
}

    .parrafo_4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.parrafo_2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner__principal{
    min-height: 148px;
    margin-top: -148px;
        z-index: -1;
}

.contenedor .card .capa{
    position : absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 36, 36, 0.5);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
}

.contenedor .card:hover > .capa{
     opacity: 1;
    visibility: visible;
}

.contenedor .card .capa{
    display: flex;
    justify-content: center;
}

.contenedor .card .capa .texto{
    align-self: center;
}

.parrafo_3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
     height: 100%; 
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: auto;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 /* buttons-share */
.bg-facebook{
    background-color: #3B5998;
}

.bg-whatsapp{
background-color: #56CD52;
}

.bg-telegram{
background-color: #0088CC;
}

.bg-linkedin{
background-color: #0E76A8;
}

.bg-twitter{
background-color: #00ACEE;
}

.bg-download{
background-color: #768070;
}

.borde-bottom-primary{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #2C3A4C;
}

/* btn whatsapp */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:30px;
    right:25px;
    background:#0D0D0D;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color: #ffffff;
}



.bg-facebook:hover,
.bg-whatsapp:hover,
.bg-telegram:hover,
.bg-linkedin:hover,
.bg-twitter:hover,
.bg-download:hover{
opacity: 0.8;
}

/* .caja__comentarios .marcar__estrellas input{
display: none;
}

.marcar__estrellas label{
font-size: 30px;
color: #444;
padding: 10px;
transition: all 0.2 ease;
}

input:not(:checked) label:hover,
input:not(:checked) label:hover label{
color: #fd4;
}

input::checked label{
color: #fd4;
}

input#star-5:checked label{
color: #fe7;
text-shadow: 0 0 20px #952;
}

input:checked form{
display: block;
} */

.caja_escribir_comentarios .caja__comentarios .marcar__estrellas{
    transform: rotateY(180deg);
}
.caja_escribir_comentarios .caja__comentarios .marcar__estrellas input{
display: none;
}

.caja__comentarios .marcar__estrellas label{
    font-size: 25px;
    color: rgb(145, 145, 145);
    padding: 10px;
    cursor: pointer;
    transition: all 0.2 ease;
}


.marcar__estrellas input:checked ~ label,
.marcar__estrellas input:hover ~ label{
    color: #FFC107;
}

input#star-1:checked ~ label{
    color: #FFC107;
    text-shadow: 0 0 10px rgb(227, 196, 72);
}

.calificar__comentario input{
    display: none;
}

.scroll{
    height: 500px;
    overflow: auto;
}
.scroll::-webkit-scrollbar{
    width: 5px;
}

.scroll::-webkit-scrollbar-thumb{
    background: #0D0D0D;
    border-radius: 3px;
}

@media only screen and (min-width:320px) and (max-width:768px){

    .banner_publicidad{
        background-image: url(/images/publicidad.PNG);
        background-size: 100% 100%;
        width: 100%;
        height: 25px;
    }

    .carrousel__principal{
        margin-top: -65px;
        z-index: -1;
    }
    
    .video-container 
    {
      margin-top: -56px;
      height: auto;
      width: 100%;
      overflow: hidden;
    }
    video.fillWidth {
      width: 100%;
    }

    .boton__banner{
        margin-top: -50px;
    }

    .img__carrousel{
        height: 200px;
    }

    .banner__principal{
        min-height: 55px;
        margin-top: -55px;
            z-index: -1;
    }

}