/*
Theme Name: 
Theme URI:
Description: 
Author: Dupla
Version:
License:
License URI:
Tags:
*/

@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'JosefinSans-Regular';
	src: url('fonts/JosefinSans-Regular.ttf');
	src:url(fonts/JosefinSans-Regular.ttf) format("truetype"), url(fonts/JosefinSans-Regular.otf) format("opentype");
}

@font-face {
	font-family: 'JosefinSans-SemiBold';
	src: url('fonts/JosefinSans-SemiBold.ttf');
	src:url(fonts/JosefinSans-SemiBold.ttf) format("truetype"), url(fonts/JosefinSans-SemiBold.otf) format("opentype");
}

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-weight: 300;
}

a{
	font-family: "JosefinSans-SemiBold";
	text-decoration:none;
	color: #333;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.clear{
	clear:both;
}
/*a:hover{
	color:#888;
	transition: all 0.5s ease;
	

}*/

img{
	border: none;
}

li{
	list-style: none;
}
/******* HEADER ********/
.top_header{
	width: 100%;
	position: fixed;

	top: 0px;
	left: 0;
	color: #000;
	background: #fff;
	 text-align: center;
	padding: 20px 0px 100px 0px;
	display: block;
}

.logo img{
 text-align: center;
}
.logo{
	height: 110px;
	position: relative;
	/*margin-left: 40%;*/
    text-align: center;
	top: 0;

}

.header{
	padding-top: 20px;
	width: 100%;
	background: #fff;
	color: #333;
	min-height: 80px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;

	-webkit-box-shadow: 0 1px 3px -1px rgba(136, 136, 136, .50); 
	box-shadow: 0 1px 3px -1px rgba(136, 136, 136, .50); 
	-moz-box-shadow: 0 1px 3px -1px rgba(136, 136, 136, .50); 
	text-align: center;
}

.header_interno{
	top: 0px;
	height: 80px;
	margin: auto;
	position: relative;
	width: 1024px;
}

.logo_2{
	float: left;
	width: 80px;
	margin-left: 40px;
	margin-top: 17px;
	display: none;
	position: absolute;
	left: 0;
}
.menuItem{
	cursor: pointer;
}
.menu_ul, .menu {
	margin: auto;
	-webkit-padding-start: 0;
	float: left;
	margin-top: 37px;
	margin-left: 150px;
}

.menu_li, .menu_ul li{
    float: left;
	
    width: 120px;
    text-align: center;
}
.menu_li a:hover, .menu_li a:active, .menu_ul li a:hover, .menu_ul li a:active{
	border-bottom: 1px solid #F05548;
	transition: all .8s ease;

}
.redes_ul{
	margin: auto;
	-webkit-padding-start: 0;
	float: right;
	margin-top: 37px;
	margin-right: 0px;
}

.redes_li{
	float: left;
	width: 28px;
    text-align: center;
}

.redes_li a:hover{
	color:#F05548;	
}

/*.fb, .tw, .ins{
	height: 30px;
	background-repeat: no-repeat;
	transition: all .6s ease;
	margin-top: -10px;
	width: 30px;
	float: left;
	border: 1px dashed #ededed;
	opacity: .6;
}

.fb:hover, .tw:hover, .ins:hover{
	opacity: .9;
}

.fb{
	background-image: url("images/fb2.png");
	
}

.fb:hover{
	background-position: 0px -30px;
}

.tw{
	background-image: url("images/tw2.png");
	
}

.tw:hover{
	background-position: 0px -30px;
}

.ins{
	background-image: url("images/ins2.png");
	
}

.ins:hover{
	background-position: 0px -30px;
}*/




/******* SLIDER ********/
.slider{
	height: 665px;
	width: 100%;
	background: #222;
	position: fixed;
	top: 0px;
	z-index: -1;
	overflow: hidden;
	cursor: pointer;

}

.imagen_slide{
	min-width: 100%;
	position: absolute;
	left: 0px;
	top: 150px;
	
}
.imagen_slide2{
	min-width: 100%;
	position: absolute;
	
	
}
.slide img { 
	display: none;
}

.slider2{
	overflow: hidden;
	position: relative;
	height: 360px;
	width: 100%;
	cursor: pointer;
}

.slide2 img { 
	display: none;
	min-width: 100%;
}
@media all and (min-width: 1200px) {
	.imagen_slide{
		top: 0px;
	}
}

