
/******************** TERMINA HEADER ************************/
/******************** INICIA SLIDER ************************/

/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') 
  format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face{
	font-family: 'Comfortaa', cursive;
	font-family: 'flexslider-icon';
}

.flexslider{
	width: 100%;
	position: relative;
	font-family: 'Comfortaa', cursive;

}

.slides{
	overflow: hidden;
}

.slides img{
	width: 100%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	z-index: 990;
}

.flex-control-nav li{
	display: inline-block;
	margin: 0 6px;
}

.flex-control-nav li a{
	display: none;
	background: #777777;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	text-indent: -9999px;
	font-family: 'Comfortaa', cursive;
}

.flex-control-nav li a:hover{
	background: #2E2E2E;
}

.flex-control-nav li a.flex-active{
	background: #2E2E2E;	
}

.flex-direction-nav a{
	display: block;
	text-decoration: none;
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 40px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev{
	left: 0;
}

.flex-direction-nav .flex-next{
	right: 0;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 999;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-caption p{
	font-family: 'Comfortaa', cursive;
	position: absolute;
	top: 60%;
	text-align: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	text-shadow: 2px 2px black;	
}
.flex-caption a{
	font-family: 'Comfortaa', cursive;
	position: absolute;
	top: 70%;
	text-align: left;
	width: 100%;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 25px;
}

.flexslider:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover{
	opacity: 1;
}
/******************** TERMINA SLIDER ************************/

/******************** INICIA RESPONSIVE ************************/
@media screen and (min-width: 480px){
	body{
		
	}
	header h2 .redes_sociales{
		margin: 0px 3px;
	}
	header h2 figure a img{
	position: relative;
	top: 4px;
	width: 90%;
	height: 90%;
		
	}
	header h2 .redes_sociales{
		position: relative;
		right: -45px;
	}
	header h2 #logo_moviles{
		width: 80px;
		height: 80px;
	}
	.container-body{
    padding-left: 150px;
	}
	.colum1,.colum2,.colum3{
	margin-left: 0px;
    }


	



}
@media screen and (min-width: 600px){
	body{
		
	}
	header h2 .redes_sociales{
		position: relative;
		right: -100px;

	}
	.OF_title h3,
	.OF_title h4{
	width: 90%;		
	}
	.ME_title h3,
	.ME_title h4{
		padding-left: 50px;
	}
	.container-body{
    padding-left: 200px;
	}
	.flex-control-nav li a{
		display: block;
	}
	#contenedor_mapa_form{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    overflow: hidden;
    font-family: 'Comfortaa', cursive;
    
	}
	.form_contenedor{
	position: relative;
	display: inline-block;
	width: 49.5%;
	height: 100%;
	}
	.mpform{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	border-radius: 7px;
	text-align: center;
	}


@media screen and (min-width: 767px){
	body{
		
	}
	header{
		height: 75px;
		background: rgba(156,21,21,1);
		display: inline-block;

	}
	header h2 .redes_sociales,
	header h2 #logo_moviles,
	header h2{
		display: none;
	}
	header h1{
		display: inline-block;
		width: 40%;
		margin:0px;
		height: 75px;
		margin-left:60px;
		margin-right: 0px;
		line-height: 75px;
		min-width: 200px;
		
	}
	header h1 figure, header h1 a{
		position: relative;
		top: -5px;
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		color: white;
		margin:0px 3px;
	}
	header h1 figure a img{
		position: relative;
		top: 10px;
		height: 70px;
		width: 89px;
	}
	header h1 a{
		height:75px;
		font-size: 20px;
		margin:0px;
	}
	header nav {
		display: inline-block;
		position: relative;
		width: 50%;
		vertical-align: middle;

	}
	header nav #card_menu{
		display: inline-block;
		border:none;
		position: relative;
		top: 0px;
		width: 100%;
		text-align: right;
		padding: 0px;
		height: 65px;
	}
	header nav figure{
		display: none;
	}
	
	header nav #card_menu ul{
		position: relative;
		width: 100%;
		top: -8px;
		border: none;
		padding: 0px;
		margin: 0px;
		text-align: right;
	}
	header nav ul li #of,
	header nav ul li #ME{
		display: none;
	}
	header nav ul li {
		display: inline-block;
		width: 120px;
		text-align: center;
		margin: 0px 2px;
		position: relative;
		top: 5px;

	}
	header nav ul li a {
		font-size: .7em;
	}
	
	.flex-caption p{
	
	top: 50%;
	font-size: 35px;
	
	}
	.flex-caption a{
	
	font-size: 27px;
	padding-top: 25px;
	}
	.of_container{
		width: 100%;
		height: 300px;
	}
	.of_container div{
		width: 31.5%;
		height:300px;
		margin: 0px 2px 0px 2px;

	}
	.of_container #of_midle{
		margin: 0px;
	}
	.OF_title h3,
	.OF_title h4{
	font-size: 22px;		
	}
	.OF_title h4{
		top: -20px;
	}
	.of_container div a{
	padding-top: 270px;
	}
	.ME_title{
		font-size: 20px;
	}
	.ME_title h3,
	.ME_title h4{
		padding-left: 70px;
	}
	.ME_contaniner{
	height: 400px;
	}
	.container-body{
    padding-left: 300px;
	}
	

}
@media screen and (min-width: 950px){
	body{
		
	}
	header{
		height: 76px;
	}
	.flex-caption p{
	top: 65%;
	font-size: 45px;
	}
	.flex-caption a{
	font-size: 35px;
	padding-top: 70px;
	}
	.of_container div{
		width: 31%;
		height:300px;
		margin: 0 0;
		padding-left: 9px;
		
	}
	.of_container #of_midle{
		margin: 0px;
	}
	.ME_title h3,
	.ME_title h4{
		padding-left: 80px;
	}
	.ME_contaniner .ME_son #fig_dual_1 a{
		width:98.3%;
	}
	.container-body{
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
	}
	

}
@media screen and (min-width: 1370px){
	
	.of_container div{
		width: 32%;
		height:300px;
		margin: 0 0;
		padding-left: 9px;
		
	}
	.OF_title h3,
	.OF_title h4{
	width: 95%;		
	}
	.ME_title h3,
	.ME_title h4{
		padding-left: 100px;
	}
	.ME_contaniner .ME_son #fig_dual_1 a{
		width:98.6%;
	}

}