/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face{font-family:montserratbold;src:url(../fonts/monserrat/montserrat-bold-webfont.eot?#iefix) format(embedded-opentype), url(../fonts/monserrat/montserrat-bold-webfont.woff) format(woff), url(../fonts/monserrat/montserrat-bold-webfont.ttf) format(truetype), url(../fonts/monserrat/montserrat-bold-webfont.svg#montserratbold) format(svg);font-weight:400;font-style:normal;}
@font-face{font-family:julius_sans_oneregular;font-style:normal;font-weight:400;src:url(../fonts/julius/juliussansone-regular-webfont.eot?#iefix) format(embedded-opentype), url(../fonts/julius/juliussansone-regular-webfont.woff) format(woff), url(../fonts/julius/juliussansone-regular-webfont.ttf) format(truetype), url(../fonts/julius/juliussansone-regular-webfont.svg#julius_sans_oneregular) format(svg);}
body {
    background-attachment: fixed;
    background: url(../img/fondo1.jpg)no-repeat fixed 0px 0px / 100% auto transparent;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    color: #595959;
    font-family: Arial, Helvetica,sans-serif;
}

a{
    color:#595959;
}

a:hover{
    text-decoration: none;
}

ul{
    list-style: none;
}

.slide-image {
    width: 100%;
}

footer h5{
    font-weight: bold;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.caption h4 {
    white-space: nowrap;
}

.desc{
    background: #a75826;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.tag{
    background: #cecece;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.price{
    font-size: 20px;
    font-weight: normal;
    color: #464646;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail{
    border: none;
    font-style: initial;
    padding: 0px 10px;
}
.shadow-1{
    box-shadow: 0px 6px 6px 3px #333;
}
#header {
    background-image: url(../img/portada.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 325px;
    padding-top: 5px;
    padding-bottom: 200px;
    text-shadow: 0 1px 1px #fff;
    width: 100%;
}

.navbar-default{
    background-color: none;
    border: none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    background-color: #50cc3c;
    border-color: #50CC3C;
    color: #fff;
}

.navbar-default .navbar-nav > li > a{
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.navbar-default li{
    font-size: 12px;
    background-color: #045fb4;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
}
.btn-success {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}
.btn-success:hover {
    color: #595959;
    background-color: #fff;
    border-color: #595959;
}
.btn-success:focus, .btn-success:active:focus {
    color: #e6b201;
    background-color: transparent;
    border-color: #e6b201;
}
.btn-info {
    color: #fff;
    background-color: #50cc3c;
    border-color: #CCC;
}
.btn-info:hover {
    color: #a75826;
    background-color: #fff;
    border-color: #a75826;
}

.btn-info:focus, .btn-info:active:focus {
    color: #a75826;
    background-color: transparent;
    border-color: #50cc3c;
}
#login-register-label{
    background-color: #e6b201;
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}
#banner_madera{
    background-image: url(../img/madera2.png);
}
.carousel-control.right {
    background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
}
.pagination > li > a, .pagination > li > span {
    color: #595959;
}
.mini_producto_view .block-a .block-a h4{font-size: 15px;}
.mini_producto_view .block-b{width: 100%;display: inline-block;}
.mini_producto_view .block-b .block-a{width: 55%;float:left;}
.mini_producto_view .block-b .block-a p{text-align: center;}
.mini_producto_view .block-b .block-b{width: 44%;float:left;}
.mini_producto_view .block-b .block-b img{width: 100%;height: auto;}

#footer{
    background: transparent url("../img/footer-bg.png") no-repeat scroll center top;
    color: #FFF;
    height: 230px;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0px 1px 1px #000;
    width: 100%;
}
#links_footer a{
    color: #FFF;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    background-color: #999;
    border-color: #50CC3C;
    text-decoration: none;
    color: #fff;
}

.navbar-default .navbar-nav > li > a{
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.navbar-default li{
    font-size: 12px;
    background-color: #595959;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;   
}
.navbar-default ul li:first-of-type{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.navbar-default ul li:last-of-type{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#ubicaciones .nav .current a{
    font-weight: bold;
    color:#ffffff;
}
#ubicaciones div:first-child{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.current a{
    color: #fff !important;
}
#links_footer li a:hover{color: #595959;}
.nav-test{
    padding-left: 0px;
    display:flex;
    flex-direction: row;
}
.nav-test li{
    padding: 10px 0px;
    flex-grow: 2;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}
.nav-test li:hover{
    background-color: #e6b201;
}
.nav-test a{
    color: #fff;
}
.box_flex_parent{
    display:flex;
    flex-direction: column;
}
.box_flex_child{
    text-align: center;
    border:1px solid #ddd;
    height: 60px;
}
.wrap_article{
    background-color: #e6b201 !important;
}
.wrap_article h4{
    color: #f0f0f0 !important;
}
.flex_parent{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.flex_child{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.compact{padding-left: 0px;padding-right: 0px;}
.form_callcenter {border: 1px solid #d4d4d4;border-radius: 5px;padding: 0px 20px;}
.form_callcenter .page_logo{margin:10px auto;border:none;padding : 0px;}
.form_callcenter .title_form{font-weight: bold;color: #555;text-align:center;font-size: 18px;padding: 10px}
.form_callcenter label{font-size: 15px;font-weight: bold;text-align: left !important;/*! width: 81px; *//*! border: 1px solid; */}
.form_callcenter ul{list-style-type: none;width: 400px;margin: 0 auto;border:1px solid #ddd}
.form_callcenter li{margin: 0px;overflow: hidden;padding: 15px 8px;vertical-align: middle;}
.form_callcenter input,.form_callcenter textarea{width: 320px;border-radius: 5px;margin-left:20px}
.form_callcenter textarea{height: 90px;}
.form_callcenter button[name='enviar']{margin-left: 20px;}
.modal-header{background-color: #e6b201;color:#fff;font-weight: bold;}
.modal-header button {color: #f0f0f0;opacity: 1;}
.page_logo {
    background-image: url(../img/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 115px 75px;
    height: 75px;
}
.widget{
    margin: 10px 0px;
}
.widget h3{
    font-size: 18px;
    font-weight: bold;
}
#principal{
    background-color: #fff;
}
#login{
    background-color:#595959;
    width: 100%;
    height: 25px;
}
#login span{
    font-weight: bold;
}
#login ul{display: flex;justify-content: flex-end;padding-right: 10px;}
.lista1 {width: 100% !important;} 
.lista1 li:hover { background: #ff5c0f !important;}
.lista1 li:hover a{ color: #fff !important;}
.lista1 li a{ color: #0161bf !important; }
.blog-post {
    background-color: #f0f0f0;
    padding: 0px 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0px 10px;
}
.blog-post iframe{max-width: 100%;}
@media only screen 
and (max-width : 480px) {
    body{
        background: #fff !important;
    }
    footer div:first-of-type{
        width: 100% !important;
        padding: 0px !important;
    }
    footer .footer-top{
        flex-direction: column !important;
        justify-items: center;
        text-align: center;
        height: 250px !important;
    }
    #principal img, #header{
        margin: 0 10%;
        height: auto !important;
    }
    #principal h1,h2,h3,h3,span{
        font-size: 16px !important;
    }
    #principal table{
        width: 100% !important;
        border-collapse: collapse !important;
    }
    .nav-test{
        flex-direction: column;
        width: 100% !important;
    }
    .nav-test li{
        border-radius: 0px !important;
    }
    #login{
        height: 46px !important;
    }
    .container, .col-md-12{
        padding: 0px;
    }
    .row_wrap_article{
        flex-direction: column
    }
}