body {
  font-family: "Graphik", sans-serif;
  overflow-x: hidden;
}

#footer {
  width: 100%;
  height: 250px;
  position: relative;
  display: block;
  background: var(--dark-green);
  overflow: hidden;
  letter-spacing: 1px;
  color: white;
}

.column {
  display: inline-block;
  position: relative;
  height: 258px;
  vertical-align: bottom;
}

#footerLogoContainer {
  width: 200px;
  height: 83px;
  margin-top: 46px;
  margin-left: 111px;
}

#footerLogo {
  max-width: 100%;
  max-height: 100%;
}

.filter {
  height: 50px;
  position: relative;
  background: white;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #00c9c7;
  float: right;
}

.socialMediaCont {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-top: 143px;
  margin-left: 14px;
  cursor: pointer;
  text-align: center;
  font-size: 35px;
  color: #333333;
}

.socialMediaCont:hover {
  color: black;
}

.socialMediaIcon {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

#col1 {
  width: 30%;
}

#col1 p {
  margin-left: 120px;
  font-weight: lighter;
  font-size: 13px;
}

#col2 {
  width: 44%;
}

#col2 h1 {
  margin-left: 119px;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 90px;
  position: relative;
  display: inline-block;
  color: black;
  letter-spacing: 4px;
  margin-bottom: 6px;
  font-family: "AvenirNext-Bold", sans-serif;
}

#col2 p {
  margin-left: 119px;
  font-weight: lighter;
  font-size: 13px;
}

#send {
  width: 100px;
  display: inline-block;
  height: 40px;
  background: black;
  color: white;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  font-weight: bolder;
}

.svg-icon {
  max-width: 100%;
  max-height: 100%;
}

#email {
  background-color: #f2f2f4;
  border-radius: 20px;
  height: 40px;
  padding-left: 18px;
  width: 280px;
  margin-right: 15px;
  font-size: 15px;
}

#email::placeholder {
  letter-spacing: 2px;
  font-size: 12px;
}

#subscribe {
  margin-left: 101px;
  margin-top: 19px;
  width: 425px;
  line-height: 40px;
}

#col3 {
  width: 25%;
}

#alertMessageLogo {
  width: 80%;
}

.mobileElement {
  display: none;
}

.centerWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

#userDiv {
  height: 100%;
  width: 16%;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 0px;
}

#topBarDummy {
  position: relative;
  width: 100%;
  height: 60px;
}

#topBar {
  position: fixed;
  width: 100%;
  height: 60px;
  right: 0px;
  top: 0px;
  transition: all 0.2s ease-out;
  z-index: 10;
  box-shadow: 0 6px 9px -11px #b5b5b5;
}

#accountOptions {
  position: absolute;
  height: 75%;
  width: 100%;
  top: 15%;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.currentSelectedOption {
  height: 100%;
  width: 100%;
  text-align-last: center;
  border-radius: 25px;
  position: relative;
  line-height: 60px;
  cursor: pointer;
  background-color: white;
  border: 2px solid #00cccc;
  color: #666666;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.customSelectOption {
  height: 30px;
  width: 90%;
  text-align-last: center;
  border-radius: 20px;
  background-color: #00b3b3;
  position: relative;
  border: 2px solid #00b3b3;
  line-height: 30px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  margin: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.customSelectOption:hover {
  border: 4px solid #008282;
}

.customSelectOptionsDiv {
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.open .customSelectOptionsDiv {
  height: auto;
}

#accountOptions:hover {
  height: 200%;
}

.accountOption {
  position: absolute;
  height: 25px;
  width: 70%;
  border-radius: 5px;
  color: #808080;
  font-size: 13px;
  margin-top: 5px;
}

#changePassword {
  left: 15%;
  top: 40px;
  border: 2px solid;
  text-align: center;
  line-height: 25px;
  background-color: #e5e5e5;
}

#logOut {
  left: 15%;
  top: 70px;
  text-align: center;
  line-height: 25px;
  border: 2px solid;
  background-color: #e5e5e5;
}

#userMailDiv {
  width: 100%;
  font-size: 13px;
  height: 37px;
}

#userMail {
  height: 100%;
  width: 78%;
  position: absolute;
  right: 0;
  line-height: 30px;
}

#user-icon {
  max-width: 100%;
  height: 50%;
  float: right;
  margin-right: 40px;
  margin-top: 15px;
  cursor: pointer;
}

.icon {
  height: 100%;
}

#topBarLogoContainer {
  position: relative;
  float: left;
  height: 85%;
  margin-top: 5px;
  width: 150px;
  margin-left: 50px;
  cursor: pointer;
}

#topBarLogo {
  position: relative;
  height: 100%;
  margin: 0px auto;
  display: block;
}

