:root {
	--colorPrimario: #267980;
}
#pi-c {
	position: relative;
	height: 155px;
	/* background: url('/img/proyectos/matiz.png'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-items: flex-end;
	color: #fff;
}

#project-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -13px auto;
}

#project-info img {
	width: 60px;
	height: 60px;
	border-radius: 20px;
	margin: 0 5px;
}

#project-info .p-c {
	text-shadow: black 0 -2px;
}

.p-c h2 {
	font-size: 20px;
	font-family: "lato semibold";
	letter-spacing: 1px;
}

.p-c p {
	font-size: 12px;
	font-family: "lato medium";
	letter-spacing: 1px;
}

#project-btn > button {
	background: #26797f;
	margin: 5px auto;
	border-radius: 25px;
	color: #fff;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
	font-family: "lato medium";
	font-size: 12px;
}

#pi-w {
	width: 50%;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: column;
}

#projects-content {
	flex-direction: row;
	padding: 20px;
	background: #fff;
	flex-wrap: wrap;
	margin: 0px 0 50px;
}

.col-der,
.col-izq {
	width: 100%;
	flex: 0 0 100%;
	flex-direction: column;
}
.col-izq * {
	font-size: 14px;
	color: #606060;
	line-height: 23px;
	font-family: "lato medium";
}
.col-izq .description {
	display: flex;
	flex: 0 0 100%;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}

.description span {
	color: #acacac;
}

.col-izq .description .title,
.col-izq .description .detail {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	justify-content: space-between;
	line-height: 20px;
	font-family: "lato bold";
}

/* .col-izq .description .title{
	margin-bottom: 20px;
} */

.col-izq .description .title {
	border-bottom: 2px solid #26797f;
	font-size: 16px;
	font-family: "lato bold";
}

.col-izq p {
	margin: 15px 0px;
	color: #606060;
	font-family: "lato medium";
	font-size: 15px;
}

.col-izq p.details > span {
	display: flex;
	width: 50%;
}

.col-izq p.details > span {
	display: flex;
	align-items: center;
	color: #606060;
	margin-bottom: 25px;
	font-size: 12px;
}

p.details span svg {
	margin-right: 20px;
	width: 24px !important;
	height: 24px !important;
}

.desciption-details {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.desciption-details > span {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.desciption-details > span > svg {
	margin-right: 20px;
}

.desciption-details > span > span {
	width: calc(100% - 44px);
}

.col-der form {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
	border-radius: 15px;
	width: 85%;
	margin-top: 25px;
}

.col-der form p,
.col-der form span {
	margin: 10px;
}
.col-der form input,
.col-der form select {
	margin: 10px;
}

.col-der form input,
.col-der form select {
	padding: 5px 10px;
	border-radius: 15px;
	outline: 0;
	border: 1px solid #b4b4b4;
	color: #606060;
	font-size: 16px;
}

.col-der form input::placeholder {
	color: #b4b4b4;
}

.col-der form select::-ms-expand {
	display: none;
}
.col-der input[type="radio"] {
	padding: 0;
	margin: 0;
}
.col-der form select {
	text-align: center;
}
.btn-enviar {
	background: #26797f;
	color: #fff;
	padding: 5px 0;
	margin: 17px auto 0px;
	width: 130px;
	border-radius: 23px;
	font-family: "lato medium";
	font-size: 16px;
	border: none;
}

.politicas > p {
	font-size: 13px;
}
ul#lightgallery {
	list-style: none;
	justify-content: center;
	row-gap: 10px;
	column-gap: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.demo-gallery {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px !important;
}
ul#lightgallery li {
	flex: 0 0 40%;
	width: 40%;
	margin: 0px !important;
}

ul#lightgallery li a img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.terminos,
.terminos a {
	color: #606060;
	font-family: "lato bold";
}

select[name="medio_conocio_proyecto"] {
	border: none !important;
	font-family: "lato light";
	font-size: 21px;
}

#content-com-datos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-com-datos > div:first-child {
	width: 100%;
	padding: 0px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-com-datos > div:first-child > img {
	width: 100px;
	margin-right: 20px;
}

#content-com-datos > div:first-child > span {
	width: calc(100% - 100px);
	margin: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#content-com-datos > div:first-child span:first-child {
	font-size: 16px;
	text-align: start;
	margin: 0px;
	color: #26797f;
	font-family: "lato bold";
}

