/*
Theme URI: http://craneo.com.ar
Author: Cráneo
Author URI: http://craneo.com.ar
Description: Theme by Cráneo, comunicación pensada. Consultas info@craneo.com.ar
Theme Name: Craneo
Template: dt-the7
*/

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea{
	    font-weight: 500 !important;
    font-size: 17px !important;
}



/* PARA MONITORES QUE TENGAN MENOS DE 768PX: */
@media only screen and (max-width: 768px) {  }

/* PARA MONITORES QUE TENGAN MÁS DE 768px: */
@media only screen and (min-width: 768px) {  }


