html,input{
	font-family: 'Nunito Sans', sans-serif;
}
body{
	background-color: #fff;
	color:#212121;
}

input[type=text]+label,textarea.materialize-textarea+label,.tagline,.valign h3,input[type=text], input[type=email], textarea.materialize-textarea{
	color:#212121 !important;
	border-color: #212121 !important;
}

.tachado{
	text-decoration: line-through;
	font-style: italic;
}

.strong{
	font-weight: bold;
}

textarea.materialize-textarea{
	border-color:#212121 !important;
}
.card-image.waves-effect.waves-block.waves-light{
width: 100%;
margin:0 auto;
}

.card .card-content .card-title i{
	line-height: 40px;
}

a.brand-logo img {
    height: 64px;
    padding: 10px;
}

section{
	padding: 1.5em;
}

.section-title {
    margin-bottom: 1em;
    font-family: 'Josefin Sans', sans-serif;
font-weight:700;
    }

.phone-preview-sizer .phone-preview{
	background-image: url(../img/desktop.png);
}

.horizontal-half-transition .phone-preview-sizer{
	max-width: 600px;
}

.phone-preview-sizer .phone-preview{
	top:25%;
}

.phone-preview-sizer .image-container {
    width: 95%;
    top: 5%;
    left: 4%;
    bottom: 22%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-title{
	background-color: #f5f5f5b5;
}

.header .header-wrapper .read-more i,.header .header-wrapper h2,.header .header-wrapper h1{
	color:#424242 !important;
}

.material-icons{
	font-size:1.1em;
}


.clientes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	width:100%;
  }
  
.clientes img {
background-color: #fff;
color: #fff;
border-radius: 5px;
padding: 10px;
font-size: 150%;
max-width: 100%;
height: auto;
}


@media (min-width: 600px) {
	.clientes {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 10px;
		padding: 20px;
	}
  }
  