/* Configuração Geral */
body{
    font-size: 15px;
    color: #340c12; 
    font-family: 'Nunito Sans', sans-serif;
    transition: all .25s linear;
}

.btn-primary {
    color: #ffffff;
    background-color: #340C12;
    border-color: #340C12;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito Sans', sans-serif;
}
h1{
    font-size: 50px;  
    font-weight: bold;
}
h2{
    color: #FFFFFF;
    font-size: 25px;
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1170px;
}
.navbar-default .navbar-toggle {
    border-color: #111233;
    color: white;
    background: #111233;    
}
.btn-padrao{
    padding: 7px 70px 7px 70px;
    background: #340c12;
    color: #FFFFFF !important;
    border-radius: 25px;
    border: 1px solid #340c12;
    transition: 0.5s ease;
}
.btn-padrao:hover{
    text-decoration: none;
    background: transparent;
    color: #340c12 !important;
    border: 1px solid #340c12;
}
.image1 {
    transition: 0.5s ease;
}
.image1:hover {
    transform: scale(1.07);
}
/* Fim Configuração Geral */



/* Header */

.header_terra{
    background: #FFFFFF;
    width: 100%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

.header_terra_mobile{
    background: #f1f1f1;
    width: 100%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    height: auto;
}
.nav>li {
    padding: 25px 0;
    padding-bottom: 20px;
    z-index: 2000;
}
.nav>li:hover {
    border-bottom: 2px solid #930733 !important;
    background: transparent;
}
.navbar-nav{
    max-height: 65px;
}
.nav>li a{
    color: #930733 !important;    
    margin-left: 12px;
    margin-right: 12px;
    transition: 0.5s ease;
    font-weight: bold;
}
.nav>li a:hover{
    color:  #930733 !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-left: -15px;        
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #FFFFFF !important;
    transition: 0.5s ease;
    background-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav>li a {
    color: #930733;
    margin-right: 25px;
    transition: 0.5s ease;
}
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu{
    transition: 0.5s ease;
    background: url("layout/fundo-submenu.png");
    background-size: cover;
    padding: 10px 7px 10px 7px;
    border-radius: 11px;
}
@media only screen and (min-device-width: 650px) {
    .dropdown:hover .dropdown-menu {
        transition: 0.5s ease;
        display: block;
    }
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}
@media only screen and (max-device-width: 600px) {
    .navbar-nav{
        max-height: 100%;
    }

}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #FFFFFF !important;
    white-space: nowrap;
}
/* Fim Header */


/* Obras */
.obras{
    background: #d4d4d4;
    padding: 50px 0 50px 0;
}

.obras_mobile{
    background-color: #d4d4d4;
    background-size: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 5%;
    padding-top: 5%;
}
.obra_foto1{    
    position: relative;
    width: 250px;
    height: 273px;;
    background-position: top;
    background-size: cover;
}
.obra_foto2{    
    position: relative;
    width: 360px;
    height: 273px;
    background-position: top;
    background-size: cover;
}
.fundo-obra{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4f2b2e;
}
#obra-foto:hover .fundo-obra{
    opacity: 0.8;
}
.titulo-obra{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;    
}
.obras h2{
    color: #FFFFFF;
}
@media only screen and (min-width: 1000px) and (max-width: 1025px) {
    .obra_foto1{    
        position: relative;
        width: 175px;
        height: 191px;;
        background-position: top;
        background-size: cover;
    }
    .obra_foto2{    
        position: relative;
        width: 252px;
        height: 191px;
        background-position: top;
        background-size: cover;
    }
}
@media only screen and (max-width: 600px) {
    .obra_foto1{    
        position: relative;
        width: 175px;
        height: 191px;;
        background-position: top;
        background-size: cover;
    }
    .obra_foto2{    
        position: relative;
        width: 252px;
        height: 191px;
        background-position: top;
        background-size: cover;
    }
}
/* Fim Obras */




/* Grupo Terra Técnica */
.grupo{
    padding: 70px 0px 70px 0px;
}

.grupo_mobile{
    padding-bottom: 5%;
    padding-top: 5%;
}

.grupo h2{
    color: #340c12;
    font-size: 35px;
    margin-top: -10px;
    border-bottom: 3px solid #d0d0d0;
}
.titulo-largura{
    max-width: 250px;
}
/* Fim Grupo Terra Técnica */



