.sold polygon{
    fill: rgb(237 51 87 / 100%);
    stroke: #fff;
    transition: all 0.5s ease;
}

.sold:hover polygon{
    fill: rgb(237 51 87);
}

.c--unit-active-sold polygon{
    fill: rgb(237 51 87 / 100%);
}

.reserve polygon{
    fill: rgb(218 123 15 / 100%);
    stroke: #fff;
    transition: all 0.5s ease;
}

.reserve:hover polygon{
    fill: rgb(218 123 15);
}

.c--unit-active-reserve polygon{
    fill: rgb(218 123 15 / 100%);
}

.available polygon{
    fill: rgb(36 151 156 / 0%);
    stroke: #fff;
    transition: all 0.5s ease;
}

.available:hover polygon{
    fill: #26923a;
}

.c--unit-active-available polygon{
    fill: rgb(13 120 211);
}

.c--active-unit polygon{
    fill: #26923a;
}

.c--container-info-unit{
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}

.c--name-unit{
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #0d2130;
}

.c--btn-unit{
    display: block;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #2c2c2c;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
}

.c--btn-unit:hover{
    background-color: #000000;
}

.c--btn-interested-unit{
    background-color: #3cbfdd;
}

.c--btn-interested-unit:hover{
    background-color: #279bb5;
}

.c--label-unit{
    padding: 10px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #0c202f;
    border-bottom: 1px solid #bdbdbd;
}

.c--label-unit span{
    color: #3cbfdd;
}

.owl-maps-carousel{
    width: 500px !important;
}

.c--svg-front-map{
    width: 500px !important;
}

.c--svg-back-map{
    width: 500px !important;
}

/* Modal Floor Plan */
.custom--container-floor-plan-modal{
    width: 1200px;
    background-color: #FFFFFF;
    padding: 40px 80px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 90vh;
    overflow: auto;
}

.custom--floor-plan-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(51 50 51 / 72%);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.custom--icon-close-floor-plan-modal{
    fill: #081f2d;
    position: absolute;
    top: 45px;
    right: 35px;
    cursor: pointer;
}

