*{
	padding: 0px;
	margin: 0px;
} 

@font-face {
    font-family: 'bold';
    src: url(../fonts/bold.otf);
}

@font-face {
    font-family: 'normal';
    src: url(../fonts/normal.otf);
}
@font-face {
    font-family: 'medium';
    src: url(../fonts/medium.otf);
}
/*CONTENEDOR GENERAL*/
body{
	
	

}
.wrap{
	width: 1200px;
    display: block;
    margin: auto;
    padding: 32px 20px;
}

.general{
    background-color: #00a618;
   	padding: 70px 0px;
   	box-shadow: 0px 0px 20px #868686;
   	color: white;
}

/********/

/*ESTILOS DE MENU*/
.misiones img{

    vertical-align: middle;
    border-style: none;
    width: 55px;
    margin-bottom: 20px;

}
.cabecera{     
	width: 100%; 
} 


.logo{
	width: 72px;
	margin-left: 60px;
}


header img{
	height: 2.9rem;
    width: auto;
	margin-left: 40px;
	margin-top: 5px;
}

#cssmenu > ul > li > a{
	font-size: 1em !important;
	font-family: 'normal';
	color: white !important;
}

/*******/

/*ESTILOS DE "NOSOTROS"*/

.titles {
	background-image: url(../img/fondo-imagen.jpg);
    background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 53px;
    padding: 118px;
}
.menu-general{
	font-family: 'normal';
}
.contenedor {
    display: block;
    width: 100%;
    margin: auto;
}
.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1.title {
    font-size: 53px;
    font-family: 'medium';
    color: white;
}

.sub {
    font-weight: 200;
    text-align: center;
    font-size: 1.5em;
    font-family: 'normal';
    color: white;
}


.nosotros{
	text-align: center;
	padding: 20px;
	color: #080f52;
	margin-top: 30px;
}
.nosotros h1{
	font-size: 2.5em;
	font-family: 'bold';
	border-top: 2px solid #080f52;
	border-right: 2px solid #080f52;
	border-left: 2px solid #080f52;
	padding: 15px 0px;
	margin-bottom: 40px;
}
.nosotros h2{
	font-size: 2em;
	font-family: 'medium';
}

.nosotros p{
	font-size: 1.1em;
    font-family: 'normal';
    margin-top: 20px;
}
.foco{
	vertical-align: middle;
    border-style: none;
    margin: 19px 10px 14px 0px;
    width: 150px;
}
/********/

/*ESTILOS DE "SOLUCIONES"*/

.valores{
	text-align: center;
	color: white;
	
	position: relative;
}

.valores div{
	
}

.valores img{
	width: 85px;
}

.valores h1{
	font-size: 2.5em;
	font-family: 'medium';
	margin-bottom: 65px;
}
.valores h2{
	font-size: 1.4em;
	font-family: 'medium';
	margin-top: 20px;
}

.logo-foot{
  width: 300px;
  margin: 15px 0px;
}

/*ESTILOS DE "CONTACTO"*/
.general-contacto{
	/*background-image: url(../img/texturas/blue-text.png);*/
	/*background-repeat: repeat;*/
	background: #3154c8;
}
.contacto{
	text-align: center;
	padding: 25px 0px;
	color: white;
}
.contacto h2{
	/*font-size: 1.6em;*/
	font-family: 'medium';
}

.contacto p{
	font-size: 1.2em;
	font-family: 'normal';
}

legend{
	font-size: 1.6em !important;
}

.container{
	background-color:#00a618;
	padding: 20px;
	border-radius: 10%;
}
.trans{
	padding: 20px;
}
.espacio{
	max-width: 100% !important;
}

input{
	font-family: 'medium';
}

textarea{
	font-family: 'medium';
}

.btn{
	background-color: #334275;
}
.map{
	width: 100%;

}


@media screen and (max-width:1300px){
	.wrap{width:100%;}
}
@media screen and (max-width:1000px){

	.sub{font-size: 1.2em;}
	.titles{ padding: 50px; }
	h2.title{font-size: 2.5em;}
	.valores p{font-size: 1.2em;}
	.valores h2{font-size: 2em;}

}