/* Tecstudio CSS
---------------------------*/

html { font-size: 16px; }
body { font-size: 16px; font-family: 'Muli', sans-serif; }

/* Debug */
.borderojo { border: 1px solid red; }
.bordeazul { border: 1px solid blue; }
.bordeverde { border: 1px solid green; }


a { color: hsl(0, 0%, 29%); }
a:hover { opacity: 50%; }

a, button, img, input, textarea,
.tweet, .services .service .title,
.services .service .title h3,
.services .service .title .service-contenido {
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 transition: all 0.2s ease; 
}


.container { max-width: 960px !important; }

header a:not(:last-child) { margin-right: 25px; }

 
.contenido p { font-size: 1.625rem; }