html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #f4f9f9;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn-success2{
	background: #009f83;
	color: white;
}
p,
a {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
h3 {
  font-weight: 800;
  color: #202028;
}
.precios {
	background-color: #009f83;
	margin: 0;
	padding: 5px 0px;
	width: 100%;
	height: 100%;
	color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.contenedorBuscar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececf5;
  padding: 0 50px;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 15;
}
.propiedad-carta {
  text-align: center;
  background-color: #fff;
  border: 0 solid;
  border-radius: 0;
  box-shadow: 0 15px 30px -20px rgb(111 111 137 / 35%);
  transition: all 0.3s;
  border-radius: 15px;
}
.propiedad-carta:hover {
  box-shadow: 0 30px 30px -20px rgb(111 111 137 / 50%);
  cursor: pointer;
}
.direcciones {
  text-align: left;
  padding: 1rem 20px;
}
.a-comp:hover {
	color: black;
}
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.direcciones h3 {
  font-size: 1.15rem;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #009f83;
}

input:focus + .slider {
  box-shadow: 0 0 1px #009f83;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.imf-fluid {
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
}
.botonFiltro {
  background-color: #444444;
  padding: 0.5rem 2rem;
  color: #fff;
}
.botonFiltro:hover {
  background-color: #3c3737;
  cursor: pointer;
}
.card-img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.card-img-container img {
  height: 295px;
  z-index: 9;
  width: 100%;
  object-fit: cover;
}
.buscador-propiedades {
  width: 350px;
  position: relative;
}
.buscador-propiedades input {
  padding: 0.7rem 1rem 0.7rem 1rem;
  border: none;
  width: 100%;
  border-radius: 15px;
}
.buscador-propiedades input:focus-visible {
  outline: none;
  box-shadow: 1px 1px 5px #bbb1b1;
}
.flickity-prev-next-button.next {
  right: 0;
  background-position: 20px;
  background-image: url(https://img10.naventcdn.com/listado/RPLISv6.23.0-RC1/gallery-arrow-r.82d4e1.svg);
}

.flickity-prev-next-button {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 48px;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  outline: none;
  transform: none;
  cursor: pointer;
  z-index: 3;
  border: none;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button.previous {
  left: 0;
  background-position: 4px;
  background-image: url(https://img10.naventcdn.com/listado/RPLISv6.23.0-RC1/gallery-arrow-l.8dceac.svg);
}
.flickity-prev-next-button.previous {
  left: 0;
  background-position: 4px;
  background-image: url(https://img10.naventcdn.com/listado/RPLISv6.23.0-RC1/gallery-arrow-l.8dceac.svg);
}
.flickity-prev-next-button {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 48px;
  height: 100%;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  outline: none;
  transform: none;
  cursor: pointer;
  z-index: 3;
  border: none;
}
.flickity-prev-next-button > svg {
  display: none;
}
.imagenesbloque {
  width: 100%;
  height: 100%;
  height: 66vh;
}
.imagenesbloque .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  height: 100%;
  position: relative;
}
.imagenesbloque .columna1 {
  	flex: 66.66% 1;
	max-width: 66.66%;
	height: 100%;
	position: relative;
}
.img-cont {
	display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0;
}
.imgN {
  object-fit: cover;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
	overflow: hidden;
}
/* .imagenesbloque .columna1 img {
  height: 100%;
  width: 100%;
} */
.imagenesbloque .columna2 {
	flex: 33.33% 1;
	max-width: 33.33%;
	height: 100%;
	padding: 0 0 0 10px;
	position: relative;
}

.imagenesbloque .columna2 .cont {
  position: relative;
    height: 50%;
    max-height: 50%;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.img-cont-2 {
	display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    margin: 0;
}
.imagenesbloque .columna2 img:nth-child(1) {
  margin-bottom: 7px;
}
.imagenesbloque .columna2 img:nth-child(2) {
  margin-top: 7px;
}
.bloquePrecio {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
.bloquePrecio .contenedor {
  transform: translateY(-2.5rem);
  width: 670px;
  padding: 1.2rem 2rem;
  z-index: 3;
  background-color: white;
  box-shadow: 0px 20px 30px -20px #010101;
	/*overflow: scroll;*/
}
.bloquePrecio .contenedor .precio1 p {
  color: #6f6f89;
  font-size: 14px;
}
.bloquePrecio .contenedor .precio1 span {
  font-size: 22px;
  color: #009f83;
  font-weight: 700 !important;
}
.bloquePrecio .contenedor .botonprecio {
  width: 100%;
}
.bloquePrecio .contenedor .botonprecio button {
  background-color: #010101;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-left: 0px;
  border: none;
  height: 100%;
  font-weight: bold;
}
.bloquePrecio .contenedor .precio1:nth-child(2) {
  margin-left: 20px;
}
.cartaContacto {
  background-color: #fff;
  width: 100%;
  height: auto;
  box-shadow: 0px 20px 30px -20px #010101;
  margin: 2px;
}
.caracteristicas {
  margin-top: 2rem;
  /*overflow: scroll;*/
}
.flex-1 {
  flex: 1;
}
.caracteristicas .colcar {
  padding: 0 1rem;
}
.caracteristicas .colcar div {
  margin: 2rem 0;
}
.precio-sticky {
  position: sticky;
  top: 2.5rem;
  z-index: 10;
}
.medidas {
  margin-bottom: 2rem;
}
.medidas p {
  font-size: 2rem;
  color: #009f83;
  font-weight: 600;
}
.col-12 p {
	font-size: 1.15rem;
  color: black;
  font-weight: 500;
	text-align: justify;
}
.medidas span {
  font-size: 0.875rem;
  color: #636f7b;
  line-height: 1.5;
}
.cartaContacto {
  text-align: center;
  padding: 1.5rem 2rem;
}
.cartaContacto form {
  margin-top: 1.5rem;
}
.cartaContacto input {
  width: 100%;
  border: 0.5 solid #6f6f89;
  height: 2rem;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.cartaContacto form button {
  background-color: #010101;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  height: 100%;
  font-weight: bold;
}
.cartaContacto .aviso {
  padding: 0.5rem 2rem;
}

footer {
  min-height: 180px;
  background-color: #202028;
  margin-top: 70px;
  padding: 2rem 0;
}
footer p {
  color: #009f83;
  font-weight: 700;
}
footer ul {
  list-style: none;
  padding-inline-start: 0px;
}
footer ul li {
  color: #fff;
  margin: 0.5rem 0;
}
.caracteristicas .colcar:nth-child(1) {
  border-right: 5px solid #009f83;
}
.caracteristicas .colcar span:nth-child(1) {
  font-weight: bold;
}
.caracteristicas .colcar span:nth-child(2) {
  text-align: right;
}
.filtros-hidden {
  position: fixed;
  right: -100;
  transition: 0.5s;
	visibility: hidden;
}
.filtros-show {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
	background-color: rgba(68,68,68,0.9);
  z-index: 30;
  padding: 5rem 2rem;
  color: #fff;
  visibility: visible;
  transition: 0.5s;
	overflow: scroll;
}
.filtros-show select {
  width: 100%;
  border: none;
  height: 3rem;
  margin-bottom: 2rem;
  padding-left: 20px;
}
footer {
		min-height: 180px;
		background-color: #202028;
		margin-top: 70px;
	}
	footer p {
		color: #009f83;
		font-weight: 700;
	}
	footer ul {
		list-style: none;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
		padding-inline-start: 0px;
	}
	footer ul li {
		color: #fff;
		margin: 0.5rem 0;
	}

.imagenes-galeria {
    margin-top: 4rem;
}
ul.galeria {
    display: flex;
    flex-wrap: wrap;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.galeria .image {
    width: 25%;
    height: 200px;
    background-position: center;
    background-size: cover;
	cursor: pointer;
}
.galeria .image:hover{
	opacity:0.9; 
}

.cookies-banner {
	position: fixed;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 159, 131, 0.8);
    padding: 20px 10px;
    backdrop-filter: blur(1px);
    color: #fff;
}
.btn-amarillo {
	background-color: #E3BC00;
    color: #ffffff;
}
.gbtn button {
    width: 100%;
    border: none;
    margin-bottom: 5px;
	cursor: pointer;
}
