.container_banner_cover_home {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 25px 0 0;
  z-index: 1;
}
.banner_cover_home {
  background-color: #fff;
  color: #000;
  font-family: helvetica;
  text-transform: uppercase;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 640px;
  height: 100px;
  z-index: 1;
  margin: 0 auto;
}
.banner_cover_home .logo_banner {
  position: relative;
  width: 104px;
  height: 100%;
  z-index: 9;
  background: #fff;
}
.banner_cover_home .container_banner {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.banner_cover_home .container_banner .news-message {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  align-items: center;
}
.banner_cover_home .container_banner .news-message.animate_slide {
  animation: 20s linear infinite slide-left;
}
.banner_cover_home .container_banner .news-message p {
  font-family: Libre-Baskerville-Regular, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000;
  margin: 0;
  padding-left: 2em;
}

.banner_cover_home .logo_banner {
  padding: 0px;
}
.banner_cover_home .logo_banner img {
  width: auto;
  height: 100%;
}
a.whatsapp_link {
  min-width: fit-content;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 48px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5 ease;
}
a.whatsapp_link img,
a.whatsapp_link svg {
  width: 25px;
  height: 25px;
  margin: auto;
  transition: all 0.5 ease;
}
.whatsapp_link:hover {
  background: #25d366;
  border-color: #25d366;
}
.whatsapp_link:hover * {
  filter: brightness(10);
}
.container_header {
  width: 72%;
  margin: 0px auto;
}
.container_header .row {
  display: flex;
  align-items: center;
}
.col-whatsapp {
  position: fixed;
  right: 20px;
  top: 31vh;
  z-index: 20;
  overflow: hidden;
  transition: 0.5s;
  width: 65px;
  height: 65px;
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1650px) {
  .container_header {
    width: 87%;
  }
}
@media (max-width: 1562px) {
  .container_header {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  .col-whatsapp {
    top: 26vh;
  }
  .container_header .row {
    display: inherit;
  }
  .header-bottom .lng-form {
    top: -83px;
  }

  .container_banner_cover_home {
    top: 0;
  }
  .responsive_video {
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .book-now-button {
    top: auto;
    bottom: 115px !important;
  }
  .col-whatsapp {
    top: auto;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .header-top .logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .header-top .logo a {
    display: flex;
    justify-content: center;
    height: 65px;
    width: auto;
  }
  .header .logo img {
    width: 154px !important;
  }
  .header-bottom .lng-form {
    top: -70px;
    right: 10px;
  }

  .banner_cover_home {
    width: 90%;
    height: 85px;
  }
  .banner_cover_home .container_banner .news-message p {
    font-size: 16px;
  }
  .banner_cover_home .logo_banner {
    width: 75px;
    padding: 0;
  }
  .banner_cover_home .logo_banner svg {
    width: 75px !important;
  }
}

@media (max-width: 500px) {
  .header .logo img {
    width: 154px !important;
  }
}

.container_banner_cover_home {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 25px 0 0;
  z-index: 1;
}
.banner_cover_home {
  background-color: #fff;
  color: #000;
  font-family: helvetica;
  text-transform: uppercase;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 640px;
  height: 100px;
  z-index: 1;
  margin: 0 auto;
}
.banner_cover_home .logo_banner {
  position: relative;
  width: 104px;
  height: 100%;
  z-index: 9;
  background: #fff;
}
.banner_cover_home .container_banner {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.banner_cover_home .container_banner .news-message {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  align-items: center;
}
.banner_cover_home .container_banner .news-message.animate_slide {
  animation: 20s linear infinite slide-left;
}
.banner_cover_home .container_banner .news-message p {
  font-family: Libre-Baskerville-Regular, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000;
  margin: 0;
  padding-left: 2em;
}

.banner_cover_home .logo_banner {
  padding: 0px;
}
.banner_cover_home .logo_banner img {
  width: auto;
  height: 100%;
}
a.whatsapp_link {
  min-width: fit-content;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 48px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5 ease;
}
a.whatsapp_link img,
a.whatsapp_link svg {
  width: 25px;
  height: 25px;
  margin: auto;
  transition: all 0.5 ease;
}
.whatsapp_link:hover {
  background: #25d366;
  border-color: #25d366;
}
.whatsapp_link:hover * {
  filter: brightness(10);
}
.container_header {
  width: 72%;
  margin: 0px auto;
}
.container_header .row {
  display: flex;
  align-items: center;
}
.col-whatsapp {
  position: fixed;
  right: 20px;
  top: 31vh;
  z-index: 20;
  overflow: hidden;
  transition: 0.5s;
  width: 65px;
  height: 65px;
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1650px) {
  .container_header {
    width: 87%;
  }
}
@media (max-width: 1562px) {
  .container_header {
    width: 95%;
  }
}
@media (max-width: 1199px) {
  .col-whatsapp {
    top: 26vh;
  }
  .container_header .row {
    display: inherit;
  }
  .header-bottom .lng-form {
    top: -83px;
  }

  .container_banner_cover_home {
    top: 0;
  }
  .responsive_video {
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .book-now-button {
    top: auto;
    bottom: 115px !important;
  }
  .col-whatsapp {
    top: auto;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .header-top .logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .header-top .logo a {
    display: flex;
    justify-content: center;
    height: 65px;
    width: auto;
  }
  .header .logo img {
    width: 154px !important;
  }
  .header-bottom .lng-form {
    top: -70px;
    right: 10px;
  }

  .banner_cover_home {
    width: 90%;
    height: 85px;
  }
  .banner_cover_home .container_banner .news-message p {
    font-size: 16px;
  }
  .banner_cover_home .logo_banner {
    width: 75px;
    padding: 0;
  }
  .banner_cover_home .logo_banner svg {
    width: 75px !important;
  }
}

@media (max-width: 500px) {
  .header .logo img {
    width: 154px !important;
  }
}