@media screen and (max-width:1300px){
/* PANTALLA IGUAL O MENOR A 1300px */
	nav ul > li{ font-size: 1.6em;}
	.tiemposcount .numero{ line-height: 180px; width: 180px; } 
	.tiemposcount .descripcion{ width: 180px; }

}/* =============================== */
@media screen and (max-width:1200px){
/* PANTALLA IGUAL O MENOR A 1200px */
	.textodehome{ margin-top: 25%; }

}/* =============================== */
@media screen and (max-width:991px){
/* PANTALLA IGUAL O MENOR A 991px */
	.textodehome{ margin-top: 35%; }
	.text-typed{ font-size: 3em;  }
	.autor-typed{ font-size: 1.5em;  }
	.tiemposcount .numero{ line-height: 160px; width: 160px; } 
	.tiemposcount .descripcion{ width: 160px; }

}/* =============================== */
@media screen and (max-width:800px){
/* PANTALLA IGUAL O MENOR A 800px */
	nav ul > li{ font-size: 1.4em;}
	.tiemposcount .numero{ line-height: 150px; width: 150px; font-size: 3em; } 
	.tiemposcount .descripcion{ width: 150px; font-size: 1em; }

}/* =============================== */
@media screen and (max-width:720px){
/* PANTALLA IGUAL O MENOR A 720px */
	nav ul > li{ font-size: 1.2em;}	
	.tiemposcount .numero{ line-height: 200px; width: 200px; font-size: 3.5em; } 
	.tiemposcount .descripcion{ width: 200px; font-size: 1.2em; }

}/* =============================== */
@media screen and (max-width:680px){
/* PANTALLA IGUAL O MENOR A 680px */
	.textodehome{ margin-top: 45%; }
	nav{display: none;}
	#menuflotante{display: none;}
	#menumobile{display: block;}
	ul#ul_testimonios > li > div.globodetestimonio .innerglobo{  font-size: 14px; }
	ul#ul_testimonios > li > div.globodetestimonio > span{ display: block; font-size: 12px; color: #1535AA; text-align: right; margin-top: 10px; }
	ul#ul_testimonios > li > div.globodetestimonio > span > small{ display: block; font-size: 80%; color: #182FDE;  }

}/* =============================== */
@media screen and (max-width:640px){
/* PANTALLA IGUAL O MENOR A 640px */
	.textodehome{ margin-top: 50%; }
	.text-typed{ font-size: 2.5em;  }
	.autor-typed{ font-size: 1.2em;  }
	section#vegan{ background: url("../img/bg_002m.jpg") repeat 50% 0 fixed; }
	section#testimonials{ background: #35B6D2 url("../img/bg_006m.jpg") repeat 50% 0 fixed; }
	.contenedor_portafolio_carrusel{ width: 100%; }
	.portafolio-carousel-control-left,
	.portafolio-carousel-control-right{ width: 40%; margin-top: 0px; line-height: 30px; float: none; display: inline-block; position: absolute; top: 320px; }
	.portafolio-carousel-control-left{ left: 0; }
	.portafolio-carousel-control-right{ right: 0; }

}/* =============================== */
@media screen and (max-width:465px){
/* PANTALLA IGUAL O MENOR A 465px */
	.textodehome{ margin-top: 30%; }
	.text-typed{ font-size: 2em;  }
	.autor-typed{ font-size: 1em;  }
	#menumobile .botonmenumobile ul{ font-size: 20px; line-height: 30px; }

}/* =============================== */