/* ================================
  Backgrounds
================================ */
.bg-gradient {
  background: linear-gradient(178.4deg, rgba(0, 0, 0, 0.9) 14.19%, rgba(0, 0, 0, 0.09) 98.52%);
  min-height: 340px;
  width: 100%;
}

.bg-gradient-light {
  background: linear-gradient(180deg, #DCDCDC 0%, #F4F4F4 99.27%);
  background-attachment: fixed;
}

.bg-txt {
  padding: 50px 40px;
  background: rgba(0, 0, 0, 0.5);
}

#content {
  min-height: 100vh;
}

canvas {
  position: absolute;
  top: 0px;
  background: linear-gradient(178.4deg, rgba(0, 0, 0, 0.9) 14.19%, rgba(0, 0, 0, 0.09) 98.52%), url(../img/covers/coverInicio.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

/* ================================
  Text
================================ */
.cover-text {
  color: #FFFFFF;
  font-family: 'Timmana', sans-serif;
  font-size: 70px;
  position: absolute;
  bottom: 250px;
  text-align: center;
}

/* ================================
  Text
================================ */
.border-tr-tl-10px {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* ================================
  clip-path
================================ */
.down-point {
  height: 130px;
  /* clip-path: polygon(0 0%, 100% 0%, 100% 25%, 50% 100%, 0 25%); */
  clip-path: polygon(0 0, 100% 0, 49% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 49% 100%);
  position: absolute;
  left: -20px;
  width: 100vw;
}

.polygon-bg-requirements {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 100% 100%, 100% 50%, 0 50%);
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 100% 100%, 100% 50%, 0 50%);
  filter: blur(14px);
  background: rgba(0, 0, 0, 0.5);;
  border-radius: 20px;
  position: absolute;
  height: 471px;
  width: 1155px;
}

/* ================================
  Hr
================================ */
.vertical {
  border: none;
  border-left: 1px solid #fff;
  height: 100px;
  width: 1px;
}

.horizontal {
  position: absolute;
  top: 30px;
  left: -97px;
  min-width: 290px;
  border: 1px solid #000000;
}

.h-medium {
  left: -41px;
  min-width: 180px;
}

/* ================================
  Icons
================================ */
.left-icon {
  float: left;
  margin: 5px 20px 10px 0px;
  width: 28px;
}

.icon-equipped {
  height: 60px;
  margin-bottom: 1rem;
}

.icon-detail {
  width: 22px;
}

.icon-card-footer {
  width: 90px;
}

/* ================================
  Tabs
================================ */
.border-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 15px;
  border: 3px solid #ACD152;
  border-radius: 50%;
}

.step-number {
  font-weight: 500;
  font-size: 30px;
  line-height: 33px;
}

/* ================================
  Inputs
================================ */
.input-select {
  -webkit-appearance: none;
  border-radius: 20px !important;
  background: #FFFFFF !important;
  color: #B0B0B0 !important;
  font-family: 'PT Sans Caption', sans-serif !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
}

.input-select-gray {
  -webkit-appearance: none;
  border-radius: 20px !important;
  background: #ECECEC !important;
  color: #B0B0B0 !important;
  font-family: 'PT Sans Caption', sans-serif !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
}

.form-check .form-check-input:checked {
  background-color: #a8cf46 !important;
}

.form-control {
  background: #ECECEC;
  border-radius: 7px;
  font-size: 14px;
}

.form-control:focus {
  background-color: #ECECEC;
  border-color: #a8cf46;
  box-shadow: 0 0 0 0.2rem rgb(168 207 70 / 25%);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #a8cf46;
  box-shadow: 0 0 0 0.2rem rgb(168 207 70 / 25%);
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #a8cf46;
  background-color: #a8cf46;
  box-shadow: 0 0 0 0.2rem rgb(168 207 70 / 25%);
}

