/* HEIGHT 100% */
html, body{
    height: 100%;
}
.bloco{min-height: 100%;padding-top: 94px;}
/* COLORS*/
.blue-logo{
    background-color: #2dc7d0;
}


/* LOGO*/
.logo_text{
    font-size: 0;
    margin: 0;
}

.logo_img{
    margin-top: 15px;
    width: 50px;
}
/* MENU*/
.navbar{
    background-color: transparent;
}
.navbar ul a:hover{
    background-color: transparent;
    color: #2dc7d0;
}
.navbar ul a{
    color: #212121;
}
.nav-color{
    background-color: rgba(0,0,0,0.7);
    transition: background 0.5s linear;
}
/* HOME*/

.home{
    background-image: url("../img/cw-black_512.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.4);
    
}
.banner h2{
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.banner p{
    font-size: 1.5rem;
    line-height: 1.8rem;
}
/*HOME - ANIMATION*/
@keyframes mudarbg{
    40% {background-image: url('../img/bg2.jpg'); }
    80% {background-image: url('../img/bg3.jpg'); }
    100% {background-image: url('../img/bg.jpg'); }
}
/*SOBRE*/

.sobre{
    background-image: url('../img/textura1.png');
}
.sobre h2{
    font-size: 2rem;
    color: #212121;
    text-transform: uppercase;

}
.sobre h2:after{
    content: '';
    display: block;
    width: 100px;
    border-top: 1px solid #2dc7d0;
    margin: 15px auto;
}
.sobre p {
    line-height: 1.8rem;
    text-align: justify;
    margin-left: 80px;
}
.sobre h3 {
    text-align: justify;
    margin-left: 80px;
}
.sobre .missao-visao-valores{
    padding: 20px 0;
    margin-top: 35px;
}
.sobre .missao-visao-valores .icon{
    color: #fff;
}
.sobre .missao-visao-valores h3{
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}
.sobre .missao-visao-valores p{
    color: #fff;
    text-align: center;
}
.sobre img{
    border-radius: 50px;
    width: 350px;
    margin-left: 30px;
    margin-top: 30px;
   
}
.sobre i{
    font-size: 39px;
}
.sobre a{
    color: #212121;
}
.sobre a:hover{
    background-color: transparent;
    color: #2dc7d0;
}
.socialIcons{
    margin-left: 45px;
}

/*SERVIÇOS*/
.servicos{
    background-image: url('../img/textura2.png');
}

.servicos h2{
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;

}
.servicos h2:after{
    content: '';
    display: block;
    width: 100px;
    border-top: 1px solid #2dc7d0;
    margin: 15px auto;
}
.servicos p{
    color: #fff;
    line-height: 1.8rem;
}
.servicos .card-content p{
    color: #212121;
}
.servicos img{
    width: 95px;
}
.servicos ul{

    list-style: none;
    display: inline-flex;
}
.servicos li{
 
        margin: 5px;
        font-size: 40px;
 
}
/* Rodape*/

.page-footer{
    background-color:transparent;
}
.page-footer .footer-copyright{
    background-color: rgba(0,0,0,0.7);
}
.page-footer .footer-copyright img{
    width: 80px;
}
/* CUSTOM*/
nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 94px;
    line-height: 56px;
  }
  nav.nav-extended .nav-wrapper {
    min-height: 94px;
    height: auto;
  }
  .navbar-fixed {
    position: absolute;
    height: 94px;
    z-index: 997;
  }
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 94px;
  line-height: 94px;
}
.sidenav{
    background: url('../img/textura2.png');
}
.sidenav li > a{
    color: #fff;
    font-weight: 100;

}

/*MEDIA*/

@media only screen and (max-width: 480px) {
    
}
@media only screen and (min-width: 601px) {
    .banner{
        padding-top: 4.5rem;
    }
    .banner h2{
        font-size: 4rem;
    }
    .container{
        width: 85%;
    }
    
  }
  
@media only screen and (min-width: 993px) {
    .banner{
        padding-top: 4.5rem;
    }
    .banner h2{
        font-size: 5rem;
    }
    .container{
        width: 90%;
    }
  }