@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	
}



{font-family: 'Inder', sans-serif;
font-family: 'La Belle Aurore', cursive;
font-family: 'Megrim', cursive;
font-family: 'Averia Sans Libre', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Fauna One', serif;
	
font-family: 'Open Sans', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'News Cycle', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Merriweather Sans', sans-serif;
}


body {
	background-color: cadetblue;
	font-family: 'Yantramanav', sans-serif;
	color: black;
}


	
/*==================Slider==========*/	
section{
	width: 100%;
	margin-bottom: 0px;
	
	}

#intro_cel{
	width: 100%;
		height: auto;
	text-align: center;
		margin-top: 70px;
		padding-top: 8px;
		background-color:#82F2F4;
	display: block;
}



/*slider versión movil*/
#intro_cel #slider_celular{
	position: fixed;
max-width: 100%;
max-heigth: 100%;
background-color:rgba(38,87,100,1.00);

	 margin-left: auto;
	 margin-left: auto;
z-index: -1;

	opacity: 1.0;
	display: block;
	
	}


/*slider versión escritorio, oculta en versión movil*/

	#intro_ordenador {

	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
	padding-top: 8px;
	background-color:#82F2F4;
	display: none;	
	}
	

#intro_ordenador #slider_ordenador{
position: relative;
max-width: 100%;
max-heigth: 100%;
background-color: cadetblue;
margin-left: auto;
margin-left: auto;
z-index: -1;
opacity: 1.0;
	display: none;
	
	}	











/*=======================VERSION 1024px==============================
=====================================================*/




@media all and (min-width:1024px) {

 #intro_cel{
	width: 100%;
		height: auto;
	text-align: center;
		margin-top: 70px;
		padding-top: 8px;
		background-color:#82F2F4;
	    display: none;
}
	
	
#intro_cel #slider_celular{
	position: fixed;
max-width: 100%;
max-heigth: 100%;
background-color:rgba(38,87,100,1.00);
margin-left: auto;
margin-left: auto;
z-index: -1;
opacity: 1.0;

display: none;
	}	
	
	
	#intro_ordenador {

	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
	padding-top: 8px;
	background-color:#82F2F4;
	display: block;	
	}
	
	
	
#intro_ordenador #slider_ordenador{
position:fixed;		
min-width: 100%;
min-heigth: 100%;
background-color:#011C5A;
margin-left: auto;
margin-left: auto;
display: block;
z-index: -1;
opacity: 1.0;
	}	
	
	
	
	
	
	
}