@import "fonts.css";


:root{
  --primary: #F8B600;
  --secondary: #5716A3;
  --text: #5716a3;
  --text-secondary: #FFFDFD;
  --text-hover: #191920;
  --btn: #e8b600;
  --btn-hover: #e8b600;
}

p.h1, h1, p.h2, h2, p.h3, h3, p.h4, h4, p.h5, h5, p.h6, h6 {
  font-family: Roboto;
  color: var(--text);
}
h1{
  font-weight: 900;
}
h2{
  font-weight: 900;
}
.display-1, .display-2, .display-3, .display-4{
  font-family: Roboto;
  color: var(--text);
  font-weight: 600;
}
.display-5{
  font-family: Roboto;
  color: var(--text-secondary);
  font-weight: 600;
}
a:hover {
    color: #f1f1f1;
}
a,p,div,input,button,textarea{
  font-family: Roboto;
  color: var(--text-secondary);
}
img {
  max-width: 100%;
  aspect-ratio: attr(width) / attr(height);
}
section:not(#ftheproject) {
  position: relative;
  overflow: hidden;
}
.btn.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  padding: 6px 44px;
  color: #5716A3;
  border-radius: 29px;
  font-weight: 700 !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  height: 45px;
  text-align: center;
  width: fit-content;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
  background-color: var(--btn-hover);
  border-color: var(--btn-hover);
  box-shadow: none;
}
display-1, display-3, display-4{
  display: flex;
}
a.btn.btn-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.wrap_btn a {
  margin-left: 0 !important;
}
.itemtheproject2 a{
  margin-left: 0 !important;
}
.nav-item a{
  transition: all ease-in-out .2s;
}

.nav-item:hover > a:not(.btn){
    text-shadow: 0px 3px 6px #000000b0;
    transform: translateY(-1px);
}

.nav-item:hover > a.btn{
  transform: translateY(-1px);
}
/*-----------------------------------------INDEX--------------------------------------------*/
/*---------------Header------------------*/

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0px;
  background: rgba(87, 22, 163, .8);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.navbar-nav li:last-child .nav-link{
  margin-right: 0!important;
}
a.nav-link {
  margin-left: 14px !important;
}
.nav-link {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFDFD !important;
}
a.nav-link.btn.btn-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  height: auto;
}
.navbar-nav {
  margin-left: auto;
}
div#navbarSupportedContent {
  padding-bottom: 0;
}
img.imgnavbar {
  height: 70px;
  margin: -8px 0;
}
.linea_m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
span.m_line {
  width: 35px;
  height: 3px;
  margin: 3px 0;
  background: white;
  border-radius: 29px;
}
.navbar-light .navbar-toggler {
  border:none;
  top: 0;
  bottom: 0;
}
.menuDropdown {
  background-color: rgba(117, 86, 192, 0.8);
  margin-top: 7px;
  position: absolute;
}
.containerDropdown{
  width: 200px;
  padding: 2px 0;
}
.containerDropdown p{
  text-align: center;
  margin: 12px 0;
}
.menuDropdown a {
  color: white;
  text-decoration: none;

}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(117, 86, 192, 0.8);
}
.dropdown-divider {
  width: 85%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #ffffff !important;
  opacity: 0.5;
}
.dropdown-menu{
  text-align: center;
}
/*---------------Banner------------------*/
#banner .these {
  background-color: #8FCB5D;
  border-radius: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 15px 45px;
  width: fit-content;
}
.text_b {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 34%;
  width: 100%;
}
.item {
  position: relative;
}
/*---------------Green Banner------------------*/
#green_banner {
  background-color: #8FCB5D;
  padding-top: 14px;
  padding-bottom: 12px;
  z-index: 2;
}
#green_banner .secondary {
  margin-top: 14px;
}
#green_banner .wrap_green {
  display: flex;
  flex-direction: row;
  align-items: center;
}


/*--------------- titleHome ------------------*/

#titleHome h6{
  color: #1a1a1a;
  font-weight: 400;
}

