/*
 ESTILOS WP GENRALES
 */
 .centered-paragraph {
	margin: 0 auto;
	max-width: none;
	white-space: unset;
	width: 100%;
 }
 /*
 FIN ESTILOS WP GENRALES
 */
 .hero-video {
	 width: 100%;
	 max-width: 1920px;
	 margin: 0 auto;
	 height: 280px;
	 position: relative;
 }
.hero-video__dark-mask {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 z-index: 9;
	 background-color: #000;
	 opacity: 0.7;
 }
 .hero-video__texts {
	 position: absolute;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 /* bottom: 0; */
	 left: 0;
	 right: 0;
	 z-index: 999;
	 top: 36%;
 }
.hero-video__texts__title {
	 max-width: fit-content;
	 font-family: Roboto;
	 font-style: normal;
	 font-weight: 300;
	 font-size: 46px;
	 line-height: 80px;
	 text-transform: uppercase;
	 color: #fff;
	 text-align: center;
 }
 
 
 
 .prefilter__center-box__title {
	 font-family: Roboto;
	 font-style: normal;
	 font-weight: 200;
 }
 
 .prefilter__center-box__title:last-child {
	  font-weight: 900;
  }
 
 
 .hero-tabs__section__texts__title {
	 font-family: Roboto;
	 font-style: normal;
	 font-weight: 500;
 }
 
 

 p:empty {
   display: none;
 }
 /*
 br{
   display: none;
 }
 */
.font_bebas{
  font-family: 'Bebas Neue', sans-serif;
}
.color_white{
  color: #fff;
}
.color_verde{
  color: #e6ff00;
}
.bg_verde{
  background: #e6ff00;
}
.color_calypso{
  color: #25a7b6;
}
.bg_calypso{
  background: #25a7b6;
}

.bg_rojo{
  background: #000;
}

.card-slider__slider__slide__link__texts__button {
	background: #b84287;
	border-radius: 0px;
	font-weight: 500;
}

.btn_inscribirme{
	position: absolute;
	bottom: 7%;
	right: 22%;
	font-weight: 300;
	text-transform: uppercase;
}


.btn_inscribirme:hover{
	color: #fff
}

.simple-card-with-img__card__texts-box {
	background-color: #d6c8bc;
}

.simple-card-with-img__card__texts-box__title {
	font-weight: 600;
}

.zoom {
	transform: scale(1);
}



.projects-search {
	padding-top: 0px;
}
.projects-search__one-filter__flex {
gap: 10px;
}

.card-slider__slider__slide__link__texts__prices__flex-element__price--bold {
	font-weight: 700;
	color: #b84287;
	font-size: 22px;
}

.projects-search__load-more{
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.card-slider__slider__slide__link__texts__prices {
width: 83%;
justify-content: space-around;
}
.card-slider__slider__slide__link__texts__caracteristics {
	padding-top: 4px;
}

.card-slider__slider__slide__link__texts__title {
	margin-bottom: 0;
}
.hero-video__texts__subtitle{
  font-weight: 300;
  margin-top: 22px;
}

.hero-tabs__section__texts__pretitle {
	font-weight: 300;
}

.hero-tabs__section__texts__description {
	font-weight: 300;
}

.hero-tabs__section__texts__link {
	background: black;
	padding: 10px 14px;
}

.hero-tabs__tabs__scrollable__item__link {
  font-weight: 300;
}

.details__grid-box--playfair {
	grid-template-columns: auto;
}
.details__grid-box {
	grid-template-columns: none;
}

.details__grid-box__left-box__items__item__title--playfair {
	font-weight: 500;
}

.common-paragraph {
	width: 90%;
	padding-bottom: 0;
}
.big-img {
width: 90%;
}

.zoom-slider__title {
	padding-bottom: 0;
}

.simple-card-with-img__card__texts-box {
background-color: #000;
}

.details {
	margin-bottom: 0 !important;
	padding-bottom: 90px;
}

.album__first-grid {
	margin-bottom: 64px;
}

.normal-img {
width: 100%;
}

#content{
	padding-top: 38px;
}

.details__grid-box__left-box__items__item {
	padding-right: 60px;
}
.normal-img--no-after {
	height: auto;
}

.slick-track
{
	display: flex !important;
}

.normal-img__slider__slide {
	height: inherit !important;
}

