.sociais_footer {
    position: relative;
    left: -22px;
}

.fa-phone{
    transform: rotate(90deg);
}

.fixed-whatsapp{
  position: fixed;
  right: 2%;
  bottom:18%;
  z-index: 1000;
}
.fixed-whatsapp p{
  border-radius: 10px;
  background: rgb(0, 56, 149);
  color: white;
  position: absolute;
  right: 70px;
  top: 15px;
  font-size: 14px;
  width: 132px;
  padding: 3px 20px;
}
.fixed-whatsapp .whats-btn{
  background-color:#4dc247;
  border-radius:50%;
  padding:15px;
  transition: .4s;
}
.fixed-whatsapp .whats-btn img{
  width:26px;
  height:26px!important;
}

.fixed-whatsapp:hover .whats-btn{
  background-color:#1157b5!important;
  transform: scale(1.1);
}

.bt-fecharresp {
    z-index: 9999;
    position: absolute;
    right: 28% !important;
    top: -17px;
    width: 5%;
}

#accordionBares .card-header{
    background: transparent!important;
} 
#accordionBares .card-header h1:hover{
    color: #1157b5;
    cursor: pointer;
}
#accordionBares .card-body{
    background: #1e2945;
}


section.interna .card .bg_img_rotate {
    background-color: #1157b5;
    transform: rotate(3deg);
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    height: 250px;
}

section.pubs {
    background-image: url(../img/all_inclusive/bg.png) !important;
}

div#lazer h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 113.1%;
    color: #002874;
}

div#lazer p {
    font-size: 1.3rem;
    color: #002874;
    margin-bottom: 2rem;
}


#rich_bg {
    width: 43%;
    margin: 0 auto;
}

#rich_bg #img_rich {
    width: 90%;
    border-radius: 8px !important;                                                        
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -khtml-border-radius: 8px !important;
}

@media only screen and (max-width: 1299px) {
    section.navegador .navbar-brand img {
        width: 200px;
    
    }
}

@media only screen and (max-width: 991px){

    section.navegador .navbar-brand img {
    width: auto !important;
    max-height: 80px !important; /* Defina a altura que deseja */
    transition: none !important; /* Remove animação de mudança */
}

    }

    .fixed-whatsapp{
        position: fixed;
        right: 4%;
        bottom:14%;
        z-index: 99999;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-duration: .7s;
        animation-duration: .7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }
}

@media only screen and (max-width: 799px) {

    #rich_bg {
        width: 90% !important;
        margin: 0 auto;
    }

    #bt-fechar {
        right: 7% !important;
        width: 7% !important;
    }


    section.interna2 a.btn-FRM {
        font-size: 13px;
        
    }
}

@media only screen and (max-width: 499px){

    
    section.navegador .navbar-brand img {
        width: 210px!important;
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 399px){
    #rich_bg #img_rich {
        width: 100%;
    }
}
