@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');

*{
	margin:0;
	padding:0;
	text-decoration: none;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
	

h1{margin:0;}

body {
	background-color: #EEEEEE;
	background-repeat: repeat;
background-attachment: fixed

}





/* BANNER PRINCIPAL */
	.LogoElsitiodelpelotero{
    content:url("../images/banner-elsitiodelpelotero.png");
}

#MENU{
	
	width:100%;
	background-color:#d86001;
	text-align:left;
	box-sizing:border-box;
	margin:0px;
	
	border-top-color:#9e2806;
	border-top-width:10px;
	border-top-style:solid;

}





/* DETALLE Y FORM*/

#contenedor{
	width: 100%;
	height: auto;
	background-color: #EEEEEE;
	
}


.detalle{
	width: 55%;
	height: auto;
	background-color: #FFF;
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	
}


.Titulo{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2.2em;
	font-style:normal;
	line-height: 1.4;
	color:#2962FF;	
}

.Bajada{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
}

.Bajada_texto{
	
	width: auto;
	font-family: "Comfortaa", sans-serif;
	font-size:1.3em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Bajada_datos{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.3em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;

}

.texto{
	
	width: auto;
	font-family: "Comfortaa", sans-serif;
	font-size:1.1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
	
	margin-bottom: 10px;
}




.rec_form{
	width: 45%;
	height: auto;
	background-color: #FFF;
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	overflow: hidden;
	background:#EEEEEE;

	
}



.mapa{
	width: 100%;
	height: 270px;
	margin-top: 10px;
	border: 0px;



}
	

			
/* FOOTER */

.Footer {
	width:100%;
	height:auto;
	background-color:#d86001;
	padding:30px;
	overflow:hidden;
	box-sizing: border-box;
	
}
	.TextoFooter {
	width: auto;
	font-family: "Trebuchet Ms", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#fff;	
	
	}
	
	
	
	.whats2{
		display:none;
	}
	
.mostrar_form{
	display: block;
}

	
	/* # PARA CELULARES 400
***************************************************************************************************************************/
@media screen and (max-width: 768px){
	
	
	

	/* BANNER PRINCIPAL */
	
	.LogoElsitiodelpelotero{
    content:url("../images/banner-elsitio-movil.png");
}
	

/* DETALLE Y FORM*/

#contenedor{
	width: 100%;
	height: auto;
	background-color: #EEEEEE;
	
}


.detalle{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: none;
	
}


.Titulo{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2em;
	font-style:normal;
	line-height: 1.4;
	color:#2962FF;	
}

.Bajada{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.6em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
}

.Bajada_texto{
	
	width: auto;
	font-family: "Comfortaa", sans-serif;
	font-size:1.2em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Bajada_datos{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;

}

.texto{
	
	width: auto;
	font-family: "Comfortaa", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
	
	margin-bottom: 10px;
}




.rec_form{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	overflow: hidden;
	background:#EEEEEE;

	
}



.mapa{
	width: 100%;
	height: 270px;
	margin-top: 10px;
	border: 0px;



}


.whats2{
	display:block;
	width:100%;
	height:auto;
	
	color:#666;
	font-family: "Oswald", sans-serif;
	font-size:1.3em;
	font-style:normal;
	text-align:center;


	}
	
	.icon_whats{
	
	width:18px;
	height:18px;

	}
		
.mostrar_form{
	display: none;
}	
		


}