html,body{font-size:15px;}
.row{width:100%;margin:0;font-family: 'Roboto', sans-serif;font-size:14px;} 
#scrollTop{display:none;cursor:pointer;position:fixed;bottom:40px;right:30px;background:#CCC;color:#FFF;border-radius:100%;padding:10px 13px;box-shadow:0px 0px 10px #999;}

.logo{max-width: 300px;width:100%;}

.menu a{padding:25px;display:inline-block;font-size:13px;color:#999;letter-spacing: 2px;}

.slider{background:#999 url(banner-1.png) no-repeat center center;background-size:cover;min-height:300px;padding:8%;}
.slider h3{font-size:30px;font-family: 'Nothing You Could Do', cursive;background:#0e76bc;float:left;display:block;padding:15px 30px;color:#FFF;font-weight:bold;position:relative;top:25px;right:10px}
.slider h4{background:#222;float:left;display:block;padding:15px 30px;color:#FFF;font-weight:bold;}

.font-style1{font-family: 'Nothing You Could Do', cursive;}

.style-30deg{-webkit-transform:rotate(-5deg);}

.social ul {
    display: flex;
    list-style: none;
    padding: 0px;
    font-size: 30px;
    justify-content: space-evenly;
}

.social i {
    color: #121212;
}

@media (max-width: 1050px) {
    .container.titulo-pagina {
        display: none;
    }
}