.check-field-error:focus:not(:checked)~.custom-control-label::before {
  border-color: #f03c02;
  box-shadow: 0 0 0 0.2rem rgb(240 60 2 / 25%);
}

/* ================================
  Buttons
================================ */
.btn {
  border: 2px solid;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 16px;
  min-width: 175px;
  min-height: 40px;
}

.btn-price {
  background:#a8cf46; 
  border-color: #a8cf46; 
  box-sizing: border-box;
  box-shadow: -1px 3px 6px 3px rgb(0 0 0 / 10%);
  border-radius: 10px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 500;
  min-height: 90px;
  min-width: 320px;
  cursor: auto !important;
}

.btn-price:hover {
  color: #ffffff !important;
}

a[aria-selected] {
  min-width: 304px !important;
}

a[aria-selected="false"] {
  background: transparent !important; 
  border-color: #a8cf46 !important; 
  color: #a8cf46 !important
}

.position-card {
  position: relative;
  top: 55px;
  z-index: 1;
}

.cr-btn-position {
  position: relative;
  top: 80px;
}


/* ================================
  Colums Cards
================================ */
.columns-responsive {
  column-count: 2 !important;
}


/* ================================
  Cards
================================ */
.card {
  border-radius: 10px;
  border: none;
  box-shadow: -1px 3px 6px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 5px;
}

.card-body {
  min-height: 157px;
}

.img-overlay {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.card-img-overlay {
  top: 180px;
  background: rgba(0, 0, 0, 0.5);
}

.txt-img-overlay {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
  background: rgba(0, 0, 0, 0.5);
}

.program-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px 15px;
}

.body-carousel {
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
}

.body-location {
  padding: .75rem 1rem;
}

.body-card {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 315px;
  padding: 1.25rem;
}

.body-detail {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 276px;
  padding: 1rem 0.75rem;
}

.txt-title {
  font-weight: 500;
  font-size: 16px;
}

.card-footer {
  display: grid;
  align-items: center;
  border-top: none;
  background: #F4F4F4;
  min-height: 57px;
}

.footer-card {
  display: grid;
  align-items: center;
  border-top: none;
  background: #F4F4F4;
  min-height: 110px;
  padding: .75rem 1.25rem;
}

.footer-dep {
  display: grid;
  align-items: center;
  border-top: none;
  background: #F4F4F4;
  min-height: 42px;
  padding: .75rem 1.25rem;
}

.bg-blur {
  filter: blur(4px);
}

.card-title-txt{
  font-weight: 500;
  margin-bottom: 6px;
}

.price-txt {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}

.card-subtitle-txt {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}

.card-txt {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}


/* ================================
  Modals
================================ */
.modal-content {
  border-radius: 10px;
}

.close {
  position: relative;
  top: -10px;
  left: 25px;
  font-size: 2rem;
}

.modal-body {
  padding: 1.5rem 2.5rem 1.2rem 2.5rem;
}

.modal-footer {
  background: #F4F4F4;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1rem 2.5rem 2rem 2.5rem;
}

