/* HEIGHT 100% */
html, body {
	height: 100%;
}
.bloco {
	min-height: 100%;
    padding-top: 94px;
}

/* COLORS */
.blue-logo{
    background-color: #2e3192ff;
}
.blue-logo:hover{
    background-color: #cddc39ff;
    color: #2e3192;
}
.blue-barra{
    background-color: #2e3192ff;
}
.green-barra{
    background-color: #eeff41;
}

.green{
    color: #218306;
}
/* HOME */
.home {
    animation: alterar_fundo 20s infinite;
	background-image: url('../img/fundo_a.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.banner h2{
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.banner p{
    font-size: 1.2rem;
    line-height: 1.8rem;
}

/* LOGO */
.logo_text{
    font-size: 0;
    margin: 0;
    transition: 0.5s;
}
.logo_img{
    width: 130px;
    margin-top: 15px;
    transition: 0.5s;
}
.logo_rodape{
    width: 200px;
    margin-top: 15px;
    transition: 0.5s;
}
.logo_img_r{
    width: 75px;
    margin-top: 25px;
    margin-left: 5px;
    transition: 0.5s;
}

.logo_img_g{
    width: 300px;
    transition: 0.5s;

}

.navbar{
    background-color: rgba(205,220,57,1);
    transition: background 0.5s linear;
    transition: 0.5s;
}
.navbar ul a:hover{

    transition: 0.5s;
}
.navbar_r{
    margin-top: -20px;
    background-color: rgba(205,220,57,0.8);
    transition: background 0.5s linear;
    transition: 0.5s;
}
.navbar_r ul a:hover{
    background-color: transparent;
    color: #cddc39ff;
    transition: 0.5s;
}
.nav-color{
    background-color: rgba(205,220,57,0.8);
    height: 12%;
    transition: background 0.5s linear;
    transition: 0.5s;
}

/* Depoimentos */
.depoimentos .titulo::after{
    border-color: #fff;
}
.depoimentos img{
    width: 100px;
}
.depoimentos h4{
    font-size: 1.2rem;
    font-weight: 900;
}
/* RODAPÉ */
.rodape{
    background-image: url('../img/padrao.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

/* CUSTOM */
nav, nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons, nav a.button-collapse i {
  height: 94px;
  line-height: 94px;
  color: #2e3192;
  font-size: 30px;
}
nav.nav-extended .nav-wrapper {
  min-height: 94px;
}
.navbar-fixed{
  position: absolute;
  height: 94px;
}
.navbar-fixed li>a {
    font-size: 20px;
    font-weight: bold;
    color:#2e3192;
}
.navbar-fixed li>a:hover{
    color:#fff;
}
.sidenav{
	background-color: rgba(205,220,57,0.8);

}

.side-nav li>a {
    font-size: 24px;
    height: 84px;
    color:#2e3192;
    padding-top: 15px;
}
.side-nav li>a:hover{
    background-color:#a5b22eff;
    color:#fff;
}

.row{
    margin-bottom: 0;
}
.tabs{
    background-color: #222;
}
.tabs .tab a {
  color: rgba(45, 199, 208, 0.7);
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(45, 199, 208, 0.2);
}
.tabs .tab a:hover, .tabs .tab a.active {
  color: #2e3192ff;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(146,156,21,0.8);

}
.tabs .indicator {
  background-color: #2e3192ff;

}
/* HOME ANIMATION */
@keyframes alterar_fundo{
    40%{
        background-image: url('../img/fundo_a.jpg');
    }
    80%{
        background-image: url('../img/fundo_b.jpg');
    }
    100%{
        background-image: url('../img/fundo_c.jpg');
    }
}

/* MEDIA */
@media only screen and (max-width: 500px) {
    .card-image-horizontal{
        display: none;
    }
}

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

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

/* TITULO E PARAGRAFOS */
.titulo{
    font-size: 4rem;
    text-transform: uppercase;
}
.titulo::after{
    content: '';
    display: block;
    width: 100px;
    margin: 15px auto;
    border-top: 1px solid #2e3192ff;
}
.paragrafo{
    line-height: 1.8rem;
    font-size: 1.6rem;
}
.card-stacked .card-content .card-title{
    font-weight: bold;
}

/* SOBRE */
.sobre{
    background-image: url(../img/textura1.png);
}
.sobre p{
    line-height: 1.9rem;
    text-align: justify;
    font-size: 1.3rem;
    float:left;
}
.sobre p i{
    text-align: left;
}

.sobre li{
    line-height: 1.9rem;
    text-align: justify;
    font-size: 1.3rem;
    float:left;
    margin-left: 50px;
}


.sobre .missao-visao-valores{
    padding: 20px 0;
    margin-top: 35px;
}
.sobre .missao-visao-valores .icon{
    color: white;
}
.sobre .missao-visao-valores h3{
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
}
.sobre .missao-visao-valores p{
    color: antiquewhite;
    text-align: center;
}

.sobre.linha{
    font-size: 6rem;
    text-transform: uppercase;
}
.sobre.linha::after{
    content: '';
    display: block;
    width: 100px;
    margin: 15px auto;
    border-top: 1px solid #2e3192ff;
}

/* SERVIÇOS */
.portfolio{
    background-image: url(../img/textura3.png);
}
.portfolioin{
    background-image: url(../img/texturac.png);
}
.portfolio p{
    line-height: 1.8rem;
    font-size: 1.3rem;
}
.portfolio .btn-horario{
    padding-bottom: 20px;
}

.portfolio p li{
    line-height: 1.8rem;
    font-size: 1.3rem;
}

/* UNIDADES */
.unidades{
    background-image: url(../img/bg-unidades.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 60px;
}
.unidades article p{
    line-height: 1.8rem;
    font-size: 1.3rem;
}

.unidades p{
    line-height: 1.9rem;
    font-size: 1.3rem;
}




/* CONTACTO */
.contacto{
    background-image: url('../img/textura1.png');
}
.contacto h4{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
}
.contacto p{
    line-height: 1.8rem;
    font-size: 1.3rem;
}

.contacto .btn-form{
    margin-top: 20px;
    padding: 10px 80px;
    outline: none;
    font-size: 20px;
}

.contacto .mapa{
    min-height: 560px;
}
.contacto .mapa iframe{width: 100%; min-height: 500px;
border: none;
}
.contacto .informacoes{
    background-color: #eeff41;/*background-image: url('../img/textura5.png');*/
    min-height: 560px;
    padding: 30px;
}
.contacto img{
    padding: 5px;
}
.contacto img:hover{
    opacity: 50%;.card-stacked{
        padding-top: -2
    }
}
.contacto .informações{
    background-image: url('../img/textura2.png');
    min-height: 500px;
    padding: 30px;
}
.contacto .formulario{
    min-height: 560px;
    padding: 30px;
}
.card-content{
    margin-top: -20px;
}
.manu_top{
    margin-top: 5px;
    text-align: right;
}

.corpo30{
    font-size:20px;
    text-align: justify;
}




