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

body{
    background: #FBFBFB !important;
}

div.fundogeral{
    position:fixed;
    opacity:1;
    width:100%;
    height:800px;
    
    background: url(img/fundogeral.jpg) bottom center no-repeat;
    bottom:0;
    overflow: hidden;
}

.marrom{
    color:#1E120D;
    line-height:165%;
    font-size:14pt;
    height: 150px;
    margin-bottom:90px;
    overflow: hidden;
}

.logotopo{
    position: relative;
    display: inline-block;
    width: 520px;
    height: 134px;
    overflow: hidden;
    background: url(img/logogrupo.png) top center no-repeat;
    margin-top:80px;
    margin-bottom:90px;
}

.tangelo{
    position: relative;
    display: inline-block;
    width: 75px;
    height: 25px;
    overflow: hidden;
    background: url(img/tangelo.png) top center no-repeat;
    transition-duration: .3s;
    opacity: .7;   
    margin-top:60px;
}

.tangelo:hover{
    opacity: 1;
}

.loguinho{
    position: relative;
    display: inline-block;
    width: 139px;
    height: 114px;
    margin: 0px 40px;
}



/*Deixar no final do arquivo */
.conteudocelular{
        width:100%;
        overflow:hidden;
    }
@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;
    }
}