.ContentModal { background-color: #F4F4F4; }

.ContentModal .modal-body { padding: 1.25rem; }

.ContentModal .close { 
  left: 5px;
  font-size: 2em;
}

.ContentModal .modal-title { font-size: 18px; }

.ContentModal p {
  font-size: 12px;
  margin-bottom: 1em; 
}

.ContentModal a { color: #878787; }

.ContentModal a:hover {
  color: #252525;
  text-decoration: underline;
}

.ContentModal ol { margin-bottom: 1em; }

.ContentModal ol.bold li { 
  font-size: 12px;
  font-weight: bold;
}

.ContentModal ol.normal { margin-bottom: 0 !important; }

.ContentModal ol.normal li { font-weight: 400 !important; }



/* ================================
  Unorderd List
================================ */
ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
}

ul li {
  color: #a8cf46;
  margin-bottom: 0.5rem;
}

ul li span {
  color:#878787;
}

/* ================================
  Forms
================================ */
.body-form {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px 15px 0px 15px;
}

.locat-use a:hover {
  color: #4B4B4D;
}

.form-note {
  position: fixed;
  z-index: 1202;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
}

.form-confirm {
  background: #FFC700;
  padding: 18px 0px 18px 0px;
  width: 100%;
}

.form-alert {
  background: #f03c02;
  padding: 18px 0px 18px 0px;
  width: 100%;
}

.field-error {
  border: 1px solid #f03c02 !important;
}

/* ================================
  Scrol top arrow
================================ */
.scroll-top-arrow {
  color: #fff;
  background: #a8cf46;
  line-height: 28px;
  display: none;
  height: 45px;
  width: 45px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  top: 90%;
  z-index: 10006;
  border-radius: 100%;
}

.scroll-top-arrow:hover {
  background: #50651a;
  opacity: .8;
  color: #fff;
}

.scroll-top-arrow i {
  line-height: 45px;
  position: relative;
}

/* ================================
  Custom Swiper
================================ */
.dots {
  position: relative;
  bottom: -15px!important;
}

.swiper-auto-pagination .swiper-pagination-bullet {
  background-color: white;
}

.swiper-auto-pagination .swiper-pagination-bullet-active,
.swiper-pagination-three-slides .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #B5D15D;
}


/* ================================
  Buttons swiper
================================ */
.border-main-left {
  width: 44px;
  height: 44px;
  border: 2px solid #A8CF46;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 44px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.border-main-right {
  width: 44px;
  height: 44px;
  border: 2px solid #A8CF46;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  background-image: none;
  left: 15px;
  top: 35px;
}

.swiper-button-next {
  background-image: none;
  right: -3px;
  top: 35px;
}


/* ================================
  Pagination
================================ */
.page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-item {
  margin-bottom: unset !important;
}

.page-link {
  color: #838383;
  border: 1px solid #C6C6C6;
}

/* ================================
  Maps
================================ */
.map {
  width: 100%;
  min-height: 250px;
  height: auto;
}

.map-contact {
  min-height: 400px;
}

.animated-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #708e25;
  position: relative;
  top: -10px;
  right: 8px; 
}

.animated-dot:before, .animated-dot:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #708e25;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite; 
}
.animated-dot:after {
  animation-delay: 2.4s; 
}

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; 
  }
  50% { opacity: 0.1; }
  70% { opacity: 0.09; }
  100% {
    transform: scale(16);
    opacity: 0; 
  } 
}

/* ================================
  Padding
================================ */
.p-house {
  padding: 70px 0px 50px 0px;
}

.pt-lampara { padding-top: 260px !important; }
.pt-uproperties { padding-top: 150px !important; }

.pb-icontact { padding-bottom: 320px !important; }
.pb-ucontact { padding-bottom: 400px !important; }
/* top */
/* bottom */
.pb-230px { padding-bottom: 230px !important; }
.pb-370px { padding-bottom: 370px !important; }
/* left */
.pl-15px { padding-left: 15px !important; }


/* ================================
  Scroll Magic
================================ */
/*
.scrollmagic-pin-spacer {
  overflow: hidden;
}
*/
.animateMe {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 47.54%, rgba(0, 0, 0, 0.25) 100%), url(https://urben.mx/wip/assets/img/covers/coverInicio.jpg);
  color: #fff;
  font-weight: 800;
  font-size: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  box-sizing: border-box;
  margin: 0;
}

.animateMe span {
  display: inline-block;
}

/* IMG skeleton */
.img_Skeleton { height: 32.8em; }

/* ===================================
  Placeholder Effect Skeleton
====================================== */
.placeholder-item {
  background-color: #e6e6e6;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.placeholder-item::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, #b3b3b3 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
  from {
      left: -150px;
  }
  to   {
      left: 100%;
  }
}