/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 3 oct 2023, 11:42:59
    Author     : USUARIO
*/

.cat-menu-tienda{
    text-align: center;
    justify-content: center;
    display: flex;
    background: #be1e2d;
    color: white !important;
    border-radius: 15px;
}

.cat-text-tienda{
    color: white !important;
    width: fit-content !important;
}

.img-slider{
    border: 1px solid silver !important;
    margin-top: 30px !important;
}

.img-slider:hover{
    border: 1px solid #be1e2d !important;
}

.bg-shoppybox{
    background-color: #be1e2d !important;
}

.circle-restric{
    background:#be1e2d;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px !important;
}

.img-circle-restric{
    width: 60%;
    margin-top: 30px;
    -webkit-filter:brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.portfolio-item{
    height: 200px !important;
}

.whats-btn{
    font-weight: 500;
    position: fixed;
    bottom: 100px;
    left: 20px;
    background: #05cd51;
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    /*    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
    opacity: 1;
    z-index: 9900;
}
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c5bab8;
    color: #080807;
    font-family: arial;
    font-size: 18px;
    z-index: 999;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
}
.cookiesss{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c5bab8;
    color: #080807;
    font-family: arial;
    font-size: 18px;
    z-index: 999;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
}
.cookies__texto{
    font-size: 18px;
    color: #080807;
}
.cookies__boton {
    background: initial;
    border: 2px solid white;
    padding: 0.3rem;
    font-size: 0.8rem;
    color: #080807;
    width: 5rem;
    text-align: center;
    cursor: pointer;

}
.face-btn{
    font-weight: 500;
    position: fixed;
    bottom: 170px;
    left: 20px;
    background: #3b5998 !important;
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    /*    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
    opacity: 1;
    z-index: 9900;
}
.insta-btn{
    font-weight: 500;
    position: fixed;
    bottom: 30px;
    left: 20px;
    background: #FD1D1D !important;
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    /*    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
    opacity: 1;
    z-index: 9900;
}

.btn-reveal{
    border-color: #fff !important;
    color: #fff !important;
}

.btn-reveal-conocenos{
    border-color: #fff !important;
    color: #fff !important;
}
.btn-reveal-conocenos:hover{
    border-color: #ED1C24 !important;
    background-color: white !important;
    color: #ED1C24 !important;
}
.btn-shoppi{
    background-color: #dc3545 !important;
    color: white !important;
}
.href-footer:hover{
    color: white !important;
}

.is-relative{
    max-width: 100%;
    position: relative;
}
#icon-aler{
    position: absolute;
    display: none;
    bottom: .8rem;
    right: 1rem;

    user-select: none;
    cursor: pointer;
}
.href-footer:hover{
    color: white !important;
}
.value-required{
    border: 1px solid #be1e2d;
}

.value-required + span{
    color: #be1e2d !important;
    /*    display: block !important;*/
}

/*.container-login {
    overflow-y: auto;
  }
@media only screen and (max-width: 600px) {
  .container-login {
    overflow-y: hidden;
  }
}*/


@media only screen and (min-device-width : 300px) and (max-device-width : 480px) {
    .swiper-slide img {
        object-fit: contain !important;
        height: auto !important;
    }
    /*    .swiper-slide{
            height: fit-content !important;
        }*/
    .swiper{
        height: auto !important;
    }
}
