


/*----------SECTION PRODUCTOS------------*/
.box_producto .box_header .title_service{
    margin: 50px 0;
}
.box_producto .box_header .title_service h1{
    color: #26303a;
    font-weight: 800;
    text-align: center;
    /*border-bottom: 2px solid #26303a;*/
    width: 80%;
    padding-bottom: 10px;
    margin: 0 auto;
}
.box_producto .box_header .title_service h4{
    text-align: center;
    color: #26303a;
    font-style: italic;
}
.list_service{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_service .item{
     display: flex;
    flex-flow: row wrap;
}
.list_service img{
    width: 100%;
}
.list_service li{
    width: 45%;
    margin: 0 auto;
    margin-bottom: 36px;
    position: relative;
    box-shadow: 8px 7px 20px #a29a9a;
}
.list_service li>a{
    display: block;
    position: relative;
}
.list_service li>a:before{
    content: "";
    position: absolute;
    background: rgba(0, 156, 117, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
}
.list_service li:hover>a:before{
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
}
.box_caption{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: all ease 1s;
}
.list_service li:hover .box_caption{
    opacity: 1;
    transition: all ease 1s;
}
.box_caption>div{
    padding: 0 20px;
}
.box_caption h4{
    color: #ffffff;
    font-weight: 800;
}
.box_caption p{
    color: #000000;
    font-weight: 700;
}
.btn_verprod{
    display: block;
    padding: 10px 0;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 700;
    border: 2px solid #fff;
    transition: all ease 500ms;
}
.btn_verprod:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #003256;
    width: 0%;
    z-index: -1;
    height: 100%;
    transition: all ease 500ms;
}
.btn_verprod:hover{
    color: #ffffff;
    transition: all ease 500ms;
}
.btn_verprod:hover:before{
    width: 100%;
    transition: all ease 500ms;
}
@media(max-width: 767px){
    .list_service li {
        width: 100%;
    }
    .box_producto .box_header .title_service h1 {
        font-size: 29px;
    }
}
/*----------END SECTION PRODUCTOS----------*/

/*------------------SECTION GALERÍA-----------------*/
.sect_galeria{
    padding: 50px 0;
    padding-bottom: 0;
    background: #282828;
}
.sect_galeria .box_title h1{
    text-align: center;
    color: #fff;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.sect_galeria .box_title h1:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 50px;
    background: #fff;
}
.sect_galeria .box_title h4{
    text-align: center;
    color: #fff;
    font-style: italic;
}
.box_title{
    padding-bottom: 50px;
}
/*------------------SECTION GALERÍA-----------------*/

/*----------------SECTION CONTACTO------------------*/
.sect_gallery{
    background: #fa4f00;
    padding: 50px 0;
}
.sect_gallery h1{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
/*----------------SECTION CONTACTO------------------*/

/*----------------SECTION CONTACTO------------------*/
.sect_contact{
    background-image: url(../../../public/img/fondo/contacto.jpg);
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.sect_contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
}
.sect_contact h1{
    color: #ffffff;
    text-shadow: 0px 0px 7px #000;
    text-align: center;
    font-weight: 700;
}
.sect_contact .title_contact p{
    color: #fff;
    text-align: center;
}
.btn_contact{
    display: block;
    padding: 10px 0;
    color: #282828;
    font-weight: 900;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
/*.btn_contact:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all ease 500ms;
}*/
/*.btn_contact:hover:after{
    height: 50%;
    background: #ffbe00;
    transition: all ease 500ms;
}*/
.btn_vermas:hover{
    color: #fff;
    transition: all ease 500ms;
}

.btn_contact:hover{
    background: #009c75;
    color: #fff;
    transition: all ease 500ms;
}
.btn_contact:focus{
    color: #fff;
}
/*----------------SECTION CONTACTO------------------*/

/*---------------SECTION TEAM-----------------------*/
.box_team{
    display: flex;
    flex-flow: row wrap; 
    background: #282828;
}
.box_team img{
    width: 100%;
}
.box_team .box_left{
    width: 50%;
    display: flex;
    align-items: center;
}
.box_team .box_left>div{
    padding: 0 30px;
        width: 100%;
}
.box_team .box_left>div h1{
    color: #Fff;
    font-weight: 900;
    text-align: center;
}
.hr_team{
        border-top: 3px solid #fff;
    margin: 20px auto;
    width: 50px;
}
.box_team .box_right{
    width: 50%;
}

.list_team{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
}
.list_team li{
    /*width: 30%;
    margin: 0 auto;*/
    background: #fff;
    position: relative;
}
.list_team li>span{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    opacity: 0;
    transition: all ease 500ms;
    z-index: 2;
}
.list_team li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(254, 189, 0, 0.3);
    transition: all ease 500ms;
}
.list_team li:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    right: 0;
    bottom: 0;
    background: rgba(254, 189, 0, 0.3);
    transition: all ease 500ms;
}
.list_team li:hover span{
    opacity: 1;
    transition: all ease 500ms;
}
.list_team li:hover:before,
.list_team li:hover:after{
    height: 100%;
    transition: all ease 500ms;
}
@media(max-width: 600px){
    .box_team .box_left>div h1 {
        font-size: 26px;
    }
}
/*-----------------SECTION NOSOTROS-----------------*/
.sect_nosotros .box_nosotros{
    display: flex;
    flex-flow: row wrap;
}
.sect_nosotros .box_nosotros .box_left{
    width: 50%;
}
.sect_nosotros .box_nosotros .box_left img{
    width: 100%;
}

.sect_nosotros .box_nosotros .box_right{
    width: 50%;
    display: flex;
    align-items: center;
}
.sect_nosotros .box_nosotros .box_right .content_boxright{
    padding: 0 30px;
}
.sect_nosotros .box_nosotros .box_right .box_header h1{
    color: #009c75;
    font-weight: 800;
}
.sect_nosotros .box_nosotros .box_right .box_header p{
    color: #000;
    text-align: justify;
}
.hr_us{
    border-top: 3px solid #000;
    width: 50px;
    margin: 10px 0;
}

.sect_nosotros .box_nosotros .box_right .content_boxright .list_mis_vis{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.sect_nosotros .box_nosotros .box_right .content_boxright .list_mis_vis>li{
    position: relative;
    /*padding-left: 110px;*/
    margin-bottom: 15px;
}
/*.sect_nosotros .box_nosotros .box_right .content_boxright .list_mis_vis>li span{
    position: absolute;
    top: 0;
    left: 0;
}*/
.list_mis_vis h5{
    color: #000;
    font-weight: 800;
}
.list_mis_vis h5 b{
    color: #009c75;
}
.list_mis_vis p{
    color: #000; 
}

.progress_bars{
    padding: 40px 0;
    padding-bottom: 0;
}
.valores {
    position: relative;
}
.loading-progress {
    position: relative;
    margin-bottom: 45px;
}
.progress {
    background-color: #f6b537;
    height: 22px;
}
.progress-bar{
    background-color: #f6b537;
}
.progress-bar-success {
    background-color: #f6b537;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: none;
}
.valores .title_valor {
    position: absolute;
    top: -30px;
    left: 0;
    color: #282828;
    line-height: 24px;
}
.progress span {
    position: absolute;
    right: 0;
    text-align: center;
    padding: 5px 10px;
    top: -30px;
    background: #000;
}


/*-----------------END SECTION NOSOTROS--------------*/


/*----------------SECTION CONTACTO-----------------*/
/*.sect_form{
    background: #009c75;
}*/
.box_form_contact{
    display: flex;
    flex-flow: row wrap;
}
.box_form_contact img{
    width: 100%;
}
/*.box_form_contact .box_left{
    width: 50%;
}*/
.box_form_contact .box_right{
       width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.box_form_contact .content_box_right{
    margin: 0 auto;
}
.div_form{
    padding: 0 30px;
}
.tnews-inpfrm{
    border-radius: 0;
    height: 45px;
    border-bottom: 2px solid #000;
    transition: all ease 500ms;
}
 .tnews-txtareafrm{
    border-radius: 0;
    height: 150px !important;
    border-bottom: 2px solid #000;
    transition: all ease 500ms;
}
.tnews-inpfrm:focus, .tnews-txtareafrm:focus{
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #009c75;
    transition: all ease 500ms;
}
.title_form h1{
    text-align: center;
    color: #26303a;
    font-weight: 700;
}
.hr_contact{
    border-top: 3px solid #000;
    width: 50px;
}
@media(max-width: 767px){
    .title_form h1 {
        font-size: 28px;
    }
}
/*----------------END SECTION CONTACTO-----------------*/

/*SECTION MAPA INFO*/
.box_infocontact{
    background: #009c75;
    display: flex;
    flex-flow: row wrap;
}
.box_infocontact .box_left{
    width: 50%;
}
.box_infocontact .box_right{
    width: 50%;
    padding: 30px 0;
}
.box_infocontact .box_right .box_content{
    padding: 0 30px;
}
.box_infocontact .box_content img{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.list_infofoot hr{
    margin: 30px 0;
}
.list_infofoot{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list_infofoot>li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color:#fff;
}
.list_infofoot>li>a{
    color: #fff;
    transition: all ease 500ms;
}
.list_infofoot>li>a:hover, .list_infofoot>li>a:active, .list_infofoot>li>a:focus{
    color: #0f236a;
    transition: all ease 500ms;
}
.list_infofoot>li>span{
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 30px;
    color: #0f236a;
}
.list_infofoot h3{
    color: #fff;
    font-weight: 800;
}








/*RESPONSIVE SLIDER*/
#carousel .flex-direction-nav{
    display: none;
}
@media(max-width: 991px){
    .sect_thumbs .slides>li {
        float: none !important;
        width: 15% !important;
    }
}
@media(max-width: 800px){
    .sect_thumbs {
        margin-top: 0;
    }
}
/*END RESPONSIVE SLIDER*/

/*SECTION RESPONSIVE CATEGORIAS*/
@media(max-width: 991px){
    .box_categoria .box_left {
        width: 100%;
    }
    .box_categoria .box_right {
        width: 100%;
        padding: 40px 0;
    }
    .categorias .owl-nav {
        top: 3%;
    }
    .box_categoria .box_titlecate h1 {
        font-size: 25px;
    }
    .box_titlecate h1>img {
        vertical-align: middle;
    }
}
@media(max-width: 600px){
    .categorias .owl-prev {
        width: 40px;
        height: 40px;
    }
    .categorias .owl-next {
        width: 40px;
        height: 40px;
    }
    .categorias .owl-nav {
        top: 2%;
    }
    .box_titlecate h1>img {
        width: 40px !important;
        height: 40px;
    }
}
/*RESPONSIVE TITULOS*/
@media(max-width: 767px){
    .sect_titulo .box_welcome .box_header h1 {
        font-size: 25px;
    }
    .sect_titulo .box_welcome .box_header h4 {
        font-size: 15px;
    }
}
/**/
/*RESPONSIVE NOSOTROS*/
@media(max-width: 991px){
    .sect_nosotros .box_nosotros .box_left {
        width: 100%;
    }
    .sect_nosotros .box_nosotros .box_right {
        width: 100%;
    }
}
/*END RESPONSIVE NOSOTROS*/

/*RESPONSIVE CONTACTO*/
@media(max-width: 767px){
    .sect_contact h1 {
        font-size: 25px;
    }
}
@media(max-width: 991px){
    .box_form_contact .box_left {
        width: 100%;
    }
    .box_form_contact .box_right {
        width: 100%;
        padding: 50px 0;
    }  
}
/*END RESPONSIVE CONTACTO*/


.menu_movil_float{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    /*background: #009c75;*/
    top: 0;
    left: -5000px;
    opacity: 0;
    transition: all ease 500ms;
}
.menu_active{
    opacity: 1;
    left: 0;
    overflow: auto;
    transition: all ease 500ms;
}


.order1{
    order: 1;
}
.order2{
    order: 2;
}


@media(max-width: 991px){
    .box_team .box_left {
        width: 100%;
        padding: 50px 0;
    }
    .box_team .box_right {
        width: 100%;
    }
    .order1{
        order: 2;
    }
    .order2{
        order: 1;
    }
    .box_infocontact .box_left {
        width: 100%;
    }
    .box_infocontact .box_right {
        width: 100%;
    }
    #map{
        height: 400px !important;
    }
}
@media(max-width: 700px){
    .sect_topheader{
        position: relative;
    }
    .sect_topheader:before{
        transform: skewX(0);
        left: 0;
    }
    .sect_topheader:after{
        transform: skewX(0);
        right: 0;
    }
    .header-alltop{
        display: none;
    }
    .section_logo {
        border-bottom: 4px solid #ff6902;
    }
   .c-hamburger.is-active span::before {
        background-color: #ffffff;
    }
    .c-hamburger.is-active span::after {
        background-color: #ffffff;
    }
}


@media(max-width: 700px){
    #main-over1{
        display: block;
    }
    .menu_movil_float .list_nav>li {
        width: 100%;
        padding: 15px 0;
    }
    /*.menu_movil_float .list_nav{
        height: 100vh;
    }*/
    .body_notoverflow{
        overflow: hidden;
    }
    
    .sect_gallery h1 {
        font-size: 25px;
    }
}
/*=================>HEADER INTERNAS<=================*/
.interna_header{
    padding: 100px 0;
    /*background-image: url(../../../public/img/productos/producto2.jpg);*/
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interna_header:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.71);
}
.interna_header div{
    color: #fff;
    position: absolute;
}
.interna_header h1{
    font-size: 45px;
    font-weight: bold;
}
@media (max-width: 500px){
    .interna_header h1 {
        font-size: 20px;
    }
}