#titleHome span{
  color: #5716a3;
}

/*---------------Finances------------------*/
#finance .inic_banner .primary{
  margin-top: 47px;
  margin-bottom: 10px;
  color: #5716a3;
}
#finance .inic_banner .quintary{
  margin-bottom: 32px;
  margin-top: 22px;
}
#finance .rectangle{
  background-color: #5716A3;
  height: 46px;
  width: 285px;
  border-radius: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid_finance .text {
  color: black;
  font-weight: 500;
}
.rectangle .tertiary {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 29px;
}
.grid_finance .text {
  margin-bottom: 0;
}
.grid_finance {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
.grid_finance .item1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 7.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grid_finance .item2{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grid_finance .item3{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grid_finance .item1 img {
  margin-right: 11px;
}
.grid_finance .item2 img {
  width: 60px;
  margin-right: 11px;
}
.grid_finance .item3 img {
  margin-right: 11px;
}
#finance .img_finance {
  position: absolute;
  height: 100%;
  right: 0;
  z-index: 1;
  top: 2px;
}
/*---------------Finances Banner------------------*/
#border_banner{
  background-color: #5716A3;
  margin-top: 50px;
  padding: 35px;
}
#border_banner .primary{
  color: #FFFFFF;
  font-weight: 900 !important;
}
#border_banner .wrap_btn {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 /*---------------Project------------------*/
 /*--------Project1--------*/
.project1{
  height: 130px;
}
#sponsors .ptittle {
  font-weight: 900;
  margin-top: 78px;
  text-align: center;
}
.pflex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
 /*--------Project1--------*/
#precontact{
  background-image: url(../images/banner-footer-03.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background-size: cover;*/
  margin-top: 45px;
}
.container.project2 {
  padding-bottom: 100px;
  padding-top: 48px;
}
.project2 .cproject2 .display-5 {
  margin-top: 35px;
  font-weight: 400;
}
span.textcontact {
  color: #8FCB5D;
  font-weight: 900;
}
#precontact img{
  width: 100%;
  max-width: 600px;
  height: auto;
}
 /*--------Contact--------*/


 #contact p.strong {
  color: #fff;
}

#contact #formSending p.strong {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

#contact #formSending p.strong span {
  background: #fff;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin: 0 3px;
  animation: sending 1s infinite;
}

#contact #formSending p.strong span:first-child {
  margin-left: 6px;
}

#contact #formSending p.strong span:nth-child(2) {
  animation-delay: 200ms;
}

#contact #formSending p.strong span:last-child {
  animation-delay: 300ms;
}

@keyframes sending {
  50% {
    opacity: 0.5
  }
  100% {
    opacity: 1
  }
}

#contact {
  background-color: #5716A3;
  position: relative;
  padding-top: 10px;
}

