/* ----------- Desktop ----------- */
/* @media only screen  */
  /* and (min-device-width: 1200px)  */
  /* and (max-width: 1200px) */
  @media (min-width: 1025px) and (max-width: 1280px){  
	p {font-size: 20px;line-height: 1.4; }
	h1 {font-size: 42px; }
	h2 {font-size: 32px;}
	h3 {font-size: 26px; }
	h4 {font-size: 24px; }
	h5 {font-size: 18px;}
	h6 {font-size: 18px;}  
	.hero h1 {font-size: 50px;}
}

/* Laptop */  
/* @media only screen and (min-height : 580px) and (max-height : 700px)  { 
	
}  */

/* Tablets Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: landscape) {
	h1 {font-size: 70px; }  
	h2 {font-size: 36px;}
	h3 {font-size: 30px; }
	h4 {font-size: 36px; }
	h5 {font-size: 24px;}
	h6 {font-size: 16px;}    
    p {font-size: 18px;} 
	.hero h1 {font-size: 50px;line-height: 1;}
	.infografia-1 {margin-top: -12em;}
	.lista-normal li {font-size:18px;}
}


/* Tablets Portrait */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
	h1 {font-size: 70px; }  
	h2 {font-size: 40px;}
	h3 {font-size: 30px; }
	h4 {font-size: 36px; }
	h5 {font-size: 24px;}
	h6 {font-size: 16px;}    
    p {font-size: 18px;} 
	.hero {height: 75vh;}
	.hero-secciones {height: 65vh;}
	.hero h1 {font-size: 50px;line-height: 1;}
	.hero-calderin,.hero-burbuja {background-size: auto 90%;}
	.infografia-1 {margin-top: -9em;}
	.lista-normal li {font-size:18px;}
}


/* Smartphones Portrait */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 667px) 
   and (orientation: portrait) {
	h1 {font-size: 48px;}  
	h2 {font-size: 28px;}
	h3 {font-size: 28px;}
	h4 {font-size: 24px;}
	h5 {font-size: 22px;}
	h6 {font-size: 14px;}    
	p {font-size: 16px;}    
	.hero {height: 65vh;}
	.hero-secciones {height: 75vh;}
	.hero h1 {font-size: 40px;line-height: 1;}
	.hero-calderin,.hero-burbuja {background-size: auto 70%;}
	.infografia-1 {margin-top: -6em;}
	.numero-verde {width: 70px;height: 70px;min-width: 70px;line-height: 70px;font-size: 40px;}
	.lista-normal li {font-size:16px;margin-left: 2em;}
}

/* Smartphones Lanscape */
@media only screen 
  and (min-width: 320px) 
  and (max-width: 750px) 
  and (orientation: landscape) {
	h1 {font-size: 48px;}  
	h2 {font-size: 28px;}
	h3 {font-size: 28px;}
	h4 {font-size: 24px;}
	h5 {font-size: 22px;}
	h6 {font-size: 14px;}    
	p {font-size: 16px;}    
	.hero {height: 65vh;}
	.hero-secciones {height: 75vh;}
	.hero h1 {font-size: 40px;line-height: 1;}
	.hero-calderin,.hero-burbuja {background-size: auto 70%;}
	.infografia-1 {margin-top: -6em;}
	.numero-verde {width: 70px;height: 70px;min-width: 70px;line-height: 70px;font-size: 40px;}
	.lista-normal li {font-size:16px;margin-left: 2em;}
}