/* COLORES:
	#326b38 VERDE CLARO
	#204624 VERDE OSCURO
 */

*{
	margin: 0;
	padding: 0;
}

h2{
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 80px;
}

p{
	font-family: 'Raleway', sans-serif;
}

body{
	background-color: rgb(255, 255, 255);
	/* background-image: url("bg01.jpg");	*/
	  /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
  
  	/* Background image doesn't tile */
  	background-repeat: no-repeat;
  
  	/* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  	background-attachment: fixed;
  
  	/* This is what makes the background image rescale based
     on the container's size */
  	background-size: cover;
  
  	/* Set a background color that will be displayed
     while the background image is loading */
  	background-color: rgb(255, 255, 255);	
}
.navegacion{
	margin-bottom: 50px;
	padding-bottom: 30px;
}

header nav{
	width: 100%;
	margin: 0px auto;
	background: rgb(255, 255, 255);
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 67px;
}

header nav ul{
	overflow: hidden;
	list-style: none;
}

header nav ul li{
	float: left;
	font-family: 'Rajdhani', sans-serif;
    /* letter-spacing: 2px; */
    font-size: 18px;
}

/* 800px + */
@media screen and (min-width: 800px) {

	
}

header nav ul li img{
	margin-left: 20px;
	margin-right: 20px;
}

header nav ul li i{

	padding-right: 10px;	
}

header nav ul li a{
	color: rgb(45, 45, 45);
	padding: 20px;
	display: block;
	text-decoration: none;
}

header nav ul li a:hover{
	background: rgb(50, 107, 56);
	color: #ffffff;
}

.parallax_img {
	height: 500px;
	background-image: url('https://static.garmincdn.com/en_US/store/automotive/subcategory/cars/signoff_car_gps_navigation.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.parallax_img {
		background-attachment: inherit;
	}
}


.menu_bar {
	display: none;
}

#inicio ul li img{
	padding-left: 20px;
	padding-top: 10px;
}

section .cuerpo{
	color: rgb(55, 55, 55);
	padding-top: 32px;
	margin-bottom: 50px;
}

section .cuerpo p{
	text-align: center;
	letter-spacing: 1px;
}

.icons{
	color: rgb(50, 50, 50);
	font-size: 50px;
	text-align: center;
	padding: 100px 300px 100px 300px;
}

.about .p-text{
	padding: 0px 100px 0px 100px;
	text-align: justify;
}

.contacto .p-text p{
	text-align: center;
}

.contacto p{
	color: rgb(55, 55, 55);
	font-size: 17px;
	padding-top: 50px;
}

.contacto .leftside{
	padding-top: 50px;
}


.responsive {
  width: 100%;
  height: auto;
}

/* WSP BTN */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}

.float:hover{
	color: rgb(35,35,35);
}

@media screen and (max-width: 900px){

	.icons{
	font-size: 30px;
	text-align: center;
	padding: 100px 0px 100px 0px;
	}

	/* BAJADA SIDEBAR */
	header nav{
		width: 80%;
		height: 100%;
		left: -100%;
		margin: 0;
		position: fixed;
		background: rgba(50, 50, 50);
    	top: 0;
    	margin-top: 30px;
	}

	/* ITEMS SIDEBAR */
	header nav ul li{
		display: block;
		float: none;
		border-bottom: 1px solid rgba(45, 45, 45, .3);
		background-color: #FFF;
		z-index:100;
	}

	nav{
		z-index: 100;
	}

	.menu_bar{
		display: block;
		width: 100%;
	}

	h2{
		font-size: 45px;
	}

	section .cuerpo p{
	font-size: 14px;
	}

	section .p-text{
		padding: 0px 30px 0px 30px;
		text-align: justify;
	}

	.cuerpo{
		background: #FFF;
	}

	/* Menu Low res */
	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		background: rgb(255, 255, 255);
		color: rgb(35, 35, 35);
		text-decoration: none;
		font-weight: bold;
		font-size: 25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box; 
	}

	.menu_bar i{
		float: right;
		font-size: 30px;
		padding-top: 2px;
	}

	.menu_bar img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	.menu_bar a img{
		padding-left: 40px;
	}

	.contacto p{
		font-size: 10px !important;
	}

	.gmap iframe{
		width: 100%;
  		height: auto;
	}

	.about .p-text{
		padding: 0px 15px 0px 15px;
		text-align: justify;
	}

	.about .p-text p{
		font-size: 11px;
	}

	.contacto p{
		padding-top: 0px;
	}

	.contacto .leftside{
		padding-top: 0px;
	}
	.footer-links{
		font-weight: normal;
	}

}