@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700');

body {
    background-color: #f6f6f6;
    font-family: 'Lato', sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

h2 {
    color: #3a3939;
}

a {
    color: #3c3b3b;
}

.panel-title>a.txt-titulo-ref{
	color: #80ba27;
	text-decoration: none;
}

.panel-default>.panel-heading.bg-panel{
	background-color: #fff;
}

.panel-group .panel.pnl-borde{
	border-radius: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}

.navbar {
    border-radius: 0px;
}
.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
    color: #fff;
    background-color: #80ba27;
    border-color: #80ba27;
}
hr {
    border-top-color: #606060;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* light navbar */

.light-navbar{
    background-color: rgba(255,255,255,0.85); /*Translucent = (0,0,0,0.5)*/ 
    height: 60px;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
    border-bottom: 2px solid #80ba27 !important;
}



.header .navbar-main.light-navbar .menu li a{
    color: #3c3b3b;
}

.header .navbar-main.light-navbar .menu li a.cart{
    color: #80ba27 !important;
}

/***********************************************************************
*  OPAQUE NAVBAR SECTION
***********************************************************************/
.opaque-navbar {
    /*background-color: #0e0e0e;*/
    background-color: rgba(0,0,0,0.8); /*Translucent = (0,0,0,0.5)*/ 
    height: 60px;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    /*background-color: #e0dfdf;*/
    background-color: #1f1f1f;
    height: 60px;
    transition: background-color .5s ease 0s;
    color: #fff;
}

/* .opaque-navbar.opaque .menu {
    background-color: transparent !important;
} */

.opaque-navbar.opaque .premenu li a {
    color: #ffffff !important;
}

.opaque-navbar.opaque .menu li a {
    color: #ffffff !important;
}

.opaque-navbar.opaque .menu li .cart {
    border-color: #3a3939 !important;
}

.opaque-navbar.opaque .menu li .cart .cart_items .badge-primary {
    color: #80ba27 !important;
}
.opaque-navbar.opaque .menu li .cart .fa{
    color: #80ba27 !important;
}

.header .navbar-main {
    margin-bottom: 0px;
    border: 0px;
    /*background-color: #0e0e0e;*/
}

.header .navbar-main .navbar-toggle .icon-bar {
    background-color: #666;
}

.header .navbar-main .navbar-header .navbar-brand {
    padding: 5px 0 0 0;
    margin: 0;
    min-height: 50px;
}

.header .navbar-main .navbar-header .navbar-brand .brand {
    max-height: 43px;
    /*margin-top: 16px;*/
    padding-left: 15px;
}

.header .navbar-main .navbar-collapse {
    border-top: 0px !important;
}

/**
titulo-destacado
 */
.main .titulo-destacado {
    color: #505050;

    font-size: 40px;

}

.main .titulo-destacado span {
    color: #57ccbc;

}

/**
PREMENU
 */
.header .navbar-main .premenu {
    background-color: #303030;
    margin-top: 0px;
    margin-bottom: 0px;
}

.collapse.in .header .navbar-main .premenu li a {
    color: #ffffff !important;
}

.header .navbar-main .premenu li a {
    /*color: #ffffff;*/
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;

    padding-bottom: 15px;
    padding-top: 11px;
    letter-spacing: 1px;
    text-align: center;

}

.header .navbar-main .premenu li a:hover,
.header .navbar-main .premenu li a:focus,
.header .navbar-main .premenu li a:active {
    /*color: #80ba27;*/
    color: #80ba27;
    background-color: transparent;
}

/**
MENU
 */
.header .navbar-main .menu {
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
    margin-bottom: 0px;
}

.header .navbar-main .menu li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

}

.header .navbar-main .menu li a {
    padding: 10px 10px;
    line-height: 39px;
    /*margin: 0;*/
}

.header .navbar-main .menu li:nth-child(6) a {
    padding-right: 0px;
}

.header .navbar-main .menu li .cart {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    font-size: 28px;
    color:#80ba27;
}
.header .navbar-main .menu li .cart i{
    margin-right: -7px;
}
.header .navbar-main .menu li .cart .cart_items{
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border: 2px solid #80ba27;
}
.header .navbar-main .menu li .cart .cart_items .badge-primary {
    font-size: 14px;
    background-color: transparent;
    color:#80ba27;
}

