

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.espacio-linea {
  border-bottom: 2px solid #cd9f27;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem!important;
}

.btn-sahai{
  
  /* width: 225px; */
  color: #fff;
  background-color: #8d8b88;
  background-image: none;
  border-color: #fff;
  
  border-radius: 18px;
  box-shadow: 6px 10px 8px -11px black!important;
}

.btn-sahai:hover{
  
  color: #fff;
  background-color: #1D1D1B;
  border-color: #fff;
}

.btn-contacto{
  
  width: 225px;
  color: #F0F2F3;
    background-color: transparent;
    background-image: none;
    border-color: #F0F2F3;
}

.btn-contacto:hover{
  
  color: #212529;
  background-color: #F0F2F3;
  border-color: #F0F2F3;
}


.caption-ficha {
  bottom: auto!important;
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f5f2e4;
  text-align: center;
  top: 0;
  bottom: auto;
  background-color: rgb(58 62 64 / 70%)
}
.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  margin-bottom: 20px;
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-30{
  width: 30%!important;
}
body {
  background: #fff;
  color: #1D1D1B;
  
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #F0F2F3;
  outline: none;
  text-decoration: none;
}

p {
  color: white;
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #1D1D1B;
}

.bg-gris{
  background: #d4d4d4!important;
}

.main-page {
  margin-top: 70px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #F0F2F3 url("../img/preloader.svg") no-repeat center center;
}


.zoom { 
  transition: transform .1s; /* Animation */  
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #636363;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #F0F2F3;
  line-height: 0;
}
.back-to-top:hover {
  background: #f94a6a;
  color: #F0F2F3;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1px;
  bottom: 70%;
  z-index: 99999;
  background: #555960;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #1D1D1B;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*  */
.scroll-top2 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1px;
  bottom: 64%;
  z-index: 99999;
  background: #555960;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top2 i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top2:hover {
  background: #1D1D1B;
  color: #fff;
}

.scroll-top2.active {
  visibility: visible;
  opacity: 1;
}


/*  */
.scroll-top3 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1px;
  bottom: 58%;
  z-index: 99999;
  background: #555960;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top3 i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top3:hover {
  background: #1D1D1B;
  color: #fff;
}

.scroll-top3.active {
  visibility: visible;
  opacity: 1;
}
/* Sections Header
--------------------------------*/
.section-header {
  
  position: relative;
  padding-bottom: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #636363;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  
  background: #F0F2F3;
  width: 95%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 auto;
}
#header.header-scrolled, #header.header-inner {
  background: #F0F2F3;
  color: #1D1D1B;
  height: 70px;
  
  width: 95%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 auto;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 span {
  color: #636363;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #636363;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555960;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #636363;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1D1D1B;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #F0F2F3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #636363;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #4f4f4f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #F0F2F3;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #636363;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #F0F2F3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #636363;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/Amenidades/alberca.png) center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}
#hero h1 {
  color: #F0F2F3;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  /* font-weight: 600; */
  
}
#hero h1 span {
  color: #F0F2F3;
  
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#hero h3 {
  color: #F0F2F3;
  
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 22px;
  }
}
#hero p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

#hero a {
  color: #ebebeb;
  
  font-family: 'Montserrat', sans-serif;
}
#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#636363 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F0F2F3;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
  border-left: 15px solid #636363;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F0F2F3;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
#hero .about-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #F0F2F3;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #636363;
}
#hero .about-btn:hover {
  background: #636363;
  color: #F0F2F3;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}






/*--------------------------------------------------------------
# contacto-asesor
--------------------------------------------------------------*/

#contacto-asesor h3{
  color: #1D1D1B;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}


/*--------------------------------------------------------------
# contactanos
--------------------------------------------------------------*/

#contactanos {
  
  color: #555960;
}

#contactanos h3{
  color: #555960;
  font-family: 'Montserrat', sans-serif;
}




/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  
  color: #1D1D1B;
  background: linear-gradient(0deg, rgba(79,79,79,1) 0%, rgba(79,79,79,1) 55%, rgb(235, 235, 235) 55%, rgb(235, 235, 235 ) 100%);
  
}

#about h1 {
  color: #4f4f4f;
  
}
#about h2 {
  color: #4f4f4f;
  font-weight: bold;
}
#about h3 {
  color: #4f4f4f;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}
#about p {
  color: #1D1D1B;  
}


@media (max-width: 992px) {
  #about .alineacion {
    text-align: justify!important;
  }
}

@media (max-width: 768px) {
  #about .alineacion {
    text-align: justify!important;
  }
}


@media (max-width: 576px) {
  #about .alineacion {
    text-align: center!important;
  }
}
/*--------------------------------------------------------------
# Amenidades Section
--------------------------------------------------------------*/
#amenidades {
  
  color: #1D1D1B;
  
  
}

#amenidades h1 {
  color: #1D1D1B;
  
}
#amenidades h2 {
  color: #1D1D1B;
}
#amenidades h3 {
  color: #1D1D1B;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}
#amenidades p {
  color: #1D1D1B;  
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 20px;
  overflow: hidden;
  background: #191e25;
}
#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #F0F2F3;
  opacity: 1;
  border: 1px solid #e0b859;
}
#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e0b859;
}
#gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }
  #gallery .swiper-slide-active {
    border: 5px solid #e0b859;
    padding: 4px;
    background: #F0F2F3;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  
  padding: 0 0 25px 0;  
  background-image: url(../img/corazones.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: rgb(203 204 203 / 70%); */
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  display: inline-block;
  /* background: #222636; */
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /* border-bottom: 2px solid #555960; */
}

