html{
    scroll-behavior: smooth !important;
}

.pos-rel{
    position: relative !important;
}

.sem-link{
    cursor: default !important;
}


.header-area .main-header-area .main-menu ul li:last-child {
    margin-right: 20px;
}


.header-area .main-header-area .book_room .book_btn a {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #002278;
    padding: 19px 24px 23px 24px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

@media (min-width: 1200px)
{
    .container {
        max-width: 1280px;
    }
}

.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 30px 0px 30px 0px;
    font-family: "Work Sans", sans-serif;
    position: relative;
    text-transform: capitalize;
}

.logo-img img{
    max-height: 70px;
}

@media (max-width: 767px)
{
    .header-area .main-header-area {
        padding: 4px 10px;
    }
}

@media (max-width: 767px)
{
    .header-area .main-header-area {
        padding: 18px 10px 12px 10px;
    }
}

@media (max-width: 767px)
{
    .header-area .main-header-area .logo-img img {
        width: auto;
        max-height:40px;
    }
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 5px;
    padding: 5px;
    right: 0;
    margin-top: -15px;
    top: -24px;
}



/*Alertas --------------------------------*/
.alerta-erro {
    color: #ff0000 !important;
    background-color: #ff0000;
    height: 2px;
    z-index: 99999;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;

  
  }
  
  .alerta-atencao {
    color: #efac78 !important;
    font-weight: 300;
  }
  
  .alerta-sucesso {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    font-weight: 600;
    font-size: 1em;
    color: rgb(0, 150, 0) !important;
  }




  .popup_box input {
    width: 100%;
    height: 60px;
    border: 1px solid #b7b7b7;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 16px;
}

.popup_box select {
    width: 100%;
    height: 60px;
    border: 1px solid #b7b7b7;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 16px;
}

.popup_box select:focus {
    outline: none;
    border-color: #24c0f1;
}

.mapa-contato iframe{
    width: 100% !important;
}


/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */

