/*TITULO NOSOTROS*/
.h3_prod {
   font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #29405b;
    width: 32%;
    padding: 13px 28px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
}
.h_c {
    margin-bottom: 0;
    display: inline-block;
    margin: 12px 10px;
}
.hom_con {
    display: inline-block;
    font-weight: 300;
    color: #ffffff;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
}
.enla {
    color: #fff;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.enla:hover, .enla:focus {
    color: #fed101;
}
.us{
	background-image: url(../../../../public/img/fondo/galeria_fondo.jpg);
    background-position: center 68%;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.us:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: black;
	opacity: 0.6;
}
.textos h4{
	font-weight: 300;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 33px;
}
.textos p{
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 30px;
}
/*END TITULO*/

@media(max-width: 1199px){
       .h3_prod{
          width: 40%!important;
        }
        .h_c{
            padding: 0;
        }
}
@media(max-width: 991px ){
    .h3_prod {
        width: 22%!important;
        margin: 0 auto;
        font-size: 14px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 0px;
    }
    .us{
        padding: 20px 0;
    }
    .text-right {
    text-align: center!important;
}
}
@media(max-width: 767px){
    .h3_prod {
       width: 30%!important;
    }
}
@media(max-width: 528px){
    .h3_prod {
    width: 50%!important;
}
}

/*SECTION GALERIA*/

.sect_gallery{

    background: #a3a3a31f;

}

/*=================>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 #000;

    background: #ef5b1d;

}

.whitheme .cd-tab-filter a:hover {

    background: #febd00 !important;

}

.whitheme .cd-gallery ul {

    display: flex;

    flex-flow: row wrap;

}

.whitheme .cd-gallery li {

    margin: 9px auto;

}



/*GALERÍA IMAGEN*/

.galerin{

    background:#f4f4f4;

}

.gallery_pad{

    padding: 30px 0;

}



.title_galeria h3{

    color: #005090;

    text-align: center;

    font-weight: 700;

    font-size: 40px; 

    font-family: 'Montserrat', sans-serif;

}
