/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Roboto';
}

.chamada-h5 {
    color: #d92621;
}

nav ul a:hover,
nav .brand-logo {
    color: #2a80d5;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 480px) {
    nav {
    position: inherit !important;
    }
    
}

.mobile-demo {
    background-color: #201e1f !important;
}

.top {
    height: 84px;
    background-color: #201e1f !important;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #2a80d5;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
    margin-top: 50px;
    ;
}

.container contact {
    background-color: #fff !important;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
    background-color: #201e1f !important;
    text-align: center;
    height: 100px;
}

.box_destaques {
    padding: 10px;
}

.box-destaques:hover {
    background: #f2f2f2;
}

.fotos {
    margin-top: 20px;
}

.btn_enviar {
    float: right;
}

.img-contato {
    margin-top: 40px;
}

.email-contato {
    margin-top: 10px;
}

.txt-shadow {
    text-shadow: 2px 2px 2px #000;
}

.img_belavaz {
    border: 2px solid #fff;
}

.img-servicos {
    margin-top: 30px;
	
}

.mensagem-enviada{
    padding: 10px 0 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2a80d5;
    z-index: 1;
    color: white;
    margin-bottom: 0;
}

.botao_orcamento {
    height: auto !important;
}

.modal-content  {
    text-align: left;
}

.modal-content h4 {
    margin-bottom: 50px;
}

.modal-content h5 {
    color: #2a80d5;
}

.modal-close {
  background-color: #d92621;
    color: #fff;
    margin-right: 20px !important;
    margin-top:  10px !important;
}

.modal-close:hover {
  background-color: #8d1b18;
    color: #fff;
}