#content-com-datos > div:first-child span:last-child {
	font-size: 14px;
	text-align: start;
	margin: 0px;
	color: #606060;
	font-family: "lato medium";
	margin-top: 10px;
}

#content-com-datos > div:last-child {
	width: 100%;
	margin-top: 15px;
	padding: 5px 0px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-com-datos > div:last-child > span {
	font-size: 14px;
	text-align: start;
	margin: 0px;
	color: #606060;
	padding: 0px 10px;
	font-family: "lato bold";
}

form[name="formContacto"] .politicas p {
	color: #606060;
	font-size: 10px;
	font-family: "lato bold";
}

/* .col-der{
	display: none;
} */

@media screen and (min-width: 1024px) {
	.lista-pisos ul {
		height: 120px;
	}

	/*.lista-inmuebles {*/
	/*	height: 420px ;*/
	/*	width: 90%;*/
	/*}*/

	#project-info {
		padding: 0 10px;
	}
	#pi-w {
		padding: 30px 120px;
		flex-direction: row;
		justify-content: flex-end;
		width: 100%;
	}
	#project-info,
	#project-info {
		margin: unset;
	}
	#project-info img {
		width: 114px;
		height: 114px;
	}
	#project-btn {
		margin: unset;
	}

	.col-izq {
		flex: 0 0 65% !important;
		/* padding: 20px; */
	}
	.col-der {
		flex: 0 0 35%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	p.details span i img {
		margin-right: 5px;
	}
	.col-izq .description {
		flex-direction: row;
		justify-content: space-between;
	}
	.col-izq .description .title,
	.col-izq .description .detail {
		flex: 0 0 90%;
	}

	ul#lightgallery li {
		flex: 0 0 30%;
		width: 30%;
	}
}

.separator {
	height: 1px;
}

#content-btn-calc-vid {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

#content-btn-calc-vid > a {
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 5px;
	color: #acacac;
	border: 1px solid #acacac;
	border-radius: 25px;
	font-family: "lato medium";
	font-size: 12px;
	transition: ease all 0.3s;
	margin-bottom: 10px;
}

#content-btn-calc-vid > a:hover {
	background-color: #267980;
	border: 1px solid #267980;
	color: #ffffff;
}

#content-btn-calc-vid > a:hover svg > path {
	fill: #ffffff;
}

#content-btn-calc-vid > a > svg {
	margin-right: 3px;
}

#ver-disponibilidad-btn,
#ver-disponibilidad-externa {
	color: #ffffff !important;
	background-color: #e5a031;
}

.disponibilidad-externa img {
	width: 600px;
	max-width: 90%;
}

/* popup video */
#popup {
	background: #00000078;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	display: none;
}

#popup .content {
	width: 80%;
	position: absolute;
	height: 526px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 4px;
}

#popup iframe {
	width: 100%;
	border-radius: 10px;
}

.popup-head svg:hover {
	transform: rotate(180deg);
}

.popup-head svg {
	float: right;
	cursor: pointer;
	background: #fff;
	border-radius: 50px;
	margin: -50px -50px 0 21px;
	padding: 5px;
	transition: ease all 0.5s;
}

#s-z-comunes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
}

.title-border {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 30px;
	font-family: "lato bold";
	margin-bottom: 40px !important;
	border-bottom: 2px solid #26797f;
	font-size: 15px;
	font-family: "lato bold";
	color: #606060;
	letter-spacing: 5px;
}

#s-z-comunes > div {
	width: 100%;
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
}

#s-z-comunes > div > span {
	display: flex;
	align-items: center;
	width: 100%;
	color: #606060;
	margin-bottom: 10px;
}

#s-z-comunes > div > span > svg {
	margin-right: 10px;
}

#s-z-comunes > div > span > p {
	font-size: 14px;
	font-family: "lato medium";
}

#s-galeria,
#s-tipologia,
#s-como-llegar,
#s-prox-casa,
#s-c-natural {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
}

#principal-content-tipologia {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-btn-tipologia {
	background-color: #efefef;
	padding: 20px;
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	overflow: auto;
	/* padding: 10px 0px; */
}

