body {
  /*   background: url(http://www.enguanaqueros.cl/wp-content/uploads/2019/09/fondo.png) !important; */
  background-repeat: no-repeat !important;

  background-position: bottom;
  background-color: #f6cc91 !important;

  color: #666 !important;
  font-family: 'Lato' !important;
  overflow-x: hidden;
}

p {
  font-size: 16px;
}

h4.blog {
  background: none !important;
  font-family: 'Lato', sans-serif !important;
  font-style: normal !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-variant: normal !important;
  color: #333 !important;
}

.paddingDest {
  margin: 0 16px;
}

.paddingDest4col {
  margin: 10px 4px;
}

/* .h3Title { */
h3 {
  font-weight: 500 !important;
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* .h2Title { */
h2 {
  font-weight: 500 !important;
  font-size: calc(1.3rem + 1.1vw) !important;
}

/* .h1Title { */
h1 {
  font-size: calc(1.2rem + 1.5vw) !important;
  font-weight: 500 !important;
}

h4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

h4 span {
  padding: 0 !important;
}

.nav-arrow {
  color: white;
}

.menuTxt {
  margin-top: 0px;
}

.menuMobileInnerTs {
  padding-left: 20px;
}

.ant-modal-container {
  background-color: #ffffff00 !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  border-radius: 29px;
  height: 55px;
  width: 55px;
  padding: 10px;
}

@media (max-width: 479px) {
  .ant-modal-container {
    padding: 0 !important;
  }
  .ant-modal {
    width: 97% !important;
  }

  .ant-modal-footer {
    padding-right: 20px !important;
  }

  .mobile-paddingtop {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  #root-container {
    margin-top: 0px;
  }
  .headerImage {
    height: auto;
  }
}

@media (min-width: 1440px) {
  h1.h1Title span {
    font-size: 90%;
  }
}
