/* 
    Document   : socios
    Created on : 12/07/2013, 01:28:34
    Author     : gabriel stafoca
    Description:
        style para a "página" de sócios
*/

#secSocios{
    cursor: default;
}

h4.h4_socios{
    margin-top: 10%;
    color: #e95948;
    margin-bottom: 10%;
}

.socio{
    width: 25%;
    float: left;
    cursor: pointer;
}

ul#sociosPage{
    list-style: none;
    float: left;
    width: 200%;
    height: 100%;
    overflow: hidden;
}

ul#sociosPage li{
    float: left;
    width: 50%;
    height: 100%;
    display: inline;
}

li.sociosDetailWindow{
    margin-top:50px;
}

li.sociosDetailWindow div.titulo_socio{
    font-size: 22px;
    margin-bottom: 5px;
    color: #E95948;
    float: left;
    clear: both;
    margin-left: 30px;
}

li.sociosDetailWindow div.descricao_socio{
    font-size: 0.8em;
    margin-top: 5px;
    line-height: 2em !important;
    float: left;
    clear: both;
    margin-left: 30px;
    margin-bottom: 10px;
}

li.sociosDetailWindow div.descricao_socio p{
    margin-left: 0px;
    text-align: left;
    line-height: 1.9em !important;
}

li.sociosDetailWindow img.img_socio{
    float: left;
    width: 23%;
    height: auto;
    margin-left: 7%;
}

li.sociosDetailWindow div.conteudo_socio{
    float: left;
    width: 63%;
    height: auto;
    margin-right: 7%;
}

.botao_voltar{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 100px;
    margin: 0px 0 0 30px;
    background: url(../img/icons/seta_voltar.jpg) no-repeat left center;
    cursor: pointer;
}

.centerDetail{
    float: left;
    min-height: 300px;
}

.centralizaVSocio{
    min-height: 300px;
    float: left;
}

/* Small screens / mobile ----------- */
@media only screen 
and (max-width : 1560px) {
    .socio img{
        width: 70%;
        height: auto;
    }
}


@media only screen 
and (max-width : 1400px) {
    li.sociosDetailWindow div.descricao_socio p{
        line-height: 1.375 !important;
    }
}


@media only screen 
and (max-width : 640px) {
    .socio{
        width: 100%;
    }
    
    li.sociosDetailWindow img.img_socio{
        float: left;
        width: 80%;
        height: auto;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    li.sociosDetailWindow div.descricao_socio{
        font-size: 1em;
        margin-left: 0px;
        width: 100%;
    }
    
    li.sociosDetailWindow div.descricao_socio p{
        width: 100%;
    }
    
    li.sociosDetailWindow div.titulo_socio{
        margin-left: 0px;
    }
    
    li.sociosDetailWindow div.conteudo_socio{
        clear:both;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
    }
    
    li.sociosDetailWindow div{
        margin-left: 0px;
    }
    
    .botao_voltar{
        margin-left: 0px;
    }
    
    #secSocios{
        height: 130% !important;
    }
}