#content-btn-tipologia > a {
	min-width: 150px;
	color: #acacac;
	padding: 2px 25px;
	border-radius: 20px;
	border: 1px solid #acacac;
	text-align: center;
	font-family: "lato medium";
	transition: ease all 0.2s;
	margin-bottom: 15px !important;
	font-size: 14px;
}

#content-btn-tipologia > a:first-child {
	min-width: 300px;
}

#content-btn-tipologia > a:not(:last-child) {
	margin-right: 20px;
}

#content-btn-tipologia > a:hover,
#content-btn-tipologia > a.active {
	border: 1px solid #e5a031;
	color: #ffffff;
	background-color: #e5a031;
}

/* #content-btn-tipologia>a:first-child {
	width: 300px;
} */

#content-info-tipologia {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.descr-tipologia {
	display: none;
}

.descr-tipologia > div:first-child {
	width: 100%;
	grid-column: 1;
	background-color: #efefef;
	border-radius: 30px;
	padding: 20px;
}

.descr-tipologia > div:first-child > p {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "lato medium";
}

.descr-tipologia > div:first-child > p > span:first-child {
	color: #acacac;
	margin-right: 20px;
}

.descr-tipologia > div:first-child > p > span:last-child {
	color: #616160;
}

.descr-tipologia > div:last-child {
	grid-column: 2;
	text-align: center;
}

.descr-tipologia > div:last-child > img {
	width: 100%;
	border-radius: 30px;
}

#s-como-llegar {
	padding: 0px !important;
	margin-bottom: 50px;
}

#s-como-llegar > h3 {
	margin: 20px;
}

/* #s-prox-casa {
	margin-top: 100px;
} */

#s-prox-casa > h5 {
	font-size: 14px;
	color: #616160;
	font-family: "lato bold";
	margin-bottom: 10px;
}

#s-prox-casa > p {
	font-size: 14px;
	color: #616160;
	font-family: "lato medium";
}

#s-prox-casa > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s-prox-casa > div > iframe {
	width: 80%;
	height: 300px;
	border-radius: 20px;
	margin-top: 25px;
}

#s-c-natural > P {
	font-size: 25px;
	color: #616160;
	font-family: "lato medium";
}

#s-c-natural > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 20px; */
	flex-direction: column;
	flex-wrap: wrap;
}

#s-c-natural > div > a {
	width: 100%;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #efefef;
	margin-bottom: 30px;
}

#s-c-natural > div > a > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-c-natural > div > a > div:first-child img {
	width: 100%;
}

#s-c-natural > div > a > div:last-child {
	padding: 15px;
}

#s-c-natural > div > a > div:last-child > h4 {
	color: #616160;
	font-size: 16px;
	font-family: "lato bold";
	letter-spacing: 2px;
}

#s-c-natural > div > a > div:last-child > p {
	color: #616160;
	margin: 10px 0px;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: "lato medium";
}

#s-c-natural > div > a > div:last-child > h5 {
	color: #ffffff;
	background-color: #267980;
	padding: 5px 30px;
	border-radius: 30px;
	font-size: 16px;
	margin-bottom: 15px;
}

#s-c-natural > div > a > div:last-child span:first-child {
	color: #9c9b9b;
	font-size: 14px;
}

#s-c-natural > div > a > div:last-child span:last-child {
	color: #616160;
	font-size: 14px;
	font-family: "lato bold";
}

.description-apt-realizado {
	grid-template-columns: 1fr !important;
}

.description-apt-realizado .content-info-torre {
	justify-content: space-between !important;
}

#description-apto {
	width: 100%;
	padding: 40px 20px;
	display: grid;
	grid-template-columns: 150px 1fr;
	justify-content: start;
	align-items: center;
}

#description-apto > h5 {
	color: #ffffff;
	background-color: #267980;
	padding: 5px;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
}

#description-apto .content-info-torre {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#description-apto .info-torre {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#description-apto .info-torre h4 {
	width: 100%;
	text-align: start;
	color: #606060;
	font-size: 15px;
	font-family: "lato bold";
	text-align: center;
}

#description-apto .info-torre span {
	width: 100%;
	text-align: start;
	color: #9b9b9b;
	font-size: 12px;
	font-family: "lato medium";
}

