.banner_area {
  background: #efefef;
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 0px;
}
.banner_area .bg-parallax {
  background: url("../img/banner_coporativonew2.jpg") no-repeat scroll center 0 /
    cover;
  background-size: auto;
}
.banner_area .position {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.booking_table {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}
.contact-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
}
.text-phone, .text-email{
  font-weight: bold;
  color: #000;
}
.text-phone a {
  background: #ec0000;
  padding: 4px;
  border-radius: 20px;
  margin-right: 4px;
  color: #000;
}
.text-email a {
  background: #ec0000;
  padding: 5px 6.5px;
  border-radius: 20px;
  margin-right: 4px;
  color: #000;
}
.text-email {
  margin-left: 10px;
  margin-right: 20px;
  color: #000;
}
.banner_content {
  color: #000;
  margin-bottom: 0px;
}
.container-contact{
  display: none;
}
.banner-title {
  font-size: 35px;
  max-width: 1060px;
  text-transform: uppercase;
  font-weight: 900 !important;
  margin: auto;
  line-height: normal;
  margin-top: 22px;
  color: #000000 !important;
  margin-bottom: 12px;
}
.banner_content p {
  font-size: 21px;
  max-width: 770px;
  margin: 0px auto 30px auto;
  line-height: auto;
  font-weight: 300;
}
.banner-contact {
  display: flex;
  align-items: center;
}
.banner-contact .direction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-contact iframe {
  min-height: 505px;
  border-radius: 12px;
  border: 0px;
}
.banner-contact a {
  background: #ec0000 !important;
  padding: 10px 30px;
  border-radius: 40px;
  width: 100%;
  max-width: 384px;
  font-size: 16px;
  margin: auto;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.banner-contact img {
  max-width: 200px;
}

@media (max-width: 992px) {
  .banner-contact {
    display: block;
  }
  .banner_area .bg-parallax {
    background: url("../img/banner_coporativonew2_movil.png") no-repeat scroll
      center 0 / cover;
    background-size: auto;
  }
  .contact-header{
    display: none !important;
  }
  .container-contact{
    display: block;
  }
}
@media (max-width: 676px) {
  .banner_content p {
    font-size: 18px;
  }
  .banner-title {
    font-size: 26px;
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .banner-contact iframe {
    min-height: 540px !important;
  }
  
}
