/* CSS Document */
*{
    font-family:"Open Sans", Arial;

}

.textopadrao{
    line-height: 150%;
}

.amarelo{
    color:#EDE44F;
}

.verde{
    color:#105026;
}

.cinza{
    color:#373737;
}

.fundoverde{
    background: #105026;
}

.verde-claro{
    color:#68B664;
}

.branco{
    color:white;
}

div#topofull{
    position:fixed;
    opacity:1;
    width:100%;
    height:110px;
    top:0;
    z-index:11;
}


div.menutopo{
    height:110px;
    background: url(img/fundomenutopo.png) top center no-repeat;

}

.espacotopo{
    width:100%;
    height: 100px;
}

.telefonetopo{
    position: relative;
    text-align: right;
    float:right;
    top:4px;
    width:230px;
    height:25px;
    overflow: hidden;
    margin-bottom:20px;
margin-right:-20px;
}

.logotopo{
    position: relative;
    display: inline-block;
    width: 283px;
    height: 83px;
    top:-30px;
    background: url(img/logotopo.png) top center no-repeat;
}

.menuesq{
    position: relative;
    float:left !important;
}

.menudir{
    float: right;
}

.rodapefull1{
    position: relative;
    width:100%;
    height: 615px;
    background: url(img/fundorodape1.jpg) bottom center no-repeat;
    overflow: hidden;
    margin-top:-300px;
    z-index:1;
}

@-moz-document url-prefix() {
    .rodapefull{
        margin-top:0px;
    }
    .fundo300{
        position: relative;
        margin-bottom:-300px;
        overflow: hidden;
    }
}



.rodapefull2{
    position: relative;
    width:100%;
    height: 322px;
    background: url(img/fundorodape2.jpg) top center no-repeat;
    overflow: hidden;
}

.redesocial{
    position: relative;
    width:100%;
    height: 89px;
    overflow: hidden;
    text-align: center;
    margin:40px 0px;
    margin-bottom:28px;
}

.imgredesocial{
    width:89px;
    height: 89px;
    border-radius:100%;
    transition-duration: .3s;
}

.imgredesocial:hover{
    background: #105026;
}

.endrodape{
    position: relative;
    width:100%;
    height: 123px;
    line-height: 150%;
    text-align: center;
    font-size:12pt;
    overflow: hidden;
}

.bannertopointerno{
    position: relative;
    width:100%;
    height: 190px;
    overflow: hidden;
    border-bottom: 10px solid #68B664;
}

.fundotitulopagina h1:first-line{
    font-weight:lighter;
    line-height: 100%;
}

h2.titulopadrao{
    margin-bottom:10px;
    line-height:130%;
}

.sombramapa{
    position: relative;
    width:100%;
    height: 18px;
    background: url(img/sombramapa.png) top center no-repeat;
    overflow: hidden;
    z-index:3;
}

.divisorservico{
    position: relative;
    width: 100%;
    height: 32px;
    background: url(img/divisorservico.png) top center no-repeat;
    
}

.fundohome1{
    margin-top:-58px;
}

.homeshellservico{
    position: relative;
    width: 341px;
    height: 569px;
    text-align: center;
    background: url(img/homeshellservico.png) top center no-repeat;
    overflow: hidden;
}

.homeshellservico .foto{
    position: relative;
    width:311px;
    height: 236px;
    overflow: hidden;
    margin-top:15px;
    margin-left:15px;
}

.homeshellservico .titulo{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size:18pt;
    width:310px;
    height:60px;
    overflow: hidden;
    margin-top:15px;
}

.homeshellservico .descricao{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size:12pt;
    line-height: 160%;
    width:270px;
    padding:0px 20px;
    height:98px;
    overflow: hidden;
    margin-top:20px;
}

.saibamaiscinza1{
    position: relative;
    display: inline-block;
    width:600px;
    text-align:center;
    padding:15px 0px;
    border:1px solid #373737;
    color:#373737;
    transition-duration: .3s;
}

.saibamaiscinza1:hover{
    background: #373737;
    color:white;
}

.saibamaiscinza2{
    position: relative;
    display: inline-block;
    width:200px;
    text-align:center;
    padding:15px 0px;
    margin-top:30px;
    border:1px solid #373737;
    color:#373737;
    transition-duration: .3s;
}

.saibamaiscinza2:hover{
    background: #373737;
    color:white;
}



.titulohomepagina{
    line-height: 110%;
    margin-bottom:15px;
}

.titulohomepagina:first-line{
    font-weight:lighter;
}

.fundohomeverde{
    position: relative;
    width: 100%;
    height: 334px;
    background: url(img/fundohomeverde.jpg) top center no-repeat;
    overflow: hidden;
}

.fundohomeverde .titulo{
    margin:35px 0px;
}

.fundohomeverde .textopadrao{
    position: relative;
    width:100%;
    height:100px;
    line-height: 160%;
    overflow: hidden;
}

.saibamaisbranco{
    position: relative;
    display: inline-block;
    width:600px;
    text-align:center;
    padding:15px 0px;
    margin-top:30px;
    border:1px solid white;
    color:white;
    transition-duration: .3s;
}

.saibamaisbranco:hover{
    background: white;
    color:#105026;
}


.hometextosilagem{
    font-size:15pt;
    margin-top:-10px;
}










/*Deixar no final do arquivo */
.conteudocelular{
        width:100%;
        overflow:hidden;
    }

.nornone{
    display: none;
}    
@media screen and (max-width:1370px){
    
    .conteudocelular{
        width:100%;
        overflow:hidden !important;
    }
     .shellfoto100, .shellfoto100 .foto{
        height:200px;
    }
}

@media screen and (max-width:1200px){
    
    .conteudocelular{
        width:1100px;
        overflow:hidden !important;
    }
    .shellfoto100, .shellfoto100 .foto{
        height:150px;
    }
}