#description-apto .line-separator {
	width: 1px;
	height: 30px;
	background: #c3c3c3;
}
.popup-info-proyecto .content {
	height: 45vh;
}

@media screen and (max-width: 992px) {
	.descr-tipologia.active {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.descr-tipologia > div:first-child {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 992px) {
	.popup-info-proyecto .content {
		height: 70vh;
	}
	#s-z-comunes > div > span {
		width: calc(100% / 4);
	}

	#content-btn-tipologia {
		background-color: transparent;
		width: 100%;
		max-height: auto;
		flex-direction: row;
		border-radius: 0px;
		padding: 10px 0px;
	}

	.popup-disponibilidad h1 {
		font-size: 22px;
	}

	.informacion > div a {
		font-size: 22px;
	}

	.informacion > div {
		margin-top: 20px;
	}

	#content-btn-tipologia > a {
		width: auto;
	}

	#content-btn-tipologia > a {
		font-size: 16px;
	}

	#tipos a,
	.esquema-general a {
		font-size: 16px !important;
	}

	select[name="id_torre_tipologia"] {
		font-size: 15px !important;
	}

	.descr-tipologia > div:first-child {
		width: auto;
	}

	.descr-tipologia.active {
		width: 100%;
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-gap: 60px;
		grid-template-rows: minmax(200px, auto);
	}

	.lista-pisos ul {
		height: 180px !important;
	}

	.lista-torres ul {
		height: 180px !important;
	}

	.lista-inmuebles {
		height: 630px;
	}

	.informacion > div a {
		width: 90% !important;
	}

	.informacion > div {
		height: 630px;
		margin-top: 0px;
	}

	.lista-pisos ul {
		height: auto;
	}

	.popup-disponibilidad .informacion {
		height: 630px;
	}
	.popup-body {
		height: 530px !important;
		overflow: unset !important;
	}

	.col-der form {
		margin-top: 0px;
	}

	#content-com-datos > div:first-child span:first-child {
		font-size: 16px;
	}

	#s-prox-casa > div > iframe {
		margin-top: 25px;
	}

	a.btn-carpeta {
		font-size: 16px !important;
	}

	form[name="formContacto"] .politicas p {
		font-size: 16px;
	}

	.col-der form input,
	.col-der form select {
		font-size: 14px;
	}

	.btn-enviar {
		font-size: 16px;
	}

	#s-c-natural > div > a > div:last-child > h5 {
		font-size: 16px;
	}

	#s-c-natural > div > a > div:last-child span:first-child {
		font-size: 16px;
	}

	#s-c-natural > div > a > div:last-child span:last-child {
		font-size: 16px;
	}

	#s-c-natural > div > a > div:last-child > h4 {
		font-size: 18px;
	}
	.col-izq * {
		font-size: 14px;
	}

	#s-prox-casa > div > iframe {
		height: 385px;
	}

	#s-prox-casa > p {
		font-size: 14px;
		margin: 10px 0px;
	}

	#s-prox-casa > h5 {
		font-size: 14px;
	}

	#pi-c {
		height: 540px;
	}

	#project-btn > button {
		padding: 10px 15px;
		font-size: 16px;
	}

	#project-info img {
		margin: 0 20px;
	}

	.p-c h2 {
		font-size: 48px;
		letter-spacing: 2px;
	}

	.p-c p {
		font-size: 24px;
		letter-spacing: 2px;
	}

	#project-info {
		margin: 20px auto;
	}

	.description-apt-realizado {
		grid-template-columns: 1fr !important;
	}

	.description-apt-realizado .content-info-torre {
		justify-content: space-between !important;
	}

	#description-apto {
		grid-template-columns: 250px 1fr;
		padding: 60px 80px 50px;
	}

	#description-apto > h5 {
		padding: 5px 30px;
		font-size: 16px;
	}

	#description-apto .info-torre h4 {
		font-size: 20px;
		height: 34px;
	}

	#description-apto .info-torre span {
		font-size: 14px;
		text-align: center;
	}

	#description-apto .content-info-torre {
		width: 25%;
	}

	#description-apto .line-separator {
		width: 2px;
		height: 60px;
	}

	#projects-content {
		padding: 0px 80px 0px;
	}

	.col-izq .description .title {
		font-size: 16px;
	}

	.col-izq .description .title,
	.col-izq .description .detail {
		line-height: 20px;
		letter-spacing: 4px;
	}

	.col-izq p {
		margin: 30px 0px;
		font-size: 25px;
	}

	.col-izq p.details > span {
		margin-bottom: 30px;
		font-size: 25px;
	}

	.desciption-details {
		margin-top: 40px !important;
	}

	#content-btn-calc-vid > a:not(:last-child) {
		margin-right: 20px;
	}

	#content-btn-calc-vid {
		width: 100%;
		justify-content: flex-start;
		margin-top: 40px;
	}

	#content-btn-calc-vid > a {
		width: auto;
		padding: 2px 10px;
		font-size: 16px;
		margin-bottom: 0px;
	}

	#content-btn-calc-vid > a > svg {
		margin-right: 10px;
	}

	#s-z-comunes {
		padding: 0px 80px 50px;
	}

	.title-border {
		font-size: 16px;
	}

	#s-z-comunes > div {
		width: 100%;
	}

	#s-z-comunes > div > span > p {
		font-size: 14px;
	}

	#s-galeria,
	#s-tipologia,
	#s-como-llegar,
	#s-prox-casa,
	#s-c-natural {
		padding: 0px 80px 50px;
	}

	.icono-calculadora {
		right: 15px !important;
		bottom: 100px !important;
		max-width: 60px !important;
	}

	.col-izq p.details > span {
		font-size: 20px;
	}

	.popup-cotizador .content {
		max-width: 780px;
		max-height: 798px;
	}

	/*.popup-disponibilidad .content{*/
	/*	width: 700px !important;*/
	/*	height: 700px !important;*/
	/*}*/

	.popup-disponibilidad .informacion {
		display: grid !important;
		grid-template-columns: 35% 1fr !important;
		grid-gap: 20px !important;
	}

	/* .popup-body {
		height: auto !important;
		overflow: unset !important;
	} */

	.s-pisos {
		padding-bottom: 43px !important;
	}

	.lista-pisos ul {
		height: 250px;
	}

	#s-c-natural > div > a {
		width: calc(100% / 3 - 20px);
	}

	#s-c-natural > div {
		flex-direction: row;
	}

	.s-inmuebles {
		max-width: 90%;
	}

	#s-como-llegar > h3 {
		margin: 0px 0px 40px 80px;
	}

	.demo-gallery {
		margin-bottom: 50px;
	}

	#s-c-natural > div > a > div:last-child > p {
		font-size: 16px;
	}
}