.c--header-floor-plan{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.c--btn-action-floor-plan{
    margin-left: 30px;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ed3558;
    color: #fff;
    transition: all 0.5s ease;
}

.c--btn-action-floor-plan:hover{
    background-color: #c42844;
}

/* Modal PDF Schedule */
.custom--container-pdf-schedule-modal{
    width: 650px;
    background-color: #FFFFFF;
    padding: 40px 80px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 90vh;
}

.custom--container-pdf-schedule-modal {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.custom--container-pdf-schedule-modal::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.custom--container-pdf-schedule-modal::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.custom--container-pdf-schedule-modal::-webkit-scrollbar-thumb {
  background-color: rgb(51 50 51 / 72%);;
}

.custom--container-pdf-schedule-modal::-webkit-scrollbar-thumb:vertical {
  background-color: rgb(51 50 51 / 72%);;
}

.custom--container-pdf-schedule-modal::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(51 50 51 / 72%);;
}

.custom--pdf-schedule-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(51 50 51 / 72%);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.custom--icon-close-pdf-schedule-modal{
    fill: #081f2d;
    position: absolute;
    top: 45px;
    right: 35px;
    cursor: pointer;
}

.c--header-pdf-schedule{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.c--btn-action-pdf-schedule{
    margin-left: 30px;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #0d2130;
    color: #fff;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c--btn-action-pdf-schedule:hover{
    background-color: #000000;
}

.c--container-btns-download{
    display: flex;
}

.c--container-item-pdf-schedule{
    width: 100%;
    margin-bottom: 10px;
}

.c--title-label-pdf-schedule{
    font-size: 20px;
    color: #0c202f;
}

/* FLOOR MAP */
.c--container-labels-floor-map{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.c--filter-towers{
	margin-bottom: 10px;
}

.c--filter-towers, .c--filter-beds{
	justify-content: center;
}

.c--container-label-floor-map, .c--container-btn-beds, .c--container-btn-towers{
    display: flex;
    align-items: center;
}

.c--container-btn-beds, .c--container-btn-towers{
    cursor: pointer;
}

.c--container-btn-beds span, .c--container-btn-towers span{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #fff;
}

.c--active-beds, .c--active-towers{
    background-color: #00a9ff !important;
}

.c--label-status-all, .c--label-status-sold, .c--label-status-reserve, .c--label-status-available{
    width: 150px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.c--btn-bedrooms, .c--btn-towers{
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.c--label-status-sold{
    background-color: #ed3358;
}

.c--label-status-reserve{
    background-color: rgb(218 123 15);
}

.c--label-status-available{
    background-color: rgb(35 155 83);
}

.c--label-status-all{
    background-color: #ffffff;
    color: #0c202f;
}

.c--label-status-all:hover{
    background-color: #dcdcdc;
    color: #0c202f;
}

.c--label-status-sold:hover{
    background-color: #c42844;
}

.c--label-status-reserve:hover{
    background-color: rgb(218 123 15 / 72%);
}

.c--label-status-available:hover{
    background-color: rgb(35 155 83 / 72%);
}

/* Modal Form */
.custom--container-form-modal{
    width: 800px;
    background-color: #FFFFFF;
    padding: 40px 80px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 90vh;
    overflow: auto;
}

.custom--form-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(51 50 51 / 72%);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.custom--icon-close-form-modal{
    fill: #081f2d;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

.c--modal-unit-mobile{
    position: absolute;
    z-index: 9;
}

.custom--icon-close-info-unit{
    position: absolute;
    right: 15px;
    top: 15px;
}

.custom--icon-close-info-unit{
    display: none;
}

.unit-form-response{
    display: none;
    margin-top: 20px;
    color: #3cbfdd;
}

.c--title-form-unit, .c--title-pdf-schedule{
    font-size: 30px;
    font-weight: bold;
    color: #0d2130;
    margin-bottom: 0px;
}

.c--title-form-unit span, .c--title-pdf-schedule span{
    color: #3cbfdd;
}

.c--container-btns-view-map{
    display: flex;
    align-items: center;
}

.c--btn-back-view, .c--btn-front-view{
    background-color: #fff;
    padding: 5px 10px;
    color: #0c202f;
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
}

.c--btn-back-view{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.c--btn-front-view{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
}

.c--container-btns-view-map{
    position: absolute;
    width: 95%;
    top: 50%;
    justify-content: space-between;
}

.c--container-info-pdf{
    width: 100%;
}

.c--title-select-plan{
    font-size: 30px;
    color: #0d2130;
    margin-bottom: 10px;
    border-bottom: 3px solid #3cbfdd;
    padding-bottom: 10px;
}

.c--title-selected-plan{
    display: none;
    font-size: 30px;
    color: #0d2130;
    margin-bottom: 10px;
    border-bottom: 3px solid #3cbfdd;
    padding-bottom: 10px;
}

.c--title-selected-plan span{
    color: #3cbfdd;
}

.c--select-pdf-schedule{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.c--label-pdf-schedule{
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.c--btn-select-schedule{
    background-color: #0d2130;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 10px;
    width: 24%;
}

.c--btn-select-schedule:hover{
    background-color: #3cbfdd;
}

.c--btn-select-schedule-active{
    background-color: #3cbfdd;
}

.c--value-item-pdf-schedule{
    font-size: 20px;
    color: #3cbfdd;
    font-weight: bold;
}

.c--container-results-pdf-schedule{
    display: none;
}

.shake {
    animation: shake 0.1s ease-in-out;
}

.pulse {
    animation: pulse 0.3s ease-in-out;
    transform-origin: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
  0% { left: 0; }
  25% { left: 10px; }
  50% { left: -10px; }
  75% { left: 10px; }
  100% { left: 0; }
}

.c--info-unit-sold{
    display: none;
    padding: 20px 0;
    color: #0c202f;
}

/* .c--container-all-data-unit{
    display: none;
} */

.c--instructions-unit{
    display: none;
}

/* LIST STYLE */
.c--instructions-unit ol {
	list-style: none;
	counter-reset: list;
	padding: 0;
}

.c--instructions-unit li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));

	position: relative;
	counter-increment: list;
	max-width: 45rem;
	padding: 2rem 1rem 1rem;
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

.c--instructions-unit li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.c--instructions-unit h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

.c--instructions-unit h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}

.c--instructions-unit p{
    color: #0c202f;
}

.c--instructions-show{
    background-color: #27933b;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

.c--status-unit{
    background-color: #0d78d3;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    top: -10px;
}

.c--status-unit.sold{
    background-color: #ed3558;
}

.c--status-unit.reserve{
    background-color: #f7b500;
}

.c--status-unit.available{
    background-color: #0d78d3;
}

#availability{
    align-items: flex-start;
}

.c--title-instructions-unit{
    color: #0d2130;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}

.c--btn-instructions{
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #3cbfdd;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.c--btn-instructions:hover{
    background-color: #0f6e72;
}

.c--tooltip-unit-instructions .introjs-tooltip-title{
    font-size: 18px;
}

.c--tooltip-unit-instructions .introjs-tooltiptext{
    color: #081f2d;
}

.c--tooltip-unit-instructions .introjs-progressbar{
    background-color: #15cfd7;
}

.c--tooltip-unit-instructions .introjs-button{
    background-color: #081f2d !important;
    color: #fff  !important;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
}

.c--tooltip-unit-instructions .introjs-button:focus{
    box-shadow: none;
}

.c--container-loader{
    display: none;
}

.c--plan-one, .c--plan-two, .c--plan-three{
    display: none;
}

.c--active-status-sold{
    background-color: #089eff;
}

.c--active-status-reserve{
    background-color: #089eff;
}

.c--active-status-available{
    background-color: #089eff;
}

.c--twelve-months-payment{
    display: none;
}

#c-form-purchase-request{
	display: none;
	margin-bottom: 20px;
}

#c-form-purchase-request input[name="date_client"]{
	border: 1px solid #0d2130;
    width: 100%;
}

#c-form-purchase-request input{
	border-bottom: 1px solid #0d2130;
    padding: 10px;
}

#c-form-purchase-request label{
	margin-bottom: 10px;
}

#c-form-purchase-request textarea{
	border-bottom: 1px solid #0d2130;
    padding: 10px;
	min-height: 150px;
}

.c--btn-action-puchase-request{
	padding: 10px 20px;
    border-radius: 10px;
    background-color: #0d2130;
    color: #fff;
    transition: all 0.5s ease;
	display: flex;
}

.c--btn-action-puchase-request:hover{
	background-color: #3cbfdd;
	color: #fff;
}

.c--btn-price-list{
	margin-top: 20px;
    display: inline-block;
    font-size: 15px;
    background-color: #3cbfdd;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.c--input-modal{
	color: #0d2130 !important;
}

@media screen and (max-width: 991px) {
    .c--container-label-floor-map{
        width: 45%;
        margin-bottom: 10px;
    }

    .c--container-btn-beds{
        width: 45%;
        margin-bottom: 10px;
    }

	.c--container-btn-towers{
        width: 45%;
        margin-bottom: 10px;
    }

    .c--label-status-all, .c--label-status-sold, .c--label-status-reserve, .c--label-status-available{
        width: 100%;
    }

    .c--container-info-unit{
        margin-top: 30px;
    }

    .progress-wrap{
        display: none;
    }

    .custom--container-floor-plan-modal, .custom--container-form-modal{
        padding: 40px 20px;
    }

    .c--btn-front-view span, .c--btn-back-view span {
        display: none;
    }

    .c--container-btns-view-map{
        width: 100%;
    }
}


@media screen and (max-width: 479px) {
    .custom--icon-close-info-unit{
        display: inline-block;
    }

    .c--title-form-unit{
        font-size: 22px;
    }

    .c--container-btns-view-map{
        width: 95%;
    }

    .custom--container-pdf-schedule-modal{
        width: 100%;
        padding: 40px;
    }

    .c--header-pdf-schedule{
        flex-wrap: wrap;
    }

    .c--btn-action-pdf-schedule{
        margin-top: 20px;
        margin-left: 0;
    }

	.c--instructions-unit h3 {
		font-size: 20px;
	}

	.c--instructions-unit h3::before {
		margin-right: 1.5rem;
	}

    .c--container-btns-download{
        width: 100%;
        justify-content: space-between;
    }

	.c--filter-towers, .c--filter-beds{
		justify-content: space-between;
	}

	.owl-maps-carousel{
		width: 400px !important;
	}

	.c--svg-front-map{
		width: 400px !important;
	}

	.c--svg-back-map{
		width: 400px !important;
	}
}