#contactForm label {
  color: #494846;
}
.project3 .visit {
  margin-bottom: 36px;
  padding-top: 28px;
  color: white;
}
.dtittle{
  margin-top: 50px;
  margin-bottom: 40px;
  color: white;
}
.project3 .cptexth5 {
  color: white;
  margin-top: 28px;
  margin-bottom: 28px;
}
.project3 form input {
  margin-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 0;
}
.project3 textarea {
  border-radius: 0;
  height: 100px;
}
.project3 .strong {
  color: white;
}
.project3 #formSending .strong {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.project3 #formSending .strong span {
  background: #fff;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin: 0 3px;
  animation: sending 1s infinite;
}
img.facebook {
  margin-right: 30px;
}
img.instagram {
  margin-right: 30px;
}
img.youtube {
  margin-right: 30px;
}
.privacy{
  padding-top: 144px;
}
.col-7.red {
  padding-left: 133px;
  padding-right: 122px;
}
.red .primary {
  color: white;
  font-weight: 500;
}
.whatsapp {
  border-top: solid 2px #8FCB5D;
  border-bottom: solid 2px #8FCB5D;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  display: flex;
  width: fit-content;
}
img.imgwhatsapp {
  padding-right: 20px;
  width: 65px;
  padding-bottom: 10px;
}
.shared {
  margin-top: 40px;
}
/*--------Privacy--------*/
.pprivacy{
  background-color: #5716A3;
  position: relative;
}
.pprivacy .textPrivacy{
  font-size: 12px;
  width: 100%;
  max-width: 1000px;
}
.pprivacy .lprivacy {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.pprivacy .lprivacy p{
  font-size: 9px;
  margin-bottom: -4px;
}
.pprivacy .lprivacy img{
  max-height: 22px;
  width: auto;
  height: auto;
}

/*-----------------------------------------Project.html--------------------------------------------*/
/*---------------Project Banner------------------*/
/*.owl-nav {
  display: none;
}*/
.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: 1%;
  border: 3px solid white!important;
  border-radius: 29px !important;
}
.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: 1%;
  border: 3px solid white!important;
  border-radius: 29px !important;
}
.owl-prev i, .owl-next i {
  transform : scale(1,6); color: #ccc;
}
button.owl-next span {
    line-height: 20px;
    transform: translate(1px, -2px);
}
button.owl-prev span {
    line-height: 20px;
    transform: translate(-1px, -2px);
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 42px !important;
    display: flex;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white !important;
    opacity: 0.7;
    background: #101010 !important;
}
.owl-dots {
  bottom: 3%;
  position: absolute;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span {
  background: #8fcb5d !important;
  width: 12px;
  height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #DFFAC8 !important;
}
button:focus {
  outline: none;
}
/*---------------The Project------------------*/
#theproject {
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 60px;
}

#theproject img.llave {
  position: absolute;
  left: -1%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
}
#theproject .project_m .primary {
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 0;
  color: #5716a3;
}
#theproject .project_m .quintary {
  color: #1A1A1A;
  margin-bottom: 30px;
  margin-top: 5px;
  width: 290px;
}
#theproject .project_m .tpgrid .itemtheproject1 .quintary{
  color: #1A1A1A;
  margin-top: 5px;
  width: 300px;
  margin-bottom: 0;
  max-width: 100%;
}
.itemtheproject1 .part img {
  padding-right: 27px;
}
.tpgrid{
  display: grid;
  grid-template-columns: 1fr;
}
.tpgrid .itemtheproject1 .part{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 3vh;
  width: 28vw;
}
.tpgrid .itemtheproject1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.tpgrid .itemtheproject2{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-top: 20px;
}
img.upimages{
  transform: translateY(-49px);
  margin-bottom: -42px;
}
img.tpimages{
  transform: translateY(-49px);
  margin-bottom: -42px;
}
/*---------------Ubication------------------*/
#ubication{
  background: #8FCB5D;
  background-image: url(../images/mapa.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
 /* padding-top: 90px;*/
}
.col-lg-5.d-none.d-lg-block.wow.fadeInUp {
    padding-top: 90px;
}
/*.img_desk{
background-image: url(../images/mapa.png);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
}*/
.tptittle {
  font-weight: 900;
  color: #5716A3;
  margin-bottom: 0;
}

h1.display-1.primary {
  color: #5716A3;
  font-size: 113px;
  font-weight: 900;
  margin-bottom: 0;
}
h1.display-4.primary {
  font-weight: 700;
  margin-bottom: 0;
  color: #5716A3;
}
#ubication .ubication .quintary {
  color: #FFFFFF;
  padding-bottom: 151px;
  text-align: start;
  line-height: 30px;
}
img.uimages {
  transform: translateY(-49px);
  margin-bottom: -42px;
}

section#ubication2 {
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}
#ubication2 h1.tptittle {
  margin-top: 100px;
  margin-bottom: 10px;
}

