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

.container-fluid {
    padding: 0;
}

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

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

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

.noPaddings {
    padding: 0;
}

.topSocial {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 100;
}

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

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: 60%;
    height: auto;
    margin: auto;
}

.Chat {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 3%;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 80%;
    padding:0%;
    margin: 0;
    font-size: 3.5rem;
    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);
}

.Chat:hover {
    opacity: 1;
}


/*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-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;
}


/*Nav*/

.RowNav {
    width: 100%;
    display: contents;
    margin: auto;
    text-align: center;
}

.navbar {
    padding: 0;
}

.AnchoFijo {
    width: 100%;
}

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

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;
}

.dropdown-menu {
    background-color: #000;
    padding: 7% 7%;
    border: 0;
    border-radius: 0;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

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

.dropdown-item:hover:before {
    width: 25%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

i.fas.fa-chevron-down {
    margin-left: .5rem;
}

.dropdown-toggle::after {
    content: "";
    margin-left: .5rem;
    border: 0;
}

.Chat:hover {
    opacity: 1;
}

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

.Chat a {
    color: #fff;
}

.Chat a:hover {
    color: #fff;
}
/*Slider*/

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

@keyframes ImgAnimation {
    0% {
        width: 120%;
    }
    100% {
        width: 112%;
    }
}

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

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

.carousel-item img {
    width: 120%;
    display: block;
    margin: auto;
    height: auto;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 40%;
    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 .1s 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;
}

section#footer {
    background-color: #000;
    color: #fff;
    padding: 2% 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;
}

section#TitleCor {
    padding: 50px 0;
    background-image: url(../img/TitlesCorpo.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-blend-mode: overlay;
}

.MainTitle {
    margin: auto;
    text-align: center;
    border-left: 9px solid #000;
    border-right: 9px solid #000;
}

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

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

section#DesarrollosInfo {
    padding: 50px 0;
    background-image: url(../img/backDes.jpg); /*Imagen de forndo de la página*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.imgDes {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .7);
}

.infoDes p {
    padding: 50px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}

.Desarrollos {
    overflow: hidden;
}

.overlayDes {
    background-color: rgba(0, 0, 0, .7);
    padding: 5% 10%;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 35%;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
}

.overlayDes:hover {
    height: 100%;
}

.overlayDes img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20%;
    margin-top: 0;
}

.overlayDes p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20%;
}

.spaceMenu {
    padding-top: 133px;
}

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#timeLine {
    padding: 50px 0;
    background-image: url(../img/portafolio/backPortafolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.borderR {
    width: 5px;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    position: absolute;
    top: 0;
    left: 48%;
}

.borderL {
    width: 5px;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    position: absolute;
    top: 0;
    right: 48%;
}

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

.DesarrolloPrtafolio h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 5% 0;
}

.DesarrolloPrtafolio.Left {
    background-color: rgba(0, 0, 0, 1);
    padding: 3%;
    text-align: center;
    margin-bottom: 10%;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -o-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    float: left;
    position: relative;
    width: 40%;
    height: auto;
}

.arrowR {
    position: absolute;
    font-size: 25px;
    width: auto;
    margin-top: 30%;
    right: -16%;
    font-weight: 600;
    display: inline-grid;
}

.marginSep {
    margin-top: 21%;
}

.DesarrolloPrtafolio.Right {
    background-color: rgba(0, 0, 0, 1);
    padding: 3%;
    text-align: center;
    margin-bottom: 10%;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    -o-box-shadow: 5px 5px 6px rgba(0, 0, 0, .7);
    float: right;
    position: relative;
    width: 40%;
    height: auto;
}

.arrowL {
    position: absolute;
    font-size: 25px;
    width: auto;
    margin-top: 30%;
    left: -16%;
    font-weight: 600;
    display: inline-grid;
}

.arrowL svg {
    transform: rotate(180deg);
}

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

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

.infoBlack p {
    font-size: 15px;
    line-height: 25px;
}

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

.columInfo {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 15%;
}

.columInfo h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.columInfo p {
    font-size: 15px;
    margin-bottom: 0;
}

.infMi {
    text-align: center;
    padding: 10% 10%;
}

.infMi h6 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10%;
}

.infMi p {
    font-size: 15px;
    margin-bottom: 0;
}

#infoBullets {
    padding: 50px 0px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
}

.bullets h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 5%;
    text-align: center;
}

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    text-align: center;
}

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

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.justify-content-center {
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important;
}

.formContainer {
    background-color: #000;
    padding: 5% 15%;
    color: #fff;
    -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-group {
    font-size: 13px;
    margin-bottom: 2.5rem;
}

.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;
}

.custom-file-label {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #000;
    content: "Seleccionar";
    background-color: rgba(255, 255, 255, 1);
    border-left: inherit;
    border-radius: 0;
}

.file {
    position: relative;
    width: 100%;
    margin-top: -10%;
    margin-bottom: 10%;
}

#gridLife {
    padding: 4% 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;
    position: relative;
    top: 50%;
    bottom: 50%;
}

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

.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%;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.owl-dot {
    background-color: rgba(0, 0, 0, .5) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid !important;
    margin: 5px;
}

.owl-dot.active {
    background-color: rgba(0, 0, 0, 1) !important;
}

.buttonGroup {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #585858;
    border-bottom: 1px solid #585858;
}

.FilterGroup {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-flex;
    flex: initial;
    flex-wrap: wrap;
}

.FilterGroup li {
    width: 20%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.FilterGroup li::before {
    content: "";
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3 ease-out;
}

.FilterGroup li.active::before {
    height: 45px;
}

.FilterGroup li:hover::before {
    height: 45px;
}

.cardImages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.DesarrolloPrtafolio {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    padding: 5%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.DesarrolloPrtafolio h3 {
    font-size: 20px;
}

.residencial,
.corporativo,
.mixto,
.turistico {
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3 ease-out;
}

