*{
	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: 45px 20px;
}

.general{
    background-color: #00a618;
   	padding: 10px 0px;
   	position: relative;
    z-index: 9999;
}

/********/
.carousel-caption {
	background: rgba(black, 0.3);
	padding: 15px;
	margin: 0;
	font-size: 19px;
	margin-bottom: 40px;
}
.carousel-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(black, 0.3);
	display: block;
	width: 100%;
	height: 5px;
}
/*ESTILOS DE MENU*/

.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;
}
/**************PORQUE OURTEAM? *******************/
.why{
	
	border: 10px #00a618 solid;
    padding: 40px;
}
.porque{
	
	padding: 20px;
	color: #080f52;
	margin-top: 30px;
	margin: auto;
	width: 62%;
}

.misiones p{
	/*text-align: right;*/
	font-size: 1.1em;
	font-family: 'medium';
}
.titulo-why{
	margin-bottom: 20px;
}
.titulo-why h2{
	font-size: 2.2em;
	text-align: center;
	font-family: 'medium';
	color: #27107b;
}


/*******/
/******************SLIDER***********************/

h5{
	font-size: 4em;
	font-family: 'bold';
}

.caption{
	font-size: 4em;
	font-family: 'normal';
}

.carousel-caption{
	width: 100%;
    height: 100%;
    padding-top: 23%;
    left: 0% !important;
    right: 0% !important;
}
.slider-mean{
	width: 100%;
	background-color: #234c94;
	margin: auto;
	margin-top: 60px;
}
/*ESTILOS DE "NOSOTROS"*/
.ws_next{
	margin-top: -23.25em !important;
}
.ws_prev{
	margin-top: -23.25em !important;
}
.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;
}


.valores{
	text-align: center;
	padding: 20px;
	color: #080f52;
	margin-top: 30px;
}
.valores 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;
}
.valores h2{
	font-size: 2.5em;
	font-family: 'medium';
}

.valores p{
	font-size: 1.4em;
	font-family: 'normal';
}

/********/

/*ESTILOS DE "SOLUCIONES"*/

.soluciones{
	text-align: center;
	color: white;

	position: relative;
}

.soluciones div{
	
}

.soluciones img{
	width: 70px;
}

.soluciones h1{
	font-size: 2.2em;
    font-family: 'medium';
    margin-bottom: 65px
}
.soluciones h2{
	font-size: 1.1em;
    font-family: 'medium';
    margin-top: 20px;
}

/*ESTILOS DE "MARCAS"*/
.marcas{
	padding: 35px 0px;
	color: white;
}

.marcas div h1{
	font-size: 2.2em;
    font-family: 'medium';
    margin-bottom: 50px;
    color: #27107b;
    text-align: center;
}
.logo-foot{
  width: 300px;
  margin: 15px 0px;
}

.foco{
	vertical-align: middle;
    border-style: none;
    margin: 19px 10px 14px 0px;
    width: 150px;
}
/*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:1170px){
	.porque{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;}
	h5{font-size: 1.5em;}
	.caption{ font-size: 1.5em; }

}

@media screen and (max-width:767px){
	.misiones p{ text-align: center; }
	.misiones {text-align: center; margin-bottom: 40px;}
	.misiones img{width:300px;}

}