/*---------------Amenities------------------*/
#amenities {
  padding-top: 71px;
}
.amenities {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
img.aimages {
  transform: translateY(-49px);
  margin-bottom: -42px;
}
#amenities .ugrid .text {
  padding-left: 12px;
  margin-bottom: 0;
  font-weight: 600;
  color: #1A1A1A;
}
.ugrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1vw;
  margin-top: 18px;
}
.ugrid .part{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3vh;
}
.ugrid .wrap1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.ugrid .wrap2{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.ugrid .wrap3{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}
.ugrid .wrap4{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}
.ugrid .wrap5{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 6;
}
.ugrid .wrap6{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.ugrid .wrap7{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.ugrid .wrap8{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
.ugrid .wrap9{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
.ugrid .wrap10{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}
.ugrid .wrap11{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.ugrid .wrap12{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.ugrid .wrap13{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.ugrid .wrap14{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
}

/*---------------Z-Banner------------------*/
#zbanner {
  margin-top: 70px;
}
img.piscina {
  position: absolute;
  height: 100%;
  right: 0;
}
/*---------------Unidades-index------------------*/
section#unidades {
  padding-top: 135px;
}
.wrap_image_project:hover img.zoom {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.3s;
}
.col-12.unid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#amenities .amenities .parimary {
  font-weight: 900;
}
#unidades .vgrid .text {
  color: black;
  font-weight: 500;
  margin-bottom: 0;
}
#unidades .vgrid .dividerLine {
  border-bottom: solid 2px #8FCB5D;
  margin: 10px 0;
}
.vgrid .wrap_image_project {
  position: relative;
  margin-bottom: 20px;
}
img.search {
  width: 20px;
  margin-bottom: 0;
}
.search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.info_project {
  padding-right: 45px;
  margin-top: 12px;
}
.vgrid .info_project .tertiary {
  font-weight: 700;
}
#unidades .vgrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 6vmax;
  margin-top: 112px;
}
#unidades .vgrid .itemproject1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
#unidades .vgrid .itemproject2{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
#unidades .vgrid .itemproject3{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
#unidades .ver {
  margin-top: 66px;
  text-align: center;
}
/*---------------Unidades-project------------------*/
#unidades .pgrid .text {
  color: black;
  font-weight: 500;
  margin-bottom: 0;
}
#unidades .pgrid .dividerLine {
  border-bottom: solid 2px #8FCB5D;
  margin: 10px 0;
}
.pgrid .wrap_image_project {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.pgrid .info_project .tertary {
  font-weight: 500;
}
#unidades .pgrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 6vmax;
  margin-top: 50px;
}

/*---------------Storage------------------*/
#storage {
    margin-top: 124px;
}
.storage{
  background-color: #5716A3;
  border-radius: 48px;
  height: 96px;
  width: 610px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
.storage .item2 .secondary {
  font-weight: 500;
}
.storage span {
  font-size: 20px;

}
.storage .item1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.storage .item2{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cstor{
  margin-top: 44px;
  text-align: center;
}
/*-----------------------------------------theowner.html--------------------------------------------*/
/*---------------Finance------------------*/

#ftheproject{
  margin-top: 90px;
}
img.villa {
  position: absolute;
  height: auto;
  width: 30%;
  max-width: 455px;
  left: 5%;
  z-index: 10;
  bottom: -178px;
}
#ftheproject .primary {
  margin-top: 20px;
  margin-bottom: 44px;
}
#ftheproject .three{
  background-color: #8FCB5D;
  height: 86px;
  padding: 0 5%;
  width: fit-content;
  border-radius: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 74px;
}
.three .secondary {
  margin-bottom: 0;
}
#ftheproject .quintary {
  color: black;
}
#ftheproject .text {
  margin-top: 10px;
  color: black;
  font-size: 14px;
}
.wrap_img {
  margin-top: 44px;
}
.wrap_img img {
  margin-right: 25px;
}
/*---------------Mask_group------------------*/
section#mask_group {
  background: linear-gradient(180deg, #5716a300 30%, #5716a3 32%), url(../images/Mask_Group.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#mask_group .grid_mask{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 100px;
  padding-top: 250px;
  padding-bottom: 100px;
}
#mask_group .grid_mask .item_mask1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start:1;
  grid-row-end:2;
}
#mask_group .grid_mask .item_mask2{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start:1;
  grid-row-end:2;
}
#mask_group .grid_mask .item_mask3{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start:1;
  grid-row-end:2;
}
#mask_group .number{
  background-color: #8CC85D;
  height:91px;
  width: 91px;
  border-radius: 50px;
}
.number .display-1 {
  margin-bottom: 0;
}
.header_mask {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mask_group .number {
  background-color: #8CC85D;
  height: 91px;
  width: 91px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
}
.grid_mask .tertiary {
  color: white;
  margin-top: 28px;
}
.grid_mask .text {
  font-size: 14px;
  margin-top: 20px;
}

#requirements{
  background-color: #5716a3;
}
#requirements .row>div{
  padding-bottom: 40px;
}
#requirements h3{
  color: #8CC85D;
}