.menuItem {
  width: 120px;
  display: inline-block;
  height: 90%;
  align-content: center;
  text-transform: uppercase;
  float: right;
  line-height: 60px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 4px;
  text-align: center;
  margin-left: 15px;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #008a94;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 2px solid #e6e6e6;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 1em;
  height: 1em;
  box-shadow: rgb(0, 0, 0) 1px 0px 15px -5px;
}

.value_name {
  height: 40px;
  line-height: 47px;
  width: 70%;
  margin-left: 11%;
  font-size: 13px;
}

.custom_select {
  height: 100%;
  position: relative;
  width: 300px;
  float: right;
  margin-right: 20px;
}

.custom_select.selected {
  z-index: 10;
}

.select {
  text-transform: uppercase;
  color: #999999;
  z-index: 1;
}

.select_handle {
  position: absolute;
  right: 20px;
  top: 25%;
  font-size: 20px;
  color: black;
}

.select_values {
  position: absolute;
  top: 8px;
  left: 0;
  width: 98%;
  background-color: #0098a2;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  overflow: hidden;
  transform-origin: 0 0 0;
  max-height: 750px;
  overflow-y: auto;
}

.select_values.hide_values {
  transform: scaleY(0);
  z-index: 0;
}

.select_values:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.select_value,
.select_option_dummy {
  position: relative;
  width: 100%;
  height: 30px;
  float: left;
  font-family: "AvenirNext-DemiBold";
  letter-spacing: 2px;
  line-height: 30px;
  cursor: context-menu;
  padding-left: 31px;
}

.select_value:hover {
  background-color: #00818a;
}

.select_option_dummy {
  height: 40px;
  padding-left: 0;
  text-align: center;
}

.selectize-input.customCss {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
  line-height: 37px;
  margin-top: 3px;
  background-color: transparent;
}

.selectize-dropdown {
  background-color: #0098a2;
  border: none;
  border-bottom-left-radius: 0px;
}

.option.active {
  background-color: #00818a;
  color: white;
  /*  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;*/
}

.option {
  color: white;
  text-transform: uppercase;
  font-family: "AvenirNext-DemiBold", sans-serif;
}

.selectize-control.multi .selectize-input.customCss > div {
  text-transform: uppercase;
  font-size: 10px;
  background-color: rgb(2, 176, 189, 0.05);
  color: #999999;
  border: none;
}

.selectize-dropdown-content::-webkit-scrollbar {
  width: 15px;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
  background: #03a0ab;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #00818a;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #00666e;
}

.selectize-input.customCss::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  cursor: context-menu;
}

.selectize-input.customCss::-webkit-scrollbar-thumb {
  background: #03a0ab;
  cursor: context-menu;
  border-radius: 5px;
}

.selectize-input.customCss::-webkit-scrollbar-thumb:hover {
  background: #00818a;
}

.selectize-control {
  width: 85%;
  margin-left: 5%;
}

.hamburgerMenuImage {
  width: 30px;
  height: 30px;
  margin-top: 23px;
  cursor: pointer;
}

.whatsappImage {
  width: 40px;
  height: 40px;
  margin-top: 13px;
}

#hamburgerMenu {
  float: left;
  height: 100%;
  width: 50%;
  cursor: pointer;
}

#whatsappButton {
  float: left;
  cursor: pointer;
}

.headerContainer {
  width: 100%;
  height: 70px;
  /* overflow: hidden; */
  position: fixed;
  top: 0px;
  z-index: 1000;
  background: transparent;
}

.headerLeft {
  position: relative;
  overflow: hidden;
  float: left;
  height: 100%;
  width: 25%;
  margin-left: 7%;
}

.headerLogo {
  height: 106px;
  margin-top: -17px;
  /* margin-left: 30px; */
}

.headerRight {
  width: 100px;
  float: right;
  height: 100%;
  /* overflow: hidden; */
  margin-right: 7%;
}

