* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: Montserrat;
  overflow: initial !important;
  color: #212529;
}

.page-landing {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
}

.page-landing .page-landings-header {
  background: #fff;
  box-shadow: 0 7px 6px -3px rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 10px;
}

.page-landing .page-landings-header .logo-slogan {
  display: block;
  width: 360px;
  margin: 0 auto;
}

.page-landing .page-landings-header .logo-slogan .slogan {
  border-top: 1px solid #DEE0E3;
  padding: 5px 0 0;
  font-weight: 600;
  color: #0D2847;
  font-size: 14px;
}

.page-landing .page-landing-background {
  position: relative;
  display: flex;
  align-items: center;
}

.page-landing .page-landing-background .project-main-landings {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-landing .page-landing-background .project-main-landings .project-main-image {
  background-image: url("../img/IMAGEN-PRINCIPAL.jpg");
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  width: 100%;
}

.page-landing .page-landing-background .project-main-landings button {
  background: white;
  border: none;
  cursor: pointer;
  outline: none;
}

.page-landing .page-landing-background .project-main-landings button img {
  width: 40px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  z-index: 4;
  margin: 50px 0;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .top-info-landings {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  height: 100%;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .logo-ev {
  width: 100%;
  max-width: 252px;
  background: white;
  padding: 5px 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .content-title-img {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 610px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .logo-main {
  width: auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 8px;
  max-width: 500px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .info-project {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-evenly;
  gap: 10px;
  font-size: 18px;
  width: 100%;
  position: absolute;
  max-width: 610px;
  top: 0;
  padding: 20px;
  background-color: #1515154f;
  color: white;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .content-body {
  max-width: 470px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .content-logos {
  display: flex;
  gap: 20px;
  position: absolute;
  flex-direction: row;
  top: calc(80vh - 110px);
  max-width: 200px;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 4;
  align-items: center;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .page-landings-form img {
  width: 87px;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 0 0 10px #1515154f;
  background: white;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings h1 {
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 19px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings h1 span {
  font-size: 43px;
  font-weight: 600;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .info-project p {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.page-landing .page-landing-background .page-landings-form {
  max-width: 500px;
  position: relative;
}

@keyframes edgeScroll {
  0% {
    right: 60px;
  }

  100% {
    right: -30px;
  }
}

.page-landing .page-landing-background .page-landings-form .landing-form-loader {
  display: none;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
}

.page-landing .page-landing-background .page-landings-form .landing-form-loader img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks {
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  position: relative;
  z-index: 2;
}

.typology-contact__confirmation {
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  background-image: url("../img/fondo.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
}

.typology-contact__confirmation--modal {
  max-width: 280px;
  min-width: 280px;
  margin: 0 0 0 32px;
  padding: 16px;
}

.typology-contact__confirmation__title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C3C7CB;
  font-size: 22px !important;
  font-weight: 800;
  color: #153F70;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks .typology-contact__confirmation__subtitle {
  padding: 8px;
  font-size: 22px;
  font-weight: 800;
  color: #153F70;
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks .typology-contact__confirmation__subtitle small {
  font-size: 16px;
  font-weight: 400;
}

.content-buttons-schedule {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}

.btn-schedule {
  color: #2B2E31;
  font-size: 14px;
  padding: 15px 5px;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out;
  background: #EFF7C5;
  border: 1px solid #CBE43F;
  box-shadow: 0px 2px 0 #CBE43F, 2px 4px 6px #EFF7C5;
}

.typology-contact__confirmation__builder-info__brand {
  width: 65px;
  padding: 2px;
  margin: 0 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.typology-contact__confirmation__builder-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.typology-image-third-project {
  display: none;
}

.typology-contact__confirmation__builder-info__message {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #C3C7CB;
  margin-bottom: 10px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings .typology-contact__confirmation__ev__brand {
  margin-bottom: 5px;
  background: none;
  box-shadow: none;
}

.typology-contact__confirmation__ev__text {
  margin-bottom: 0px;
  padding-top: 0 !important;
  font-size: 20px !important;
  font-weight: 600;
  color: #0D2847;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks a {
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-decoration: none;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks p {
  color: rgb(37 71 105);
  font-size: 17px;
  text-align: center;
  background: rgb(255 255 255 / 14%);
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks a .thanks-title {
  font-size: 18px;
}

.page-landing .page-landing-background .page-landings-form .landing-form-thanks span {
  font-size: 17px;
  background: rgb(255 255 255 / 14%);
  color: rgb(28, 88, 155);
  padding: 0;
}

.page-landing .page-landing-background .page-landings-form p {
  padding: 25px 20px 10px;
  font-family: Montserrat;
  color: #0D2847;
  font-weight: 600;
  font-size: 30px;
  text-align: left;
}

.page-landing .page-landing-background .page-landings-form p span {
  font-weight: 600;
}

.page-landing .page-landing-background .page-landings-form span {
  font-weight: 500;
  font-size: 14px;
  padding: 0px 20px 15px;
  position: relative;
  display: block;
}

.page-landing .page-landing-background .page-landings-form .content-background {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  border-radius: 8px;
  background: white;
}

.page-landing .page-landing-background .page-landings-form .content-background.highlighted {
  border: 1px solid #2470C6;
  box-shadow: 0 10px 30px #98BFEC;
}

.page-landing .page-landing-background .page-landings-form form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0px 25px 20px;
}

.page-landing .page-landing-background .page-landings-form form p {
  font-weight: 400;
  text-align: start;
  font-size: 10pt;
  width: 100%;
  margin: 0px;
  padding: 8.5px;
}

.page-landing .page-landing-background .page-landings-form form input,
.page-landing .page-landing-background .page-landings-form form select {
  height: 35px;
  font-family: Montserrat;
  font-weight: 400;
  margin: 8px 0;
  padding: 3px 20px 3px 10px;
  font-size: 12px;
  border: 1px solid #DEE0E3;
  border-radius: 4px;
  color: #494848;
  text-overflow: ellipsis;
  outline: none;
  background: white;
}

.page-landing .page-landing-background .page-landings-form form input::-webkit-input-placeholder,
.page-landing .page-landing-background .page-landings-form form select::-webkit-input-placeholder {
  color: rgb(73, 72, 72);
}

.page-landing .page-landing-background .page-landings-form form input:disabled {
  background: rgb(218, 218, 218);
}

.page-landing .page-landing-background .page-landings-form form label {
  color: rgb(255, 65, 77);
  font-family: Montserrat;
  font-size: 9px;
}

.page-landing .page-landing-background .page-landings-form form input[type="number"]::-webkit-inner-spin-button,
.page-landing .page-landing-background .page-landings-form form input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.page-landing .page-landing-background .page-landings-form form input[type="number"] {}

.page-landing .page-landing-background .page-landings-form form select {
  background-image: url("../img/TRIAN-INVE.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  appearance: none;
}

.page-landing .page-landing-background .page-landings-form form input[type="date"],
.page-landing .page-landing-background .page-landings-form form select {
  width: 100%;
  font-family: Montserrat;
  background-color: rgb(255, 255, 255);
}

.page-landing .page-landing-background .page-landings-form form input::-webkit-inner-spin-button,
.page-landing .page-landing-background .page-landings-form form input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.page-landing .page-landing-background .page-landings-form form .container-terms {
  margin: 10px 0px;
  font-family: Montserrat;
  font-size: 8pt;
  text-align: justify;
  display: flex;
  color: #212529;
}

.page-landing .page-landing-background .page-landings-form form .container-terms span {
  padding: 0px;
}

.page-landing .page-landing-background .page-landings-form form .container-terms a {
  color: #0d2847;
  font-weight: 600;
}

.page-landing .page-landing-background .page-landings-form form .container-terms input[type="checkbox"] {
  height: 15px;
  margin-right: 7px;
  padding-top: 0px;
  margin-top: 0px;
}

.page-landing .page-landing-background .page-landings-form form .landing-form-submit {
  cursor: pointer;
  outline: none;
  margin: 3px auto 10px;
  width: 114px;
  height: 38px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12pt;
  border: none;
  color: #fff;
  border-radius: 4px;
  background-color: #153F70;
  transition: all .4s ease-in;
}

.page-landing .page-landing-background .page-landings-form form .landing-form-submit:hover {
  transform: scale(1.025);
}

.page-landing .page-landing-background .page-landings-form form .btnAgendarCita {
  color: #2B2E31;
  background-color: rgb(255, 255, 255);
}

.page-landing .page-landing-background .page-landings-form form .btnAgendarCita:hover {
  background-color: #CBE43F;
  color: rgb(13, 40, 71);
}

.page-landing .content-bottom-section {
  padding: 50px 0 10px;
  background-image: url("../img/footer-section.gif");
  height: 100%;
  background-repeat: round;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}

.page-landing .content-bottom-section .project-botton-image {
  width: 100%;
  height: 100%;
  content: '';
  background: #182d45cc;
  position: absolute;
  display: block;
  top: 0;
}

.page-landing .page-landing-background.form-bottom .page-landings-form {
  position: relative;
  max-width: 900px;
  right: auto;
  width: 95%;
  margin: 0 auto;
  background: #0d1926;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .info-ubication {
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .btnAgendarCita,
.page-landing .page-landing-background.form-bottom .page-landings-form form .landing-form-submit {
  border: 1px solid rgb(13, 40, 71);
  border-radius: 4px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .head-form {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2a2e31;
  z-index: 1;
  position: relative;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .head-form img {
  border-radius: 4px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .head-form p {
  color: rgb(255, 255, 255);
  margin: 0px;
  text-align: left;
  font-size: 15px;
  padding: 10px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form .head-form p a {
  color: rgb(28, 88, 155);
  font-weight: 600;
  text-decoration: none;
}

.page-landing .page-landing-background.form-bottom .page-landings-form form .contenedor-form input,
.page-landing .page-landing-background.form-bottom .page-landings-form form .contenedor-form select {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form form .contenedor-agendamiento p {
  color: rgb(255, 255, 255);
  padding-left: 0px;
  font-size: 14px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form form .container-terms {
  color: rgb(73, 72, 72);
  margin: 15px 0px;
}

.page-landing .page-landing-background.form-bottom .page-landings-form form .container-terms a {}

.page-landing .page-landings-details,
.page-landing .page-landings-features {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1250px;
  margin: 0px auto;
}

.page-landing .page-landings-details strong,
.page-landing .page-landings-features strong {
  color: #2B2E31;
  font-size: 28px;
  padding: 0 20px 30px;
  display: block;
}

.page-landing .btn-cta-form {
  color: #2B2E31;
  font-size: 16px;
  padding: 15px;
  display: block;
  background: #CBE43F;
  width: max-content;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.landing-card {
  display: none;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  max-width: 500px;
}

.page-landing .landing-card.active {
  display: block;
}

.landing-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.landing-card h3 {
  margin: 18px 18px 8px;
  font-size: 22px;
}

.landing-card p:nth-of-type(1) {
  margin: 0 18px;
  font-size: 24px;
  color: #6E7811;
  font-weight: bold;
}

.landing-card p:nth-of-type(2) {
  margin: 10px 18px;
  color: #666;
  line-height: 1.4;
}

.landing-card p:nth-of-type(3) {
  margin: 18px;
  color: #999;
  font-size: 14px;
}

.page-landing .page-landing-background .project-main-landings .landing-card button {
  cursor: pointer;
  outline: none;
  margin: 3px calc(50% - 90px) 20px;
  width: 180px;
  height: 38px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12pt;
  border: none;
  color: #fff;
  border-radius: 4px;
  background-color: #6E7811;
  transition: all .4s ease-in;
}

#landing-project-selected {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.landing-project-item-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.landing-selector {
  position: relative;
  margin-bottom: 20px;
}

.landing-selector-title {
  display: block;
  margin-bottom: 10px;
  font-size: .9rem;
  color: #666;
  font-weight: 600;
}

.landing-project-button {
  width: 100%;
  border: none;
  border-radius: 14px;
  background: white;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 14px 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  cursor: pointer;
  display: none;
  font-weight: 600;
}

.landing-project-button .landing-project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  text-align: left;
  width: 100%;
}

.landing-project-button.active {
  display: flex;
}

#landing-project-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 12px;
}

#landing-project-name {
  flex: 1;
  text-align: left;
  font-weight: 700;
}

.landing-project-arrow {
  font-size: 25px;
  padding-bottom: 7px;
  transition: .25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-project-button.open .landing-project-arrow {
  transform: rotate(180deg);
}

.landing-project-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  transition: .25s;
}

.landing-project-list.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.landing-project-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  transition: .2s;
}

.landing-project-list li:hover {
  background: #f5f5f5;
}

.landing-project-list li img {
  display: none;
}

.page-landing .page-landing-modal-gallery {
  display: none;
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-landing .page-landing-modal-gallery .landing-gallery {
  width: 100%;
  margin: 0px auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
}

.page-landing .page-landing-modal-gallery .landing-gallery .swiper-gallery-prev,
.page-landing .page-landing-modal-gallery .landing-gallery .swiper-gallery-next {
  width: 5%;
  outline: none;
  cursor: pointer;
  margin: 10px;
}

.page-landing .page-landing-modal-gallery .landing-gallery button {
  cursor: pointer;
  position: absolute;
  outline: none;
  right: 40px;
  top: -19px;
  width: 19px;
  background-color: transparent;
  border: none;
  z-index: 5;
}

.page-landing .page-landing-modal-gallery .landing-gallery .slider-gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  box-shadow: rgb(150, 150, 150) 3px 3px 8px 1px;
}

.page-landing .page-landing-modal-gallery .landing-gallery .slider-gallery .swiper-wrapper .swiper-slide p {
  font-family: Montserrat;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.page-landing .landing-gallery .slider-gallery .swiper-pagination-gallery {
  position: absolute;
  bottom: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-landing .landing-gallery .slider-gallery .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
}

.page-landing .landing-gallery .slider-gallery .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}

.page-landing .landing-video {
  width: 95%;
  margin: 0px auto 30px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.page-landing .landing-video iframe {
  min-height: 280px;
  height: 100%;
  width: 100%;
  margin: 0px auto;
}

.page-landing .landing-video button {
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -19px;
  width: 19px;
  background-color: transparent;
  border: none;
}

.page-landing .page-landing-modal-register-error {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  z-index: 15;
}

.page-landing .page-landing-modal-register-error .landing-register-error {
  padding: 20px;
  width: 80%;
  max-width: 400px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border: 1px solid rgb(136, 188, 148);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-landing .page-landing-modal-register-error .landing-register-error button {
  cursor: pointer;
  position: absolute;
  outline: none;
  right: 0px;
  top: -19px;
  width: 19px;
  background-color: transparent;
  border: none;
}

.page-landing .page-landing-modal-register-error .landing-register-error p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  text-align: center;
  font-size: 16px;
}

.page-landing .page-landing-modal-register-error .landing-register-error a {
  margin-top: 15px;
  background-color: rgb(136, 188, 148);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 600;
  padding: 10px;
  width: 170px;
  outline: rgb(36, 85, 118) solid 1px;
}

.page-landing .page-landing-modal-tour {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15;
}

.page-landing .page-landing-modal-tour .landing-virtual-tour {
  position: absolute;
  width: 95%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.page-landing .page-landing-modal-tour .landing-virtual-tour iframe {
  min-height: 280px;
}

.page-landing .page-landing-modal-tour .landing-virtual-tour button {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -19px;
  width: 19px;
  background-color: transparent;
  border: none;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .page-landing .page-landing-background .project-main-landings .project-info-landings h1 {
    font-size: 18px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings h1 span {
    font-size: 20px;
  }

  .page-landing .landing-video {
    max-width: 700px;
    height: 500px;
  }
}

@media only screen and (min-width: 1000px) {
  .page-landing {
    margin-bottom: 0px;
    position: relative;
  }

  .page-landing .page-landing-background {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: center;
  }

  .page-landing .page-landing-background .project-main-landings .project-main-image {
    height: 100vh;
    background-attachment: fixed;
  }

  .slider-images .slide {
    background-attachment: fixed;
  }

  .page-landing .page-landing-background .project-main-landings button img {
    width: 60px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings {
    animation: 2s ease-out 0s 1 normal forwards running edgeScroll;
    flex-direction: row;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings h1 {
    font-size: 24px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings h1 span {
    font-size: 60px;
    line-height: 1;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .page-landings-form img {
    width: 94px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .info-project {
    position: relative;
    height: 100%;
    padding: 0px;
    background-color: transparent;
    left: 83px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .content-logos {
    flex-direction: column;
    top: auto;
    left: 20px;
  }

  .page-landing .page-landing-background .page-landings-form {
    max-width: 380px;
  }

  .page-landing .page-landing-background.form-bottom .page-landings-form {
    display: block;
  }

  .page-landing .page-landing-background.form-bottom .page-landings-form .contenedor-form {
    display: flex;
    gap: 20px;
    align-items: baseline;
  }

  .page-landing .page-landing-background.form-bottom .page-landings-form .contenedor-datos-basicos,
  .page-landing .page-landing-background.form-bottom .page-landings-form .contenedor-agendamiento {
    display: block;
    width: 50%;
  }

  .page-landing .page-landing-background.form-bottom .page-landings-form .btnAgendarCita {
    display: none;
  }

  .page-landing .page-landing-background.form-bottom .page-landings-form .head-form p {
    font-size: 23px;
    padding: 20px;
  }

  .page-landing .page-landing-modal-gallery {
    left: 0px;
  }

  .page-landing .page-landing-modal-gallery .landing-gallery {
    max-width: 900px;
    max-height: 600px;
  }

  .page-landing .landing-video {
    max-width: 850px;
    height: 400px;
  }

  .page-landing .page-landing-modal-tour {
    left: 0px;
  }

  .page-landing .page-landing-modal-tour .landing-virtual-tour {
    max-width: 900px;
    height: 600px;
  }

  .page-landing .page-landing-modal-tour .landing-virtual-tour iframe {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .page-landing .page-landing-background .project-main-landings .project-info-landings h1 span {
    width: 470px;
    display: block;
  }
}

.page-landing .page-landing-modal-pop-up {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-landing .page-landing-modal-pop-up .landing-pop-up {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.page-landing .page-landing-modal-pop-up .landing-pop-up button {
  cursor: pointer;
  position: absolute;
  outline: none;
  right: 0px;
  top: -19px;
  width: 19px;
  background-color: transparent;
  border: none;
}

.page-landing .page-landing-modal-pop-up .landing-pop-up .pop-up-desktop {
  display: none;
}

.btnAgendarCita {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-weight: bold;
  background-color: #2B2E31;
  padding: 10px 32px;
  text-align: center;
  margin: 15px 0px;
  cursor: pointer;
  position: relative;
}

.btnAgendarCita:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
  background-color: rgb(13, 40, 71);
}

.contenedor-datos-basicos input {
  width: 100%;
}

.contenedor-agendamiento {
  display: none;
  padding: 2rem 0px;
}

.contenedor-agendamiento input {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .page-landing .page-landing-modal-pop-up .landing-pop-up .pop-up-desktop {
    display: block;
  }

  .page-landing .page-landing-modal-pop-up .landing-pop-up .pop-up-mobile {
    display: none;
  }

  @media only screen and (max-width: 1200px) {
    .page-landing .page-landing-background .project-main-landings .project-info-landings {}

    .page-landing .page-landing-background .project-main-landings .project-info-landings .content-logos {
      left: -50px;
    }
  }
}

@media (max-width: 1000px) {

  .page-landing .page-landing-background .project-main-landings .project-main-image {
    position: absolute;
    top: 0;
    height: 100%;
    height: 100vh;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings {
    z-index: 1;
    padding: 0 20px;
    gap: 20px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .info-project {
    position: relative;
    font-size: 16px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .content-logos {
    position: relative;
    top: auto;
    padding: 0 20px 20px;
    justify-content: center;
    background: #1515154f;
  }

  .page-landing .page-landing-background .page-landings-form p {
    font-size: 24px;
  }

  .page-landing .btn-cta-form {
    max-width: 95%;
    font-size: 14px;
  }
}

@media (max-width: 600px) {

  .page-landing .page-landing-background .project-main-landings .project-info-landings .content-title-img {
    flex-direction: column;
  }
}

section {
  height: 60vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

#backlink {
  text-align: center;
  padding-bottom: 25px;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  background-attachment: scroll;
}

.slide.active {
  display: block;
}

.button-slider {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 1.5em;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
}

.button-slider.prev {
  left: 10px;
}

.button-slider.next {
  right: 10px;
}

/** --- FAIR STYLES -- **/
.page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title {
  display: flex;
  position: relative;
  padding: 10px 0;
  align-items: center;
  flex-wrap: wrap;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title span {
  width: 100%;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-image: url("../img/left-shape.png");
  background-size: 50px;
  background-repeat: no-repeat;
  position: absolute;
  left: -48px;
}

.page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #FFDB66;
  position: absolute;
  left: -16px
}

.page-landing .page-landing-background .project-main-landings .project-info-landings img.fair-brand {
  width: 150px;
  background: transparent;
  box-shadow: none;
}

.fair-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 380px;
  display: none;
}

.fair-pennants {
  width: 100%;
  height: 60px;
  background-image: url("../img/liston-feria-2025.png");
  position: relative;
  top: -40px;
  display: none;
}

.fair-bottom.block,
.fair-pennants.block {
  display: block;
}

@media screen and (max-width: 1400px) {
  .page-landing .page-landing-background .project-main-landings .project-info-landings .info-project {
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title::before {
    left: auto;
    top: auto;
    transform: rotate(270deg);
    bottom: -30px;
    right: 10px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings h1.fair-title::after {
    width: 100%;
    left: 0;
    height: 4px;
    top: 95%;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .content-logos {
    width: 100vw;
    max-width: 100vw;
    flex-wrap: wrap;
    padding: 10px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings .page-landings-for img {
    width: 60px;
  }

  .page-landing .page-landing-background .project-main-landings .project-info-landings img.fair-brand {
    width: 100px;
  }

  .fair-bottom {
    width: auto;
    position: absolute;
    top: 500px;
    height: 150px;
    right: 0;
  }

  .fair-pennants {
    top: 0;
    background-size: contain;
  }
}

.page-landing .page-landing-background .project-main-landings .choices {
  margin: 8px 0;
}

.page-landing .page-landing-background .project-main-landings .choices__inner {
  padding: 0;
  min-height: 35px;
}

.page-landing .page-landing-background .project-main-landings .choices__input {
  margin: 0 !important;
  width: 100% !important;
  border: none;
}

.page-landing .page-landing-background .project-main-landings .choices__item {
  font-size: 11px !important;
}

.page-landing .page-landing-background .project-main-landings .choices__item.choices__item--selectable {
  font-size: 9px !important;
  background-color: white;
  border-color: white;
  color: #494848;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-landing .page-landing-background .project-main-landings .choices__item.choices__item--selectable button {
  background-color: #CBE43F;
  filter: grayscale(1);
  margin-right: 5px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  padding: 0;
  border-radius: 5px;
  text-align: center;
  position: relative;
  max-width: 90vw;
}

.popup-content iframe {
  max-width: 90vw;
}

.close-pop-up {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #CBE43F;
  background-color: #CBE43F;
  border: 1px solid transparent;
  color: #0D2847;
  padding: 7px 10px;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
}

.close-pop-up::before {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  display: inline-block;
  content: "\2716";
  font-size: 14px;
  line-height: 0.7;
}