#requirements ul.mainUl > li{
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
#requirements li img{
  position: absolute;
  width: 22px;
  top: 7px;
  left: -30px;
}
#requirements ul:not(.mainUl){
  list-style: disc;
}

#fipav{
  padding: 80px 0;
}

#fipav .title{
  font-weight: 700;
  color: #8CC85D;
  margin-bottom: 30px;
}

#fipav p, #fipav li{
  color: #1A1A1A;
  margin-bottom: 0;
  position: relative;
  list-style: none;
}

#fipav ul.dotImg li img{
  position: absolute;
  width: 14px;
  top: 7px;
  left: -30px;
}
#fipav .dividerBottom {
  width: 100%;
  margin: 50px 0 70px;
  border-bottom: solid 2px #8CC85D;
}
#fipav li{
  margin-bottom: 20px;
}
#fipav li span{
  position: absolute;
  left: -30px;
  background-color: #5716A3;
  color: #fff;
  border-radius: 100%;
  line-height: 1;
  height: 22px;
  width: 22px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
}


/*-----------------------------------------Backboard.html--------------------------------------------*/
/*---------------Aramar_group------------------*/

#backboard section:not(#contact) {
  margin-top: 66px;
  padding-bottom: 60px;
}
#backboard .display-4{
  color: #396DB9;
  font-weight: 900 !important;
}
#backboard .text {
  color: #1a1a1a;
  font-size: 14px;
}
#backboard .grid_aramar .primary {
  color: #396DB9;
  font-size: 55px;
  font-weight: 900;
}
#backboard .grid_aramar .back_gray .quintary{
  color: #396DB9;
  font-weight: 900;
}
#backboard .grid_aramar .back_gray {
  background-color: #F5F5F5;
  width: 253px;
  height: 156px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}
#backboard .grid_aramar {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 19px;
}
/*---------------know------------------*/
#backboard #know {
  margin-top: 87px;
  text-align: center;
}
#backboard #know .secondary{
  color: #396DB9;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 36px;
}
#backboard #know .wrap_video {
  position: relative;
  width: 810px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
iframe {
  border: 0;
  width: 100%;
  height: 390px;
}

#backboard .imgLogo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 115px;
  margin-bottom: 50px;
}

#backboard .imgLogo img{
  width: 100%;
  height: auto;
  max-width: 350px;
  max-height: 100%;
}

/*-----------------------------------------theowner.html--------------------------------------------*/
/*---------------group------------------*/
#login .form-floating {
  margin-bottom: 10px;
}
#login .banner img {
  width: 100%;
}
.wrap_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#login .tab {
  background-color: #8FCB5D;
  height: 70px;
  line-height: 70px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  width: fit-content;
  padding: 0 30px 0 25px;
  color: #1A1A1A;
  transform: translateX(-12px);
  margin-bottom: 30px;
}
#login h5.text_inicio {
  color: #1A1A1A;
  width: 340px;
  max-width: 100%;
  font-weight: 500;
  margin-bottom: 15px;
}
#login .tptittle {
  position: relative;
}

