.guide-pacotes{
    background: url('../../imagens/modulos/faixa-navegacao.jpg') no-repeat top 28px center;
}

.cada-pacote{
    width: 310px;
    float: left;
    margin: 0px 67px 0px -20px;
    position: relative;
    margin-bottom: 10px;
}

.cada-pacote span img{
    width: 310px;
    height: 220px;
    float: left;
    margin: 0px;
    border: 1px solid #7181a2;
}

.desc{
    float: left;
    padding-left: 10px;
}

.guide-pacotes .separador{
    height: 5px;
    width: 1px;
    float: left;
    margin-bottom: 45px;
    display: none;
}

.guide-pacotes .pac-tit{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 37%;
    font-family: 'OpenSans Bold';
    text-transform: uppercase;
}

.guide-pacotes .hovers{
    position: absolute;
     width: 310px;
    height: 220px;
    background: rgba(38, 68, 107, 0.86);
    display: none;
}

.guide-pacotes .mais-detalhes{
    border: 1px solid #ccc;
    padding: 10px;
    width: 114px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;


}

.guide-pacotes .hovers a:hover{
   display: none;

}

@media only screen and (max-width: 770px){
    .guide-pacotes{
        text-decoration: none;
    }

    .cada-pacote{
        width: 30%;

    }

.guide-pacotes{
       background: #fff;
    }

    .guide-pacotes .hovers{
        display: none;
    }
}

@media only screen and (max-width: 650px){
    .cada-pacote{
        width: 45%;

    }
}


@media only screen and (max-width: 390px){
    .cada-pacote {
        width: 100%;
    }

    #pacotes{
        width: 80%;
        margin: 0 auto;
    }

    .pac-tit{
        font-size: 16px;
    }

    .pac-desc{
        font-size: 13px;
    }
}
