/*
* CUSTOM CSS
*
*/
:root {
    --color-1: #3E4034;
    --color-2: #A5A69C;
    --color-3: #262621;
    --color-4: #F2F2F2;
    --color-nav: 242,242,242;
    --color-5: #8C8C8C;
    /* Color Theme Swatches in Hex 
    --color-1: #F2D4AE;
    --color-2: #A69286;
    --color-3: #593F36;
    --color-4: #735448;
    --color-5: #D9C6BF;*/
}
#formulario {
    background-color: var(--color-2);
}
.titulo {
    font-size: 3.5rem;
}
.subtitulo {
    font-size: 2rem;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index:1000;
}
.sidenav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    height: 100vh; 
    transition: transform 200ms 0s; 
    transform: translateX(0); 
    background-color: rgba(var(--color-nav));
    overflow-x: hidden;
    overflow-y: auto;
}
.sidenav-hidden {
    transform: translateX(all);
    visibility: hidden;
}
.overlay {
    display: block;
    position: fixed;
    z-index: 1500;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: black;
    transition: all .2s ease;
    opacity: 0;
    pointer-events: none;
}
.overlay-visible {
    transition: all .2s ease;
    opacity: 0.25;
    pointer-events: all;
}
#navbar {
    background-color: rgba(var(--color-nav),0.2);
}
#intro {
    background-color: var(--color-4);
}
#liquidacion {
    background-color: var(--color-2);
}
#dormitorios {
    background-color: var(--color-5);
}
#salones {
    background-color: var(--color-4);
}
#tapiceria {
    background-color: var(--color-2);
}
#colchoneria {
    background-color: var(--color-5);
}
#auxiliares {
    background-color: var(--color-4);
}
#decoracion {
    background-color: var(--color-2);
}
#contacto {
    background-color: var(--color-5);
}
#footer {
    background-color: var(--color-4);
}
#colchoneria-1 {
    background-color: var(--color-4);
}
#colchoneria-2 {
    background-color: var(--color-2);
}
#colchoneria-3 {
    background-color: var(--color-1);
}
.color-2 {
    background-color: #f7f7f7;
}
.dropdown-menu {
    background-color: rgb(var(--color-nav)) !important;
    border: none !important;
}
/* CUSTOM MEDIA QUERY */
@media (max-width: 329.98px) {
    .navbar-brand {
        max-width : 69%;
        margin-right: 0;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav-brand {
        max-width: 100%;
    }
    #custom-breadcrumb{
        padding-top: 50px;
    }
}
@media (min-width: 330px) and (max-width: 575.98px) {
    .navbar-brand {
        max-width : 75%;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav-brand {
        max-width: 100%;
    }
    #custom-breadcrumb{
        padding-top: 75px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-brand {
        max-width : 75%;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav-brand {
        max-width: 100%;
    }
    #custom-breadcrumb{
        padding-top: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-brand {
        max-width : 65%;
    }
    .sidenav {
        width: 100%;
    }
    .sidenav-brand {
        max-width: 69%;
    }
    #custom-breadcrumb{
        padding-top: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .navbar-brand {
        min-width: 15%;
        max-width: 25%;
    }
    .sidenav {
        width: 50%;
    }
    .sidenav-brand {
        max-width: 69%;
    }
    #custom-breadcrumb{
        padding-top: 100px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand {
        min-width: 20%;
        max-width: 30%;
    }
    .sidenav {
        width: 40%;
    }
    .sidenav-brand {
        max-width: 69%;
    }
    #custom-breadcrumb{
        padding-top: 100px;
    }
}

.scrolling-navbar {
    transition: background-color .5s ease-in-out,padding .5s ease-in-out;
    transition-property: background-color, padding;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

#galeria img {
    cursor: zoom-in;
}

.main-img {
    overflow: hidden !important;
}
figure:not(.main-img) {
    position: absolute;
    left: 0;
    right: 0;
}
.breadcrumb {
    background-color: white;
}

ul{
    padding: 0;
    list-style-type: none;
}
a {
    color: rgba(0,0,0,1);
    text-decoration: none;
}
a:hover {
    color: rgba(0,0,0,0.5) !important;
    cursor: pointer;
}
.sub-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid gray;
}
/*footer p {
    color: rgba(0,0,0,.5);
}*/

.carousel-item {
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: var(--color-4) !important;
}
.custom-button {
    background-color: var(--color-3);
    color: white;
}
.custom-button:hover, .custom-button:focus, .custom-button:active, .custom-button.active, .open>.dropdown-toggle.custom-button {
    color: var(--color-2) !important;
}

.form-control {
    border: 0;
    border-radius: 0;
    background-color: transparent !important;
    border-bottom: 1px solid black;
    margin: 0 0 .5rem 0;
}
#search-button {
    margin: 0.5rem;
}

#contact {
    background-color: var(--color-4);
}
.intro-img-fluid {
    height: 300px !important;
}
.custom-search {
    width: 100%;
}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}