#login .tptittle .tree {
  position: absolute;
  left: -60px;
  width: 45px;
}
#login input.form-control {
  width: 400px;
  max-width: 100%;
  border-color: #707070;
  border-radius: 0;
}

/*-----------------------------------------contact_us.html--------------------------------------------*/
section#contact_us {
    background-color: #f5f5f5;
}
.center_us1 {
    padding: 10px;
    background: #fff;
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.center_us1 img {
    width: 50%;
    max-width: 200px;
}
.center_us2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#contact_us form.form_us {
    max-width: 700px;
    width: 100%;
    text-align: center;
}

#contact_us .cproject3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b_contc {
    background-color: #820000 !important;
    border-color: #820000 !important;
    color: white;
}
.b_contc:hover,
.b_contc:active,
.b_contc:focus {
    background-color: #820000 !important;
    border-color: #820000 !important;
}
.present_us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 7%;
    margin-bottom: 10%;
}
img.image {
    width: 80px;
    position: absolute;
    left: -55px;
    bottom: -3px ;
}

.bacground {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
}
.present_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h3.quintary {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px;
}
h5.cptexth5.mb-1 {
    font-weight: 800;
}
#contact_us h3.cptexth5 {
    font-weight: 900;
    padding: 10px 40px;
    position: relative;
    color: black;
    background-color:#8FCB5D;
    text-align: center;
}

.img_ban2:after {
    position: absolute;
    content: " ";
    height: 250%;
    width: 50%;
    top: -125%;
    max-width: 430px;
    background-color: white;
    border-radius: 100%;
}
.img_ban2 {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    width: 100%;
    max-width: 800px;
}
.img_ban2 img {
    position: relative;
    z-index: 5;
    width: 30%;
    max-width: 200px;
}

#contact_us .footerAtlas {
  color: black;
  font-weight: 900;
  transform: translateX(25px);
  margin-top: 0;
  margin-bottom: -20px;
}

/*--------------------------Queries-------------------------------*/

@media (min-width: 992px) {
  #login .banner {
    background-image: url(../images/dueno.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
  #login .banner img {
    display: none;
  }
  #login .inner_login {
    padding-left: 70px;
  }
  #login .login {
    padding-top: 95px;
  }
  .mobile{
    display: none;
  }
}


@media (max-width: 1200px) {

}

@media (min-width: 1440px) {
  section#mask_group {
    background: linear-gradient( 180deg, #5716a300 40%, #5716a3 50%), url(../images/Mask_Group.svg);
  }
}

@media (min-width:1800px) {
  #theproject img.llave {
   left: 4%;
  }
}



@media (max-width: 1399.98px) {
  .tpgrid .itemtheproject2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-top: 20px;
  }
  .pprivacy{
    padding-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  img.piscina {
    position: absolute;
    height: 80%;
    right: 0;
    top: 170px;
  }
  #zbanner {
    margin-top: 40px;
  }
  #mask_group .number {
    background-color: #8CC85D;
    height: calc(45px + 4.5vw);
    width: calc(45px + 4.5vw);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
  }
  .logtittle {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 9px;
    padding-right: 50px;
  }
   #login .tab {
    font-size: 1rem;
    white-space: nowrap;
  }
  .tpgrid .itemtheproject2 {
    padding-top: 20px;
  }
  img.villa {
    position: absolute;
    height: auto;
    width: 34%;
    left: 2%;
    z-index: 10;
    bottom: -24%;
  }
  .text_b {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 20%;
  }
}