/******* WRAPPER ********/
.wrapper{
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
	margin: 655px 0 436px 0;
	background: #fff;
	
	padding: 1px 0px; 
}

.content{
	width: 1024px;
	min-height: 800px;
	/* padding: 10px 10px 10px 10px; */
	margin: auto;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px rgba(136, 136, 136, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(136, 136, 136, 0.75);
	box-shadow:         0px 1px 5px rgba(136, 136, 136, 0.75);
}

.division{
	position: relative;
	margin-left: 48%;
	clear: both;
}

.seccion{
	/* background: #ccc; */
	min-height: 250px;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 40px 40px 40px 40px;
}

.titulo_seccion{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.titulo_seccion span{

	border-bottom: 1px solid #F05548;	
}

.info_seccion{
    /* position: absolute; */
	
    /* margin: 50px 40px 40px 40px; */
    /* width: 90.5%; */
}
/*
.info_seccion p{
	-moz-column-count:2;
	-webkit-column-count:2; 
	column-count:2;
	
	-moz-column-gap:50px; 
	-webkit-column-gap: 40px; 
	column-gap:50px;

}*/

.subtitulo{
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	/*max-width: 89px;*/
	
}

.subtitulo span{
	border-bottom: 1px solid #F05548;
}

.bloque_izq, .bloque_der{
	position: relative;
	
	width: 432px;
	float: left;
}

.bloque_izq ul, .bloque_der ul, .bloque_centro ul{
	padding: 0;
	margin:0;
	padding-left: 20px;
	border-left: 1px dashed #000;
}

.bloque_izq ul li, .bloque_der ul li, .bloque_centro ul li{
	line-height: 20px;
}

.bloque_der{
	float: right;
}

.bloque_centro{
	position: relative;
	
	padding-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
.bloque_centro h1{ text-align: center; border-bottom: 1px solid #F05548; font-size: 1em;}
.bloque_centro ul{

	border-left: 1px dashed #000;
}
.contenedor_img{
    overflow: hidden;
	
}
.contenedor_img img{
    width: 100%;

}
.antibot {
	display: none;
}
/******* FOOTER ********/
.footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: -2;
	padding-top: 30px;
 
	/*box-shadow: inset 0 0 5px -1px rgba(136, 136, 136, .50); 
	-moz-box-shadow: inset 0 0 5px -1px rgba(136, 136, 136, .50); */

	height: 440px;
}

.content_footer{
	width: 1044px;
	margin: auto;
}

.contenido_footer{
	width: 341;
	position: absolute;
	z-index: 1;
	background: #fff;
	padding: 10;
	height: 288px;
	box-shadow: 0px 0px 15px -2px #777;
	top: 22%;
	margin-left: 10px;
}

.formulario{
	width: 341px;
	text-transform: uppercase;
	position: relative;
	top: 18px;
}

.name, .email, .campo, .signup_button{
	background: rgba(255,255,255,.5);
	resize: none; 
	border: none;
	/* float: right; */
	width: 340px;
	height: 25px;
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5;
	color: #666;
	border: 1px solid #ccc;
	right: 20px;
}
.campo{
	height: 80px;
}

.campo::-webkit-scrollbar      {
	width: 2px;
	cursor: pointer;
}
.campo::-webkit-scrollbar-thumb {
	background: #999;
	cursor: pointer;
}      

.op5 .info_seccion p a {
width: 312px;
height: 160px;
float: left;
padding: 7px 1px 7px 1px;
overflow: hidden;
margin-top: 10px;
}

.op5 .info_seccion p a img {
max-width: 100%;
}

.signup_button{
	width: 44px;
	cursor: pointer;
	transition: all 0.5s ease;
	float: right;
	/* right: 5px; */
}
.signup_button:hover{
	background: #AFAFAF;
	color: #ededed;
}
.placeholder{
	color: #ededed;
}

.contenedor_mapa{
	width: 100%;
	height: 100%;
	
	position: relative;
}

.mapa {
	width: 100%;
	height: 100%;
}
#map_canvas {
	width: 100%;
	height: 100%;
}

.titulo_contacto{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.titulo_contacto span{

	border-bottom: 1px solid #F05548;	
}


.bloque_footer{
	position: relative;
	border-left: 1px dashed #000;
}

.bloque_footer ul{
	padding: 0;
	margin:0;
	padding-left: 20px;
}

.bloque_footer ul li{
	line-height: 20px;
}