/* 
    Created on : 3/02/2020, 07:39:28 PM
    Author     : Axel Durand www.axeldurand.com
*/
@font-face {
    font-family: 'neuropolregular';
    src: url('../fonts/neuropol-webfont.woff2') format('woff2'),
         url('../fonts/neuropol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
  --main-color: #990000;
  --alternate-color: #444444;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    color: #999;
    /*background-color: #f5f5f5;*/
}

a{
    color: var(--main-color);
}

a:hover{
    color: #000;
}

.bg-white{
    background-color: #FFF;
}

.btn{
    border-radius: 0;
}

.btn-primary{
    background: var(--main-color);
    border-color: var(--main-color);
}
.btn-primary:hover{
    background: var(--main-color);
    border-color: var(--main-color);
    opacity: .75;
}

.ptb-25{
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.display-none{
    display: none;
}

.navbar-brand{
    background: url(../img/sitio/MORASMOBI_Logo_Color.svg) no-repeat center;
    text-indent: -9999px;
    width: 300px;
}

.pre-header{
    background: #FFF;
}

.pre-header ul{
    float: right;
    margin: 0;
}

.pre-header ul li a{
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 5px;
    margin: 0 auto;
}

.pre-header ul li a.active{
    color: #fff;
    background: var(--alternate-color);
    border: 1px solid #000;
    border-color: var(--alternate-color);

}

.navbar{
    background: #FFF;
    padding-bottom: 15px;
    margin-bottom: 0;
    box-shadow: 0 2.3rem 1.8rem -1.8rem rgba(51,61,40,.2);
}

.navbar-nav>li>a{
    color: var(--alternate-color);
    font-family: 'neuropolregular';
}

@media (max-width: 992px){
    .navbar-brand{
        width: 200px;
    }
    .navbar-toggle{
        border-color: var(--color-I);
        color: var(--color-I);
    }
    .navbar-toggle .icon-bar{
        background: #000;
    }
}

.footer{
    background: #fff;
    padding: 100px 0;
    font-size: 1rem;
    box-shadow: 0 -2.3rem 1.8rem -1.8rem rgba(51,61,40,.2);
}

.footer h4{
    font-family: 'neuropolregular';
    font-size: 1rem;
}

.logo-footer{
    display: block;
    background: url(../img/sitio/MORASMOBI_Logo_Color.svg) no-repeat center;
    text-indent: -9999px;
    width: 80%;
    height: 70px;
}

@media (max-width: 992px){
    .footer{
        text-align: center;
        padding-top: 50px;
    }
    .logo-footer{
        margin: 0 auto;
    }
}

.footer-quote{
    height: 240px;
    background: url(../img/sitio/wood.jpg);
    background-size: cover;
    text-align: center;
    margin-top: 100px;
}

.center-y {
    display: table;
    width: 100%;
    height: 100%;
}

.center-y-inner {
    display: table-cell;
    vertical-align: middle;
}

.footer-quote .quote {
    font-size: 2em;
    line-height: 1.28571em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    max-width: 690px;
    margin: 0 auto;
    letter-spacing: 1px;
    border: none;
    
}

.footer-quote .cite {
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    padding: 0 37px;
    position: relative;
    letter-spacing: 1px;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 10px;
}

.footer-quote .cite:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.footer-quote .cite:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.copyright{
    background: var(--alternate-color);
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
}

@media (max-width: 992px){
    .copyright{
        text-align: center;
    }    
}

.decor{
    position: relative;
    font-family: 'neuropolregular';
    margin:0 auto 50px;
    text-indent: 28px;
    color: var(--alternate-color);
}

.decor:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 8px;
    height: 60px;
    background: var(--alternate-color);
}

h4.decor{
    margin-bottom: 25px;
    text-indent: 14px;
}
h4.decor:before{
    width: 4px;
    height: 30px;
}

.aside-catalogo{
    margin: 20px 0 0;
}

.aside-catalogo ul li a{
    display: block;
    padding: 14px;
    font-family: 'neuropolregular';
}

.aside-catalogo ul li a:hover{
    background: #FFF;
    text-decoration: none;
}

.producto-preview{
    position: relative;
    display: block;
    margin: 25px auto;
}

.producto-preview figure{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.producto-preview figure img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
 
.producto-preview .caption{
    position: absolute;
    bottom: 0;
    border-left: solid 4px #444;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 15px;
    background: rgba(255,255,255,.75);
    width: 100%;
    box-sizing: border-box;
}

.producto-preview .caption:before{
    content: '';
    width: 0px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #444;
    transition-duration: 600ms;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.producto-preview .caption:hover:before{
    z-index: 10;
    width: 100%;
    transition-duration: 600ms;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.producto-preview .caption span{
text-transform: uppercase;
    position: relative;
    z-index: 11;
    color: #666;
    transition-duration: 600ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.producto-preview .caption:hover span{
    position: relative;
    z-index: 11;
    color: #fff;
    transition-duration: 300ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.fancybox{
    position: relative;
    display: block;
}

.fancybox span{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    font-size: 52px;
    z-index: 12;    
}

.fancybox:before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--alternate-color);
    opacity: 0;
    z-index: 10;
    transition: opacity 300ms;
    transition-timing-function:cubic-bezier(0.55, 0.01, 0.11, 0.99)
}

.fancybox:hover:before{
    opacity: 0.5;
    transition: opacity 300ms;
    transition-timing-function:cubic-bezier(0.55, 0.01, 0.11, 0.99)
}

.fancybox:hover span{
    opacity: 1;
}

.fancy-list{
    text-align: center;
}
.fancy-list li{
    float: none;
    padding: 0;
    margin: 0 auto;
}

.fancy-thumb{
    position: relative;
    display: inline-block;
    width: 135px;
    height: 135px;
    text-align: center;
    /*background: #f3f3f3;*/
}

.fancy-thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.colBtnBack{
    margin: 0 0 20px;
}

.colBtnBack a {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    color: #2e2e2e;
    transition: all .1s ease;
}

.colBtnBack a:hover {
    text-decoration: none;
}

.list-redes{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.list-redes li{
    display: inline-block;
}

.list-redes li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--alternate-color);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 0;
    transition-duration: 300ms;
    transition-property: background;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.list-redes li a:hover{
    background: var(--main-color);
    color: #fff;
    transition-duration: 300ms;
    transition-property: background;
    transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
}

.miettes{
    background-color: var(--main-color);
    color: #FFF;
    padding: 10px 0;
}

.miettes h1{
    font-size: 18px;
    margin: 0;
    font-family: 'neuropolregular';
}

.miettes ul{
    float: right;
    margin:0;
}

.miettes ul li,
.miettes ul li a{
    color: #FFF;
    font-size: 12px;
}

.carousel-control{      
    background: none!important;
    opacity: 1;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
}

.carousel-control span{
    position: absolute;
    background: var(--alternate-color);
    text-shadow:none;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    opacity: 1;
    top:50%;
    transform: translateY(-50%);
}

.carousel-control.left{
    left: -25px;
}

.carousel-control.right{
    right: 25px;
}


.producto .carousel,
.producto .carousel .item{
    height: 400px;
}

.producto .decor{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.producto .rayado{
    text-decoration: line-through;
}
.producto .precio{
    margin: 0;
}

.btn-material{
    display: inline-block;
    margin: 0 10px 30px 0;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
}
.btn-material span{
    font-size: 1em;
    color: #fff;
}

.btn-wsp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: none;
    border: none;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 0;
    z-index: 100;
}

@media all and (max-width: 500px) {

    .btn-wsp{
        position: fixed;
        bottom: 10px;
        right: 10px;
       width: 60px;
        height: 60px;
    }
}