/* ---------------------------- GERAL -------------------------------- */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto Slab', serif !important;
}
section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
a{
    font-family: 'Roboto', sans-serif !important;
}
.rodape{
    background: #111;
    color: #FFF !important;
    padding-top: 25px;
    height: 70px;
}
.mg-top{
    margin-top: 30px;
}
.mg-top2{
    margin-top: 15px;
}
.linha{
    border-right: 1px solid #111;
}
.equipe{
    font-size: 24px;
    color: #51282a;
}
.float-l{
    float: left !important;
    display: block;
}
.line{
    margin-left: 7px;
    margin-right: 7px;
}

.form-control{
    background: #000 !important;
    opacity: 0.5;
    color: #FFF;
    border: none; 
    margin-bottom: -5px;
}
.btn-form{
    float: right;
    background: #e8dec3;
    color: #000;
    font-family: 'Roboto', serif !important;
    font-weight: bold;
    border-radius: 0px;
}
.icon{
    width: 100px;
    margin-bottom: -7px;
}

.bg-white {
    background: #FFF !important;
}

.serv-icon {
    width: 200px;
}
.center{
    display: block !important;
    margin: 0 auto !important;    
}

/* ---------------------------- TEXTO -------------------------------- */

.txt-white{
    color: #FFF !important;
}
p{
    font-family: 'Roboto Slab', serif !important;
    font-size: 16px; !important;
}
h2{
    font-family: 'Roboto Slab', serif !important;
    font-weight: bold;
    color: #51282a !important;
    font-size: 25.8px; !important;
}
h4{
    font-family: 'Roboto Slab', serif !important;
    font-weight: bold;
    color: #000 !important;
    font-size: 16px; !important;
}
.text-center-pf{
    text-align: center !important;
    margin-top: 30px;
}
.txt-center{
    text-align: center;
}
.cor-y{
    color: #e8dec3 !important;
}
.titulo{
    margin-top: -40px;
    margin-bottom: 30px;
}

/* ---------------------------- HEADER -------------------------------- */
header{ 
    display: table !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../img/header.jpg) repeat 50% 0 fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
	
}

/* ---------------------------- BACKGROUND -------------------------------- */
.bg1{
    display: table !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../img/bg1.jpg) repeat 50% 0 fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
	
}
.bg2{
    display: table !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../img/bg2.jpg) repeat 50% 0 fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}

.bg3{
    display: table !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../img/bg3.jpg) repeat 50% 0 fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}
.bg4{
    display: table !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: -100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/bg4.jpg) repeat 50% 0 fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------- Tela Smartphone ------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------- */

@media (max-width: 768px ) {
    .line{
        display: none !important;
    }
    .linha{
        border-right: 0px;
    }    
    .contact-r{
        margin-top: 70px !important;
    }
}
 
 /* ---------------------------------------------------------------------------------------------------- */
 /* ------------------------------------------ Tela Pequena -------------------------------------------- */
 /* ---------------------------------------------------------------------------------------------------- */

@media (min-width: 768px )  and (max-width: 992px )  { 
    .linha{
        border-right: 0px;
    }    
}

/* ---------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Tela Grande -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

@media (min-width: 992px )  { 
    .div-em-colunas {
        -webkit-column-count:2; 
        -moz-column-count:2;    
        column-count:2;         
    }
}