.header .navbar-main .menu li:nth-child(7) a:hover,
.header .navbar-main .menu li:nth-child(7) a:focus {
    background-color: transparent;

}

.header .navbar-main .menu li:nth-child(7) a {
    position: relative;
}

.header .navbar-main .menu li:nth-child(7) a .fa {
    font-size: 28px;
}

.header .navbar-main .menu li:nth-child(7) a .cart_items {
    position: absolute;
    top: 3px;
    right: 10px
}

.header .navbar-main .menu li:nth-child(7) a .cart_items .badge-primary {
    background-color: transparent !important;
}


.header .navbar-main .menu li:nth-child(7) a .fa {
    color: #5f5f5f;
}

.main {
    /*margin-bottom: 21px;
    margin-top: 140px;*/
        margin-top: 25px;
}

.main h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 40px 0 0;

    /*display: flex;
    justify-content: center;
    align-items: center;
    color: #303030;*/
}

.main h2 img {
    margin-right: 10px;
}

.main .row p {
    margin-top: 8px;
    font-size: 18px;
    color: #606060;
    font-family: Georgia;
    font-style: italic;
    
}

footer {
    border-top: 8px solid #80ba27;
    background-color: #181818;

    padding-top: 15px;
    margin-bottom: 0;
}

footer .col-line-left-right {
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    padding: 10px 0 20px;
}

footer .brand-footer {
    max-width: 159px;
    max-height: 78px;
}

/*footer .brand-footer img {
    max-height: 75px;
    margin: 0px auto 40px;
}*/

footer .brand-img-footer {
    max-height: 120px;
    margin: auto !important;
}

footer h4 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

footer .a__links a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

footer .a__links a:hover {
    color: #80ba27;
}

footer .a__links div {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

footer .a__links i {
    padding-right: 10px;
}

.footer-sociales ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.footer-sociales ul li a {
    line-height: 31px;
    width: 31px;
    border: 1px solid #5f5f5f;
    padding: 7px 7px;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5f5f5f;
    font-size: 18px;
}

.footer-sociales ul li a:hover {
    border-color: #5f5f5f;
    color: #5f5f5f;
    text-decoration: none;
}

.copyright_by {
    color: #494949;
    font-size: 12px;
    font-weight: 300;

}

.copyright_by .container .cp-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    text-align: center;
}

.copyright_by a {
    color: #ffffff;
}

.content_breadcrumb {
    background: url("../img/background_productos_market.jpg") center center no-repeat;
    /*background-color: #525252;*/
    background-size: cover;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.content_breadcrumb .contener-center-center .main-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


.brmb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.brmb h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
}

.breadcrumb li,
.breadcrumb li a {
    color: #606060;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    text-transform: capitalize;
}

.breadcrumb > li + li:before {
    content: '| ';
}

.content_breadcrumb h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    word-spacing: 0.1cm;
        margin-top: 5px;
}

.content_breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0px 0 0;
    float: left;
}

.content_breadcrumb .breadcrumb li,
.content_breadcrumb .breadcrumb li a {
    color: #ffffff;

    font-size: 14px;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    /*text-decoration: underline;
    text-transform: capitalize;*/

}

.content_breadcrumb .breadcrumb > li + li:before {
    content: '- ';
}

.content_breadcrumb .breadcrumb li a {
    text-decoration: underline;
}

.content_breadcrumb .breadcrumb li.active {
    color: #e3000f;
    /*text-transform: capitalize;*/
}

.all_products,
.product,
.common-page {
    margin: 40px 0 80px;
}

.common-page-fondo{
    background-color: #fff;
    padding: 30px;
}

.lista-productos {
    margin-top: 76px;
    margin-bottom: 100px;
}

/*.container .row h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}*/

.sidebar {
    background: #fff;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
    margin-bottom: 40px;
    box-shadow: 3px 4px #ececec;


}

.sidebar hr {
    margin-top: 10px;
    border-width: 2px;
    margin-bottom: 13px;
    border-top-color: #4f4f4f;
}

