/**{
    outline: 1px solid rgba(255,0,0,0.4);
}*/
@font-face{
	font-family: 'myfont';
	src:url(../fonts/Open/OpenSans-Regular.ttf);
}
.row{
	margin: 0;

}
a{
	text-decoration: none;
}
img{max-width: 100%;
}
section{
	padding: 90px 0;
}
.header{
	background-color:#e6ffe6;
	position: fixed;
	opacity: 0.9;
	z-index: 1000;
	width: 100%;
	padding: 0 60px;
	text-align: center;
}
.header img{
	max-width: 8%;
	float: left;
}
.menu{
    margin: 20px;
    text-align: center;
    padding: 0 60px;
    display: inline-block;
 }
.menu li{
	display: inline-block;
	padding: 0px;
	font-family: 'myfont';
	margin: 0px;
	border-right: 2px solid #A8A8A8;
}
.menu li:last-child{
	border-right: none;
}
.menu a{
	display: block;
    color:black;
    text-transform: uppercase;
    padding: 10px;
}
.menu a:hover{
	transform: scale(1.2);
	background-color: #D7FCE3;
}
.margin{
	height: 90px;
	width: 100%;
	background-color: black;
}
.video{
	height: 400px;
	position: relative;
	overflow: hidden;
}
.fullscreen
{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.cuad_verde{
	background: #CCBE9D;
	position: relative;
}
.margen-blog{
	margin: 2% 0%;
	text-align: center;
}
.icono_contac{
	display: inline-block;
	width: 12%;
	margin: 4% 1%;
}
.contc_plomo{
	background: #9E8C82;
	text-align: center;
}
.contc_plomo p{
	padding: 30px;
}
.cont > img{
		width: 10%;
}
#email > img{
	width: 10%;
	margin-bottom: 1%;}

#boton{
	position: absolute;
	width: 5%;
	bottom: 0%;
	right: 0%;
}
.equipo{
	margin: 2% 4%;
	text-align: center;
}
.list_equipo{
	max-width: 22%;
	margin: 1% 3%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}
.list_equipo > img{
	border-radius: 100%;
}
.list_equipo a {
	max-width: 40%;
}
.cont img {
    border-radius: 100%;
    width: 10%;
}
.cont > img:hover{
	box-shadow: rgb(193, 240, 193) 5px 5px 5px 10px;}
.cont > img{
		width: 10%;
}
.misi_visi{
	width: 34%;
	margin: 0% 8%;
}
.cuadro1{
	margin-bottom: 40px;
	margin-top: 40px;
}
h3{
	text-align: center;
	margin-bottom: 30px;
}
.fondo_meto{
	background: url(../img/metodo.jpg);
	background-size: cover;
	padding:0%;
	height: 450px;
	
}
.cuadr_metod{
	background: #396B30;
    height: 450px;
}
.meto{
	padding: 0px;
}
.cuadro3 h2{
	padding-bottom: 10px;
}
.text_meto{
	margin: 10px;
	color: white;
}
.icono_meto{
	margin: 26% 44% 2%;
}
.cero{
	margin-left: 50px;
}

.text-center{
	text-align: center;
}
.redondo{
	width: 27%;
	margin: 4% 0% 4% 3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.servicios{

	margin-top: 5%;
}
.circulo{
	width: 30%;
	margin: 4% 5% 4% 35%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
footer{
padding: 20px;
}
footer p {
	margin: 20px;
    display: inline-block;
    font-family: 'myfont'; 
}
footer a{
	color:#EDE907;
}
.left{
	float: right;
	text-align: right;
}
span{
	color:#8C8C8C;
}