body,html{overflow-x:hidden!important; font-family: 'Muli', sans-serif; background-color:#fff}a:active,a:hover,a:link,a:visited{text-decoration:none}.space0{margin-top:5px;margin-bottom:5px}.space1{margin-top:10px;margin-bottom:10px}.space2{margin-top:20px;margin-bottom:20px}.space3{margin-top:30px;margin-bottom:30px}.space4{margin-top:40px;margin-bottom:40px}.space5{margin-top:50px;margin-bottom:50px}.space6{margin-top:60px;margin-bottom:60px}.space7{margin-top:70px;margin-bottom:70px}.space8{margin-top:80px;margin-bottom:80px}.space9{margin-top:90px;margin-bottom:90px}.space10{margin-top:100px;margin-bottom:100px}.no-padding{margin:0;padding:0}
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
html, body {
    margin: 0;
    width: 100%;
    background-color: #eaeaea;
}
.{
font-family: 'Muli', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Questrial', sans-serif;
}
/* Centered texts in each section
* --------------------------------------- */
.brief-f{
    border: 1px solid #e0e0e0;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    background-color: #fff;
    max-width: 800px;
    margin: 0px auto;
}
.avisodep p{
    text-align: justify;
}
.headz h1{
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}
.headz p{
    font-size: .9em;
    color: #989898;
}
.separador{
    height: 5px;
    background-color: #f00;
    width: 120px;
}
.cats h2{
    font-size: 1em;
    font-weight: bold;
}
.infocap{
    font-size: .9em;
    color: #989898;
    padding-top: 5px;
}
input::-webkit-input-placeholder {
    color:    #c9c9c9;
    font-size: .9em;
    letter-spacing: .05em;
    font-weight:100;
}
input::-moz-placeholder {
    color:    #c9c9c9;
    font-size: .9em;
    letter-spacing: .05em;
    font-weight: 100;
}
.imputs{
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    background-color: #fff;
    
}