*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

button:focus {
    outline-color: rgba(0, 0, 0, .5);
    outline-width: 5px;
}

.container-fluid {
    padding: 0;
}

.noPaddings {
    padding: 0;
}

.topSocial {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1300;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}

.SocialMenu {
    padding: .5% 0%;
}

.hidden {
    transform: translateY(-40%);
}

ul.socialUL {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.socialUL li {
    font-size: 20px;
    margin-right: 20px;
}

.menuIcons {
    float: right;
    position: relative;
}

ul.iconsMenu {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.iconsMenu li {
    font-size: 20px;
    margin-left: 20px;
}

.BrandMenu {
    background-color: #000;
    color: #fff;
    padding: .5% 0%;
}

.BrandLogo img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.Chat {
    position: fixed;
    width: 90px;
    height: 90px;
    bottom: 3%;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
    font-size: 3rem;
    right: 2%;
    opacity: .7;
    cursor: pointer;
    z-index: 2;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0px 0px 6px rgba(255, 255, 255, .5);
    -o-box-shadow: 0px 0px 6px rgba(255, 255, 255, .5);
}

.Whatsapp {
    background-color: #47C254;
}

.Chat a {
    color: #fff;
}

.Chat a:hover {
    color: #fff;
}

.Chat:hover {
    opacity: 1;
}


/*Slider*/

.carousel {
    width: 100%;
}

.carousel-item {
    overflow: hidden;
    height: 1080px;
}

.overlay {
    background-color: #000;
    width: 100%;
    height: 1080px;
    position: absolute;
    opacity: .60;
    z-index: 1;
}

.carousel-item img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
    position: relative;
    transform: scale(1);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    bottom: 50%;
    padding: 0;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-caption h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 42px;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 20px;
    margin-bottom: 42px;
    font-weight: 100;
}


/*Buttons*/

.btn-w {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5em 1.2em;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-w span {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-w:hover span {
    color: #000;
}

.btn-w:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, 1);
    color: transparent;
    padding: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-w:hover:before {
    height: 100%;
    padding: 0.5em 1.2em;
    color: #000;
}

.btn-b {
    background-color: transparent;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5em 1.2em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-b span {
    color: #000;
    position: relative;
    z-index: 1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-b:hover span {
    color: #fff;
}

.btn-b:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 1);
    padding: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.btn-b:hover:before {
    height: 100%;
    padding: 0.5em 1.2em;
}

.animation-img {
    animation: ImgAnimation 6s ease-out infinite;
    animation-direction: alternate;
}

@keyframes ImgAnimation {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.separator {
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.separatorB {
    width: 100%;
    height: 5px;
    background-color: #000;
}

.navbar {
    padding: 0;
}

.AnchoFijo {
    width: 100%;
}


/*Style HighPark*/

.captionOne,
.captionTwo,
.captionThree {
    text-align: center;
    padding: 5% 5%;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.captionOne p.number,
.captionTwo p.number,
.captionThree p.number {
    font-size: 45px;
    font-weight: 700;
}

.captionOne p.txt,
.captionTwo p.txt,
.captionThree p.txt {
    font-size: 30px;
    font-weight: 600;
}

.captionOne {
    background-image: url(../img/captions/captionOne.jpg);
}

.captionTwo {
    background-image: url(../img/captions/captionTwo.jpg);
}

.captionThree {
    background-image: url(../img/captions/captionThree.jpg);
}

section#TitleHigh {
    background-image: url(../img/TitHighPark.svg);
    text-align: center;
    padding: 45px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.TitleSec h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.TitleSec p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

section#DesarrollosHP {
    padding: 0px 0px 50px;
}

.innerDes {
    margin-bottom: 30px;
}

.innerDes img {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
}

.right {
    padding-right: 15px;
}

.left {
    padding-left: 15px;
}

.supRight {
    width: 55%;
    padding: 5%;
}

.supLeft2 {
    width: 55%;
    padding: 5%;
}

.supRight2 {
    width: 45%;
}

.supLeft {
    width: 45%;
}

.overflowLik {
    width: 100%;
    overflow: hidden;
}

.overlayInfoRight {
    background-color: rgba(0, 0, 0, .70);
    position: absolute;
    top: 0;
    width: 97%;
    padding: 11% 4% 10.5%;
    color: #fff;
    text-align: center;
    left: 0;
    height: 90%;
    overflow: hidden;
    display: inline-flex;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transform: translate(-50%, 0%);
}

.overlayInfoRight:hover {
    transform: translate(0%, 0%);
}

.overlayInfoRight h4 {
    text-transform: uppercase;
    line-height: 35px;
}

.overlayInfoLeft {
    background-color: rgba(0, 0, 0, .70);
    position: absolute;
    top: 0;
    width: 97%;
    padding: 11% 4% 10.5%;
    color: #fff;
    text-align: center;
    right: 0;
    height: 90%;
    overflow: hidden;
    overflow: hidden;
    display: inline-flex;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    transform: translate(50%, 0%);
}

.overlayInfoLeft:hover {
    transform: translate(0%, 0%);
}

.overlayInfoLeft h4 {
    text-transform: uppercase;
    line-height: 35px;
}

.overlayInfoLeft button {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20%;
}

.overlayInfoRight button {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20%;
}

img.responsiveImg {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.infoCta {
    padding: 40px 0px;
}

img.imgL {
    width: 50%;
    display: block;
    position: relative;
    top: 0;
}

img.imgR {
    width: 50%;
    display: block;
    position: relative;
    float: right;
    transform: rotate(180deg);
}

.innerInfoCta {
    padding: 15px 50px;
}

.innerInfoCta h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.innerInfoCta p {
    font-size: 15px;
    margin-bottom: 20px;
}

section#footer {
    background-color: #000;
    color: #fff;
    padding: 1% 0%;
    position: relative;
    width: 100%;
    bottom: 0;
}

.brand img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.TextLeg p {
    font-size: 15px;
    font-weight: 200;
    text-align: right;
    margin: 0;
    vertical-align: middle;
    margin-top: 1%;
}

.TextLeg a {
    color: #FFFFFF;
}

.TextLeg a:hover {
    color: #FFFFFF;
}


/*Style High Park Reforma*/


/*Menu*/

a.nav-item.nav-link {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 0px 27px;
}

a.nav-item.nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    background-color: #fff;
    height: 1px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}

a.nav-item.nav-link:hover:before {
    width: 50%;
}

.navbar-nav {
    padding: 10px 0px;
}

a.nav-item.nav-link.active:before {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #fff;
    height: 1px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.sectionsAct.Amenidades h3,
.sectionsAct.Diseno h3,
.sectionsAct.Prototipos h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
}

.sectionsAct.Amenidades img,
.sectionsAct.Diseno img,
.sectionsAct.Prototipos img {
    width: 75%;
    display: block;
    height: auto;
    margin-bottom: 10%;
}

.sectionsAct.Amenidades p,
.sectionsAct.Diseno p,
.sectionsAct.Prototipos p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10%;
    height: 70px;
}

.sectionsAct.Amenidades {
    background-image: url(../img/HighPark-Reforma/sections/amenidades.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 20% 10%;
    ;
}

.sectionsAct.Diseno {
    background-image: url(../img/HighPark-Reforma/sections/diseno.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 20% 10%;
    ;
}

.sectionsAct.Prototipos {
    background-image: url(../img/HighPark-Reforma/sections/prototipos.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 20% 10%;
    ;
}

.imgGal img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    cursor: pointer;
}

span.GalBan {
    position: absolute;
    bottom: 15px;
    width: 90%;
    text-align: center;
    height: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    opacity: 1;
}

.imgGal:hover span.GalCo {
    height: 95%;
}

span.GalCo {
    position: absolute;
    bottom: 15px;
    width: 92%;
    text-align: center;
    height: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    opacity: 1;
}

.imgGal:hover span.GalBan {
    height: 90%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

img.btnMore {
    width: 25%;
}

.infoDepto p {
    font-size: 13px;
}

.paddingsTops {
    padding-top: 15px;
    padding-bottom: 15px;
}

section#disenoGaleria {
    padding-bottom: 50px;
}

.modal {
    z-index: 1400;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1300;
    width: 100vw;
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.modal-backdrop.show {
    opacity: 1;
}

img.img-close {
    width: 45px;
    display: block;
    height: auto;
    position: relative;
    float: right;
}

.close {
    opacity: 1;
    text-shadow: 0;
}

.modal-gal {
    padding: 0;
}

.modal-header {
    position: absolute;
    z-index: 1050;
    width: 100%;
    border: 0;
    padding: 1rem;
}

.modal-footer.modal-ga {
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0;
    color: #fff;
    text-align: right;
    padding: .5rem;
    justify-content: right;
    background-image: url(../img/TitW.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: left center;
}

.InfoModal {
    text-align: left;
    position: relative;
    margin-left: 26%;
}

.InfoModal h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.InfoModal p {
    font-size: 13px;
    margin: 0;
}

.btnCircle {
    background-color: rgba(255, 255, 255, .2);
    z-index: 1060;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    border: thin solid #fff;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    cursor: pointer;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    animation: AnimationCircle 1s linear infinite;
    animation-direction: alternate;
}

@keyframes AnimationCircle {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7);
    }
    25% {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    }
    50% {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    }
    75% {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7);
    }
}

.btnCircle:hover {
    background-color: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 4px solid #000;
    animation: none;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

span.InfoDetalles {
    position: absolute;
    width: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 1;
    overflow: hidden;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

span.InfoDetalles h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

span.InfoDetalles p {
    font-size: 13px;
    margin: 0;
}

.TextInside {
    transform: translate(0%, 0%);
    position: absolute;
    top: 0%;
    padding: 10px;
    width: 380px;
}

.btnCircle:hover~span.InfoDetalles {
    width: 50%;
}

.leftCircle {
    margin-left: 7%;
    margin-top: -1%;
    z-index: 2000;
    text-align: left;
}

.rightCircle {
    margin-right: 7%;
    margin-top: -1%;
    z-index: 2000;
    text-align: right;
}

.modal-content {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
}


/*Prototipos*/

.st0 {
    opacity: 0.6;
}

.st1 {
    fill: #FFFFFF;
}

.st2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.st3 {
    font-size: 30px;
}

.st4 {
    font-size: 17.499px;
}

.spaceMenu {
    padding-top: 127px;
}

.TitProto {
    background-image: url(../img/TitHighParkW.svg);
    text-align: center;
    padding: 50px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
    z-index: 5;
}

.full-container.prototipos {
    position: relative;
    margin-top: -10%;
}

.ImgPrototipos img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.ProtoHov {
    position: absolute;
    width: 100%;
    height: auto;
}

g#paris,
g#roma,
g#venecia,
g#amsterdam,
g#praga,
g#lisboa,
g#londres,
g#milan,
g#berlin,
g#niza,
g#madrid {
    opacity: 0;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

g#paris:hover,
g#roma:hover,
g#venecia:hover,
g#amsterdam:hover,
g#praga:hover,
g#lisboa:hover,
g#londres:hover,
g#milan:hover,
g#berlin:hover,
g#niza:hover,
g#madrid:hover {
    opacity: 1;
}

g#JuiceBar,
g#SkyFitness,
g#SkyYoga,
g#SkyBox,
g#KidsPool,
g#SkyPool,
g#SkyViews,
g#SkyVapor,
g#SkyJacuzzi,
g#SkyBarber,
g#SkySpa,
g#SkySauna {
    opacity: 0;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

g#JuiceBar:hover,
g#SkyFitness:hover,
g#SkyYoga:hover,
g#SkyBox:hover,
g#KidsPool:hover,
g#SkyPool:hover,
g#SkyViews:hover,
g#SkyVapor:hover,
g#SkyJacuzzi:hover,
g#SkyBarber:hover,
g#SkySpa:hover,
g#SkySauna:hover {
    opacity: 1;
}

g#MotorLooby,
g#MainEntrance,
g#Playground,
g#Looby,
g#PartyVenue,
g#KidLounge,
g#Playroom,
g#Theater,
g#Lounge,
g#Court,
g#ChillZone,
g#JoggingTrack,
g#PetZone,
g#Bbq,
g#ClimbingWall,
g#BackGarden {
    opacity: 0;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

g#MotorLooby:hover,
g#MainEntrance:hover,
g#Playground:hover,
g#Looby:hover,
g#PartyVenue:hover,
g#KidLounge:hover,
g#Playroom:hover,
g#Theater:hover,
g#Lounge:hover,
g#Court:hover,
g#ChillZone:hover,
g#JoggingTrack:hover,
g#PetZone:hover,
g#Bbq:hover,
g#ClimbingWall:hover,
g#BackGarden:hover {
    opacity: 1;
}

.imgModal {
    padding: 5% 0;
}

.imgModal img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.infoModal {
    position: relative;
    padding: 20% 10px;
}

.infoModal h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5%;
}

.infoModal img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5%;
}

.infoModal p {
    font-size: 13px;
    margin-bottom: 5%;
}

.infoModal button {
    margin-bottom: 5%;
}

ul.listProto li {
    font-size: 13px;
    margin-bottom: 3%;
}

ul.listProto {
    margin: 10% 0%;
}


/*Amenidades*/

.st0 {
    opacity: 0.6;
}

.st1 {
    fill: #FFFFFF;
}

.RefPill p {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

.RefPill p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    height: 1px;
    width: 0;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
}

.RefPill p:hover:before {
    width: 20%;
}

.imgAmeni img {
    width: 85%;
    height: auto;
    display: block;
    margin: auto;
}

.AmenitiesHov {
    width: 86%;
    position: absolute;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 0 15px;
}

g#Layer_1,
g#Layer_2,
g#Layer_3,
g#Layer_4,
g#Layer_5,
g#Layer_6,
g#Layer_7,
g#Layer_8,
g#Layer_9,
g#Layer_10 {
    /*opacity: 0;*/
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}


