/**************************************************************SECCION MAPA DE LOTIFICACION *************************************************************************************/



/**************************************************************SECCION CUADRO DE HOVER *************************************************************************************/

.cuadro {
	position: relative;
    display: block;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 3px;
    border-radius: 8px 8px 7px 0px;
}

.cuadro .contenido {
	padding: 4px 15px;
	text-align: left;
}

.cuadro .precio {
	margin-top: 5px;
	color: #A58F81;
	margin-bottom: 5px;
}

.cuadro .titulo h4 {
	font-size: 1rem;
	background: #003F6D;
	color: #fff !important;
	letter-spacing: 1px;
	padding: 3px 20px;
	margin-top: 0px;
	border-radius: 8px 8px 0px 0px;
}

.cont-cuadro {
	display: none;
	position: absolute;
	/*transform: scale(1.3);*/
}


.cuadro .contenido p {
	color: #003F6D;
	background: #fff;
	letter-spacing: 1px;
	font-size: 0.8rem;
	margin-bottom: 5px;
	text-transform: inherit;
}
.cuadro .contenido p:before {
	display: none;
}
.cuadro .contenido p:after {
	display: none;
}
.cuadro .contenido {
	padding: 0px 6px;
	text-align: left;
}

.cuadro .digitos {
	font-size: 1rem;
	font-weight: 600;
}

/**************************************************************SECCION POP UP *************************************************************************************/


/**************************************************************SECCION BOTONES DE ZOOM *************************************************************************************/



.btnmaszoom, .btnmenoszoom {
	font-size: 1.9 rem;
	background: #afcbce;
	color: #000;
	margin-right: 10px;
	/*border: none;
	padding: 4px 16px;*/
	font-weight: 900;
	cursor: pointer;
	width: 54px;
 height: 54px;
 line-height: 54px;
 text-align: center;
 border-radius: 50px;
}

.btnderecha, .btnizquierda {
	font-size: 1.9 rem;
	background: #49a5a4;
	color: #000;
	margin-right: 10px;
	/*border: none;
	padding: 4px 16px;*/
	font-weight: 900;
	width: 54px;
 height: 54px;
 line-height: 54px;
 text-align: center;
 border-radius: 50px;
}

.contentbotoneszoom {
	/*display: none;*/
	margin-top: 25px;
	margin-bottom: 25px;
}

.zoom {
	/*zoom: 0.5;*/
	transform: scale(1);
	transform-origin: left top ;
}

.lotificacion .mapa {
	overflow-x: auto;
	display: block;
	padding-bottom: 0px;
	height: 665px;
	/*padding-top: 80px;*/	
	margin-top: 0;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.mapa {
	--scrollbarBG: #E4E6DE;
	--thumbBG: #3c6264;
}
.mapa::-webkit-scrollbar {
	width: 11px;
	height: 11px;
}
.mapa {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.mapa::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
.mapa::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}



.zoom .map {
	width: 1920px;
	height: 1080px;
	margin: auto;
}
.zoom .map::after
{
	content:'';
	padding-top: 56.25%;
	display: block;
}
area {
	cursor: pointer;
}

/**************************************************************SECCION LOTES *************************************************************************************/

/*@media (min-width: 992px) {
 .modal-lg {
 max-width: 1000px;
 }
 }*/

.lotificacion {

	text-align: center;
	height: 100%;
	/*background: url('../imagenes/pasto.jpg');*/
	background-size: cover;
	position: relative;
	height: 120%;
	margin-top: 300px;
}

/*.lotificacion .mapa {
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}*/
.lotificacion .next {
	margin-bottom: 5%;
}
/*.lotificacion h4 {
	color: #3c6264 !important;
	font-size: 2rem;
}*/

.lotificacion h4 span {
	font-family: 'FiraSans-Bold';
}

.lotificacion h6 {
	font-size: 1.2 rem;
	color: #64533f;
	margin-bottom: 5%;
}
.lotificacion .vendido {
	position: relative;
	color: #003F6D;
	display: inline-block;
	margin-right: 100px;
	margin-bottom: 3%;
	font-size: 1.5 rem;
}
.lotificacion .apartado {
	position: relative;
	color: #003F6D;
	display: inline-block;
	margin-bottom: 3%;
	font-size: 1.5 rem;
}
.lotificacion .vendido:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #E62F32;
	border-radius: 25px;
	left: -30px;
	top: 0px;
}
.lotificacion .apartado:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #7AB62B;
	border-radius: 25px;
	left: -30px;
	top: 0px;
}

.activarpopup {
	cursor: pointer;
}


/*.cuadro:before {
 content: '';
 position: absolute;
 background: none;
 width: 0px;
 height: 0px;
 left: 48%;
 bottom: -14px;
 border-left: 8px solid transparent;
 border-right: 7px solid transparent;
 border-top: 14px solid #ffffff;
 }*/
.digitos:before {
	content: '';
	position: absolute;
	background: #fff;
	width: 11px;
	height: 1px;
	left: 48%;
	bottom: -1px;
}