/* Orçamento */
.orcamento{
    background: url('/uploads/terra_tecnica_2018/layout/fundo.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px; 
    padding: 90px 0 50px 0;
}
.texto-orcamento{
    margin-bottom: 270px;
}
.texto-orcamento h3{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: -20px;
    color: #FFFFFF;
    text-align: center;
}
#construir-h3{
    color: #340c12;
    font-size: 60px;
}
@media only screen and (max-width: 500px) {
    #construir-h3{
        color: #340c12;
        font-size: 45px;
    }    
}
.btn-orcamento{
    padding: 15px 50px 15px 50px;
    background: transparent;
    color: #FFFFFF !important;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    transition: 0.5s ease;
}
.btn-orcamento:hover{
    text-decoration: none;
    background: #FFFFFF;
    color: #340c12 !important;
    border: 1px solid #FFFFFF;
}
/* Fim Orçamento */



/* Notícias */
.noticias{
    padding: 70px 0 70px 0;
}
.noticias a{
    color: #340c12;
}

.noticias-mobile{
    padding-bottom: 5%;
    padding-top: 5%;    
}

.noticias-mobile a{
    color: #340c12;
}

.noticias_home{
    width: 365px;
    height: 245px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 3000;
}

.noticias_home_mobile{
    width: 100%;
    height: auto;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 3000;
}
.noticia-titulo{
    width: 365px;
    padding: 15px;
    margin-top: -10px;
}
.noticia-titulo-mobile{
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;    
}
.caixa-noticia{
    width: 365px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow:    0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    box-shadow:         0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.caixa-noticia:hover{
    -webkit-box-shadow: 0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow:    0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    box-shadow:         0px 1px 19px 0px rgba(50, 50, 50, 0.76);
}

.caixa-noticia-mobile{
        width: 100%;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow:    0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    box-shadow:         0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.caixa-noticia-mobile:hover{
    -webkit-box-shadow: 0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow:    0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    box-shadow:         0px 1px 19px 0px rgba(50, 50, 50, 0.76);
}

@media only screen and (min-width: 1000px) and (max-width: 1025px) {
    .noticias_home{
        width: 219px;
        height: 147px;
    }
    .noticia-titulo{
        width: 219px;
        height: 147px;
    }
    .caixa-noticia{
        width: 219px;
    }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
    .noticias_home{
        width: 657px;
        height: 441px;
    }
    .noticia-titulo{
        width: 657px;
    }
    .caixa-noticia{
        width: 657px;
    }
}
@media only screen and (max-device-width: 600px) {
    .noticias_home{
        width: 328px;
        height: 196px;
    }
    .noticia-titulo{
        width: 328px;
    }
    .caixa-noticia{
        width: 328px;
    }
}
/* Fim Notícias */




/* Parceiros */
.parceiros{
    font-size: 40px;
}

.parceiros-mobile{
    font-size: 20px;
}

.parceiros span{
    line-height: 0.9;
}
#texto-parceiros{
    margin-top: 50px;
}
/* Fim Parceiros */



/* Rodapé */
.masterix{
    padding: 25px 0 25px 0;
    text-align: center;
    color: #4e4e4e;
}
.masterix a{
    color: #340c12;
    transition: 0.5s ease;
}
.masterix a:hover{
    color: #ff0000;
}
.mapa-terra{
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.mapa-terra:hover{
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.mapa-terra-mobile{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.mapa-terra-mobile:hover{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.rodape{
    background: #FFFFFF;
    height: 550px;
    color: #930733;
}

.rodape-mobile{
    background: #FFFFFF;
    height: auto;
    color: #930733;
    background-size: 100%;
    background-size: cover;
}
#conteudo-rodape{
    padding: 50px 0 50px 0;
}
#menu-rodape{
    margin-left: 20px;
}
#links-rodape{
    padding: 200px 0 0 0;
}
#links-rodape a{
    color: #930733;
}
#links-rodape a:hover{
    font-weight: bold;
}
#links-rodape h3{
    font-weight: bolder;
}
@media only screen and (max-device-width: 600px) {
    .rodape{
        background: #350c12;
        height: 1000px;
        color: #FFFFFF;
    } 
    #links-rodape {
        padding: 30px 0 0 30px;
    }
}
/* Fim Rodapé */



/* Logo Temporária */
.logo-temporaria{
    border: 1px solid #FFFFFF;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
    transition: 0.5s ease;
}
.logo-temporaria:hover{
    background: #FFFFFF;
    color: #340c12;
}
/* Fim Logo Temporária */

.linkRodape{
    color:#930733;
    text-decoration: none;
}
.linkRodape:hover{
    color:#930733;
    text-decoration: none;
    font-weight: bold;
}