/*g#Layer_1:hover, g#Layer_2:hover, g#Layer_3:hover, g#Layer_4:hover, g#Layer_5:hover, g#Layer_6:hover, g#Layer_7:hover, g#Layer_8:hover, g#Layer_9:hover, g#Layer_10:hover {
    opacity: 1;
}*/

.blac-info:before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 25%;
    width: 100%;
    margin-top: 12%;
}

.infoAmen h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.infoAmen img {
    display: block;
    width: 60%;
    height: auto;
}

.infoAmen p {
    font-size: 14px;
    margin: 10px 0px;
}

.infoAmen {
    position: relative;
    top: 40%;
    color: #fff;
}

.imgAmenities img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
}

.blurW {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5% 0%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vw;
    display: none;
    z-index: 1300;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.BtnClose {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    right: 0;
}

.titleAmenitiesModal h4 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1%;
}

.listGround {
    position: absolute;
    left: 0;
    top: 25%;
    bottom: 25%;
    z-index: 10;
    display: block;
}

.BullGround li,
.BullSky li {
    list-style: circle;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0%;
    cursor: pointer;
}

.listSkyAme {
    position: absolute;
    width: 100%;
    bottom: -10%;
    padding: 0% 0;
}

.OnlyPhone {
    display: none;
}

.container.amenitiesBlock {
    max-width: 1650px;
}