/* = MODAL LOTE = */
.modal-body .datos-lote .img {
	border-top: 2px solid #153E6C;
	border-right: 2px solid #153E6C;
	border-bottom: 2px solid #153E6C;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-body .datos-lote .borde {

}
.modal-body .datos-lote .lote {
	background: #003F6D;
	padding: 8px 0px 15px 8px;
	position: relative;
}

.modal-body .datos-lote .lotemuestra {
	width: 150px;
}

.modal-body .datos-lote .img .base {
	color: #003F6D;
	position: absolute;
	top: 0px;
}

.modal-body .datos-lote .img .altura {
	position: absolute;
	top: 38%;
	left: 10%;
}

.modal-body .datos-lote .lote::before {
	content: "";
	width: 50px;
	background: #003F6D;
	height: 2px;
	position: absolute;
	right: -40px;
	margin-top: -8px;
}

.modal-body .datos-lote .lote h3 {
	font-size: 1.3 rem;
	color: #fff;
}
.modal-body .datos-lote .superficie {
	background: #fff;
	padding: 8px 0px 25px 8px;
	border-left: 2px solid #153E6C;
}
.modal-body .datos-lote .superficie h4 {
	font-size: 1rem;
	color: #003F6D;
}
.modal-body .datos-lote .superficie span {
	font-size: 0.8 rem;
	color: #003F6D;;
}
.modal-body .datos-lote .precio {
	background: #003F6D;
	padding: 8px 0px 15px 8px;
}
.modal-body .datos-lote .precio h4 {
	font-size: 0.8 rem;
	color: #fff;
}
.modal-body .datos-lote .estatus {
	background: #fff;
	padding: 8px 0px 8px 8px;
	border-left: 2px solid #153E6C;
}
.modal-body .datos-lote .estatus h4 {
	font-size: 0.8 rem;
	color: #003F6D;
}

.modal-body .datos-lote .apartado {
	background: #003F6D;
	text-align: center;
	padding: 8px 0px 25px 8px;
	position: relative;
}

.modal-body .datos-lote .apartado::before {
	content: "";
	width: 50px;
	background: #003F6D;
	height: 2px;
	position: absolute;
	right: -40px;
	margin-top: -8px;
	bottom: 0px;
}

.modal-body .datos-lote .apartado a {

	background: #7AB62B;
	padding: 5px 35px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8 rem;
	font-weight: 600;
	cursor: pointer;
}

.modal-body .infolote {
	margin-top: 25px;
}

.modal-body .infolote label {
	font-size: 0.8 rem;
	color: #87a8ad;
	margin-bottom: 10px;
}

.modal-body .infolote input, .modal-body .infolote select {
	background: #fff;
}

.form-control {
	color: #3c6264 !important;
	font-weight: 900 !important;
	border-radius: 0rem !important;
	-webkit-appearance: button;
}
.modal-body .infolote .table-secondary {
	background: #E6E7EB;
}

.modal-body .infolote .rows {
	background: #D7DEE6;
}

.modal-body .infolote .btnenganche {

	background: #7AB62B;
	padding: 5px 35px;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8 rem;
	font-weight: 600;
	cursor: pointer;
	float: right;
}

.modal-body .calinversion h5 {
	margin-top: 15px;
	color: #003F6D;
	font-size: 1.2 rem;
}