.normal-img__slider__slide__img {
	position: relative;
	-o-object-fit: unset;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
.hero-tabs__title, .hero-tabs__title-2 {
	padding-top: 60px;
}

.card-slider {
	padding: 30px 0;
}

.input_denuncias {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 10px;
}

.input_file{
	font-size: 16px;
	line-height: 30px;
}

.btn_denuncias{
background: #000;
color: #fff;
}

textarea {
  resize: none;
}


/*================= 
	  CARD
==================*/
br {
	display: none;
}
.projects-search__projects__cards__card__link__img-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 175px;
	z-index: 1;
}
.projects-search__projects__cards__card__link__texts {
	display: flex;
	height: 196px;
	flex-direction: column;
	align-items: center;
	position: absolute;
	background-color: #fcfaf8;
	width: 100%;
	top: 169px;
	z-index: 5;
	transition-duration: .5s;
}
.projects-search__projects__cards__card__link__img-box__img {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
.projects-search__projects__cards__card__link__texts__title {
	width: 91.46%;
	padding-top: 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 200;
	font-size: 24px;
	line-height: normal;
	text-align: center;
	color: #000;
	overflow: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-top: 12px;
}
.projects-search__projects__cards__card__link__texts__change-box__caracteristics {
	display: block;
	align-items: center;
	justify-content: center;
	position: absolute;
	gap: 15px;
	top: -5px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	transition-duration: .5s;
}
.projects-search__projects__cards__card__link__texts__price-box {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	align-items: center;
	transition-duration: .5s;
}
.projects-search__projects__cards__card__link__texts__change-box__caracteristics {
	display: block;
	align-items: center;
	justify-content: center;
	position: absolute;
	gap: 15px;
	top: -20px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	transition-duration: .5s;
}
.projects-search__projects__cards__card__link__texts__change-box__caracteristics__caracteristic {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.projects-search__projects__cards__card__link__texts__price-box {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	align-items: center;
	transition-duration: .5s;
	height: auto;
	line-height: normal;
}
.projects-search__projects__cards__card:hover .projects-search__projects__cards__card__link__texts {
	top: 170px;
	background-color: #f9f5f1;
}
.projects-search__projects__cards__card__link__texts {
	display: flex;
	height: 115px;
	flex-direction: column;
	align-items: center;
	position: absolute;
	background-color: #f9f5f1;
	width: 91%;
	top: 170px;
	z-index: 5;
	transition-duration: .5s;
}

.projects-search__projects__cards__card {
	width: min(410px, 100%) !important;
	display: block !important;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
}
.contenedor_unidades {
	height: 600px;
	overflow: scroll;
	background: #eee;
}
/*================= 
	  FIN CARD
==================*/

/*================= 
	  MODAL
==================*/

 .modalbg {
   position: fixed;
   font-family: Arial, Helvetica, sans-serif;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0);
   z-index: 99999;
   -moz-transition: all 2s ease-out;
   -webkit-transition: all 2s ease-out;
   -o-transition: all 2s ease-out;
   transition: all 2s ease-out;
   -webkit-transition-delay: .2s;
   -moz-transition-delay: .2s;
   -o-transition-delay: .2s;
   -transition-delay: .2s;
   display: block;
   pointer-events: none;
}
.modalbg .dialog {
	width: 700px;
	height: 91vh;
	max-height: 812px;
	position: relative;
	top: -10000px;
	margin: 10% auto;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
}
 .modalbg .dialog .ie7 {
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
 .modalbg:target {
   display: block;
   pointer-events: auto;
   background: rgba(0,0,0,0.7);
   -moz-transition: all .5s ease-out;
   -webkit-transition: all .5s ease-out;
   -o-transition: all .5s ease-out;
   transition: all .5s ease-out;
}
 .modalbg:target .dialog {
   top: -14vh;
   -moz-transition: all .8s ease-out;
   -webkit-transition: all .8s ease-out;
   -o-transition: all .8s ease-out;
   transition: all .8s ease-out;
   -webkit-transition-delay: .4s;
   -moz-transition-delay: .4s;
   -o-transition-delay: .4s;
   -transition-delay: .4s;
}
.close {
	color: black;
	line-height: 25px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 48px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px;
	font-size: 24px;
	font-weight: 200;
	opacity: 1;
	z-index: 99999;
	text-shadow: none;
}
.formulario_iframe{
	width: 100%;
	border: none;
	height: 100%;
}

/*================= 
	FIN MODAL
==================*/


@media only screen and (max-width: 812px) {
	.text-left-xs{
		text-align: left !important;
	}
	.btn_inscribirme {
		bottom: 25px;
		right: 28%;
	}
	.simple-card-with-img__card__img-box__img {
		object-position: 88% 50%;
	}
	.details__grid-box__left-box__title--playfair {
		padding-bottom: 12px;
	}
	.details__grid-box__left-box__pretitle {
		padding-bottom: 30px;
	}
	.hero-video__texts__title {
		font-size: 48px;
		line-height: 48px;
	}
	/*====== MODAL ======*/
	.modalbg:target .dialog {
		top: 0vh;
	}
	.modalbg .dialog {
		width: 90%;
		height: 80vh;
	}
	/*====== FIN MODAL ======*/
}