.HotSpotAmenities img {
    width: 4%;
    position: absolute;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}

.HotSpot img:hover {
    opacity: .5;
}

.infoModalAme {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .50);
    padding: 15% 3%;
    width: 45%;
    height: 100%;
    color: #fff;
}

.infoModalAme h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
}

.infoModalAme img {
    width: 80%;
    height: auto;
    display: block;
}

.infoModalAme p {
    font-size: 13px;
    margin-top: 1rem;
}

section#galeria {
    padding-bottom: 50px;
}

.backBlack {
    padding-top: 50px;
    background-image: url(../img/HighPark-Reforma/proyectos/background-proyecto.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.TitProye {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

img.titImg {
    width: 30%;
    display: block;
    height: auto;
    margin-bottom: 3%;
}

.contentProyec {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 50px;
}

.full-container.Blanc {
    background-color: #fff;
    padding-top: 50px;
}

.full-container.Blanc .TitProye,
.full-container.Blanc .contentProyec {
    color: #000;
}

.bulletInfo {
    color: #fff;
    text-align: center;
    height: 300px;
    margin: 10% 0;
    overflow: hidden;
}

.bulletInfo h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5%;
}

.bulletInfo p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.full-container.tabs {
    padding-top: 50px;
}

section#Titbread {
    width: 100%;
    background-image: url(../img/backTitles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3% 0%;
}

.TitSections h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
}

section#ContainerForm {
    padding: 50px 0px;
}

