/**
Este arquivo vai ao final de todos os css que estao sendo carregados,
afim de substituir os comportamntos quando em dispositivos mobiles
**/

dt{
    text-align: left;
}
/*================
Máximo 1024px
==============*/

@media only screen and (max-width: 1000px){
    .content{
        width:100%;
        padding:0 10px;
    }
    .slider-wrap,
    #main-photo-slider{
        width:100%;
    }
    #movers-row div{
        width: 166px;
    }
}

/*=====================================================
Devido a complexidade do banner, foi necessário remover os estilos para mostrar a informação ao usuário,
da forma que estava, fugia da usabilidade, foi adaptado de maneira geral até 900px de larguram, creio
que cubra a maioria dos dispositivos
==============================================*/
@media only screen and (max-width: 900px){

#o-grupo h1{
        text-align: center;
    margin-top: 23px;
    }

    #movers-row{
        height:auto;
        width:100%;
        float: left;
        position: relative;
top: -50px;
z-index: 99;
    }
    #movers-row div {
    width: 100%;
    float: none;
    text-align: left;
    }
    .cross-link {
    display: block;
    width: 100%;
}
.nav-thumb {
    margin-right: 5px;
    max-width: 100%;
    float: left;
    padding: 15px;
    margin-top: 11px;
    }

    .painelCrossLink {
    background: #0d1e61;
    color: #fff;
    width: 100%;
    padding: 20px;
    position: inherit;
    top: 0;
    z-index: 5;
    left: 0;
    display: block !important;
    visibility: visible !important;

    }
    .painelCrossLink .setaCrossLink{
        display:none;
    }
    a.link-site {
    background-color: #ff9900;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    top: -10px;
    margin: 0;
    position: relative;
    color: #fff;
    padding-bottom: 8px;
    }
    .nav-thumb {
    margin-right: 5px;
    float: left;
    width: 160px !important;
    height: auto !important;
}
    }
    .cross-link:hover .painelCrossLink{
        opacity: 1 !important;
        display:block !important;
    }

    footer {
        background-size: contain;
        background-color: #fcba0e;
        height: auto;
        padding: 67px 0 0 0;
        float: left;
        width: 100%;
        
    }
    .endereco {
        background: #fff;
        float: left;
        width: 100%;
        padding: 25px;
    }

    .obenaus-virtual {
        top: -25px;
        position: relative;
    }

    .obenaus-virtual a.link-site {
        background-color: transparent !important;
        float: left;
        text-align: center;
        width: auto;
        top: 20px;
        margin: 0;
        position: relative;
        color: #fff;
        padding-bottom: 8px;
    }

}
