:root {
  --VerdeClaro: #44946b;
  --Arena: #efccb1;
  --ArenaClara: #f9eee5;
  --Carbon: #171717;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dark-solicitud {
  width: 100%;
  height: 100vh;
  background: #00000063;
  backdrop-filter: blur(2px);
  position: fixed;
  z-index: 100;
  opacity: 0;
  display: none;
}

.clipImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#solicitud {
  border-radius: 15px;
  border: 2px solid white;
  background: rgba(184, 184, 184, 0.5);
  padding: 1rem 3rem;
  width: 40rem;
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#solicitud input::placeholder {
  color: #1b1b1b;
}

#solicitud .input {
  border: none;
  padding: .6rem 0.5rem;
  margin: 0.5rem 0;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #0c0c0c;
  width: 100%;
  background-color: white;
  border-radius: .6rem;
}

#solicitud .input:focus {
  outline: none;
}

.solicitud-tittle {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  width: 100%;
  padding: 1rem 0 0.5rem 0;
  line-height: 1.5rem;
  color: white;
}

.boton-solicitud {
  background-color: #2b5f89;
  width: 60%;
  color: white;
  border: none;
  padding: 0.8rem 0;
  text-align: center;
  font-family: Raleway;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0 1.2rem 0;
  cursor: pointer;
  border: 2px solid #2b5f89;
  transition: 0.5s;
}

.boton-solicitud:hover {
  background-color: rgba(255, 255, 255, 0.131);
  color: #0c0c0c;
  transition: 0.3s;
}

#solicitud a {
  text-decoration: none;
  color: black;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0.2rem;
  font-size: 0.8rem;
}

.solicitud-links {
  text-align: center;
  color: black;
}

#tipo-solicitud-pago {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #1b1b1b;
  background-color: white;
  border-radius: .6rem;
  padding: .6rem 0.5rem;
  margin: 0.5rem 0;
  border: none;
}

#tipo-solicitud-pago:focus {
  outline: none;
}

#tipo-solicitud-pago option {
  color: #ffffff;
}

#tipo-pago {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: .6rem 0.5rem;
  margin: 0.5rem 0 1rem 0;
  color: #1b1b1b;
  background-color: white;
  border-radius: .6rem;
  border: none;
}

#tipo-pago:focus {
  outline: none;
}

#tipo-pago option {
  color: #ffffff;
}

.dark {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #000000be;
  z-index: 100;
  cursor: pointer;
  display: none;
  opacity: 0;
}

.notificacion {
  position: fixed;
  top: 5px;
  right: 10px;
  background-color: #393d46;
  color: white;
  padding: 15px;
  border-radius: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
  align-items: center;
  z-index: 100;
  gap: 1rem;
  font-size: 1.05rem;
  transform: translateY(-100%);
}

.notificacion-subtittle {
  color: #b8b8b8;
  font-weight: 500;
  font-size: 0.95rem;
}

.section-3 {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: white;
}

.section-3_barra-lateral {
  height: 100%;
  width: 35%;
  background-color: #090449;
  padding: 1.2rem 2rem;
  font-family: Montserrat, sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.lote {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.big-number {
  font-weight: bold;
  font-size: 12vh;
  font-family: Montserrat, sans-serif;
  color: white;
  margin-top: 3.5vh;
  margin-bottom: 6vh;
}

.cuarta {
  padding-top: 0rem;
}

.flex-1 {
  display: flex;
  align-items: center;
  padding-bottom: 1.2rem;
  justify-content: space-between;
}

.flex-2 {
  display: flex;
  align-items: center;
  padding-bottom: 1.2rem;
  justify-content: space-between;
}

.financiamientos {
  display: block;
}

.section-3_linea {
  width: 100%;
  height: 2px;
  background-color: white;
}

.contado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0.8rem;
  margin-top: 1rem;
}

.contado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0.8rem;
  margin-top: 1rem;
  font-size: 2.5vh;
}

.checkbox {
  background-color: white;
  border: 1px solid white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.financiamiento {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-left: 1px solid #868686;
  border-bottom: 1px solid rgb(134, 134, 134);
  border-right: 1px solid rgb(134, 134, 134);
  border-top: 1px solid rgb(134, 134, 134);
  padding: 0.8rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 2.5vh;
}

.checkbox-desactive {
  border: 1px solid white;
  padding: 0.05rem 0.3rem;
  border-radius: 50%;
  fill-opacity: 0;
}

.botones-accion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1rem;
}

.botones-accion p {
  border: 2px solid white;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.6rem 2rem;
}