.informacion > div {
	width: 100%;
}

.informacion > div a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
}

.informacion > div a > i {
	margin-left: 10px;
}

/* seccion calculadora */

.icono-calculadora {
	position: fixed;
	right: 3px;
	bottom: 5%;
	max-width: 40px;
}

.icono-calculadora img {
	max-width: 100%;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.owl-carousel .item-video,
.owl-carousel iframe {
	height: 500px;
}

/* slider videoes */

.carousel-wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	text-align: center;
	font-family: sans-serif;
}
.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #5110e9;
}

.owl-carousel .item {
	text-align: center;
}
.owl-carousel .nav-button {
	height: 50px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
}
.owl-carousel .owl-prev {
	left: -35px;
}
.owl-carousel .owl-next {
	right: -35px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff;
	font-size: 39px;
	background: #000000;
	border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
	background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
	background-position: -24px -53px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: inherit !important;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff !important;
	font-size: 39px !important;
	background: #1b292b !important;
	border-radius: 3px !important;
	margin: 115px 0 0 0 !important;
	display: flex;
	margin: auto;
	align-items: center;
	padding: 0px 7px 14px 6px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #267980 !important;
}

@media (max-width: 414px) {
	#popup .content {
		max-width: 85%;
	}

	.popup-head svg {
		margin: -50px -7px 0 21px;
	}
}

.popup.active {
	display: block;
	max-width: 100%;
}

.popup.carpeta-comercial {
}

.popup .content {
	background-color: #fff;
}

a.btn-carpeta {
	border: 1px #ffffff solid;
	border-radius: 50px;
	padding: 5px 15px;
	font-family: "lato medium";
	color: #ffffff !important;
	font-size: 16px;
	text-align: center;
	background-color: #267980;
}

