:root{
    /* Font Sizes */
    --sizeHeader: 18px;
    --sizeTitles: 30px;
    --sizeBigTitle: 5vw;
    --sizeSecondaryTitles: 18px;
    --sizeSimpleText: 13px;
    --sizeFooterText: 11px;
    --sizeHeaderFooter: 12px;
    --sizeCatalogoTitles: 26px;
    --sizeTitlesProduct: 22px;
    --sizeBreadcrumbs: 16px;
    
    /* Colors */
    --primaryColor: rgba(177,207,33,1);
    --secondaryColor: rgba(56,52,49,1);
    --thirdColor: rgba(255, 255, 255, 1);
    --navHoverColor: rgba(149,149,149,1);
    --welcomeMessage: rgba(63,63,63,1);
    --navListItems: rgba(118,118,118,1);
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,800&display=swap');
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('webfonts/BebasNeue-Regular.eot');
    src: url('webfonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/BebasNeue-Regular.woff2') format('woff2'),
        url('webfonts/BebasNeue-Regular.woff') format('woff'),
        url('webfonts/BebasNeue-Regular.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('webfonts/Gotham-Light.eot');
    src: url('webfonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Gotham-Light.woff2') format('woff2'),
        url('webfonts/Gotham-Light.woff') format('woff'),
        url('webfonts/Gotham-Light.ttf') format('ttf'),
        url('webfonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('webfonts/Gotham-Book.eot');
    src: url('webfonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Gotham-Book.woff2') format('woff2'),
        url('webfonts/Gotham-Book.woff') format('woff'),
        url('webfonts/Gotham-Book.ttf') format('ttf'),
        url('webfonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('webfonts/Gotham-Bold.eot');
    src: url('webfonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Gotham-Bold.woff2') format('woff2'),
        url('webfonts/Gotham-Bold.woff') format('woff'),
        url('webfonts/Gotham-Bold.ttf') format('ttf'),
        url('webfonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif;;
    scroll-behavior: smooth;
    padding-top: 80px;
}
/* DEFAULTS */
.upper-letters{
    text-transform: uppercase;
    
}
.upltc{
    /*font-family: 'Gotham-Bold';*/
    font-weight: 300;
    font-size: 32px;
}
.upltc span{
    font-weight: 600;
}
.bold-letters{
    font-weight: 600;
}
.big-tittle{
    font-weight: 100;
    font-size: var(--sizeBigTitle);
}
.hcenter
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.form-control{
    font-family: arial;
}
.btn-dark, .bg-dark{
    /*font-family: sans-serif;*/
}
.invisible{
    color: transparent;
}
.btn-whats-footer {
    position: fixed;
    bottom: -2px;
    right: 0;
}
.wha-ico {
    position: absolute;
    bottom: 25px;
    width: 60px;
    right: 30px;
    transform:scale(0.8);
    transition-duration: 0.4s;
}
.wha-ico:hover{
    transform:scale(1);
    transition-duration: 0.4s;
}
.main-title{
    font-size: var(--sizeTitles);
    /*font-family: 'Gotham';*/
    font-weight: 100;
}
.main-title b{
    font-weight: 500;
}
.font-leyend {
    font-size: 24px;
    /*font-family: 'Gotham-Bold';*/
    margin: 40px 0 0 0;
}
.primary-color{
    color: var(--primaryColor) !important;
}
a{
    color: inherit !important;
}
.secondary-color{
    color: var(--secondaryColor);
}
.img_ctp{
    width: 80px;
    margin: -15px auto 0 auto;
}
.third-color {
    color: var(--thirdColor);
    font-family: 'BebasNeue-Regular';
    letter-spacing: 8px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.third-color span{
    font-family: 'BebasNeue-Regular';
}
.pad-mar-0{
    padding: 0;
    margin: 0;
} 
.main-title-bld{
   /*  font-family: 'Gotham-bold';*/
    font-weight: 900;
}

.navbar-contact-section span.upper-letters a{
    display: inline-block;
}

/* HEADER */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.myImg{
    width: 100%;
    height: auto;
}
.swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #b1cf21;
    opacity: 1 !important;
    background: rgba(255,255,255,0.6) !important;
}
.swiper-pagination-bullet-active {
    background: #b1cf21 !important;
}
#navbar-count-items {
    width: 20px;
    height: 20px;
    position: absolute;
    color: white;
    background-color: #D81A1A;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    right: 18px;
    padding: 3px 0 0 0;
    top: 6px;
    /*font-family: sans-serif;*/
}
.ul-navbar-style, .li-navbar-item{
    width:100%;
    text-align: center;
    font-size: var(--sizeHeaderFooter);
    text-transform: uppercase;
    position: relative;
}

.li-navbar-item a:hover{
    color: var(--thirdColor) !important;
}
.navbar
{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
nav ul li:hover{
    background-color: var(--navHoverColor);
}

.links-nav{
    color: var(--secondaryColor);
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    position: relative;
}
.logo-sil{
    max-width: 200px;
}
.navbar-contact-section{
    font-size: var(--sizeHeaderFooter);
    margin-right: 2%;
}
.navbar-contact-section strong{
    /*font-family: Gotham-Bold; */
}
.navbar .upper-letters a{
    color: var(--secondaryColor);
}

/* SEARCH BAR */
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 30px;
    background-color: var(--primaryColor);
    border-radius: 30px;
    padding: 4px 10px 28px 10px;
}

.search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: mormal;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
    padding: 4px 10px;
    width: 100px;
    caret-color: white!important;
    transition: width 0.4s linear;
}

.search_input:hover{
    line-height: normal;
}

.searchbar:hover > .search_icon{
    background: white;
    color: black;
}

.search_icon{
    height: 25px;
    width: 25px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
}

#navbar-mobile-count-items{
    color: red;
}

/* FOOTER */

.footer{
    background-color: var(--secondaryColor);
    color: white;
    font-size: var(--sizeFooterText);
    padding: 70px 0px 0px 0px;
}

.second-footer{
    background-color: var(--thirdColor) !important;
    color: var(--secondaryColor);
}

footer ul{
    list-style-type: none;
}

footer ul li.left{
    margin-bottom: 30px;
}

footer ul li.center{
    margin-bottom: 10px;
}

footer ul li{
    margin-bottom: 5px;
}

footer ul li a {
    text-decoration: none;
    color: white;
    display: block;
    position: relative;
    /*font-family: sans-serif;*/
}

li.center a:hover, li.left a:hover{
    color:white;
}

footer ul li a:visited{
    text-decoration: none;
    color: white;
}

ul.footer-icons{
    display: flex;
}

#links-icons{
    text-decoration: none;
    color: var(--primaryColor);
}

