/*TITULO NOSOTROS*/
.h3_prod {
   font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #29405b;
    width: 30%;
    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/nosotros.jpg);
    background-position: center 41%;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    margin-bottom: 40px;
}
.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*/

/*VSION MISION*/
.sect_mis_vis{
    padding-bottom: 50px;
}
.box_mision_vision{
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
}


.box_mision_vision .box_mision{
    width: 50%;
}
.box_mision_vision .box_mision .box_head{
    background: #29405b;
    position: relative;
}
.box_mision_vision .box_mision .box_head div{
    color: #fff;
    padding: 25px 20px;
    width: 70%;
    margin: 0 auto;
    text-align: right;
}
.box_mision_vision .box_mision .box_head div span{
    font-size: 33px;
    margin-right: 10px;
}
.box_mision_vision .box_mision .box_head h1{
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.box_mision_vision .box_mision .box_head:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 100px solid #fff; 
    border-left: 100px solid transparent;
}

.box_mision_vision .box_mision .box_head:after {
    content: "";
    position: absolute;
    top: 30%;
    right: 30%;
    width: 0;
    z-index: -1;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 100px solid #29405b;
}
.box_mision_vision .box_mision .box_footer p{
    margin-top: 60px;
    width: 50%;
    margin-left: auto;
    margin-right: 10%;
    font-family: 'oxygenregular', sans-serif;
}



.box_mision_vision .box_vision{
    width: 50%;
}

.box_mision_vision .box_vision .box_head{
    background: #555;
    position: relative;
}
.box_mision_vision .box_mision .box_head div span{
    font-size: 33px;
    margin-left: 10px;
}

.box_mision_vision .box_vision .box_head div{
    color: #fff;
    padding: 25px 20px;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.box_mision_vision .box_vision .box_head div h1{
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.box_mision_vision .box_vision .box_head:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;   
    border-top: 100px solid #fff; 
    border-right: 100px solid transparent;  
}

.box_mision_vision .box_vision .box_head:after{
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 0;
    height: 0;
    z-index: -1;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 100px solid #555;
}
.box_mision_vision .box_vision .box_head span{
    font-size: 33px;
    margin-left: 10px;
}

.box_mision_vision .box_vision .box_footer p{
    margin-top: 60px;
    width: 50%;
    margin-right: auto;
    margin-left: 10%;
    font-family: 'oxygenregular', sans-serif;   
}
/**/

/*RESPONSIVE TITULO*/
@media(max-width: 1199px){
	.us{
		padding: 20px 0;
	}
   .h3_prod{
   	width: 21%;
    margin: 0 auto;
    font-size: 14px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
   }
   .text-right{
   	text-align: center!important;
   }
   .h_c{
   	padding:0;
   }
}

@media(max-width: 991px){ 
	.box_mision_vision .box_mision{
        padding-bottom: 30px;
    }
    .box_mision_vision .box_mision, .box_mision_vision .box_vision {
        width: 100%;
    }
    .box_mision_vision .box_mision .box_head:before,
    .box_mision_vision .box_vision .box_head:before {
        display: none;
    }
    .box_mision_vision .box_mision .box_head div, 
    .box_mision_vision .box_vision .box_head div{
        text-align: center;
    }
    .box_mision_vision .box_mision .box_head:after, 
    .box_mision_vision .box_vision .box_head:after{
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .box_mision_vision .box_mision .box_footer p,
    .box_mision_vision .box_vision .box_footer p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media(max-width: 767px){
	.h3_prod {
       width: 28%!important;
	}
    .textos h4{
       text-align: center;
       font-size: 20px;
    }
    .textos p{
        font-size: 13px;
    }
}

@media(max-width: 525px){
 .h3_prod {
    width: 48%!important;
}
}