.modal-body .calinversion .fondo {
	background: url('../images/bg-2-pop.jpg');;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.modal-body .calinversion .fondo h5 {
	color: #fff;
	margin-top: 8px;
	font-size: 1rem;
	text-align: left;
}

.modal-body .calinversion .fondo .cuadrocalculo {
	color: #fff;
	font-size: 20px;
}

.modal-body .calinversion .fondo .cuadrocalculo p {
	padding: 15px 0px 8px;
	text-align: left;
}

.modal-body .calinversion .fondo  .contque {
	border: 1px solid #fff;
	margin: 8px 0px;
	width: 100%;
	height: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-body .calinversion .fondo .contque h4 {
	color: #fff;
	font-size: 1rem;
}

.modal-body .calinversion .montobasado {
	color: #87a8ad;
	font-size: 0.8 rem;
	margin-bottom: 8%;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.zoom {

		/*zoom: 0.5;*/
		transform: scale(.5);
	}

	.cont-cuadro {
		display: none !important;
	}

	.datosInfo {
		padding-right: 3%;
	}
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

	.lotificacion {
		height: 100%;
	}

}

@media only screen and (max-width: 768px) {

	.lotesizq-popup {
		position: relative !important;
	}

	.zoom {
		/*zoom: 0.7;
		overflow: auto;*/
		transform: scale(.7);
		width: 100%;
		height: auto;
	}

	.zoom .map {
		background-position-x: -5px;
		background-position-y: -1px;
	}

	.contentbotoneszoom {
		display: block;
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media only screen and (min-width: 1925px) {
	.lotificacion {
		height: 100%;
	}

	.lotificacion .mapa {

		margin-top: 10%;
		margin-bottom: 10%;
	}

	.zoom {
		/*zoom: 1;*/
		transform: scale(1);
	}

}

.bg-image--pop-up {
	background-image: url('../img/popupportada.jpg');
	background-size: cover;
	background-position: center;
}
.pop-up {
	background: #fff;
	background-size: contain;
	height: 100%;
	position: fixed;
	padding: 0px;
	width: 50%;
	left: -100%;
	transition: left 0.9s ease-in-out;
	z-index: 99999;
	overflow-y: auto;
	/*transform: translateX(-100%);
	 transition: transform 0.9s ease-in-out;*/
}
.pop-up .min100vh {
	min-height: 100vh;
}
.pop-up label {
	display: inline-block;
	margin-bottom: .5rem;
}
.pop-up .row {
	margin-right: -15px;
	margin-left: -15px;
}
.modal-body .calinversion .fondo {
	background: url(img/bg-via-pop.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	color: #fff !important;
}
.container-info {
	width: 80%;
	margin: auto !important;
}
.pop-up .col-md-1, .pop-up .col-md-2, .pop-up .col-md-3, .pop-up .col-md-4, .pop-up .col-md-5, .pop-up .col-md-6, .pop-up .col-md-7, .pop-up .col-md-8, .pop-up .col-md-9, .pop-up .col-md-10, .pop-up .col-md-11, .pop-up .col-md-12 {
	float: unset;
}
.modal-body .calinversion .fondo h5 {
	color: #fff !important;
	margin-bottom: 15px;
}

.popupactivo {
	overflow: hidden;
}
.pop-up select {
	height: 50px;
}
.activar {
	left: 0%;
	top: 0%;
	transition: left 0.9s ease-in-out;
	/*transform: translateX(0%);
	 transition: transform 0.9s ease-in-out;*/
}
.cerrando {
	left: -100%;
	top: 0%;
	transition: 0.9s ease-in-out;
}
.cerrar {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #2b5d5e;
	text-transform: uppercase;
	font-weight: bold;
	user-select: none;
	z-index: 10000;
}
.cerrar .close--div {
	background-color: #3c6264;
	padding: 13px 17px;
	border-radius: 50%;
	margin-right: .5rem;
	line-height: 1.5;
}
.cerrar .close--div i {
	font-size: 1rem;
	color: white;
}
.centrado {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mh100 {
	min-height: 100vh;
}
.datosInfo h4 {
	font-size: 1.2 rem;
	color: #0a2139;
	margin-bottom: 10px;
}
.datosInfo th {
	background: #2b5d5e;
	color: #fff;
	text-align: center;
}
.table {
	margin-bottom: 0;
}
tbody {
	text-align: center;
	color: #6e8094;
	font-weight: bold;
	font-size: 16px;
}
tbody tr {
	border-left: 1px solid;
	border-right: 1px solid;
}
.btn--apartado {
	display: block;
	background: #e66112;
	color: white;
	text-transform: uppercase;
	user-select: none;
	width: 100%;
	margin: 1rem;
	padding: 1rem;
	font-weight: bold;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
}
.modal-body .calinversion .fondo .cuadrocalculo p {
	padding: 0;
	margin-bottom: 15px;
}
.btn--apartado:hover {
	color: white;
	background: #3c6264;
}
.datosInfo input::-webkit-input-placeholder, .datosInfo textarea::-webkit-input-placeholder {
	color: #3c6264;
}

.datosInfo input {
	color: #0a2139 !important;
}

.datosInfo .row {
	padding: 0px;
}
.lg-col-inv {
	padding: 0 15px;
	display: flex;
	margin-top: 45%;
}
.lotesizq-popup {
	position: fixed;
}

body, html {
	min-height: 100%;
}

.selectenganche, .selectmensualidades {
	color: #0a2139;
	padding: 2px 10px;
	margin-bottom: 35px;
}
.label-pop {
	color: #66695b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.data-pop, .data-pop > * {
	font-size: 22px;
	color: #2b5d5e;
	font-weight: bold;
	margin-bottom: 15px;
}
.logo-pop {
	max-width: 200px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.fondo p {
	color: white;
}
.lg-visible {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.lg-col-inv {
		flex-direction: column-reverse;
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	.column-reverse-lg {
		flex-direction: column-reverse;
	}
	.lg-visible {
		display: block;
	}
	.lg-col-inv, .datosInfo {
		padding: 0;
	}
	.container-info {
		width: 100%;
	}
	.bg-grey-via {
		background: #f4f6f9;
		margin-bottom: 1rem;
	}
	.bg-grey-via img {
		display: block;
		margin: auto;
	}
	.logo-pop {
		position: absolute;
		z-index: 1;
		margin-top: 1rem;
	}
	.bg-grey-via img {
		margin-top: 4rem;
	}
	.cerrar {
		top: 2rem;
	}
}
@media only screen and (max-width: 500px) {
	.logo-pop {
		max-width: 150px;
	}
	.container-100-mb {
		max-width: 90%;
		margin: auto;
	}
}

.avisoTitle h4 {
	font-size: 32px;
}
.avisoTitle h4 span {
	display: block;
	background: red;
	padding: 10px 0;
	text-align: center;
	width: 300px;
	border-radius: 5px;
	color: #fff;
	margin: 6px auto;
}
@media only screen and (max-width: 500px) {
	.avisoTitle h4 {
		width: 100%;
	}
}