*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
/***************ESTILOS DEL BANER*********/
.cont_baner{
    width: 100%;
    max-width:2000px;
}
.cont_baner img{
    width: 100%;
    height: 500px;
	filter: brightness(90%);
}
.cont_boton a{
	top: 70%;
}
/***************ESTILOS : NOSOTROS*********/
.cont_linea{
    width: 100%;
    text-align: center;
}
.cont_nosotros{
    width: 100%;
}
.cont_title{
    width: 100%;
    text-align: center;
}
.cont_title h1{
    font-size: 50px;
    font-weight: bold;
    color: blue;
    text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8;
    color: blue;
}
.cont_title h3{
    font-size: 30px;
    color:#E58E08;
    font-style: italic;
}
.cont_logoempresa{
    width: 100%;
}
.cont_logoempresa img{
    width: 100%;
    padding: 120px 1px 0px 1px;
}
.cont_nosotros_desc{
    width: 100%;
    text-align: justify;
}
.cont_nosotros_desc h2{
    font-size: 20px;
    color: #B97307;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.cont_nosotros_desc p{
    font-size: 20px;
    font-style: italic;
	color: #000;
}
.cont_nosotros_historia{
    width: 100%;
    text-align: center;
}
.cont_nosotros_historia h2{
    font-size: 40px;
    color: #B97307;
    font-weight: 900;
}
.cont_nosotros_historia p{
    font-size: 20px;
    font-style: italic;
	color: #000;
}
.cont_nosotros_historia p span{
    font-size: 25px;
    color: #063D75;
    font-weight: 800;
    
}

.linea_little{
    width: 100%;
    background: gray;
    height: 1px;
}
/***************************ESTILOS MISION-VALORES*************/
.cont_misvision{
    width: 100%;
}
.cont_mision{
    width: 100%;
    padding: 60px;
    background: #0BB063;
}
.cont_mision:hover,.cont_vision:hover{
    filter: brightness(170%);
    transition: all 0.5s;
}

.cont_mision h3,.cont_vision h3{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
	color: #000;
	
}
.cont_vision{
    width: 100%;
    padding: 60px;
    background: #1858F5;
}
.cont_mision p,.cont_vision p{
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;
    font-family:Arial;
    font-weight: bold;
	color: #000;
}
/*POLITICA*/
.cont_tit_pol{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	font-family: Avantgarde;
	color: #154360;
}
.cont_politica{
	text-align: justify;
	padding: 30px 100px;
}
.cont_politica p{
	font-size: 21px;
	font-family: Arial;
	color: #000;
	font-style: italic;
}
.cont_img_pol{
	width: 100%;
	text-align: center;
	height: 100%;
}
.cont_img_pol img{
	width: 100%;
	padding: 0px 200px 90px 200px;
}
/*************CONTENIDO RESPONSIVE********************/
@media(max-width:768px){
	
	.cont_baner img{width: 100%;height: 350px;}
	.cont_boton a{top:50%;}
	/***************ESTILOS : NOSOTROS*********/
	.cont_title h1{font-size: 40px;}
	.cont_title h3{font-size: 30px;color:#E58E08;font-style: italic;}
	.cont_logoempresa{width: 100%;text-align: center;}
	.cont_logoempresa img{width: 70%;padding: 0px;}
	.cont_nosotros_desc p{font-size: 18px;font-style: italic;}
	.cont_nosotros_historia h2{font-size: 35px;}
	.cont_tit_pol{font-size: 50px;}
	.cont_politica{padding: 30px 20px;}
	.cont_politica p{font-size: 19px;}
	.cont_img_pol img{padding: 0px 0px 90px 0px;}
}
@media(max-width:500px){
	/*Contenido*/
   .cont_baner img{width: 100%;height: 300px;}
	.cont_boton a{top:45%;}
    
}