@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@font-face {
  font-family: "Arsenal";
  src: url("../font/arsenal/Arsenal-Regular.ttf") format("Opentype");
  font-display: swap;
}

@font-face {
  font-family: "Arsenal Bold";
  src: url("../font/arsenal/Arsenal-Bold.ttf") format("Opentype");
  font-display: swap;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

html {
    scroll-behavior: smooth;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

:target::before{
    content:"";
    display: block;
    height: 60px;
    margin: -60px 0 0;

}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a.waves-effect,
a.waves-light {
    display: inline-block;
}


#root {
    overflow: hidden;
}

.secondaryColor {
    color: #464445 !important;
}

.primaryColor {
    color: #837450;
}

.thirdColor {
    color: #464445;
}
header .container {
    position: relative;
    
  }

body {
    color: #464445;
    font-family: "Arsenal", "Roboto", sans-serif;
}


.sectionWhite {
    background: #000;
    color: white;
}


/*h1,h2,h3{
    font-family: 'GothicBold','Roboto', sans-serif;
    font-weight: bold;
}
*/

.txtBold {
    font-family: "Arsenal Bold", "Roboto", sans-serif;
}

b,
strong {
    font-family: "Arsenal Bold", "Roboto", sans-serif;
    font-weight: bold;
}

.clientsGrid img {
    max-width: 110px;
    max-height: 110px;
    padding: 10px;
}

@media (max-width: 550px) {
    .clientsGrid img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (max-width: 768px) {
    nav.navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (max-width: 768px) {
    .navbar-nav>li {
        border-left: none;
    }
}

.cardImageBackground h2 {
    min-height: 100px;
    margin-bottom: 0px;
    line-height: 35px;
}

.red-text {
    color: #837450 !important;
}

.bgNav {
    background-color: #464445 !important;
}

.bgnavbarmob {
    background-color: #000 !important;
    border-bottom: 4px solid #837450 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}


html,
body,
header,
#intro {
    height: 100%;
}

.verticalCenterContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /* align horizontal */
    -ms-flex-align: center;
    align-items: center;
    /* align vertical */
}

.verticalCenterContent .align-middle {
    display: inline-block !important;
    vertical-align: middle !important;
}

footer.mt-0 {
    margin-top: 0px !important;
}

@media (max-width: 767px) {
    footer.mt-0 .rowFooter .col-12 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

h2.subtitle {
    color: #fff;
    text-align: left;
    font-size: 2.5rem;
    font-family: "Arsenal", "Roboto", sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #837450;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 1.5rem;
}

.contentSubtitle {
    background-color: #464445;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 5%;
    border-radius: 5px;
    margin: 10px auto;
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.textBannerPr {
    margin-bottom: 0px;
    font-weight: bold !important;
    padding: 4px 10px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .textBannerPr {
        font-size: 1.25rem;
    }
}

.contentBannerPr {
    font-size: 1.5rem;
    color: #fff;
}

@media (max-width: 767px) {
    .contentBannerPr {
        font-size: 1.25rem;
    }
}

.modal-title{
    color: #464445;
  }

.oficialCommunitate .modal-content {
    background-color: #000;
    color: #fff;
}

.oficialCommunitate .modal-content .close {
    color: #fff;
}

.oficialCommunitate .modal-content .close:not(:disabled):not(.disabled):hover,
.oficialCommunitate .modal-content .close:not(:disabled):not(.disabled):focus {
    color: #fff;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 5px;
}

.mt7perc {
    margin-top: 7%;
}


/*.textLeftMiddle{ 
    position: absolute;
    left: 8%;
    max-width: 30%;
    h2{font-size: 3rem}
}*/

.textCenterCenter {
    display: table;
    height: 100%;
}

.textCenterCenter .pleca {
    display: table-cell;
    vertical-align: middle;
}

.textCenterCenter h2 {
    font-size: 3rem;
    padding: 0.6rem 0px;
    background-color: rgba(170, 43, 53, 0.8);
}

@media (max-width: 767px) {
    .listMediaContent .media-list {
        margin-left: 0px;
        padding-left: 0px;
    }
}

.listMediaContent a.media-left {
    -ms-flex-item-align: initial !important;
    align-self: initial !important;
}

.listMediaContent a.media-left img {
    max-width: 15px;
    max-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

li {
    list-style: none;
    font-size: 1.15rem;
}

li img {
max-width: 40px;
max-height: 40px;
}

li .icons {
max-width: 380px;
}

@media (min-width: 767px) {
    .listMediaContent li {
        padding-bottom: 17px;
        font-size: 1.3rem;
        padding: 8px 25px;
    }
}

.warrantycontainer .d-flex {
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
}

.warrantycontainer img {
    max-width: 250px;
}

@media (min-width: 768px) {
    .warrantycontainer img {
        max-width: 330px;
    }
    .warrantycontainer .paddingmd {
        padding-top: 2rem !important;
    }
}

@media (min-width: 992px) {
    .warrantycontainer img {
        max-width: 400px;
    }
}

.align-middle {
    vertical-align: middle !important;
}

.pus¡blishPay {
    background-size: cover;
    height: 600px;
}

.gridCard.Services img {
    max-width: 110px;
    max-height: 110px;
}

.gridCard.Services .contentTitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*padding: 0px 5px;
        /*border-radius: 5px;*/
    margin: 10px auto;
    margin-top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #464445;
    margin-top: -10px;
}

.gridCard.Services .contentTitle h4 {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .gridCard.Services {
        padding-top: 0px !important;
    }
    .gridCard.Services .col-12 {
        margin-top: 2rem;
    }
}

.seeMoreBtn {
    background: #837450 !important;
    border-radius: 30px !important;
    color: #837450 !important;
    padding: 0px 5px !important;
    text-transform: lowercase;
    font-weight: 600;
}

.sectionImageMaks .view img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.sectionImageMaks .bgCardLine h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: .3rem;
}

@media (max-width: 992px) {
    .sectionImageMaks .bgCardLine p {
        font-size: 1rem;
        margin-top: .5rem;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sectionImageMaks .bgCardLine h2 {
        font-size: 2rem;
        margin-bottom: 2px;
    }
}

@media (max-width: 400px) {
    .sectionImageMaks .bgCardLine h2 {
        font-size: 1.5rem;
    }
}

.sectionImageMaks img {
    min-height: 280px;
    max-height: 350px;
}

section.gridCard .servicesWithIconTitle img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

section.gridCard .servicesWithIconTitle h4 {
    color: #464445;
    text-indent: -40px;
    margin-left: 35px;
    text-transform: uppercase;
    font-family: "Arsenal Bold", "Roboto", sans-serif;
    font-weight: bold;
    max-width: 400px;
}

section.gridCard .servicesWithIconTitle .media-list .media {
    padding-bottom: 0px;
}

.gridCard.Landing:not(.services) img {
    max-width: 65px;
    max-height: 65px;
}

.gridCard.Landing:not(.services) .btnRed {
    font-size: 1rem;
}

.gridCard.Landing:not(.services) .contentTitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    margin-top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: -10px;
}

.gridCard.Landing:not(.services) .contentTitle h4 {
    color: #464445;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .gridCard.Landing:not(.services) {
        padding-top: 0px !important;
    }
    .gridCard.Landing:not(.services) .col-12 {
        margin-top: 2rem;
    }
}

.bgGray {
    background: #eef2f5;
}

.bgCream {
    background: #f5f5f3;
}

.hiddenAll {
    visibility: hidden;
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        visibility: hidden;
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-lg-down {
        visibility: hidden;
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        visibility: hidden;
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .hidden-lg-up {
        visibility: hidden;
        display: none !important;
    }
}

.seeTicket,
.seeTicket:hover,
.seeTicket:active,
.seeTicket:focus,
.seeTicket:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    padding: 0px;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
}

.seeTicket img,
.seeTicket:hover img,
.seeTicket:active img,
.seeTicket:focus img,
.seeTicket:not([disabled]):not(.disabled):active img {
    max-width: 350px;
    max-height: 80px;
    float: right;
    cursor: pointer;
}

.area-juegos {
    background-image: url(../img/amenidades/AREA-JUEGOS.webp);
}

.areas-verdes{
    background-image: url(../img/amenidades/AREAVERDEYDEPORTIVAS.webp);
}

section .cardTextTop h3 {
    font-size: 1.3rem;
    padding: 15px 4px;
}

section .cardTextTop p {
    min-height: 150px;
}

.btn-rounded {
    border-radius: 10em;
}

.whywe {
    font-family: "Arsenal Bold", "Roboto", sans-serif;
    background-color: transparent !important;
    color: #464445 !important;
    font-weight: bold;
}

.btnCallAction,
.btnCallAction:active {
    background-color: #837450 !important;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: .6rem 1rem .3rem;
    color: #fff !important;
}

.btnVirtual,
.btnVirtual:active {
    background-color: #837450 !important;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .25rem .25rem .25rem 5%;
    border: none;
    color: #fff !important;
    font-size: .8rem;
    position: relative;
    max-width: 140px;
}

.btnVirtual img,
.btnVirtual:active img {
    max-width: 25px;
    max-height: 15px;
    margin-right: 5px;
    position: absolute;
    left: 5%;
    top: 25%;
}

.linkSocial.linkFooter.aviso {
    text-decoration: underline;
    color:white;
}

a:link, a:visited, a:active{
    text-decoration:none;
}

@media (min-width: 768px) {
    .mainResidence li:last-child {
        padding-top: 10px;
    }
    .mainResidence li:not(.isBtnNavLink) {
        max-width: 150px;
    }
}

.isBtnNavLink a {
    background-color: #933e39;
    border-radius: 5px;
    padding: 3px 7px;
    border-bottom: none !important;
    min-width: 150px;
}

.btnPrincipal,
.topmobile a {
    background-color: #933e39 !important;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 1rem;
    padding: .3rem 1rem;
    color: #fff !important;
}

@media (min-width: 768px) {
    .btnPrincipal,
    .topmobile a {
        font-size: 1.5rem;
    }
}

.sectionsLogos img {
    max-width: 140px;
    max-height: 70px;
}

@media (max-width: 650px) {
    .sectionsLogos img {
        max-width: 70px;
        max-height: 32px;
    }
}

.sectionsLogos .col-4 {
    border-left: 1px solid #837450;
}

.sectionsLogos .col-4:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    .top-nav-collapse.residenciaClassNavBar .collapse.navbar-collapse .navbar-nav .parentLink {
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .top-nav-collapse.residenciaClassNavBar .topmobile {
        right: 0px;
        left: unset;
    }
    .top-nav-collapse.residenciaClassNavBar .brand .logoImg img {
        height: 100% !important;
        width: 100px !important;
    }
}

.bgCream h2 {
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 2px solid #837450;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.bgCream h4 {
    padding-bottom: 7px;
    border-bottom: 2px solid #837450;
    font-size: 1.3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.bgCream .bgCardLine img {
    margin: 1rem auto;
    max-width: 40px;
    max-height: 38px;
}

@media (max-width: 767px) {
    .bgCream .row.flexContent {
        display: unset;
    }
    .bgCream img.calimaya {
        position: relative;
        min-width: 200px;
        left: 1%;
    }
}

.btnRed {
    background-color: #464445 !important;
    border-radius: 35px;
    text-transform: capitalize;
    padding: .3rem 1rem;
    color: #fff !important;
}

.sectionBlack {
    background: #000;
    color: white
}

.residenciasCarousel .imgCarousel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.residenciasCarousel .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
}

.residenciasCarousel .carousel-caption .contentCaption {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    margin: -10% 3% 0 -25%;
}

@media (min-width: 768px) and (max-width: 920px) {
    .residenciasCarousel .carousel-caption .contentCaption {
        top: 35%;
    }
}

.residenciasCarousel .carousel-caption img {
    max-height: 60px;
    left: 10%;
}

@media (max-width: 420px) {
    .residenciasCarousel .carousel-caption img {
        max-height: 30px;
    }
}

.residenceSection {
    line-height: 1;
}

.residenceSection .carousel-indicators .active {
    background-color: #933e39;
}

.residenceSection .carousel .carousel-control-prev-icon,
.residenceSection .carousel .carousel-control-next-icon {
    background-color: #933e39;
    border-radius: 50%;
    padding: .71rem;
}

.carousel .carousel-indicators li {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    cursor: pointer;
}

.residenceSection .columnLightbox {
    text-align: center;
}

.residenceSection .columnLightbox .contentImage {
    position: relative;
    width: 100%;
    height: 40px;
}

.residenceSection .columnLightbox img {
    max-width: 55px;
    max-height: 35px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.residenceSection .columnLightbox span {
    font-size: 1rem;
}

@media (max-width: 630px) {
    .residenceSection .columnLightbox span {
        font-size: .65rem;
        line-height: 1 !important;
    }
    .residenceSection .columnLightbox img {
        max-width: 40px;
        max-height: 25px;
    }
}

.residenceSection .price {
    border-bottom: 1px solid #837450;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 5px;
}

@media (max-width: 630px) {
    .residenceSection .price {
        font-size: .8rem;
    }
}

.residenceSection.sectionBlack .media-body {
    color: #fff;
}

.residenceSection.sectionBlack .price {
    color: #fff;
}

.residenceSection.sectionBlack .carousel-caption-text,
.residenceSection.sectionBlack .carousel-caption-header {
    color: #fff;
}

section.sectionWhite h2.subtitle {
    color: #464445;
}

.titleBanner {
    font-size: 5rem;
    font-weight: 900 !important;
}

.bold {
    font-weight: bold;
}

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

/*
.carousel{
    .carousel-indicators{
        li{
            background: #fff;            
        }
        .active{
            background: $black;
        }
        
    }
} */

@media (max-width: 767px) {
    .contentVirtual {
        text-align: center !important;
    }
    .carousel-caption-header.Mobile {
        font-size: 1.3rem;
    }
}

.topmobile {
    z-index: 2112121;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    color: #fff;
    display: none;
}

.topmobile a {
    padding: .3rem 1rem !important;
}

.topmobile a i {
    float: right;
    margin-left: 4px;
    margin-top: 3px;
}

.amenities.btnVermas {
    position: absolute;
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 5;
    background-color: #933e3991;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff !important;
}

.navbar.scrolling-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar.scrolling-navbar img {
    max-height: 63px;
    max-width: 100%;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.navbar.scrolling-navbar.top-nav-collapse {
    background: transparent ;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar.scrolled {
    background: #000 !important;
    border-bottom: 4px solid #837450 !important;
}

@media (max-width: 767px) {
    .navbar.scrolling-navbar.top-nav-collapse .topmobile {
        display: block;
    }
    .navbar.scrolling-navbar.top-nav-collapse img {
        height: 40px !important;
        width: 50px !important;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
    }
    .navbar.scrolling-navbar.top-nav-collapse img.valle_Class {
        height: 45px !important;
        width: unset !important;
    }
    .navbar.scrolling-navbar.top-nav-collapse img.valle_Class {
        height: 100% !important;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        width: 70px !important;
    }
}

@media (min-width: 768px) {
    .navbar.scrolling-navbar.top-nav-collapse img {
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
    }
}

.navbar.scrolling-navbar.top-nav-collapse img.valle_Class {
    height: 100% !important;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.navbar.scrolling-navbar.top-nav-collapse img.valle_Class {
    height: 100% !important;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

nav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.link {
    color: #000;
}

.link:hover {
    color: #837450;
}

.link.privacy {
    border-bottom: 1.5px solid #000;
    padding-left: 12px;
    padding-bottom: 3px;
    padding-right: 12px;
}

.navbar-nav {
    font-family: "Arsenal", "Roboto", sans-serif;
    margin-top: 1rem;
    /*.nav-item.active{
        background: url('../img/all/bg_header.png');
            background-size: 30px;
            background-position: top;
            background-repeat: no-repeat;
    }*/
}

.navbar-nav .dropdown .nav-link {
    text-transform: uppercase;
    padding-top: 0px !important;
    padding-bottom: 3px !important;
}

.navbar-nav .parentLink {
    padding-left: .6rem;
    padding-right: .6rem;
    display: grid;
}

.navbar-nav .parentLink.isBtnNavLink {
    display: inline;
    margin-top: .5rem;
}

.navbar-nav .parentLink:first-child {
    border-left: none;
}

.navbar-nav .parentLink a {
    color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-nav .parentLink a:hover {
    border-radius: 0px;
    color: rgba(200, 200, 200, 0.75);
}

.navbar-nav .parentLink a.active {
    color: rgba(200, 200, 200, 0.75) !important;
}

@media (max-width: 767px) {
    .navbar-nav .parentLink {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-nav .parentLink a {
        padding-top: 0rem;
        padding-bottom: 0rem;
        min-height: 35px;
    }
}

.cardTextTop h3 {
    background-color: #837450;
}

.cardTextTop p {
    min-height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
}

.bgCardLineLarge {
    background-size: contain;
    background-position: center;
    margin: 1rem;
}

.bgCardLineLarge h2 {
    font-size: 4rem;
    margin-bottom: -1rem;
    text-align: center;
}

.bgCardLineLarge p {
    text-align: center;
    font-size: 2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: red;
}

.invalid-feedback {
    position: absolute;
    margin-bottom: 0px;
    bottom: -18px;
    left: 62px;
    font-size: 70% !important;
}

.termsCondition .btnLink,
.termsCondition .btnLink:hover,
.termsCondition .btnLink:active,
.termsCondition .btn-default:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #837450 !important;
    text-decoration: underline;
    text-transform: none;
    margin: 0px;
}

@media (max-width: 480px) {
    .termsCondition .btnLink,
    .termsCondition .btnLink:hover,
    .termsCondition .btnLink:active,
    .termsCondition .btn-default:not([disabled]):not(.disabled):active {
        padding: 10px;
    }
}

.maskOverlay45 {
    background-color: rgba(0, 0, 0, 0.45);
}

.navbar .dropdown-menu {
    background-color: #000;
}

.navbar .dropdown-menu a {
    color: #fff !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #000;
}

.childBlack.marginlist ul {
    margin-top: 0px !important;
}

.childBlack.marginlist ul li {
    margin-bottom: 1rem;
}

.pulse_always,
.isBtnNavLink a {
    -webkit-animation-name: pulse_;
    animation-name: pulse_;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse_ {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes pulse_ {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse_ {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse_:hover,
.pulse_:focus,
.pulse_:active {
    -webkit-animation-name: pulse_;
    animation-name: pulse_;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mt-12 {
    margin-top: 7rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.x2txt {
    font-size: 2rem !important;
}

.x3txt {
    font-size: 3rem !important;
}

.x5txt {
    font-size: 5rem !important;
}

@media (max-width: 767px) {
    .x5txt {
        font-size: 3rem !important;
    }
    .x3txt {
        font-size: 1.5rem !important;
    }
    .pl-xs-1 {
        padding-left: 15px !important;
    }
    .pr-xs-1 {
        padding-right: 15px !important;
    }
    .threeLines {
        font-size: 1.2rem !important;
    }
}

.flexContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
}

.flexContentCol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.flexContentStart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
}

.parallaxBanner {
    max-height: 400px !important;
    /*@media(min-width:1367px){
        max-height: 60vh !important;
    }*/
}

.parallaxBanner .view {
    position: initial !important;
}

@media (max-width: 768px) {
    .parallaxBanner :first-child {
        background-attachment: unset !important;
    }
    .parallaxBanner .x5txt {
        font-size: 2rem;
    }
    .parallaxBanner .x2txt {
        font-size: 1.5rem !important;
    }
}

.parallaxBanner .textCenterCenter {
    width: 100%;
    position: absolute;
}

.parallaxBanner div {
    max-height: 340vh !important;
}

.apartments .btnVermas {
    position: absolute;
    bottom: 35px;
    right: 30px;
    z-index: 5;
    background-color: #933e39;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff !important;
}

.maskImg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.textBig {
    font-size: 120% !important;
}

@media (min-width: 600px) {
    .textBig {
        font-size: 150% !important;
    }
}

.bullets {
    list-style: none;
    /* Remove default bullets */
}

ul.bullets li:before {
    content: "\2022";
    color: #837450;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.textsmall55 {
    font-size: 55% !important;
}

.text25 {
    font-size: 1.25rem !important;
}

.text50 {
    font-size: 1.50rem !important;
}

.text65 {
    font-size: 1.75rem !important;
}

@media (max-width: 767px) {
    .text65 {
        font-size: 1rem !important;
    }
}

.subtitleOrange {
    font-size: 1.65rem !important;
    word-break: break-word !important;
    font-family: "Arsenal Bold", "Roboto", sans-serif;
}

@media (min-width: 480px) {
    .subtitleOrange {
        font-size: 1.85rem !important;
    }
}

.logoImg {
    margin-top: .15rem;
    padding: 0px;
}

.borderBottomunderLine {
    border-bottom: 2px solid #000;
    margin-bottom: 1rem;
}

.borderBottom {
    background-size: contain;
    width: 100%;
    height: 85px;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.btnSolidRounded {
    background-color: #464445 !important;
    border-radius: 1rem !important;
    color: #fff !important;
    padding: .5rem 2.2rem;
    text-transform: capitalize;
    font-weight: bold;
}

.btnSolidRounded .fa {
    /*position: absolute;
        top:25%;*/
    font-size: 1rem;
}

.gridPlatform img {
    max-width: 150px;
    max-height: 150px;
}

.gridPlatform h4 {
    font-size: 2rem !important;
    color: #004b70;
}

section.gridCard:not(.payroll) .twoColumns p {
    max-width: 350px;
    margin: 0 auto;
    min-height: 90px;
}

section.gridCard:not(.payroll) .twoColumns .media {
    max-width: 380px;
    margin: 0 auto;
}

section.gridCard:not(.payroll) img {
    max-width: 80px;
    max-height: 80px;
}

section.gridCard:not(.payroll) h4 {
    font-size: 1.3rem;
    color: #fff;
    border-radius: 5px;
    padding: 5px 1px;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

section.gridCard:not(.payroll) .lead {
    min-height: 130px;
    font-size: 1rem;
    margin-bottom: 0px;
    font-family: "Arsenal", "Roboto", sans-serif;
}

section.gridCard.payroll img {
    max-width: 110px;
    max-height: 110px;
}

section.gridCard.payroll h4 {
    font-size: 1.3rem;
    color: #464445;
    font-weight: bold;
}

section.gridCard.Landing.Services .media {
    max-width: 350px;
    margin: 10px auto;
}

section.gridCard.Landing.Services .media img {
    max-width: 150px;
    max-height: 150px;
}

section.gridCard.Landing.Services .media .contentTitle {
    background-color: transparent;
}

section.gridCard.Landing.Services h4 {
    color: #464445 !important;
}

.txtLight {
    font-family: "Arsenal", "Roboto", sans-serif;
}

.mw-100 {
    max-width: 100px;
}

.mw-200 {
    max-width: 200px;
}

.mw-300 {
    max-width: 300px;
}

.mw-800 {
    max-width: 800px;
}

.mw-500 {
    max-width: 500px;
}

.mw-600 {
    max-width: 600px;
}

.mw-900 {
    max-width: 900px;
}

.mw-700 {
    max-width: 700px;
}

.mw-500 {
    max-width: 500px;
}

.mw-400 {
    max-width: 400px;
}

.thnkyoupage {
    max-width: 80px;
    max-height: 80px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

hr {
    border-top: 1.5px solid #837450;
    margin-bottom: 2rem;
}

header .CenterCenter .sc-bdVaJa.bkBxAm {
    background-position: center center !important;
}

header .carousel .carousel-caption {
    position: absolute;
    margin: 0;
    color: white;
    /*left: 50%;
            top: 40%;
            transform: translate(-50%, -50%);
            width: 100%;
            @media (min-width:400px){
                top: 50%;
            }*/
    /*display: table !important;
            left: 0px;
            height: 100% !important;
            top: 45%;            
            width: 100%;
            padding: 0px;
            @media (min-width:550px){

            }
            
            right: 0px;            
            bottom: 0px;
            padding-top: inherit;
            padding-bottom: inherit;            */
}

header .carousel .carousel-caption .pleca {
    /*display: table-cell !important;
                vertical-align: middle !important;*/
    background-color: rgba(170, 43, 53, 0.8);
}

header .carousel .carousel-caption .pleca h3 {
    padding: 1rem;
    max-width: 800px;
    margin: 10px auto 0px;
}

header .carousel .view img {
    max-height: 340px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

header .carousel img {
    min-height: 215px;
}

@media (max-width: 767px) {
    header .imgServices {
        max-width: 300px;
    }
    header .parallaxBanner.ONgat {
        min-height: 70vh;
    }
    header .parallaxBanner.ONgat .dgzTXK {
        background-size: cover !important;
    }
}

@media (max-width: 1024px) {
    header .parallaxBanner.ONgat .bQFfSy,
    header .parallaxBanner.ONgat .dgzTXK,
    header .parallaxBanner.ONgat .bkBxAm,
    header .parallaxBanner.ONgat .bkBxAm {
        background-position: center;
        background-attachment: initial !important;
    }
}

.ddlMenu {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}

.ddlMenu .dropdown-menu .dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.ddlMenu .dropdown-menu .dropdown-item:hover,
.ddlMenu .dropdown-menu .dropdown-item:active {
    background-color: #933e39;
}

.ddlMenupopup {
    right: 0;
    left: 0;
}

.btnIndicatScroll {
    cursor: pointer !important;
    z-index: 998;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btnIndicatScroll .btn-default:not([disabled]):not(.disabled):active,
.btnIndicatScroll .btn-default:not([disabled]):not(.disabled).active,
.btnIndicatScroll .show>.btn-default.dropdown-toggle {
    background-color: transparent !important;
}

.btnIndicatScroll a.btn-floating.btn-default,
.btnIndicatScroll a.btn-floating:active {
    background-color: transparent !important;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 4px;
    margin-top: 0px;
}

.btnIndicatScroll a.btn-floating.btn-default img,
.btnIndicatScroll a.btn-floating:active img {
    width: 50px;
    height: 50px;
}

.fixed-action-btn {
    color:white;
    text-align: center;
    cursor: pointer !important;
    z-index: 998;
    right: 15px;
    bottom: 20px;
    padding: 5px;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #25d366;
    border-radius: 50%;
}

.fixed-action-btn a.btn-floating,
.fixed-action-btn a.btn-floating:active {
    background-color: transparent !important;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 0px;
    margin-top: 4px;
    margin: 0 auto;
}

.fixed-action-btn a.btn-floating img,
.fixed-action-btn a.btn-floating:active img {
    background-color: white;
}

.sectiontwocolumns .subtitle {
    margin-bottom: 0px;
}

.sectiontwocolumns .borderdiv {
    background-size: auto;
    width: 100%;
    height: 45px;
    margin-bottom: 0rem;
}

.sectiontwocolumns p {
    font-size: 1.3rem;
    text-align: justify;
}


/*.sc-htpNat.iMfOBk.sc-bdVaJa.bkBxAm{
    background-position-x: left !important;
}*/

@media (max-width: 550px) {
    .textCenterCenter h2 {
        font-size: 1.5rem;
    }
    h2.subtitle {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
    h2.subtitle {
        font-size: 2rem;
        width: -webkit-min-content !important;
        width: -moz-min-content !important;
        width: min-content !important;
    }
    .subtitle.borderBottomPincelada {
        font-size: 2rem;
    }
    .mt-12 {
        margin-top: 4rem !important;
    }
}

@media (min-width: 768px) {
    .pull-sm-12 {
        right: 0%;
    }
    .push-sm-12 {
        left: 0%;
    }
}

h2.subtitle.widthLineText {
    width: 100% !important;
}

.pageNom .contentSubtitle {
    padding: 0px 1%;
}

.pageNom .contentSubtitle:not(.bgImportant) {
    background-color: transparent !important;
    border-radius: 0px;
    border-bottom: 2px solid #464445;
}

.pageNom .contentSubtitle h2.subtitle {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.greenDark {
    color: #007702;
}

.greenLight {
    color: #69C433;
}

.purpleLight {
    color: #9531CA;
}

.purpleDark {
    color: #5E118C;
}

.orangeLight {
    color: #E5890E;
}

.orangeDark {
    color: #EA4F0A;
}

.blueLight {
    color: #1C73BA;
}

.blueDark {
    color: #125084;
}

.listStyleItem {
    clear: both;
    list-style: none;
    padding-left: 3%;
}

.listStyleItem li {
    display: block;
    position: relative;
    counter-increment: inst;
    line-height: 2.5rem;
}

.listStyleItem li:before {
    content: counter(inst);
    background: #464445;
    color: white;
    padding: 5px 9px;
    border-radius: 50%;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: .9rem;
    margin-right: .5rem;
}

.ventajasSection .media {
    max-width: 295px;
    margin: 0 auto;
}

.ventajasSection .media .lead {
    font-size: 1.05rem !important;
}

.circleContainer .d-flex {
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
}

@media (max-width: 767px) {
    .circleContainer h3 {
        font-size: 1.3rem;
        margin-top: 2rem;
    }
    .circleContainer .listStyleItem>li {
        line-height: 2rem;
        font-size: 1.1rem;
    }
}

.iconoInterno {
    cursor: pointer;
}

@media (max-width: 767px) {
    .modal {
        height: 100vh;
        width: 100vw;
    }
    .modal .modal-title {
        font-size: 1.1rem;
    }
    .modal .embed-responsive.embed-responsive-16by9 {
        height: 100vh;
        width: 100%;
    }
}

.modal-dialog .carousel-indicators .active {
    background-color: #933e39;
}

.modal-dialog .carousel-control-prev-icon,
.modal-dialog .carousel-control-next-icon {
    background-color: #933e39;
    border-radius: 50%;
}


figure {
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0!important;
  }
  .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #fixed {
    background-image: url('../img/index/BANNER-PARALLAX.webp');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
}