body{
	background-image:url(../images/bg.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#1D2C57;
	font-family: 'Asap', sans-serif;
	
}
.container-main{
	background-color:white;
	padding:0px;
	overflow-x: hidden;
}
/*menu*/
.navbar{
	background-color:black;
	border:none;
	border-radius:0px;
	/*border-bottom:solid 3px #87D90A;*/
	margin-bottom: 0px;
}
@media (min-width:800px){
.navbar .container-fluid{
	padding:0px;
}
}
.navbar-brand{
	background-color:#1D2C57;
	height:80px;
	padding-left:25px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a{
	color:white;
	font-weight:bold;	
	line-height:50px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:red;
}
.navbar-right{
		margin-right:160px;
}
/*banner paginas*/
.banner p{
	font-size:60px;
	font-weight:bold;
	color:#970C11;
	
}
.banner-inner{
	position:absolute;left:80px;top:30%;
}
@media (max-width:780px){
		.banner p{
				font-size:24px;
		}
		.banner-inner{
			left:20px;
			top:27%;
		}
		.footer-derecha{
			text-align:center;
		}
		.navbar-brand{
			height:50px;
			padding:10px;
		}
		.navbar-brand img{
			height:100%;
		}
		.navbar-header{
			background-color:#1D2C57;
		}
}


/*home*/
.pelotas-home img{
	margin-top:15px;
	margin-bottom:15px;
}
.banner-home{
	background-image:url(../images/bg-banner-home.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:auto 100px;
}
.boton-home {
	background-color:#DB090A;
	color:white;
}
#banner_home_imagen{
	margin:20px 0px 0px 0px;width:100%;position:absolute;top:0px;
}

#logo_pelotas_america_empresa{
	width:100%;
}
@media (max-width:780px){
	#banner_home_imagen{
		position:static;
	}
	#logo_pelotas_america_empresa{
		/*margin:0px auto !important;*/
		margin-bottom:20px !important;		
		/*max-width: 300px !important;		*/
		padding:0px 25%;
	}
	#logo_pelotas_america_empresa img{
		width:100%;
	}
	
	.texto-contacto{
		text-align:center;
	}
}
.texto-home-1{
	color:#1D2C55;
	font-size:40px;
	font-weight:bold;	
	margin-bottom:0px;
	margin-top:20px;
}
.texto-home-2{
	color:#920D10;
	font-size:26px;
	font-weight:bold;
	margin-bottom:0px;
}
.texto-home-3{
	color:#333;
	font-size:20px;
	margin-bottom:10px;
}
.texto-home-4{
	color:#920D10;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.texto-home-5{
	color:#1D2C55;
	line-height:20px;
}
.texto-home-6{
	font-size:28px;
	font-weight:bold;
	color:white;
	line-height:32px;
	margin-bottom:0px;
	padding-top:15px;
}
.texto-home-7{	
	color:#EB5D2D;
	font-size:16px;
}
.texto-home-8{
	
}
.boton-home{
	margin-bottom:15px;
}



.footer{
	color:#fff;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	text-decoration:none;
}
.footer-izquierda{
	text-align:center;
}

.footer-menu{
	border-bottom:solid 2px white;
	padding-bottom:10px;
	padding-top:30px;
	margin-left:25px;
	margin-right:25px;
	font-weight:bold;
}

.footer-menu a{
	/*margin-right:40px;*/	
	padding:0px 5px;
}

.footer-menu a.last{
	margin-right:0px;
}
.footer-copy{
	margin-top:10px;
}
.footer-social{
		color:#8DD028;
		font-weight:bold;
		font-size:15px;
		
}
.footer-icono-social{
	margin-left:15px;
}
.titulo{
	background-image:url(../images/home/bg-prod.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	font-size:30px;
	padding-top:60px;
	padding-bottom:60px;
	padding-left:60px;
	line-height:40px;	
	color:#172758;
}
.titulo span{
	font-weight:bold;
	
}
.titulo-pelota{
	
}
.titulo-pelota p{
	margin:0px;
}
.titulo-pelota p.main{
	color:#7F1517;
	font-size:30px;
	border-top:solid 1px #7F1517;
}
.pelota{
	overflow:hidden;
}
.pelota img{
	width:100%;
	margin-top:30px;
	
	/*position:relative;*/
	/*display:block;
	margin-left:auto;
	margin-right:auto;*/
	/*left:-50%;*/
	
	background-position: center;
	background-size: 100%;
	
}
.separador-pelota{
	margin-top:40px;
}
.form-contacto input,
.form-contacto textarea
{
	width:100%;
	margin-bottom:20px;
	border:solid 1px #333;
	padding:5px;
	font-size:13px;
}