.formContainer {
    background-color: #000;
    padding: 15% 10%;
    text-align: center;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.form-control-sm {
    font-size: 13px;
    margin-bottom: 2.5rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border-color: #fff;
    color: #fff;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
}

.form-group {
    margin: 0;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .25);
}

.form-control-sm::placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.form-control-sm:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.form-control-sm::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.ContactInfo p {
    font-size: 14px;
    margin-bottom: 8%;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
}

.modal-footer.acoordion {
    display: none;
    position: relative;
    width: 100%;
    bottom: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0;
    color: #fff;
    padding: 1rem;
}

.btn-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: left;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.card-header {
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.card-header:first-child {
    border-radius: 0;
}

.card {
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.card-body p {
    font-size: 13px;
    margin: 0;
    color: #fff;
}

span.buttonPlus:before {
    content: "";
    background-image: url(../img/viewmore.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
}

.acordionAmenities {
    display: none;
}

.card-body img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.field-validation-error {
    font-size: 12px;
    color: #fff !important;
    margin: 0;
}

section#MsjThank {
    padding: 50px 0;
}

.fixFooter {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.mensajeT {
    text-align: center;
}

.mensajeT p {
    margin-bottom: 5%;
}


/*V2*/

.fp-tableCell {
    vertical-align: inherit;
}

#proyect {
    background-image: url(../img/HighPark-Reforma/background-proyect.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.InfoProyect {
    padding: 6.4% 0;
    color: #fff;
}

ul.bulletsInfo li {
    font-size: 15px;
    margin-bottom: 5%;
}

.imgPads img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

ul.bulletsInfo {
    margin: 3% 0;
}

.RefPill {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.top {
    top: 13%;
}

.bottom {
    bottom: 13%;
}

#gridLife {
    padding: 7% 0;
}

.gray20,
.gray40 {
    padding: 20% 5%;
    text-align: center;
    height: 280px;
    width: 100%;
}

span.iconLife i {
    font-size: 3rem;
    margin-bottom: 20%;
}

.gray20 h6,
.gray40 h6 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.sepBlack {
    background-color: rgba(0, 0, 0, 1);
    height: 2px;
    width: 15%;
    margin: auto;
    margin-top: 5%;
}

.sepWhite {
    background-color: rgba(255, 255, 255, 1);
    height: 2px;
    width: 15%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

span.HovLife {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 200;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    opacity: 1;
}

.hoverLife:hover span.HovLife {
    height: 100%;
}

.hoverLife {
    cursor: pointer;
}

.textLife h6 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.textLife p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.textLife {
    position: relative;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20% 10%;
}

#elementGalleryBano,
#elementGalleryCocina,
#elementGalleryComedor,
#elementGalleryPrincipal,
#elementGallerySecundaria {
    position: relative;
}

.thumbsGallery img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 15%;
}

.thumbsGallery {
    padding: 0;
    position: relative;
    cursor: pointer;
}

ul.InfoGal {
    margin: 0;
    padding: 10% 10%;
}

ul.InfoGal li {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10%;
}

.InsideHov p {
    margin: 0;
}

.thumbsGallery.active>span.HovGallery {
    height: 100%;
}

.thumbsGallery:hover span.HovGallery {
    height: 100%;
}

span.HovGallery {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    opacity: 1;
}

.InsideHov {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 3% 0;
}

.MapContact img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
}

.noShow {
    display: none;
}

#galeriaReco {
    padding: 3% 0;
}

.carousel-control-next-icon {
    background-image: url(../img/next-prev.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/next-prev.svg);
    transform: rotate(180deg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    opacity: .6;
    transition: opacity .15s ease;
    cursor: pointer;
}

#bulletsGal {
    padding: 3% 0 5%;
    display: block;
}

.arrowNext {
    display: none;
}

.spanSmall p {
    font-size: 10px;
    margin: 0;
    padding: 1% 5%;
    font-weight: 400;
    display: none;
}

.OnlyDEsK h4 {
    margin-bottom: -2%;
}

.InputsC {
    display: none;
}


/*Animacion Amenidade*/

.SvgAmenities {
    animation: Amenities .5s ease-out infinite;
    animation-direction: alternate;
}

@keyframes Amenities {
    0% {
        filter: drop-shadow(7px 7px 6px rgba(0, 0, 0, .5)) brightness(0.50);
    }
    100% {
        filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, .8)) brightness(1);
    }
}

.BrandLogo img {
    max-height: 50px;
}