.vr-footer-1{
    width: 1px;
    height: 22em;
    background-color: var(--thirdColor);
    position: absolute;
    margin-left: 80%;
}

a.privacy-link{
    color: var(--secondaryColor);
    display: inline-block;
}

a.privacy-link:hover{
    color: var(--secondaryColor);
}

.consola-icon{
    z-index: 9;
    margin-top: 10%;
    color: var(--secondaryColor);
    display: inline-block;
}

.footer2-image{
    margin-left: 50%;
}

.label_cart_disc{    
    text-align: center;
    z-index: 9;
    color: white;
    background-color: #b1cf21;
    padding: 4px 20px;
}
.price_disc {
    color: #C11C23;
    text-decoration: line-through;
    font-weight: 600;
}
/* MEDIA QUERIES */

/* 
  Device = Tablets, Ipads (portrait)
  Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .vr-testimonios{
        visibility: hidden;
    }
    
    .invisible{
        display: none;
    }    
    
    #btn-mobile-collapse{
        margin-right: 5%;
        margin-bottom: 10px;
    }
    
    .li-navbar-item{
        text-align: center;
    }
    
    .consola-icon{
        display: none;
    }
    
    #row-links-mobile{
        margin-top: 0 !important;
    }
    #navbar-count-items{
        display: none !important;
    }
    
    .navbar-contact-section, #search-form{
        display: none !important;
    }
    
    #canasta{
        position: absolute;
        right: 0;
        margin: 4px 28px 0 0px !important;
    }
    .custom-toggler{
        position: absolute;
        left: 15px;
    }
    .logo-sil {
        max-width: 140px;
        padding: 0 0px 15px 40px;
    }
}

/* 
  Device = Tablets, Ipads (landscape)
  Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .consola-icon{
        display: none;
    }
    
    #row-links-mobile{
        margin-top: 0 !important;
    }
    
    #canasta{
        position: absolute;
        right: 0;
        margin: 4px 28px 0 0px !important;
    }
    .custom-toggler{
        position: absolute;
        left: 15px;
    }
    .logo-sil {
        max-width: 140px;
        padding: 0 0px 15px 40px;
    }
}

/* 
  Device = Low Resolution Tablets, Mobiles (Landscape)
  Screen = B/w 481px to 767px
*/
@media (min-width: 575px) and (max-width: 768px) {
    .vr-footer-1{
        visibility: hidden;
    }
    
    .vr-testimonios{
        visibility: hidden;
    }
    
    .muebles-hr{
        visibility: hidden;
    }
    
    .vr{
        visibility: hidden;
    }
    
    .welcome-title-card{
        text-align: center;
        margin-left: 15%;
    }
    
    #muebles-row{
        padding-top: 0px !important;
        margin-top: 10% !important;
    }
    
    .muebles-image{
        height:100%;
        width: 100%;
    }
    
    #btn-conoce-mas-1{
        display: none;
    }
    
    #btn-conoce-mas-2{
        display: inline-block;
        margin-top: 10%;
        margin-left: 32%;
    }
    
    #imagen-testimonios-1{
        display: none;
    }
    
    #imagen-testimonios-2{
        display: inline-block;
        padding-top: 0px !important;
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
    
    #title-testimonios{
        margin-top: 25%;
        text-align: center;
    }
    
    #title-muebles{
        text-align: center;
    }
    
    .footer-icons{
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    
    #ul-brand{
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    
    .li-icons{
        margin-right: 5% !important;
        margin-left: 5% !important;
        padding-bottom: 10% !important;
    }
    
    .invisible{
        display: none;
    }
    
    .navbar-contact-section{
        display: none !important;
    }
    
    #search-form{
        display: none !important;
    }
    
    #btn-mobile-collapse{
        margin-top: -8%;
        margin-bottom: 5px;
    }
    
    .li-navbar-item{
        text-align: center;
    }
    
    .consola-icon{
        display: none;
    }
    
    #li-contact-mobile{
        display: inline-block!important;
    }
    #row-links-mobile{
        margin-top: 0 !important;
    }
    
    #navbar-transparent{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #navbar-count-items{
        display: none !important;
    }
    
    #canasta{
        position: absolute;
        right: 0;
        margin: 4px 28px 0 0px !important;
    }
    .custom-toggler{
        position: absolute;
        left: 15px;
    }
    .logo-sil {
        max-width: 140px;
        padding: 0 0px 15px 40px;
    }
}

