body {
  height: 100%;
  font-family: Circular, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Perfetto, sans-serif;
  font-size: 140px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #2a8bdd;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #2a8bdd;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #777;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

strong {
  color: #2a8bdd;
  font-weight: 700;
}

.hero {
  height: 60%;
}

.container {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.whatsapp-button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 40px 16px 55px;
  border-radius: 8px;
  background-color: #1dc764;
  background-image: url('/images/landingPages/quintaDoPalacio/whatsapp.svg');
  background-position: 13% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.whatsapp-button:hover {
  opacity: 0.74;
}

.whatsapp-button.about-whatsapp {
  margin-top: 15px;
}

.navbar-logo {
  margin-top: 8px;
}

.secondary-title {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
}

.about {
  padding-top: 85px;
  padding-bottom: 85px;
}

.about-left {
  width: 28%;
}

.about-right {
  width: 60%;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold {
  color: #3b3b3b;
  font-size: 20px;
}

.about-left-line {
  width: 100%;
  height: 4px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 43.9%, 0.13);
}

.about-left-details {
  line-height: 26px;
}

.galery {
  padding-top: 60px;
  padding-bottom: 160px;
}

.center {
  margin-bottom: 15px;
  text-align: center;
}

.galery-p {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.galery-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.galery-left {
  width: 49%;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.galery-link {
  border-radius: 8px;
}

.galery-img {
  border-radius: 8px;
}

.galery-img.right {
  margin-bottom: 20px;
}

.galery-right {
  width: 49%;
}

.location {
  position: relative;
  margin-top: 0px;
  padding-bottom: 55px;
  background-color: #f5f5f5;
}

.location-map {
  top: -50px;
  margin-top: 0px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.location-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-line {
  width: 100%;
  height: 1px;
  margin-top: 9px;
  margin-bottom: 10px;
  background-color: hsla(0, 0%, 43.9%, 0.13);
}

.footer_copyright {
  margin-top: 55px;
  color: #707070;
  font-size: 12px;
  text-align: center;
}

.footer_header {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.footer_infos_contact-box_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #171717;
  font-size: 23px;
  font-weight: 400;
}

.footer_infos_contact-box {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-left-width: 1px;
  border-left-color: #e3e3e3;
  text-align: center;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: block;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.footer_header_title {
  color: #707070;
  font-size: 26px;
}

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_header_number {
  display: block;
  margin-top: 10px;
  color: #2a8bdd;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.footer_header_number:hover {
  color: #1d6aaa;
}

.footer_infos_contact-box_address {
  margin-bottom: 25px;
  color: #707070;
  font-size: 15px;
  line-height: 20px;
}

.footer_infos_contact-box_subtitle {
  margin-bottom: 25px;
  color: #171717;
  font-size: 16px;
}

.footer {
  padding-top: 95px;
  padding-bottom: 25px;
}

.navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-navbar {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.secondary-title-bold {
  color: #fff;
}

.galery-text {
  margin-top: 45px;
  margin-bottom: 0px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 991px) {
  .container {
    width: 92%;
  }
  .galery-p {
    max-width: 100%;
  }
  .galery-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .galery-left {
    width: 100%;
  }
  .galery-link {
    width: 100%;
  }
  .galery-img {
    width: 100%;
    max-height: none;
    margin-bottom: 12px;
  }
  .galery-right {
    width: 100%;
  }
  .location-map {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_infos_contact-box {
    width: 100%;
    margin-top: 10px;
    padding-top: 25px;
    padding-left: 0px;
    border-top-width: 1px;
    border-top-color: #e3e3e3;
    border-left-style: none;
  }
  .container-2 {
    width: 90%;
  }
  .footer_infos {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .container {
    width: 92%;
  }
  .whatsapp-button {
    display: none;
  }
  .whatsapp-button.mobile {
    display: block;
    text-align: center;
  }
  .about {
    padding-top: 35px;
    padding-bottom: 9px;
  }
  .about-left {
    width: 60%;
    margin-top: 35px;
  }
  .about-right {
    width: 100%;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location-map {
    width: 100%;
  }
  .location-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_infos_contact-box_title {
    text-align: center;
  }
  .footer_infos_contact-box {
    margin-top: 0px;
    padding-top: 0px;
    border-top-style: none;
  }
  .footer_infos {
    margin-top: 30px;
  }
  .footer_infos_contact-box_address {
    text-align: center;
  }
  .footer_infos_contact-box_subtitle {
    text-align: center;
  }
  .navbar-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-content.main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fixed-navbar {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 -3px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .heading {
    font-size: 115px;
  }
  .text-block {
    margin-right: 25px;
    color: #2a8bdd;
    font-size: 18px;
    line-height: 18px;
  }
  .text-span {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 50%;
  }
  .container {
    width: 90%;
  }
  .whatsapp-button {
    width: 100%;
    text-align: center;
  }
  .whatsapp-button.mobile {
    width: auto;
    margin-left: -40px;
  }
  .navbar-logo {
    padding-left: 0px;
  }
  .secondary-title {
    margin-top: 0px;
    font-size: 18px;
  }
  .about-left {
    width: 100%;
  }
  .background-video {
    padding-bottom: 30px;
  }
  .footer_infos_contact-box_title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
  }
  .footer_header_title {
    font-size: 22px;
  }
  .footer_header_number {
    margin-top: 5px;
    font-size: 34px;
  }
  .footer {
    padding-top: 50px;
  }
  .navbar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 68px;
    line-height: 70px;
  }
  .text-block {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Perfetto';
  src: url('/fonts/perfetto-regular-maisfontes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url('/fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url('/fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url('/fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}


.location-map2 {
  top: -50px;
  margin-top: 0px;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.w-widget-map2 {
  width: 100%;
  height: 400px;
}