.sidebar h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #303030;
    text-transform: uppercase;

}

.sidebar .nav-sidebar {
    padding: 0;
    margin: 0;
}

.nav-sidebar .nav-items {
    position: relative;
    z-index: 2;
}

.nav-sidebar .nav-items a {
    color: #606060;
    font-size: 14px;
}

.nav-sidebar .nav-items .cat {
    padding: 10px 15px;
}
.nav-sidebar .nav-items .cat i{
    color: #ffffff;
}
.nav-sidebar .nav-items .cat span {
    text-transform: uppercase;
    margin-bottom: 36px;
}

.nav-sidebar .nav-items.navitem_select .sub,
.nav-sidebar .nav-items.navitem_select .sub:hover,
.nav-sidebar .nav-items .cat:hover,
.nav-sidebar .nav-items .cat:focus,
.nav-sidebar .nav-items .cat:active,
.nav-sidebar .nav-items.navitem_select .cat,
.nav-sidebar .nav-items.navitem_select .cat i
{
    color: #80ba27;
}


.nav-sidebar .nav-items.navitem_select .nav-subsidebar .active a {
    color: #80ba27;;
}


.nav-sidebar .nav-items .nav-item {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}

.nav-sidebar .nav-subsidebar {
    padding-left: 20px;
    text-transform: capitalize;
    /*border-bottom: 1px solid #ededed;*/
}

.nav-sidebar .nav-subsidebar li a:hover {
    color: #80ba27;;
}
.nav-sidebar .nav-items .nav-subsidebar li{
    border-left: 1px solid  #a2a2a2;
}

/***********************************************************************************************************************************************************************/
/*Productos GRID */

.productos .text-right {
    text-align: center;
}

.productos article {
    margin-bottom: 30px;
}

.productos article .thumb {
    min-width: 25%;
    min-height: 252px;
    /*margin-bottom: 12px;*/
    border: 10px solid #fff;
}