#footer .footer-top p {
  
  color:  #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  /* border-bottom: 1px solid #262c44; */
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}



.MasterPlan {
  overflow: hidden
}
g path,
g polygon,
g polyline,
g rect {
  fill: rgb(175 187 146 / .5)!important;
  cursor: pointer;
  stroke: transparent!important
}
g path:hover,
g polygon:hover,
g polyline:hover,
g rect:hover {
  fill: rgb(50, 205, 50, .5)!important;
  stroke: green!important
}
g path[data-status="vBCasa"],
g polygon[data-status="vBCasa"],
g polyline[data-status="vBCasa"],
g rect[data-status="vBCasa"] {
  fill: transparent!important;
  cursor: default;
  stroke: transparent!important
}
g path[data-type="vCasa"],
g polygon[data-type="vCasa"],
g polyline[data-type="vCasa"],
g rect[data-type="vCasa"] {
  fill: #000!important;
  cursor: pointer;
  stroke: transparent!important
}
g path[data-type="vCasa"]:hover,
g polygon[data-type="vCasa"]:hover,
g polyline[data-type="vCasa"]:hover,
g rect[data-type="vCasa"]:hover {
  fill: #000!important;
  stroke: transparent!important
}
.svgMapa {
  position: absolute;
  left: 0;
  top: 0
}
[data-status="sold"],
[data-status="sold"]:hover {
  cursor: default
}
[data-status="sold"],
[data-status="sold"]:hover {
  fill: rgb(232 83 83 / 0%)!important;
  stroke: rgb(148 77 77 / 0%)!important
}
[data-status="stage2"],
[data-status="stage2"]:hover {
  cursor: pointer
}
g path[data-status="stage2"],
g polygon[data-status="stage2"],
g polyline[data-status="stage2"],
g rect[data-status="stage2"] {
  cursor: default;
  fill: rgb(35 176 230 / 62%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stage2"],
[data-status="stage2"]:hover {
  fill: rgb(130 146 70 / 67%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="particular"],
[data-status="particular"]:hover {
  cursor: pointer
}
g path[data-status="particular"],
g polygon[data-status="particular"],
g polyline[data-status="particular"],
g rect[data-status="particular"] {
  cursor: default;
  fill: rgba(128, 128, 0, .493)!important;
  stroke: rgb(25 30 37 / 65%)!important
}
[data-status="particular"],
[data-status="particular"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageA"],
[data-status="stageA"]:hover {
  cursor: pointer
}
g path[data-status="stageA"],
g polygon[data-status="stageA"],
g polyline[data-status="stageA"],
g rect[data-status="stageA"] {
  cursor: default;
  fill: rgba(104, 96, 88, .5)!important;
  stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageA"],
[data-status="stageA"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageAPlus"],
[data-status="stageAPlus"]:hover {
  cursor: pointer
}
g path[data-status="stageAPlus"],
g polygon[data-status="stageAPlus"],
g polyline[data-status="stageAPlus"],
g rect[data-status="stageAPlus"] {
  cursor: default;
  fill: rgba(128, 128, 128, .5)!important;
  stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageAPlus"],
[data-status="stageAPlus"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageB"],
[data-status="stageB"]:hover {
  cursor: pointer
}
g path[data-status="stageB"],
g polygon[data-status="stageB"],
g polyline[data-status="stageB"],
g rect[data-status="stageB"] {
  cursor: default;
  fill: rgba(81, 83, 84, .7)!important;
  stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageB"],
[data-status="stageB"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageC"],
[data-status="stageC"]:hover {
  cursor: pointer
}
g path[data-status="stageC"],
g polygon[data-status="stageC"],
g polyline[data-status="stageC"],
g rect[data-status="stageC"] {
  cursor: default;
  fill: rgba(120, 85, 83, .7)!important;
  stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageC"],
[data-status="stageC"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
g path[data-status="stageFractional"],
g polygon[data-status="stageFractional"],
g polyline[data-status="stageFractional"],
g rect[data-status="stageFractional"] {
  cursor: default;
  fill: rgb(203 154 12 / 70%)!important;
  stroke: rgb(25 30 37 / 65%)!important
}
[data-status="stageFractional"],
[data-status="stageFractional"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageFractional"],
[data-status="stageFractional"]:hover {
  cursor: pointer
}
g path[data-status="stageO"],
g polygon[data-status="stageO"],
g polyline[data-status="stageO"],
g rect[data-status="stageO"] {
  cursor: default;
  fill: rgb(186 56 183 / 58%)!important;
  stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageO"],
[data-status="stageO"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageO"],
[data-status="stageO"]:hover {
  cursor: pointer
}
g path[data-status="stageZ"],
g polygon[data-status="stageZ"],
g polyline[data-status="stageZ"],
g rect[data-status="stageZ"] {
  cursor: default;
  fill: rgb(35 176 230 / 72%)!important;
  stroke: rgb(25 30 37 / 70%)!important
}
[data-status="stageZ"],
[data-status="stageZ"]:hover {
  fill: rgb(220 199 183 / 70%)!important;
  stroke: rgb(0, 0, 0)!important
}
[data-status="stageZ"],
[data-status="stageZ"]:hover {
  cursor: pointer
}
[data-status="selected"],
[data-status="selected"]:hover {
  cursor: default
}
[data-status="selected"],
[data-status="selected"]:hover {
  fill: rgb(13 110 255 / 52%)!important;
  stroke: rgb(13 14 13 / 60%)!important
}
[data-status="active"],
[data-status="active"]:hover {
  fill: rgb(50, 205, 50, .5)!important;
  stroke: green!important
}