/*  */
#s-carpeta-comercial {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
	/* grid-template-rows: minmax(200px, auto); */
	margin-bottom: 50px;
}

#s-carpeta-comercial > div:first-child {
	grid-column: 1;
}

#s-carpeta-comercial > div:last-child {
	grid-column: 1;
	text-align: center;
}

.caprpeta-comercial .content {
	max-width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 80%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* width: 100%; */
	border-radius: 33px;
}

.item-video > div > a {
	width: 100%;
	height: 200px;
}

.caprpeta-comercial iframe {
	width: 94%;
	height: 95%;
}
.caprpeta-comercial a.close-popup {
	position: absolute;
	top: 0;
	right: 0;
	margin: -39px -34px -11px -25px;
	background: #fff;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.caprpeta-comercial .content {
		max-width: 91%;
	}

	.caprpeta-comercial a.close-popup {
		margin: -54px -2px -11px -27px;
	}

	#s-carpeta-comercial > div:first-child {
		grid-column: 1;
	}
	#s-carpeta-comercial > div:first-child {
		grid-column: 1;
	}

	#s-carpeta-comercial {
		display: block;
		margin: 26px 0 0 0;
	}
}

.poppup {
	background: #00000045;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	display: none;
}

.poppup .content {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 70%;
	margin: auto;
	height: 80%;
	border-radius: 40px;
}

/*.popup-disponibilidad .content{*/
/*	width: 85%;*/
/*	height: 80%;*/
/*}*/

.popup-disponibilidad .informacion {
	width: 100%;
	padding: 20px;
	grid-template-columns: 1fr;
	grid-gap: 0px;
	grid-template-rows: minmax(200px, auto);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.popup-body {
	height: 87%;
	overflow: auto;
}

.s-pisos {
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin-bottom: 20px;
}

.s-pisos .downlist {
	display: flex;
	justify-content: center;
}

.s-pisos a.btn-pisos {
	background: var(--colorPrimario);
	color: #fff;
	font-family: "lato Semibold";
}

.lista-pisos ul {
	text-align: center;
}

.lista-pisos li a {
	font-family: "lato medium";
	font-size: 22px;
}

.lista-pisos li {
	margin: 4px 0;
}

.lista-pisos li a {
	font-family: "lato medium";
	font-size: 22px;
	color: #acacac;
}

.lista-pisos ul {
	height: 70px;
	text-align: center;
	overflow: auto;
}

.s-inmuebles {
	width: 90%;
	/*height: 600px;*/
	max-height: 85%;
	padding: 10;
}

.content-list-inm {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border: 2px #0000004a solid;
	overflow: hidden;
	margin-bottom: 25px;
}

.content-list-inm > h5 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: var(--colorPrimario);
	color: #ffffff;
	font-family: "lato Semibold";
	font-size: 16px;
	text-transform: uppercase !important;
}

.content-list-inm > h5 > img {
	margin-right: 10px;
}

.content-list-inm > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.content-list-inm > div > span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	color: #777;
	font-family: "lato Semibold";
	font-size: 14px;
	text-transform: uppercase !important;
}

.content-list-inm > div > span > img {
	margin-right: 20px;
}

.lista-inmuebles {
	overflow: auto;
	width: 100%;
}

.lista-inmuebles::-webkit-scrollbar-track {
	background: transparent; /* color of the tracking area */
}

.lista-inmuebles::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-top: 60px solid #acacac /*or any height and color you want*/;
}

.lista-pisos ul::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-top: 40px solid #acacac;
}

.s-inmuebles li {
	max-width: 200px;
}

.s-inmuebles li a {
	color: #acacac;
	font-size: 22px;
	font-family: "lato medium";
}