@media (max-width: 991.98px) {
  #titleHome h5, #titleHome span{
    text-align: center;
  }
  #ubication {
    background: #8FCB5D;
}
  .menuDropdown {
    background-color: transparent;
    margin-top: 0;
    position: relative;
  }
  .containerDropdown p{
    text-align: left;
    padding-left: 40px;
  }
  header nav.navbar a.navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
  }
  .navbar-light .navbar-toggler {
      padding-right: 0;
      margin-left: 10px;
  }
  .navbar-collapse {
    background: rgba(117, 86, 192, 0.8);
    position: fixed;
    left: 0;
    top: 63px;
  }
  nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: .5rem;
  }
  a.nav-link.btn.btn-primary.d-block.d-lg-none.dif {
    margin-left: auto!important;
    margin-right: 0;
  }
  #pbanner {
    margin-top: 70px;
  }
  #banner {
    margin-top: 70px;
  }
  .ugrid {
    margin-top: 40px;
  }
  .ugrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1vw;
    margin-top: 18px;
  }
  .ugrid .part {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #amenities .ugrid .text {
    padding-left: 0;
  }
  .ugrid .wrap1{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .ugrid .wrap2{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .ugrid .wrap3{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .ugrid .wrap4{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .ugrid .wrap5{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .ugrid .wrap6{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .ugrid .wrap7{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .ugrid .wrap8{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .ugrid .wrap9{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .ugrid .wrap10{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .ugrid .wrap11{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .ugrid .wrap12{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .ugrid .wrap13{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
  }
  .ugrid .wrap14{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 8;
  }
  #amenities .ugrid .text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section#main_backboard {
    margin-top: 63px;
  }
  .btn.btn-primary {
    width: fit-content;
  }
  .wrap_btn a {
    margin-left: auto !important;
    margin-top: 20px;
  }
  .red {
    margin-top: 30px;
  }
  .privacy {
    padding-top: 50px;
  }
  .lprivacy {
    padding-top: 70px;
  }
  .logtittle {
    padding-right: 28px;
  }
  .dtittle {
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
  }
  .vgrid .wrap_image_project {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
  }
  #unidades .vgrid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .search {
    margin-bottom: 0px;
    width: 75%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  img.zoom {
    width: 75%;
  }
  .info_project {
    margin-top: 0;
  }
  .desktop{
    display: none;
  }
  #storage .storage .textu {
    display: block;
  }
  .storage h5 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  .storage .textu .quintary {
  padding-right: 0;
  color: #FFFFFF;
  }
  .storage {
    height: fit-content;
    width: fit-content;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }
  .storage .item1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .storage .item2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 30px;
  }
  .storage .item3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .storage .item4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px;
  }
  .fgrid .item4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #group .contaupgrid .back_gray {
    width: 45vw;
    height: 25vh;
  }
  .info_project {
    margin-bottom: 20px;
  }
  #storage {
    margin-top: 50px;
  }
  section#unidades {
    margin-top: 0;
    padding-top: 100px;
  }
  #unidades .vgrid .dividerLine {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
   #unidades .vgrid .itemproject1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    margin-top: 20px;
  }
  #unidades .vgrid .itemproject2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
  }
  #unidades .vgrid .itemproject3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: center;
  }
  #unidades .pgrid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
   #unidades .pgrid .dividerLine {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
   #unidades .pgrid .itemproject1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
  }
  #unidades .pgrid .itemproject2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
  }
  #unidades .pgrid .itemproject3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: center;
  }
   #unidades .pgrid .itemproject4 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    text-align: center;
    margin-top: 0;
  }
  #unidades .pgrid .itemproject5 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    text-align: center;
    margin-top: 0;
  }
  #unidades .pgrid .itemproject6 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
    text-align: center;
    margin-top: 0;
  }
  .info_project {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .tpgrid {
    margin-top: 0;
  }
  .col-12.unid {
    justify-content: center;
  }
  #theproject {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  #theproject .project_m{
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #theproject .project_m .primary{
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #theproject .project_m .quintary{
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .tpgrid .itemtheproject1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tpgrid .itemtheproject1 .part {
    display: block;
    padding-bottom: 4vh;
    width: 100%;
  }
  .tpgrid .itemtheproject2 {
    margin-top: 0;
  }
  #green_banner .wrap_green {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .border_banner {
    text-align: center;
  }
  #zbanner {
    margin-top: 100px;
  }
  #login .tab {
    margin-left: 0;
    margin-top: 30px;
    height: auto;
    text-align: left;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #login .tab {
    font-size: 1rem;
    white-space: nowrap;
  }
  .inner_login {
    padding-left: 0;
    padding-bottom: 30px;
  }
  #login .tptittle .tree {
    width: 30px;
    left: -45px;
  }
  #login h5.text_inicio {
      text-align: left;
      margin-left: 0;
  }
  #mask_group .grid_mask {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-top: 57px;
    padding-bottom: 57px;
  }
  #mask_group .number {
    justify-content: center;
  }
  .header_mask {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .grid_mask .tertiary {
    text-align: center;
  }
  .grid_mask .text {
    text-align: center;
  }
  #ftheproject .primary {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#ftheproject .wrap_img img {
    margin-right: 0;
  }
  #ftheproject .three {
    margin-top: 30px;
  }
  #finance .inic_banner .primary {
    margin-top: 47px;
    margin-bottom: 10px;
    color: #5716a3;
    text-align: center;
  }
  #border_banner .wrap_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #border_banner .primary {
    text-align: center;
  }
  #finance .rectangle {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #finance .inic_banner .quintary {
    text-align: center;
  }
  #unidades .ver {
    margin-top: 0;
    text-align: center;
  }
  .project2 {
    margin-top: 20px;
  }
  form#contactForm {
    text-align: center;
  }
  .btn.btn-primary.mt-3 {
    margin-top: 20px !important;
  }
  #border_banner {
    margin-top: 20px;
  }
  .grid_finance {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
  }
  #ubication .ubication .quintary {
    padding-bottom: 50px;
  }
  section#mask_group {
    background-color: #5716A3;
    margin-top: 57px;
  }
  a.whatsapp.strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  ul.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-left: 20px;
  }
  .tpgrid .itemtheproject2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .container.project2 {
    padding-bottom: 45px;
    padding-top: 85px;
  }
  #precontact {
    background-size: auto;
  }
  img.villa {
    position: absolute;
    height: 105%;
    left: 0%;
    display: none;
  }
  .center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap_img {
    margin-top: 44px;
    text-align: center;
  }
  #banner .these {
    display: none;
  }
  .text_b .btn.btn-primary {
    display: none;
  }
  .tptittle {
    text-align: center;
  }
  .uptittle {
    text-align: center;
  }
   .itemtheproject1 .part img {
    padding-right: 0;
  }
  #aramar_group .grid_aramar {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .owl-nav {
    display: none;
  }
  h1.display-1.primary {
    color: #5716A3;
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 0;
  }
  .amenities {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .text_b {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 25%;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
  }
  .owl-dots {
    bottom: 0;
  }
  .center {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #ftheproject .three {
    height: 86px;
    padding: 10% 10%;
    border-radius: 50px;
    margin-top: 30px;
  }
  .center_us1 {
      clip-path: none;
  }
  #contact_us .footerAtlas {
    transform: translateX(0);
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  #pbanner {
    margin-top: 54px;
  }
  #banner {
    margin-top: 54px;
  }
  img.imgnavbar {
    height: 45px;
  }
  #theproject {
    margin-top: 45px;
  }
  #amenities .ugrid .text {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  #zbanner {
    margin-top: 30px;
  }
  section#unidades {
    margin-top: 0;
    padding-top: 80px;
  }
  #aramar_group .grid_aramar {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
  #banner .these {
    display: none;
  }
  .text_b .btn.btn-primary {
    display: none;
  }
  #contact_us form.form_us {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.appWhatsapp{
  position: fixed;
  right: 26px;
  bottom: 30px;
  width: 60px;
  z-index: 1000;
}

.appWhatsapp img{
  width: 100%;
  height: auto;
}

.b_oga {
    background-color: #5716a3 !important;
    border-color: #5716a3 !important;
    color: white;
}
.b_oga:hover,
.b_oga:active,
.b_oga:focus {
    background-color: #5716a3 !important;
    border-color: #5716a3 !important;
}