.hijo{
    position: absolute;
    top: 45%;
    height: 30%;
    color: #80ba27;
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.main .row p.hijo{
    position: absolute;
    top: 45%;
    height: 30%;
    color: #80ba27;
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.productos article:hover .bck_opacity {
    /*background: url('../img/bck_opacity-black.png') center center no-repeat;*/
    background-color: rgb(0, 0, 0, 0.3);
    width: 85%;
    height: 224px;
    margin: 25px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #80ba27;
}

.productos article:hover .hijo{
    display: block;
}


.productos article a {
    text-decoration: none;
}

.productos article .title {
    text-transform: capitalize;
    font-weight: 600;
    color: #303030;
    text-align: center;
    font-size: 14px;
    /*margin: 22px 0;*/
    /*height: 49px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.productos article .cod {
    color: #303030;
    font-size: 10px;
    font-weight: 400;
    text-align: center;

}

.productos article:hover .title,
.productos article:hover .cod {
    color: #303030;
}

.productos article {
    position: relative;
    background-color: #fff;

}

.productos article .artile__footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 10px;
}

.productos article .artile__footer .price {
    color: #303030;
    font-size: 18px;
}

.productos article .artile__footer .price small {
    font-size: 12px;
}

.productos article .artile__footer .btn-cesta {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-items: center;
    padding-left: 8px;
    padding-bottom: 6px;

}

.productos article .artile__footer .btn-detalle {
    width: 80%;
    background-color: #fff;
    color: #68b7ac;
    border: 1px solid #68b7ac !important;
    font-size: 14px;
    text-transform: uppercase;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;

}
.productos article:hover{
    -webkit-box-shadow: 3px 4px 15px 2px rgba(236,236,236,1);
    -moz-box-shadow: 3px 4px 15px 2px rgba(236,236,236,1);
    box-shadow: 3px 4px 15px 2px rgba(236,236,236,1);
}
.productos article:hover .btn-detalle {
    background-color: #68b7ac;
    color: #fff;
}

.productos article .artile__footer .cesta {
    border: 1px solid #5a5a5a;
    padding: 5px 12px;

}

.productos article .artile__footer .cesta a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.productos article .artile__footer .cesta a:hover,
.productos article .artile__footer .cesta a:focus,
.productos article .artile__footer .cesta a:active,
.productos article:hover .artile__footer .cesta a,
.productos article:focus .artile__footer .cesta a,
.productos article:active .artile__footer .cesta a {
    color: #fff;

}


.productos article:hover .cesta {
    border: 1px solid #80ba27;
    background-color: #80ba27;
    color: #fff;

}

.productos article:hover .cesta .fa {
    color: #fff;
}

.txt-carrito-finalizado{
    font-size: 18px;
}


a.cart-item-shop{
    font-size: 28px;
    position: absolute;
    right: 80px;
    color: #80ba27;
    margin-top: 7px;
}
a.cart-item-shop:hover,a.cart-item-shop:focus, a.cart-item-shop:active{
    COLOR: #80ba27;
}
.cart-item-shop .cart_items{
    position: absolute;
    top: -13px;
    left: 15px;
}
/*******************/
/* /END Productos GRID */
/***********************************************************************************************************************************************************************/

.detalle-producto .flexslider .slides img {
    width: 100%;
    margin: inherit;
}

.detalle-producto hr {
    border-top-color: #515151;
    margin: 0;
}

.producto__head {
    margin-bottom: 22px;
}

.producto__head h1 {
    font-size: 30px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    color: #393939;
    padding-bottom: 20px;
}

.detalle-producto .product_code {
    font-size: 14px;
    color: #303030;
    margin-bottom: 16px;
}
.detalle-producto .product_code i{
    color:#80ba27;
}

.detalle-producto .btn-comprar {
    background-color: #68b7ac;
    border-color: #68b7ac;
}

.producto__body .product_price span {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 36px;
    margin-right: 7px;
}

.producto__body .product_price {
    font-size: 24px;
    color: #303030;
    
    
    
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.producto__body .product_qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.producto__body .texto *,
.producto__body p {
    color: #303030;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 130%;
}

.producto__body .texto h3 {
    font-family: "Open Sans Condensed";
    font-size: 24px;
    color: #000;
}

.producto__body .product_qty .form-control {
    border-radius: 0;
    border-color: #000;
    margin-left: 10px;
}

.producto__body .producto__actions {
    margin-top: 36px;
    margin-bottom: 20px;
}
.producto .content_breadcrumb{
    background: url("../img/techo_verde.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.producto .detalle-producto {
    -webkit-box-shadow: 13px 0px 88px -12px rgba(194,194,194,1);
    -moz-box-shadow: 13px 0px 88px -12px rgba(194,194,194,1);
    box-shadow: 13px 0px 88px -12px rgba(194,194,194,1);

    background-color: #fff;
    padding: 12px 16px;
    border: 1px solid #d9d9d9;
}

.producto .detalle-producto .options {
    color: #2a2a2a;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c0c0;
}

.producto .detalle-producto .btn-primary {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 36px;
    padding-right: 36px;
    text-transform: uppercase;
    color:#80ba27;
    background-color: transparent;
    border-color: #80ba27;
    /*width: 100%;*/
    border-radius: 1px;
}

.producto .detalle-producto .fa-shopping-cart {
    font-size: 24px;
}

.contacto .container .productos {
    margin-top: 50px;
    margin-bottom: 100px;
}

.flex-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.around-spacing {
    justify-content: flex-start;
}

.alert-success {
    background-color: #80ba27;
    border-color: #80ba27;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.close:hover{
    color:white;
}
.close{
    color : white;
}

.productos-relacionados h2 {
    font-family: "Open Sans Condensed";
    font-size: 30px;
    text-transform: uppercase;

}

.modal-footer .btn-modal-compra {
    background-color: #303030;
    color: #fff;
    border-color: #303030;
}

.carrito .btn-carrito-confirmar {
    background-color: #303030;
    color: #fff;
    border-color: #303030;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    color: #fff;
    background-color: #303030;
    border-color: #303030;
}

.pagination > li > a, .pagination > li > span {

    color: #303030;
    background-color: #fff;
    border: 1px solid #e0dfdf;

}

.btn-theme-primary {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}

.btn-theme-primary:hover,
.btn-theme-primary:focus,
.btn-theme-primary:active {
    background-color: #fff;
    border-color: #303030;
    color: #303030;
}

.btn-link {
    color: #303030;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:visited {
    color: #303030;
}

.cont-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-gray {
    line-height: 36px;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #848484;
    height: 2px;
    width: 63%;
}

.index .cont-line {
    flex-direction: column;
}
.index .cont-line h2 span{
    color:#80ba27;
}
.index .cont-line div img{
    max-width: 110px;
}

/*.texto{
    background: #fff;
    padding: 10px;
}*/


/*RESPONSIVE*/
@media screen and (max-width: 767px) {
    .main{
        margin-top: 0;
    }
    .main h2{
        padding: 0;
    }
    .green_roof .paso_1 .text{
        border-left: 0px!important;
    }
    .green_roof .paso_1{
        min-height: auto!important;
    }
    .slider-item-flex{
        height: 80px!important;
    }
    .header .navbar-main.light-navbar .menu{
        background-color: rgba(255,255,255,0.85);
    }
}

@media screen and (min-width: 768px) {
    
    .index .header{
        padding-bottom:0px 
    }


    .cont-line {
        justify-content: space-between;
    }

    .breadcrumb li, .breadcrumb li,
    .breadcrumb li, .breadcrumb li a{
        font-size: 18px;
    }
    .index .cont-line {
        flex-direction: inherit;
    }

    .header .navbar-main .navbar-header .navbar-brand .brand {
        margin-top: 0;
        padding-left: 0px;
        max-height: 88px;
    }
    .header{
        padding-bottom: 100px;
    }
    .productos .text-right {
        text-align: right;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: fixed;
    }

    .header .navbar-main .premenu {
        background-color: transparent;

    }

    .header .navbar-main .menu {
        background-color: transparent;

    }

    .header .navbar-main .menu-container {
        display: flex !important;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end
    }

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .navbar-main .menu {
        margin: 5px 0px;
        /*margin: 20px 0px;
        height: auto;
        margin-top: 20px;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-item-flex{
        height:320px;
    }

    .header .navbar-main .menu li a {
        font-size: 12px;
    }

    .main h2 {
        font-family: 'Lato', sans-serif;
        font-size: 37px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        word-spacing: 0.3cm;
    }

    .header .navbar-main {
        margin-bottom: 0px;
        border: 0px;
            min-height: 100px;
    }

    .header .navbar-main .menu .active > a,
    .header .navbar-main .menu li a:hover,
    .header .navbar-main .menu li a:focus,
    .header .navbar-main .menu li a:active {
        color: #80ba27 !important;
         /* background-color: transparent;
         padding-bottom: 6px;
         border-bottom: 1px solid #e3000f;*/
    }

    /**
    Fix links de l carrito y precio
     */
    .header .navbar-main .menu li:nth-child(6) a:hover,
    .header .navbar-main .menu li:nth-child(6) a:focus,
    .header .navbar-main .menu li:nth-child(6) a:active,
    .header .navbar-main .menu li:nth-child(7) a:hover,
    .header .navbar-main .menu li:nth-child(7) a:focus,
    .header .navbar-main .menu li:nth-child(7) a:active {
        /* color: inherit !important; */
        background-color: transparent;
        /*padding-bottom: 6px;*/
        border-bottom: 0;
    }

    .header .navbar-main .menu li:nth-child(7) a {
        padding-right: 0;
    }

    .main .titulo-destacado {
        font-size: 60px;
    }

    footer .brand-footer img {
        margin: inherit;
    }

    footer .a__links a {
        text-align: inherit;
        /*letter-spacing: inherit;*/

    }

    footer .a__links div {
        text-align: inherit;

    }

    .copyright_by .container .cp-cont {
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: inherit;
        text-align: center;
    }

    .brmb {
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
        flex-direction: inherit;
    }

    .content_breadcrumb .container .brmb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: inherit;
    }

    .content_breadcrumb .contener-center-center .main-title{
        flex-direction: row;
    }
    
    
    .content_breadcrumb .contener-center-center .main-title h2:first-child{
        margin-left: 25px;
    }

    .content_breadcrumb .contener-center-center .main-title h2:last-child{
        margin-right: 25px;
    }

    .footer-sociales ul {
        justify-content: flex-start;
    }

    footer h4 {
        text-align: left;
    }


}

@media(max-width: 992px){
    .slider-item-flex{
        height:200px;
    }
}

@media screen and (min-width: 992px) {
    .header .navbar-main .navbar-header .navbar-brand .brand {
    max-height: 75px;
    }

    .header .navbar-main .menu li a {
        margin-top: 20px;
        padding: 0px 22px;
        font-size: 16px;
    }

    .header .navbar-main .menu li:nth-child(6) a {
        padding-right: 22px;
    }

    footer .a__links div {
        font-size: 18px;
    }

}

@media screen and (min-width: 1200px) {

    .header .navbar-main .menu li a {

        font-size: 18px;
    }

    .header .navbar-main .navbar-header .navbar-brand .brand {
        max-height: 80px;
    }

}


.green_roof .paso_1{
    -webkit-box-shadow: -2px 40px 165px -60px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 40px 165px -60px rgba(0,0,0,0.75);
    box-shadow: -2px 40px 165px -60px rgba(0,0,0,0.75);
    background-color: #fff;
    padding: 25px;
    /*min-height: 647px;*/
}
.green_roof .paso_1 .number {
        font-size: 130px;
    font-size:150px;
    color:#d5d5d5;
    line-height: 150px;
    text-align: center;
}
.green_roof .paso_1 .text {
    font-size:22px;
    font-weight: 700;
    color:#393939;
    padding-left: 20px;
    border-left: 1px solid #393939
}

.green_roof .paso_1 .form-control {
    border-radius: 0;
    border-color:#c3c3c3;
    color:#c3c3c3;
    width: 80%;
    height: 53px;
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 0;
}

.paso_1 .table>tbody>tr>td, 
.paso_1 .table>tbody>tr>th, 
.paso_1 .table>tfoot>tr>td, 
.paso_1 .table>tfoot>tr>th, 
.paso_1 .table>thead>tr>td, 
.paso_1 .table>thead>tr>th{
    border-color:transparent;
}

.green_button {

    margin: auto;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 36px;
    padding-right: 36px;
    text-transform: uppercase;
    color:#fff;
    background-color: #80ba27;
    border-color: #80ba27;
    /*width: 100%;*/
    border-radius: 1px;
    font-weight: 300;

}

.green_button2 {

    margin: auto;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 36px;
    padding-right: 36px;
    text-transform: uppercase;
    color:#80ba27;
    background-color: transparent;
    border-color: #80ba27;
    /*width: 100%;*/
    border-radius: 1px;
    font-weight: 300;

}

.green_button2:hover,
.green_button2:focus,
.green_button2:active,
.green_button2:hover,
.green_button:hover,
.green_button:focus,
.green_button:active{
    color:#fff;
    background-color: #93cd27;
    border-color: #93cd27;
}

.resultados{
    margin: 25px 0 20px;
    font-size: 24px;
    font-weight: 700;
}
.resultados .bullet{
    width: 25px;
    height: 25px;
    background-color: #80ba27;
    margin-right: 5px;
}

.green_roof.detalle .detalle-producto .producto__head .product_code{
    margin-bottom: 5px;
}
    
.green_roof.detalle .detalle-producto .producto__head .product_code span{
    color:#303030;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.green_roof.detalle .detalle-producto .producto__head .product_code .fa{
    font-size: 14px;
    margin-right:7px
}

.green_roof.detalle .detalle-producto{
    margin-top: 25px;
}
.green_roof.detalle h1{
    font-size: 24px;
    color:#4e4e4e;
    text-transform: uppercase;
    padding: 0;
    
}

.green_roof .paso_1 .final span {
    color:#303030;
    font-size: 20px;
    margin-right: 10px;
}
.green_roof .paso_1 .final .precio_total span,
.green_roof .paso_1 .final .precio_total {

    color:#303030;
    font-size: 35px;
}
.green_roof .paso_1 .text.a {
    line-height: 130%;
}
.green_roof .paso_1 .text {
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.green_roof .paso_1 .text small{
    font-size: 18px;
    color:#606060;
    font-style: italic;
    font-family: Georgia;
    text-transform: lowercase;
    font-weight: 300;
    line-height: 18px;
}
.green_roof .card .checkbox{
    margin-bottom: 15px;
}
.green_roof .card .title .fa{
    color:#80ba27;
    margin-right: 5px;
}
.green_roof .card .title{
    font-size: 14px;
    font-weight: 300;
    color:#646363;
    margin-bottom: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pb-10{
    padding-bottom: 10px;
}
.box-buscador-green{
    background: rgba(255, 255, 255, 0.8705882352941177);
    display: block;
    padding: 15px;
    border-radius: 5px;
}
.box-buscador-green .btn{
    border-radius: 0px;
}
.box-buscador-green .btn-calcular-item{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
}
.itemGreenOpcion{
    margin-right:5px!important;
}
.box-buscador-green .box-title-green span{
    color: #80ba27;
}
.box-buscador-green .box-title-green{
    margin-top: 5px;
}
.box-buscador-green .radio-inline{
    font-size: 16px;
}
.box-buscador-green .radio-inline span{
    color: #80ba27;
}
.box-buscador-green .radio-inline input[type=checkbox], input[type=radio] {
    margin: 7px 0 0;
}
.box-buscador-green .form-group{
    margin-bottom: 10px;
}
#ItemsOptionPlantas .radio-item{
    color: #80ba27;
    font-size: 16px;
}
#ItemsOptionPlantas .radio-item input{
    color: #80ba27;
    margin-right: 5px!important;
}
.section_first{
    position: relative;
}
.box-input-sustrato{
    font-weight: 400;
}
/* .menu-buscador-green{
    position: absolute;
    top:20vh;
    z-index: 10;
    left:0px;
    right:0;
    margin-left: auto;
    margin-right: auto;
} */
.productos-destacados{
    background: #f6f6f6;
    display: block;
}
.section-services{
    position: absolute;
    z-index: 100;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 180px;
}
.sectiones-home{
    padding-top: 25px;
    padding-bottom: 25px;
}
.swal-button--confirm{
    background-color: #80ba27!important;
    border-color: #80ba27;
}
.productos{
    position:relative;
}
.pl-5{
    padding: 0 5px;
}
.owl-controles a,
.owl-controles a:hover,
.owl-controles a:focus{
    color: #696969;
}
.owl-control-left{
    position:absolute;
    z-index: 10;
    font-size: 32px;
    top: 47%;
    transform: translateY(-50%);
    display:block;
    padding: 15px;
    left: -55px;
    text-align: center;
}
.owl-control-right{
    position:absolute;
    z-index: 10;
    right: -55px;
    font-size: 32px;
    top: 47%;
    transform: translateY(-50%);
    display:block;
    padding: 15px;
    text-align: center;
}
.owl-controles-slider a:hover,
.owl-controles-slider a:focus{
    color: #fff;
}
.owl-control-item-left{
    position:absolute;
    z-index: 10;
    font-size: 32px;
    top: 47%;
    transform: translateY(-50%);
    display:block;
    padding: 15px;
    left: 10px;
    text-align: center;
    color: #fff;
}
.owl-control-item-right{
    position:absolute;
    z-index: 10;
    right: 10px;
    font-size: 32px;
    top: 47%;
    transform: translateY(-50%);
    display:block;
    padding: 15px;
    text-align: center;
    color: #fff;
}
footer.footer-light{
    background: #fff;
    color: #3c3b3b;
}
footer.footer-light .a__links div{
    color: #3c3b3b;
}
footer.footer-light a,
footer.footer-light .copyright_by .container .cp-cont,
footer.footer-light h4{
    color: #3c3b3b;
}

/*@media(min-width: 1240px){
    .section-services{
        margin-top: -50vh!important;
    }
}*/
@media(min-width: 1500px){
    .sy-box img{
        height: 640px!important;
    }
}
@media(max-width: 767px){
    .section-services{
        top: 30px;
    }
}
/*@media(min-width: 992px){
    .section-services{
        margin-top: -55vh;
    }
}
@media(max-width: 1150px){
    .section-services {
        margin-top: -45vh;
    }
}
@media(max-width: 940px){
    .section-services {
        margin-top: 25px!important;
    }
}*/