@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Ovo');

/*====================== Estilos Responsive ======================*/

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}


/*@media (min-width:760px){  */


/*@media (min-width:760px){  */

	


@media (min-width: 320px){


	.logo{
		height: 25%;

	}
	
	.contenido_principal h2{
		color: white;
		line-height: 25px;
		font-size: 24px;
		width: 90%;
		margin: auto;
		text-shadow: 0px 0px 35px #000;
	
	}
	
	.contenido_principal p{
		font-size: 14px;
		width: 70%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 25px;
		text-align: center;
		text-shadow: 0px 0px 35px #000;
	}
	


	.contenedor_nosotros {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		
	}
	.nosotros__txt h2{
		margin-top: -30%;
		color: white;
		letter-spacing: 4px;
		text-shadow: 0px 0px 35px #000;
		transition: all 0,5s;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		/*text-align: left;*/
	}
	
	.nosotros__txt p{
	margin-top: 15%;
	font-weight: lighter;
	text-align: justify;
}

}

@media (min-width: 420px){
	
	.nosotros__txt h2{
		margin-top: -20%;
		color: white;
		letter-spacing: 4px;
		text-shadow: 0px 0px 35px #000;
		transition: all 0,5s;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
		/*text-align: left;*/
	}
}




@media (min-width : 730px ){
	
	.logo{
		width: 25%;
	}

	.principal .banner_principal{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		max-width: none;
	}

	.contenido_principal{
		max-width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	
	.contenido_principal p{
		
		color: white;
		font-size: 20px;
		letter-spacing: 0px;
		text-align: center;
		padding: 20px;
		text-shadow: 0px 0px 30px #000;
		margin-bottom: 40px;
		/*background: rgba(74, 175, 205, .80);*/
	}
	
	.contenedor_nosotros {
		position: relative;
		width: 100%;
		height: auto;
		background: white;
		padding: 0px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		overflow: hidden;
		margin: auto;
	}
	
	.img_nosotros{
		height: 350px;
		overflow: hidden;
	}
	
	.img_nosotros img{
		height: auto;
	}
	
	.nosotros__txt h2{
		margin-top: -110px;
		font-size: 40px;
		letter-spacing: 8px;
	}
	
	.nosotros__txt p{
		margin-top: 10%;
		font-weight: lighter;
		text-align: justify;
	}
	
		/*=========================== Servicios ===========================*/
	
	.servicios{
		width: 100%;
		height: 250px;
		padding: 20px;
	}
	
	.img__servicios{
		width: 30%;
		height: 200px;
		float: left;
		margin-right: 30px
	}
	
	.img__servicios img{
		height: 100%;
	}
	
	.servicios__info{
		
		height: 250px;
		width: 100%;
		padding: 10px;
			
	}
	

}

@media (min-width: 1000px){
	
	.contenedor{
		width: 1000px;
	}
	
	.nav{
		margin-top:  10px;
		position: static;
		width: auto;
	}
	.menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.icon-menu{
		display: none;
	}
	
	.menu__link{
		font-size: 14px;
		color: #4AAFCD;
		background: none;
	}
	
	.select{
		color:white;
		background: #4AAFCD;
	}
	
	.contenedor_nosotros {
		margin-top: 40px;
		width: 1000px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		overflow: hidden;
	}

	.contenedor .img_nosotros {
		width: 450px;
		height: 50px;
		background: #008000;
		overflow: hidden;
		top: 0;
		left: 0;

	}
	
	.img_nosotros{
		height: auto;
		position: relative;
		left:35%;
		transition: 0,5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	.img_nosotros:after{
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.3) 49%, rgba(255,255,255,0.3) 100%);
		background:	-webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.3) 49%, rgba(255,255,255,0.3) 100%);
		background:	-moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.3) 49%, rgba(255,255,255,0.3) 100%);
		background:  -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.3) 49%, rgba(255,255,255,0.3) 100%);
		 
	}
	.img_nosotros img {
		width: 100%;

	}

	.nosotros__txt {
		position: absolute;
		top: 10%;

		width: 65%;
		vertical-align: middle;
		left: 2%;
		font-size: 14px;
		padding: 20px;
		text-align: center;
		color: #819EA4;
	}

	
		
	
	.nosotros__txt h2{
		margin-top: 0;
		color: #819EA4;
		font-size: 30px;
		letter-spacing: 1px;
		text-shadow: 0px 0px 0px #000;
		transition: 0,5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.nosotros__txt p{
		font-size: 14px;
		margin-top: 5%;
		font-weight: lighter;
		text-align: justify;
	}

	.boton_nosotros{
		width: 200px;
		padding: 8px;
		background: #819EA4;
		border-radius: 25px;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 15px;
		color: #ffffff;
		cursor: pointer;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;

	}

	.boton_nosotros:hover{
		width: 215px;
		background: #6F878C;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;

	}
	
	
	
		/*=========================== Servicios ===========================*/
	
	.contenedor_servicios{
		width: 1000px;
		height: 600px;
		margin-bottom: 100px;
		
	}
	
	.servicios_gral{
		display: flex;
		justify-content: space-between;
		height: 100%;
	}
	
	.servicios{
		width: 32%;
		height: 100%;
		padding: 20px;
		
	}
	
	.img__servicios{
		width: 100%;
		height: 200px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.img__servicios img{
		height: 100%;
	}
	
	.servicios__info{
	
		height: 250px;
		width: 100%;
		padding: 10px;
			
	}
	
	
	/*=========================== Formulario ===========================*/
	.form_contacto{
	width: 1000px;
	
	}
	
	.contactofrm{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}
	
	.direccion{
		display: flex;
		justify-content: space-between;
	}
	
	.direccion hr{
		display: none;
	}
	
	.valdemoro{
		margin-top: 0;
	}
	
	.dir2{
		width: 300px;
	}
}

@media (min-width: 1300px){
	
	.contenedor, .contenedor_nosotros, .contenedor_servicios, .form_contacto {
		width: 1200px;
	}
	
	.img_nosotros{
		left:20%;	
	}
	
	.nosotros__txt{
		width: 45%;
		left: 3%;
	}
	
	.nosotros__txt p{
		font-size: 16px;
	}
	
	.dir1{
		margin-left: auto;
	}
	
	.dir2{
		margin-left: 80px;
		margin-right: auto;
	}
		
}