.s-inmuebles li {
	margin: 9px auto;
	text-align: center;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s-inmuebles ul {
	list-style: none;
}

.popup-disponibilidad .close-popup {
	float: right;
	font-size: 23px;
	margin: 25px 25px 0 0;
}

/*  */

select[name="id_torre_tipologia"] {
	border: 1px #acacac solid;
	width: 100%;
	display: block;
	text-align: center;
	margin: 4px 0;
	color: #acacac;
	border-radius: 50px;
	font-family: "lato medium";
	font-size: 14px;
	padding: 2px 8px;
	margin-bottom: 10px;
}

div#tipos,
.esquema-general {
	display: block;
	width: 100%;
	font-size: 21px;
	text-align: center;
}

#tipos a,
.esquema-general a {
	border: 1px #acacac solid;
	padding: 2px 25px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 15px 0;
	color: #acacac;
	border-radius: 50px;
	font-family: "lato medium";
	font-size: 14px;
}

.tipo-t.active {
	border: 1px solid #e5a031 !important;
	color: #ffffff !important;
	background-color: #e5a031 !important;
}

/*  */

.lista-torres ul {
	text-align: center;
	font-family: "lato medium";
	list-style: none;
	height: 70px;
	overflow: auto;
}

.lista-torres ul li a,
.lista-pisos ul li a {
	width: 100%;
	margin-bottom: 20px;
	color: #777;
	font-family: "lato Semibold";
	font-size: 15px;
	text-transform: uppercase !important;
}

.lista-torres ul li a.active,
.lista-pisos ul li a.active {
	color: #e5a031;
	padding: 4px 0px;
}

.popup-cotizador .content {
	max-width: 85%;
	margin: auto;
	align-items: center;
	justify-content: center;
	max-height: 80%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 33px;
	display: flex;
}

.popup-cotizador .informacion {
	width: 100%;
	display: grid;
	grid-template-columns: 35% 1fr;
	grid-gap: 60px;
	grid-template-rows: minmax(200px, auto);
}

.popup-cotizador a.close-popup {
	position: absolute;
	top: 0;
	right: 0;
	margin: -39px -34px -11px -25px;
	background: #fff;
	border-radius: 50px;
}

.popup-cotizador iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.popup-disponibilidad h4 {
	font-size: 16px;
	margin: 11px 0 0 34px;
	color: #267980;
	font-family: "lato Semibold";
}

.popup-disponibilidad .popup-head {
	border-bottom: 1px #00000014 solid;
	padding: 10px 0 21px 0;
}

.popup-disponibilidad .close-popup {
	float: right;
	font-size: 23px;
	margin: -46px 16px 0 0;
}

.lista-torres ul li a {
	width: 100%;
	padding: 3px;
	margin-bottom: 20px;
}
.lista-torres li {
	margin: 4px 0;
}

.lista-torres ul li a.active {
	color: #e5a031;
}

.col-der {
	max-height: 850px;
}

#disponibilidad-virtual {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#disponibilidad-virtual a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#disponibilidad-virtual img {
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.col-izq {
		flex: 0 0 100% !important;
	}

	.col-der {
		flex: 0 0 90%;
		align-items: center;
		max-height: 848px;
	}

	#projects-content {
		justify-content: center;
	}

	/* #description-apto .content-info-torre {
		width: 60%;
	} */
}

@media (max-width: 920px) {
	.col-der {
		max-height: auto;
	}
}

@media (max-width: 767px) {
	.disponibilidad-externa img {
		max-width: 100%;
	}
}

@media (max-width: 414px) {
	.col-der form {
		width: 100%;
	}
	.col-der form input {
		max-width: 100%;
	}
	.col-der form input,
	.col-der form select {
		padding: 6px 2px;
	}
}

.hidden-item,
.lg-sub-html h4 {
	display: none;
}

.content-check {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #606060;
	justify-content: center;
	text-align: left;
}

.content-check a {
	color: #267980;
	font-weight: bold;
}

.pdfobject-container {
	height: 50rem;
	width: 100%;
	border: 1rem solid rgba(0, 0, 0, 0.1);
}
.popup-content {
	max-height: 80%;
	overflow: auto;
}

.popup-info-proyecto .content {
	width: 651px;
	max-width: 90%;
}

.popup-info-proyecto .content {
	width: 651px;
	max-width: 90%;
}

@media (max-height: 700px) {
	.lista-torres ul {
		height: 100px !important;
	}

	.lista-inmuebles {
		height: 380px !important;
	}
}

@media (max-height: 900px) {
	.lista-inmuebles {
		height: 540px;
	}
}

@media (max-width: 768px) {
	.popup-info-proyecto .content {
		max-height: 70vh;
	}
}

@media screen and (max-width: 1400px) {
	.icono-calculadora {
		bottom: 8px !important ;
	}
}