.botones-accion_apartar {
  transition: 0.5s;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2.8vh;
  padding: 0.6rem 1.8rem;
  width: 100%;
}

.botones-accion_apartar:hover {
  background-color: white;
  color: #272a30;
}

.text-small {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 2.1vh;
  margin-bottom: 1.1vh;
}

.text-normal {
  font-weight: 600;
  font-size: 3.2vh;
}

.contado-content {
  font-weight: 500;
}

.financiamiento-content {
  font-weight: 500;
}

.contado-content p {
  margin: 0.5vh 0;
}

.financiamiento-content p {
  margin: 0.5vh 0;
}

.amenidades {
  height: 100%;
  width: 100%;
  background-color: #334164;
  padding: 2rem;
  font-family: Quicksand;
  color: white;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.amenidades-list {
  display: flex;
  align-items: center;
  gap: 80px;
  font-family: Montserrat, sans-serif;
}

.amenidades-text-small {
  color: #99999d;
  font-weight: 600;
  font-size: 2.5vh;
  font-family: Montserrat, sans-serif;
}

.amenidades-tittle {
  font-weight: bold;
  font-size: 8vh;
  font-family: Raleway;
  color: white;
  margin-top: 3.5vh;
  margin-bottom: 2vh;
}

.amenidades-line {
  width: 100%;
  height: 2px;
  background-color: white;
}

.imagen-amenidades img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.amenidades ul {
  padding: 0 1rem;
  color: #93a5ba;
}

.amenidades span {
  color: white;
}

.amenidades ul li {
  padding: 1vh 0;
  font-size: 2.9vh;
  font-weight: 500;
}

.amenidades-button {
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid white;
  background: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 2.7vh;
  padding: 0.6rem 1.8rem;
  width: fit-content;
  text-decoration: none;
  color: white;
}

.amenidades-button:hover {
  background-color: white;
  color: #272a30;
}

.amenidades-click {
  cursor: pointer;
}

.mapa-container {
  height: 100%;
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mapa-container svg {
  width: 50%;
  height: 100%;
}

.disponibilidad {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #b8656d;
}

#lote {
  pointer-events: none;
}

.lote2 {
  pointer-events: none;
}

#casa1 {
  cursor: pointer;
  fill: #a65a62;
  transition: 0.3s;
}

#casa1:hover {
  filter: brightness(0.92);
  transition: filter 0.3s;
}

.active {
  transition: 0.3s;
  fill: #4b8266;
  cursor: pointer;
}

.active:hover {
  filter: brightness(0.92);
  transition: filter 0.3s;
}

.active-fill {
  transition: fill 0.3s;
  fill: white;
}

.active-fill:hover {
  transition: fill 0.3s;
  filter: brightness(1);
}

.text-default {
  transition: fill 0.3s;
  fill: white;
}

.text-active {
  transition: fill 0.3s;
  fill: black;
}

.mapa {
  height: 100%;
}

.inputText {
  background-color: transparent;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  border: none;
  padding: 0.5rem 0;
  margin: 0.8rem 0;
  font-size: 2.8vh;
}

.inputText:focus {
  outline: none;
}

.inputText option {
  background-color: #393d46;
  font-size: 1rem;
}

@media screen and (width: 1024px) {
  .section-3_barra-lateral {
    width: 45%;
  }

  .mapa-container {
    width: 55%;
  }

  .mapa-container svg {
    width: 66%;
  }

  .amenidades {
    width: 100%;
  }

  .formulario {
    padding: 0 3rem;
  }
}

@media screen and (width: 1104px) {
  .section-3_barra-lateral {
    width: 45%;
  }

  .mapa-container {
    width: 55%;
  }

  .mapa-container svg {
    width: 76%;
  }
}

@media screen and (width: 1180px) {
  .section-3_barra-lateral {
    width: 45%;
  }

  .mapa-container {
    width: 55%;
  }

  .mapa-container svg {
    width: 71%;
  }

  .amenidades {
    width: 100%;
  }

  .formulario {
    padding: 0 3rem;
  }
}

@media screen and (width: 1194px) {
  .section-3_barra-lateral {
    width: 45%;
  }

  .mapa-container {
    width: 55%;
  }

  .mapa-container svg {
    width: 71%;
  }

  .amenidades {
    width: 100%;
  }

  .formulario {
    padding: 0 3rem;
  }
}

@media screen and (width: 1114px) {
  .section-3_barra-lateral {
    width: 45%;
  }

  .mapa-container {
    width: 55%;
  }

  .mapa-container svg {
    width: 71%;
  }

  .amenidades {
    width: 100%;
  }

  .formulario {
    padding: 0 3rem;
  }
}