.navigationMenuContainer {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: black; */
  overflow: hidden;
  /* opacity: 0.75; */
  background-color: rgba(0, 0, 0, 0.75);
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.menuItemsContainer {
  height: 100px;
  /* overflow: hidden; */
  width: 100%;
  /* margin-top: 30%; */
  position: relative;
}

.navigationMenu {
  position: relative;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

.navigationMenuItem {
  float: left;
  width: calc(100% / 3);
  height: 200px;
  opacity: 1;
  font-size: 22px;
  font-weight: 600;
}

.menuItemText {
  text-align: center;
  width: 100%;
  line-height: 30px;
  color: white;
}

.menuItemUnderline {
  width: 10%;
  margin: 20px auto;
  height: 5px;
  background: white;
}

.solidHeader {
  background-color: white;
  position: fixed;
  padding-right: 2%;
  width: 98%;
}

.mainImageGallery {
  width: 100%;
  height: 100vh;
}

.mainGalleryImage {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title {
  line-height: 37px;
  font-size: 50px;
  font-weight: 700;
  color: var(--dark-green);
}

.infoSection {
  padding: 80px 0px;
  height: 220px;
  width: 90%;
  margin: 0px auto;
  max-width: 1200px;
}

.navigationBackground {
}

.infoSectionTitleContainer {
  width: 50%;
  height: 100%;
  float: left;
}

.infoSectionTitle {
  /* height: 33%; */
  /* margin-top: 60px; */
}

.titleShortUnderline {
  margin: 5px 0px;
  width: 30px;
  height: 3px;
  background-color: var(--dark-green);
}

.button {
  margin-top: 50px;
  padding: 12px 30px;
  width: fit-content;
  border: 1px solid var(--dark-green);
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  color: var(--dark-green);
}

.button:hover {
  background-color: var(--dark-green);
  color: white;
}

.infoSectionInfoContainer {
  width: 50%;
  height: 100%;
  line-height: 26px;
  float: left;
}

.infoSectionInfoContainer p {
  padding: 10px;
}

.greenText {
  color: var(--darker-light-green);
}

.greenBold {
  color: var(--light-green);
  font-weight: 500;
}

.title .greenBold,
.contactTitle .greenBold {
  font-weight: 700;
}

.isHamburger {
  width: 33px;
  height: 33px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}

.footerMainSection {
  height: 225px;
  width: 97%;
  margin: auto;
}

.footerSection {
  overflow: hidden;
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
}

.footerLogoContainer {
  overflow: hidden;
  height: 40px;
  width: calc(100% - 80px);
  top: 20%;
  position: relative;
  margin-left: 80px;
}

.footerLogo {
  height: 100%;
}

.footerInfoContainer {
  position: relative;
  overflow: hidden;
  /* top: 20%; */
  width: 100%;
  max-width: 550px;
  /* height: 150px; */
  /* margin: 0px auto; */
}

.footerInfoSection {
  width: 42%;
  float: left;
  font-size: 13px;
  line-height: 24px;
}

.footerInfoTitle {
  font-weight: 600;
}

.footerInfoText {
  font-weight: 300;
}

.footerInfoSeparator {
  float: left;
  width: 1px;
  height: 60px;
  margin: 7%;
  background-color: white;
  margin-top: 2%;
}

.footerSocialMediaContainer {
  position: relative;
  /* margin-top: 10%; */
  height: fit-content;
  overflow: hidden;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.footerWhatsappContact {
  /* right: 25%; */
  /* position: absolute; */
  height: 50px;
  width: fit-content;
  overflow: hidden;
}

.footerSocialMediaIconsContainer {
  /* position: absolute; */
  /* right: 0; */
  top: 70px;
  margin-top: 0px;
}

.footerSocialMediaIcon {
  padding: 5px;
  margin-top: 10px;
  width: 34px;
}

.footerBottomSection {
  background-color: var(--darker-green);
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: white;
}

#spanishLanguage {
}

#englishLanguage {
}

.headerLanguages {
  width: 33px;
  height: 80px;
}

.languageSelect {
  width: 33px;
  height: 33px;
  border: solid 1px white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.7;
}

.selectedLanguage {
  opacity: 1;
}

.mainGalleryText {
  color: white;
  height: 100%;
  width: 70%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  flex-direction: column;
}

.mainGalleryOpacity {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  z-index: 3;
}

.mainGallerySubtitle {
  /* margin-top: 10px; */
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2;
}

.slick-dots {
  /* z-index: 1000 !important; */
  display: none !important;
}

.slick-dots li button:before {
  opacity: 0.75 !important;
  color: white !important;
  font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: white !important;
}

.slick-prev,
.slick-next,
.slick-next:before {
  z-index: 0 !important;
  display: none;
}

.footerInfoSection a {
  cursor: pointer;
}

.footerSectionMiddle {
  /* width: 50%; */
  overflow: hidden;
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mainGallerySubtitle {
    font-size: 10px;
  }
  .headerContainer {
    height: 60px;
  }
  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }
  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }
  .mobileElement {
    display: block;
  }
  .desktopElement {
    display: none !important;
  }
  #content {
    min-width: 0px;
    height: fit-content;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
  }
  .responsiveElement {
    min-width: 0px !important;
  }
  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }
  .headerLeft {
    width: 40%;
    overflow: auto;
    margin-left: 4%;
  }
  .headerRight {
    margin-right: 2%;
    width: 50%;
  }
  #hamburgerMenu {
    width: auto;
  }
  .headerLanguages {
    width: auto;
    overflow: hidden;
    float: left;
    height: 50px;
    margin-top: 10px;
  }
  .languageSelect {
    float: left;
    margin-right: 10px;
  }
  #whatsappButton {
    margin-left: 15px;
  }
  .whatsappImage {
    width: auto;
    max-height: 40px;
    max-width: 40px;
  }
  .headerContainer.solidHeader .headerRight {
    width: 25%;
  }
  #footer {
    height: auto;
    overflow: hidden;
    float: left;
  }
  .footerMainSection {
    height: auto;
    overflow: hidden;
  }
  .footerSection {
    width: 100%;
    height: auto;
    float: none;
  }
  .footerInfoSection a {
    cursor: pointer;
  }

  .footerSectionMiddle {
    /* width: 50%; */
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    height: fit-content;
  }
  .footerLogoContainer {
    width: fit-content;
    margin: 30px auto;
  }
  .footerInfoSection {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footerInfoSeparator {
    display: none;
  }
  .footerInfoContainer {
    margin-top: 0;
  }
  .footerInfoTitle,
  .footerInfoText {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .footerInfoTitle {
    font-size: 16px;
  }
  .footerSocialMediaContainer {
    position: relative;
  }
  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }
  .mobileElement {
    display: block;
  }
  .desktopElement {
    display: none !important;
  }
  .responsiveElement {
    min-width: 0px !important;
  }
  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }
  .headerLeft {
    width: 40%;
    overflow: hidden;
    margin-left: 4%;
  }
  .headerRight {
    margin-right: 2%;
    width: 50%;
  }
  #hamburgerMenu {
    width: auto;
    float: right;
    overflow: hidden;
  }
  .hamburgerMenuOpen {
    overflow: visible !important;
  }
  .headerLanguages {
    width: auto;
    overflow: hidden;
    /* float: left; */
    height: fit-content;
    margin-top: 10px;
    float: none;
  }
  .languageSelect {
    float: none;
    margin-right: 10px;
  }
  #whatsappButton {
    margin-right: 15px;
    float: right;
  }
  .whatsappImage {
    width: auto;
    max-height: 40px;
    max-width: 40px;
    margin-top: 8px;
  }
  .headerContainer.solidHeader .headerRight {
    width: 40%;
  }
  #footer {
    height: auto;
    overflow: hidden;
    float: left;
  }
  .footerMainSection {
    height: auto;
    overflow: hidden;
  }
  .footerSection {
    width: 100%;
    height: auto;
    float: none;
  }
  .footerLogoContainer {
    width: fit-content;
    margin: 30px auto;
  }
  .footerInfoSection {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footerInfoSeparator {
    display: none;
  }
  .footerInfoContainer {
    margin-top: 0;
  }
  .footerInfoTitle,
  .footerInfoText {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .footerInfoTitle {
    font-size: 16px;
  }
  .footerSocialMediaContainer {
    position: relative;
    margin-top: 10%;
    height: auto;
    /* display: contents; */
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerWhatsappContact {
    /* right: 0; */
    height: 54px;
    position: relative;
    /* margin: 0px auto; */
    width: auto;
    /* margin: auto; */
    display: inherit;
    margin-bottom: 20px;
    width: 170px;
    /* margin-left: calc(50% - 85px); */
  }
  .footerSocialMediaIconsContainer {
    right: 0;
    top: 0;
    position: relative;
    width: 100%;
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 60px;
    margin-bottom: 20px;
  }
  .footerSocialMediaIcon {
    margin: auto 10px;
    height: 35px;
  }
  .footerBottomSection {
    height: 35px;
    line-height: 35px;
  }
  .headerLogo {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    margin-top: -5px;
  }
  .navigationMenu {
    width: 80%;
    margin: auto;
  }
  .menuItemsContainer {
    height: auto;
  }
  .navigationMenuItem {
    float: none;
    width: 70%;
    margin: 30px auto;
    height: auto;
  }
  .menuItemUnderline.last {
    display: none;
  }
  .mainImageGallery {
    height: 600px;
  }
  .mainGalleryImage,
  .mainGalleryOpacity {
    height: 600px;
  }
  .mainGalleryText {
    font-size: 27px;
    line-height: 35px;
    width: 70%;
  }
  .hamburgerMenuImage {
    margin-top: 18px;
  }
  .menuItemText {
    font-size: 18px;
  }
}

#alertMessageTopBar {
  border: none;

  width: 100%;

  height: 130px;

  background-color: var(--light-green);

  position: relative;

  overflow: hidden;
}

.alertMessageTickContainer {
  width: 80px;

  height: 80px;

  margin: 25px auto;
}

.alertMessageTick {
  width: 100%;

  height: 100%;
}

.errorTopBar {
  background-color: #db4747 !important;
}
.errorAceptar {
  background-color: #db4747 !important;
}