/* 
  Device = Most of the Smartphones Mobiles (Portrait)
  Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 575px) {
    .vr-footer-1{
        visibility: hidden;
    }
    
    .vr-testimonios{
        visibility: hidden;
    }
    
    .muebles-hr{
        visibility: hidden;
    }
    
    .vr{
        visibility: hidden;
    }
    
    .welcome-title-card{
        text-align: center;
        margin-left: 15%;
    }
    
    #muebles-row{
        padding-top: 0px !important;
        margin-top: 10% !important;
    }
    
    .muebles-image{
        height:100%;
        width: 100%;
    }
    
    #btn-conoce-mas-1{
        display: none;
        margin: 0 auto 20px auto;
        display: block;
        width: 100%;
    }
    
    #btn-conoce-mas-2{
        display: inline-block;
        margin-top: 10%;
        margin-left: 22%;
    }
    
    #imagen-testimonios-1{
        display: none;
    }
    
    #imagen-testimonios-2{
        display: inline-block;
        padding-top: 0px !important;
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
    
    #title-testimonios{
        margin-top: 25%;
        text-align: center;
    }
    
    #title-muebles{
        text-align: center;
    }
    
    .footer-icons{
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    
    #ul-brand{
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    
    .li-icons{
        margin-right: 5% !important;
        margin-left: 5% !important;
        padding-bottom: 10% !important;
    }
    
    .invisible{
        display: none;
    }
    
    .navbar-contact-section{
        display: none !important;
    }
    
    #btn-mobile-collapse{
        margin-top: -10%;
        margin-bottom: 5px;
    }
    
    .li-navbar-item{
        text-align: center;
        padding: 5px 20px;   
    }
    
    .consola-icon{
        display: none;
    }
    
    .footer2-image{
        margin-top: 20%;
        margin-left: 10%;
    }
    .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #li-contact-mobile{
        display: inline-block!important;
    }
    #row-links-mobile{
        margin-top: 0 !important;
    }
    
    #navbar-transparent{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #canasta{
        position: absolute;
        right: 0;
        margin: 4px 28px 0 0px !important;
    }
    .custom-toggler{
        position: absolute;
        left: 15px;
    }
    .logo-sil {
        max-width: 140px;
        padding: 0 0px 15px 40px;
    }
    
    
}

.btn-dark
{
    position: relative;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: transparent;
    border: 2px solid var(--secondaryColor);
    color: white !important;
}
.btn-dark::after
{
    content: '';
    position: absolute;
    background-color: white;
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
    border-radius: 50%;
}
.btn-dark::before
{
    content: '';
    position: absolute;
    background-color: var(--secondaryColor) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -2;
    border-radius: 0;
}
.btn-dark:hover
{
    color: var(--secondaryColor) !important;
    background-color:transparent;
}
.btn-dark:hover::after
{
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.grecaptcha-badge {
    z-index: 1;
}