body {  
	font: georgia, times, serif, Sans-serif, Arial, Helvetica;
	background-color: #f2f2f2;
	color: #333;
	font-style: 1.2rem;
	line-height: 1.4em;
	margin: 0;
}





/*----------------------------------------------------------------------------------------------------------------------
---------------------------T H I S    I S   T H E    H E A D E R--------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

.actual{					/* Resalta la página actual  */
	color: blue;
	border-bottom: 3px solid #11487D;
}

.container {				/* Contenedor principal */
	width: 48px;
	max-width: 1080px;
	margin: 0 auto;
}

header{
	background: #f2f2f2 ;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	height: 50px;
	margin-top: -8px;
}

header a {
	color: #000;
	text-decoration: none;
	font-family: 'Champagne & limousines';
	font-weight: bold;

}

.nav-container {		/* Le da un espaciado a entre contenidos del header */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.logo {
	width:70px;
	padding-left: 4rem;
	align-items: center;
}

.menu-icon {
	display: none;
	margin-right: 5rem;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


	.navigation ul li {
	display: inline-block;
	}

		.navigation ul li a {
			margin: 0 1em;
			text-transform: uppercase;
		}

			.navigation ul li a:hover {
				color: #0E7FA6; /*resalta el el texto sobre el cursor*/
				font-weight: 1000;
				transition: all .2s;				
			}

.marca a{
	color: #26A6A6;
	margin-top: 20px;
}

.marca2 a{
	color: #26A6A6;
	border: 1px solid #26A6A6;
}


header .navigation .marca a:hover{	/* Resalta unicamente la clase .marca */
	color: #D95829;
}





/*----------------------------------------------------------------------------------------------------------------------
---------------------------T H I S    I S   T H E    B O D Y------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

.slider{
    max-height: 520px;
    overflow: hidden;
    margin-top: 55px;
}

.slider ul{
    display: flex;
    padding: 0 0 0 0;
    width: 500%;
    
    animation: cambio 30s infinite ;
}

.slider li {
    width: 100%;
    list-style: none;
}

.slider img  {
    width: 100%;
	height: center;
}


@keyframes cambio {

     0% {margin-left: 0;} 			
     19% {margin-left: 0;}
	 
     20% {margin-left: -100%;}
     39% {margin-left: -100%;}

     40% {margin-left: -200%;}
     59% {margin-left: -200%;}

     60% {margin-left: -300%;}
     79% { margin-left: -300%;}

     80% {margin-left: -400%;}
     100% { margin-left: -400%;}

}





.cuerpo h1{
	font-size: 2rem;
	line-height: 1.3em;
	font-family: "Champagne & limousines";
	text-align: center;
}


.section1A{
	width: 100%;
	padding-top: 2rem;
	display: flex;
	justify-content: center;
	
}

.in1A{
	width: 30%;
	margin: 0px 8px 8px 8px	;
}

.in1A:hover{
	background-color: white;
	transition: .5s;	
	-webkit-box-shadow: 0px 13px 26px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 26px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 26px -6px rgba(0,0,0,0.75);
}


.in1A h3{
	text-align:center;
	word-wrap: break-word;
}

.in1A p{
	text-align: center ;
	padding: 0 1rem 0 1rem;
	
}

.in1A img{
	width: 50%;
	display: block;
	margin: auto;
}






#productos{
	width:100%;
	font-family: 'Champagne & limousines';
	padding: 4rem 0 18rem 0;

	
	
}

#productos h1{
	text-align: center;

}

.pro{
	display: flex;
	background-color:;


}

.inpro{
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: 40%;
	padding: 5px;
	align-items: center;
	background-color: #ebebeb;
	-webkit-box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);
	-moz-box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);
	box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);



}



.inpro:hover {
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	background-color: ;
	color: ;

	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;
}

.inpro {
	overflow:hidden;}

.inpro img{
	width: 12%;
	padding-left: 40px;
}

.inpro h3{

	padding-left: 20%;
}





















.contacto{
	text-align: center;
	width:100%;
	font-family: 'Champagne & limousines';
	margin-top: 6rem;
}

.contactoA{
	display: flex;
	background-color:;
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;

}

.contactoB{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	background-color: #ebebeb;
	-webkit-box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);
	-moz-box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);
	box-shadow: 4px 3px 4px 1px rgba(110,110,110,1);

	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;

}

.contactoB h3{
	background-color:#2d51a3 ;
	padding: 10px;
	margin-top: 0;
	color: #f2f2f2;
	border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
border: 0px solid #000000;
}


.contactoB img{
	width: 120px;
	background-color: ;
}

.contacto h1{
	display: block;
}

.mapa{
	width:  ;
	margin-bottom: 80px;

}

iframe{
	width: 80%;
	height: 400px;
	-webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
}	






/*----------------------------------------------------------------------------------------------------------------------
---------------------------T H I S    I S   T H E    F O O T E R--------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

.footer{
	background-color: #333 ;
	width: 100%;
	font-family: 'Champagne & limousines';
	display: block;
	justify-content: space-between;
	color: white;
	margin-bottom: 0 ;


}

.foot{
	display: flex;
	width: 100%;
	margin: auto;
	padding: 20px 0 20px 0;
}
	.foot img{
		width: 25px;
	}

.emp{	
		width: 50%;

}
	.emp li{
		padding-right: 20px;
	}

.flinks{
	width: 50%;
	left: 0;
	text-align: left;
}


.foot ul{
	margin: 10px;
	padding: 0;
	list-style: none;
	text-align: center;
}

	.foot ul li{
		display: inline-block;
	}

		.foot ul li a{
			margin: 0.4em;
			text-transform: uppercase;
			text-decoration: none;
			color: white;
			padding-bottom: 2px;

		}


		.flinks li a:hover{
			color: white;
			border-bottom: 1px solid white;
		}













/*----------------------------------------------------------------------------------------------------------------------
---------------------------S C R I P T S    AND    R E S P O N S I V E--------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/


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

	.slider{
		margin-top: 54px;
		
	}

	.navcontainer{
		background-color: red;
	}

	.logoimage{
		width: 8%;
	}

	.header{
		max-height: 1.6rem

	}

	.actual {
		border-bottom: none;
	}

	.menu-icon{
		display: block;
		cursor: pointer;
	}
	
	.navigation {
		width: 100%;
		margin-top: 0rem;
		align-items: center;
		background-color: #f2f2f2;
		text-align:center;
		padding: 0px;
	}

	.navigation ul{
		display: none;

	}
		.navigation ul.show {
		display: block;

		}

		.navigation img{
			width: 100%;
		}

	.navigation ul li {
	display: block;
	}

		.navigation ul li a {
			margin: 0 1em;
			padding: 0.5rem 0;
			text-transform: uppercase;
		}

			.navigation ul li a:hover {
			color: #0E7FA6; /*resalta el el texto sobre el cursor*/
			font-weight: 1000;
			}



.cuerpo{
	width: 90%;
	margin-top: -20px;
	display: block;
	margin-right: auto;
	margin-left:auto;
}

	.cuerpo h1{
		font-size: 150%;
}

.section1A{
	width: 100%;
	padding-top: 0rem;
	display:block;
	background-color: ;
	
}

.in1A{
	width: 100%;
	padding-top: 1rem;
	display: block;
	
}
	.in1A img{
		width: 30%;
	}

	.in1A h3{
		display: none;
	}

	.in1A p{
		margin-top: 3rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%
	}

.in1A:hover{
	background-color: white ;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);	

}


.pro{
	display: block;
	background-color: ;

}

.inpro{
	width: 60%;
}



.contactoA{
	display: block;
}

.contactoB{
	width: 70%;
}





.footer{
	font-size: 60%;
	display: block;
}

.foot1{
	text-align: center;
}

}








.construccion{
	padding-top: 4rem;
}
.construccion h1, h2{
	font-family: 'Champagne & limousines';
	text-align: center;
}

.construccion img{
	width: 25%;
}