:root{
    --offcanvas-width: 240px;
}

body::-webkit-scrollbar{
    width: 10px;
    background-color: #ebebeb;
}

body::-webkit-scrollbar-thumb{
    background-color: #272776;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: #030A8C;
}

.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;
}
.img__slider
{
    width: 100%;
    height: 100vh;
}

/* btn whatsapp */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:30px;
    right:25px;
    background:#272776;
    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;
}

 /* 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;
}


.bg-facebook:hover,
.bg-whatsapp:hover,
.bg-telegram:hover,
.bg-linkedin:hover,
.bg-twitter:hover,
.bg-download:hover{
opacity: 0.8;
}
.carousel-item:before {
   content:'';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(0, 0, 0, 0.5);
}

.bg__menu
{
    clip-path: polygon(0 0, 100% 1%, 99% 100%, 1% 100%);
}

.logo__navbar
{
    width: 150px;
}

.menu-item{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    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: 18px;
    margin-left: 5px;
}

.menu-redes:hover{
    color: #FFFFFF;
    font-size: 19px;
    margin-left: 5px;
}

.active-menu{
    border-top: 3px solid #FFFFFF;
    color: #FFFFFF;
}

.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;
}

/* Productos */
    .cardproduct{
        overflow: hidden;
        border:1px solid #d6d6d6;
        transition: all 500ms ease-out; 
        
    }

    .alto__cardproduct
    {
        min-height: 350px; 
    }

    .tienda__cardproduct
    {
        min-height: 300px; 
    }

    .cardproduct img{
        transition: all 500ms ease-out;   
    }

    .cardproduct:hover{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border:1px solid #E74010;
        transition: all 500ms ease-out;   
    }

    .cardproduct:hover > img{
        transform: scale(1.1);
        transition: all 500ms ease-out;   
        overflow: hidden;
    }
/* 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;
}

.bg__menu__principal{
    background: rgb(39,39,118);
    background: linear-gradient(90deg, rgba(39,39,118) 0%, rgba(3,10,140,1) 100%);
    height: 81px;
    z-index: -1;
}

.menu-canvas
{
    text-decoration: none;
    color: #000000;
    border-radius: 20px;
    transition: all 500ms ease;
}

.menu-canvas:hover{
    background: #272776 !important;
    color: #FFFFFF;
    border-radius: 20px;
    transition: all 500ms ease;
}
   
.active-canvas{
    background: #272776 !important;
    color: #FFFFFF;
    border-radius: 20px;
    transition: all 500ms ease;
}

.text__chiribaya
{
    letter-spacing: 0.55em;
    word-spacing: 0.25em;
}

.icono__nosotros
{
    font-size: 100px;
    margin-bottom: 10px;
    color: #a9a7a7;
    /* border-bottom: 1px solid; */
}

.section__footer
{
    background: rgb(39,39,118);
    background: linear-gradient(90deg, rgba(39,39,118) 0%, rgba(3,10,140,1) 100%);
}

.btn__facebook,
.btn__twitter,
.btn__instagram,
.btn__linkedin,
.btn__corporativo
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:transparent;
    border-radius: 5px;
    border-color: #FFFFFF;
    width: 40px; 
    height: 40px; 
    margin-right: 10px;
}

.icono__redes{
    color: #FFFFFF;
    font-size: 25px;
}

.borde-right-primary{
border-left: none;
border-right-color: #E74010;
border-top: none;
border-bottom: none;
}

.menu__navbar{
    color: #2d2d2d;
    font-weight: bold;
    font-size: 14px;
    border-top: 3px solid transparent;
    transition: 0.5s ease;
}

.menu__navbar:hover{
    border-top: 3px solid #E74010;
    color: #E74010;
    transition: 0.5s ease;
}

.parrafo_4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.parrafo_3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.parrafo_2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card__up:hover {
    transform: scale(1.05) ;
    box-shadow: 5px 5px 15px rgba( 0, 0, 0, 0.2 ) ;
    }
.card__up{
    transition: 0.5s ease;
}

input[type="number"]{
    -moz-appearance: textfield;
    text-align: start;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (min-width:320px) and (max-width:1199px)
{
    .img__slider
    {
        width: 100%;
        height: auto;
    }

    .text__chiribaya
    {
        letter-spacing: 0.15em;
        word-spacing: 0.5em;
    }

    .borde-right-primary{
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
        }
}