/*=================>PRODUCTOS<=================*/
.sect_categorias{
    padding: 50px 0;
}
.box_categoria{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.box_categoria img{
    width: 100%;
}
.box_categoria .box_left{
    width: 50%;
}
.box_categoria .box_left>div{
    position: relative;
    overflow: hidden;
}
.box_categoria .box_left>div img{
    transition: all ease 500ms;
}
.box_categoria .box_left>div:hover img{
    transform: scale(2);
    transition: all ease 500ms;
}
.box_categoria .box_left>div:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.38);
    transition: all ease 500ms;
}
.box_categoria .box_left>div:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.38);
    transition: all ease 500ms;
}
.box_categoria .box_left:hover>div:before,
.box_categoria .box_left:hover>div:after{
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
}
.box_categoria .box_right{
    width: 50%;
    display: flex;
    align-items: center;
}
.box_categoria .box_right .box_content{
    padding: 0 30px;
    height: 650px;
    overflow: auto;
}
.box_categoria .box_right .box_content h4{
    color: #009c75;
    font-weight: 700;
}
.box_categoria .box_right .box_content>ul li{
        position: relative;
    color: #000;
    list-style: square;
}
.box_categoria .box_titlecate{
    width: 100%;
}
.box_categoria .box_titlecate h1{
    color: #000;
    font-weight: 700;
}
.box_titlecate h1>img{
    width: 35px !important;
    height: 35px;
    display: inline-block !important;
    vertical-align: baseline;
}
.hr_categoria{
    border-top: 5px solid #009c75;
    width: 300px;
    margin: 30px 0;
    margin-top: 15px;
}
@media(max-width: 991px){
    .box_categoria .box_left {
        width: 100%;
    }
    .box_categoria .box_right {
        width: 100%;
        padding: 40px 0;
    }
    .box_categoria .box_titlecate h1 {
        font-size: 25px;
    }
    .box_titlecate h1>img {
        vertical-align: middle;
    }
}
@media(max-width: 600px){
    .box_titlecate h1>img {
        width: 25px !important;
        height: 25px;
    }
}
/*=================>GALERIA<=================*/
.light_gallery{
    padding: 100px 0px;
}
.light_gallery .light_item{
    margin: 7px 0px;
}
.light_gallery .light_item img{
    width: 100%;
}
.light_gallery .light_item a{
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}
.light_item>a img{
    transition: all ease 500ms;
}
.light_item>a:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}
.light_gallery .light_item a:before{
    content: "\f00e";
    font-family: FontAwesome;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.8) 100%);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.light_item>a:hover:before {
    top: 10%;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: all ease 500ms;
}
.whitheme{
    background: #fff !important;
}
@media only screen and (min-width: 768px){
    .whitheme .cd-tab-filter a {
        color: #000000;
    }
}
.whitheme .cd-tab-filter a.selected {
    border: 3px solid #003256;
    background: #009c75;
    color: #fff;
}
.whitheme .cd-tab-filter a:hover {
    background: #009c75 !important;
}
.whitheme .cd-gallery ul {
    display: flex;
    flex-flow: row wrap;
}
.whitheme .cd-gallery li {
    margin: 9px auto;
}
/*=================>CONTACTO<=================*/
.contact_pierre{
    margin: 50px 0px 80px 0px;
}
.contact_pierre .wwa_title{
    text-align: center;
    margin-bottom: 80px;
}
.contact_pierre .tnews-inpfrm{
    border-radius: 0;
    height: 45px;
    border-bottom: 2px solid #000;
    transition: all ease 500ms;
}
.contact_pierre .tnews-txtareafrm{
    border-radius: 0;
    height: 150px !important;
    border-bottom: 2px solid #000;
    transition: all ease 500ms;
}
.contact_pierre .tnews-inpfrm:focus, .tnews-txtareafrm:focus{
    outline: none;
    box-shadow: none;
    border-color: #000;
    border-bottom: 2px solid #009c75;
    transition: all ease 500ms;
}
.contact_pierre .title_form h1{
    text-align: center;
    color: #000;
    font-weight: 700;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.73);
}

