* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    background-size: contain
}

.preloader .imagen-preload {
    max-width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_imsa {
    position: absolute;
    z-index: 5;
    left: 5%;
    bottom: 30px;
    width: 200px;
    display: block;
}

@media screen and (max-width: 991px) {
    .logo_imsa {
        width: 180px;
        top: 5%;
        bottom: auto;
    }
}

body {
    font-family: 'DIN Next LT Pro UltraLightCond'!important;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 90px;
    border-radius: 50%;
    padding: 5px;
    background-color: #01E675;
    color: #FFF;
    z-index: 9999999;
    width: 65px;
    height: 65px;
    -webkit-box-shadow: 2px 5px 25px -2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 5px 25px -2px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 5px 25px -2px rgba(0, 0, 0, 0.32)
}

.whatsapp:hover,
.whatsapp:active,
.whatsapp:focus,
.whatsapp:visited {
    color: #FFF
}

.fa-whatsapp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-news {
    color: #FFF;
    position: absolute;
    bottom: 37px;
    right: 130px;
    z-index: 99;
    padding: 5px 15px;
    padding-bottom: 3px!important;
    border: solid 1.5px #FFF;
    font-size: 1.2em
}

.btn-news:hover {
    color: #FFF;
    border: solid 1.5px #FFF;
    text-decoration: none
}

section,
.section,
.sub-seccion,
footer {
    width: 100%;
    float: left;
    position: relative
}

.hauto {
    height: auto!important
}

.none {
    display: none!important
}

svg {
    display: block
}

.filtro {
    filter: url(#filtro) contrast(103%)
}

#indicador {
    position: absolute;
    z-index: 999;
    left: 48.4%;
    bottom: 5%;
    border: 3px solid #fff;
    padding: 11px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.botonera {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    width: 150px;
    z-index: 99;
}

.botonera .list-unstyled {
    width: 100%;
    height: 100%;
    margin: 0
}

.botonera .list-unstyled li {
    height: 35px;
    border: 1px solid #fff;
    margin: 5px 0;
    transition: all 1s ease-in
}

.botonera .list-unstyled li:hover {
    background-color: #fff
}

.botonera .list-unstyled li:hover a {
    color: #000;
    cursor: pointer
}

.botonera .list-unstyled li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

.sub-seccion {
    height: 55%
}

.sub-seccion .row {
    height: 100%;
    margin: 0
}

.alinear-centro-v-h {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.alinear-centro-v-h h1,
.in-alineacion h2 {
    font-size: 70px;
    display: table;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    margin-bottom: 10px
}

#home .alinear-centro-v-h h1 {
    border-bottom: 1px solid #6E8080
}

.in-alineacion h2 {
    text-transform: uppercase
}

.in-alineacion p {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    clear: both
}

.carousel-caption {
    width: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -35%)
}

.carousel-caption p {
    text-align: right;
    font-size: 25px;
    margin: 0
}

.carousel-caption p a {
    color: #fff
}

.carousel-caption i {
    font-size: 35px
}

.carousel-caption hr {
    margin-top: 0!important;
    margin-bottom: 0!important;
    border-top: 1px solid rgba(255, 255, 255, 1)!important;
    width: 100%!important
}

.in-expand .modal-body,
.in-expand .modal-content {
    padding: 0!important
}

.in-expand .close,
.in-expand .close:hover {
    z-index: 999
}

.in-expand .modal-dialog.modal-lg {
    max-width: 90%;
}

.volver {
    height: 90px!important;
    width: 100%;
    position: relative;
}

.volver a {
    border: solid 2px #6E8080;
    padding: 5px 20px;
    margin: auto!important;
    color: #6E8080;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.volver a:hover {
    text-decoration: none;
    background-color: #6E8080;
    color: #FFF;
}

#home,
#club,
#biking,
#talleres,
#arquitectura,
#diseno,
#departamentos,
#a_financiero,
.division {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(76, 59, 47, 0.7);
    background-blend-mode: multiply;
}

.division {
    background-attachment: local;
    padding: 0
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center
}



header .col-logo img {
    width: 100px
}

header .navegacion {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}


.list-unstyled {
    display:inline-block;
    margin-bottom:0px;
}

header .navegacion li {
    display:inline-block;
    padding: 0 12px 0px 12px;
}

header header .navegacion ul {
    display:inline-block;
}
header .navegacion ul li a {
    font-family: 'DIN Next LT Pro UltraLightCond';
    font-style: normal;
    color: #fff;
    font-size: 22px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding-left: 6px
}

header .effect-3 {
    display: inline-block;

    overflow: hidden;
    position: relative;
    color: #fff;
    text-decoration: none
}

header .effect-3:before,
header .effect-3:after {
    content: '';
    position: absolute;
    transition: transform .5s ease
}

header .effect-3:before {
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateX(-100%)
}

.logo-header-mobile {
    display: none
}

.menu-burguer {
    display: none;
    width: 35px;
    height: 40px;
    float: right;
    cursor: pointer;
    margin-top: 13px
}

.menu-burguer .bar {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background-color: #fff;
    float: left;
    clear: both
}

.mostrar {
    opacity: 1!important;
    z-index: 999!important;
    transition: 1s ease all
}

.menu-burguer {
    display: none;
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
    margin-top: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 9px;
}

.menu-burguer .bar {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background-color: #fff;
    float: left;
    clear: both
}

.menu-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999999;
    display: block;
    width: 75%;
    height: 100%;
    background-color: #D1AD82;
    padding: 5% 20px;
    overflow-y: scroll
}

.menu-mobile h3 {
    margin: 40px 0;
    text-align: center;
    font-size: 15px;
    margin-top: 30px
}

.box-burger {
    width: 100%;
    display: block;
    overflow: hidden
}

.menu-mobile li {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden
}

.menu-mobile li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    float: left;
    color: #fff;
    font-size: 20px;
    font-family: 'DIN Next LT Pro UltraLightCond';
    text-decoration: none;
    line-height: 48px
}

.top-menu {
    border-top: 1px solid #fff
}

.menu-mobile img {
    max-width: 40px;
    float: right;
    margin-top: 4px
}

#home {
    height: 100%;
    background-image: url(../img/bg/home.jpg)
}

#home .logo-home {
    width: 100%;
    max-width: 180px;
    min-width: 170px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

#home .logo-home img {
    width: 100%
}

#home .menu-inicio {
    width: 100%;
    position: absolute;
    bottom: 15%;
    padding: 0 10%
}

#home .box-brown h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'DIN Next LT Pro UltraLightCond';
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: 30px
}

#home .box-brown h3:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #6E8080;
    bottom: 0;
    left: 0
}

#home .nav_home {
    width: 70%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

#home .nav_home ul {
    -webkit-padding-start: 0;
}

#home .nav_li {
    width: 14.2857143%;
    float: left;
    display: block;
    padding: 0 10px;
    position: relative;
    height: 70px;
    text-align: center
}

#home .nav_li:after {
    content: " ";
    position: absolute;
    top: 10px;
    right: 0;
    height: 60%;
    width: 2px;
    background-color: #6E8080
}

#home .nav_li:last-child:after {
    content: none
}

#home .nav_link {
    font-size: 16px;
    color: #fff;
    font-family: 'DIN Next LT Pro UltraLightCond';
    text-decoration: none
}

#home .nav_link,
#home .nav_img {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

#home .nav_img {
    width: 45px;
    margin: auto
}

#club {
    background-image: url(../img/bg/club.jpg)
}

#club .carousel-control-prev {
    left: 8%;
}

#club .carousel-control-next {
    right: 8%;
}

.club-left {
    background-image: url(../img/bg/club-left.jpg)
}

.club-right {
    background-image: url(../img/bg/club-right.jpg)
}

.hidden-escritorio {
    display: none!important;
}

.hidden-mobile {
    display: block !important;

}

@media screen and (max-width: 991px) {
    .hidden-mobile {
        display: none!important;
    }
    .hidden-escritorio {
        display: block!important;
    }
}


.fotorama__nav.fotorama__nav--thumbs {
    position: absolute;
    bottom: 5%
}

.fotorama__caption {
    bottom: 45%;
    font-family: 'DIN Next LT Pro UltraLightCond';
    color: #fff;
    transform: translate(0, 45%)
}

.fotorama__caption p {
    text-align: right;
    font-size: 31px;
    margin: 0
}

.fotorama__caption hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 1)
}

.fotorama__caption__wrap {
    background-color: transparent;
    width: 30%
}

.fotorama-right .fotorama__caption__wrap {
    width: 60%
}

.fotorama__thumb-border {
    border-color: #fff;
    background-image: none
}

.chevron_derecha {
    font-size: 27px;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%)
}

#biking {
    height: 100%;
    background-image: url(../img/bg/biking.jpg)
}

.biking-left p,
.biking-left a {
    color: #fff;
    text-align: right;
    font-size: 31px;
    margin: 0
}

.biking-left hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 1)
}

.biking-left a {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    display: block
}

.biking-left a #biking-cont {
    bottom: 45%;
    transform: translate(0, 45%);
    width: 60%;
    display: block;
    position: absolute
}

.biking-left .chevron_derecha {
    top: 55%
}

.biking-left p,
.biking-left hr {
    float: right;
    clear: both
}

#mapa-ciclovias-in {
    height: Calc(100% + 90px);
}

#mapa-ciclovias-in iframe {
    height: 100vh;
    width: 100%;
}

#mapa-ciclovias {
    width: 100%;
    height: 100%
}

#mapa-ciclovias img,
#mapa img {
    width: 100%!important;
    height: 100%
}

#mapa-ciclovias a,
#mapa a {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    opacity: 0;
}

#mapa-ciclovias a:hover,
#mapa a:hover {
    opacity: 1;
}

#mapa-ciclovias a h3,
#mapa a h3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #FFF;
    opacity: 1;
}

#talleres {
    height: 100%;
    background-image: url(../img/bg/talleres.jpg)
}

.taller-left {
    background-image: url(../img/bg/talleres-left.jpg)
}

#arquitectura {
    height: 100%;
    background-image: url(../img/bg/arquitectura.jpg)
}

.arquitectura-left {
    background-image: url(../img/bg/arquitectura-left.jpg)
}

.arquitectura-right {
    background-image: url(../img/bg/arquitectura-right.jpg)
}

.arquitectura-left a,
.arquitectura-right a,
.departamentos-right a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 31px
}

.arquitectura-left a:hover,
.arquitectura-right a:hover,
.departamentos-right a:hover {
    text-decoration: none
}

.arquitectura-left span,
.arquitectura-right span,
.departamentos-right span {
    border-bottom: 1px solid #fff
}

#turner {
    color: #4C4C4C;
    font-family: 'DIN Next LT Pro';
    padding: 4%
}

#turner .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#turner .img-turner {
    max-width: 180px;
    display: block;
    margin: 0 auto
}

.patrik-turner {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto
}

#design-philosophy {
    padding: 5% 4%;
    background-color: #6E8080;
    color: #fff
}

#design-philosophy hr {
    border-top: 1px solid #fff
}

#design-philosophy h3 {
    font-size: 16px
}

#design-philosophy p {
    line-height: 18px;
    font-size: 13px
}

#diseno {
    height: 100%;
    background-image: url(../img/bg/diseno.jpg)
}

#diseno .orlando {
    max-width: 180px;
    position: absolute;
    bottom: 2%;
    left: 2%
}

#departamentos {
    height: 100%;
    background-image: url(../img/bg/departamentos.jpg)
}

.departamentos-left {
    background-image: url(../img/bg/departamentos-left.jpg)
}

#galeria {
    height: 100%;
    background-color: #6E8080;
}

#galeria h2.text-center {
    position: absolute;
    z-index: 8;
    font-size: 70px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin: auto;
    width: fit-content;
    top: 10%;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

#galeria-left {
    width: 100%;
    height: 100%;
}

#galeria-left .carousel-inner,
#galeria-left .carousel-inner,
#galeria-left .carousel-item,
#galeria-left .carousel-item.active {
    height: 100%!important;
}

#galeria-left .carousel-caption {
    color: lightgrey;
}

#galeria-left .player {
    font-size: 3em;
    border: solid 2px #FFF;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    line-height: 1;
    height: 70px;
    width: 70px;
}

.img-vert {
    width: 40.684%!important;
    height: auto;
    margin: auto;
}

#departamentos .avance-obra {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%
}

.avance-obra a {
    padding: 15px 20px;
    background-color: dimgrey;
    color: #fff
}

.avance-obra a:hover {
    background-color: #6E8080;
    color: #fff;
    text-decoration: none
}

.btn-secondary {
    float: right;
    margin-bottom: 2%
}

#avances img {
    max-height: 90vh;
    object-fit: cover;
}

.texto-slider {
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin: 2% auto
}

w-200 {
    width: 100%
}

.modal {
    margin: 0 auto
}

.modal-header {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modal-dialog {
    max-width: 100%;
    width: 1080px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
}

.modal-dialog .carousel img {
    width: 100%
}

#cambio-1,
#cambio-2 {
    font-size: 30px
}

#cambio-2 i,
#cambio-1 i {
    padding: 20px;
    background: transparent;
    color: #fff
}

#proyecto {
    background-color: #FFF;
    height: auto!important;
}

#proyecto .img-datos {
    padding: 5% 0!important;
    padding-bottom: 0!important;
    object-fit: cover;
    object-position: bottom;
}

#proyecto .datos-duros {
    background-color: #FFF;
    color: #6E8080;
    padding: 5% 0;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

#proyecto .datos-duros h3 {
    width: 100%;
    border-bottom: solid 1px #6E8080;
    margin-bottom: 40px;
}

#proyecto .datos-duros ul {
    padding: 0;
}

#proyecto .datos-duros ul li {
    line-height: 1;
    list-style-position: inside;
}

#ubicacion {
    height: auto !important;
    padding: 5% 0;
}

#ubicacion hr {
    max-width: 500px;
    width: 90%;
    display: block;
    margin: 20px auto;
}

#servicios h2 {
    color: #6E8080;
    display: table;
    border-bottom: 1px solid #6E8080;
    margin: 3% auto
}

#servicios .item-figura {
    width: 20%;
    float: left;
    margin-bottom: -1px
}

#servicios figure {
    position: relative;
    margin: 0;
    overflow: hidden
}

#servicios .item-figura figure img {
    width: 100%;
    transition: 1s all ease
}

#servicios .item-figura figure img:hover {
    transform: scale(1.5, 1.5)
}

#servicios .cont-home {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

#servicios figure .cont-home {
    width: 100%
}

#servicios figure h4 {
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #fff
}

#servicios figure hr {
    width: 80%;
    margin: auto;
    border: 1px solid #fff
}

#plantas {
    height: auto;
    padding: 5% 15%;
    color: #333
}

.titulo-plantas {
    color: #6E8080;
    font-size: 3em;
    margin-bottom: 30px
}

#plantas .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#carousel-plantas h2 {
    font-family: 'DIN Next LT Pro';
    font-size: 35px
}

#carousel-plantas span {
    font-family: 'DIN Next LT Pro UltraLightCond';
    font-size: 40px
}

#plantas .container-fluid,
#plantas #carousel-plantas,
#plantas .carousel-inner,
#plantas .carousel-item,
#plantas .h-100 {
    height: 100%
}

.imagen-dep {
    width: 60%
}

.detalle-dep {
    width: 40%
}

#plantas #carousel-plantas img.d-block {
    width: 100%;
    float: right;
    margin-right: 10%;
    margin-right: 5%
}

#plantas #carousel-plantas .tipo_planta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.carousel-item hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #6E8080;
    width: 70%
}

#carousel-plantas .carousel-item .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 14px
}

a.izquierda,
a.derecha,
#carousel-plantas h2 {
    color: #6E8080;
    margin-bottom: 25px
}

.btn-plantas {
    min-width: 120px;
    border: 2px solid #6E8080;
    padding: 6px 15px;
    text-align: center;
    color: #6E8080;
    margin: 0 auto;
    display: block;
    max-width: 200px;
    transition: 2s all ease
}

.btn-plantas:hover {
    background-color: #6E8080;
    color: #fff;
    text-decoration: none
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

img.orientacion {
    width: 120px
}

.bordes {
    border-left: 1px solid #6E8080;
    border-right: 1px solid #6E8080;
    padding: 0 1.2%
}

#a_financiero {
    height: 100%;
    background-image: url(../img/bg/asesoria.jpg);
}

#a_financiero ul {
    -webkit-padding-start: 0;
}


#a_financiero ul li {
    text-align: center;
    list-style-position: inside;
}


#map {
    width: 100%;
    height: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

#mapa {
    height: 100vh;
    width: 100%;
}


.texto {
    height: 180px;
    color: #4C4C4C
}

.imsa {
    max-width: 180px;
    display: block;
    margin: 0 auto
}

.texto-imsa {
    height: auto!important;
    padding: 0 3%;
    width: 100%;
    float: left;
    overflow: hidden;
}

.texto-imsa .in-alineacion p {
    max-width: 700px
}

.texto-imsa .pad {
    padding: 5%;
}

.texto-imsa h2 {
    font-size: 3em;
    margin-top: 5%;
}

.texto-imsa .caja {
    height: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5%;
}

/*
.cotizador_fixed {
    position: fixed;
    left: -390px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translate(0, -50%);
    width: 380px;
    z-index: 999;
    height: 350px;
    padding: 10px;
    transition: 1s ease all;
    overflow-y: scroll
}

.cotizador_fixed::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.cotizador_fixed::-webkit-scrollbar {
    width: 5px;
    background-color: transparent
}

.cotizador_fixed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    margin: 2%;
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff
}
*/

/*
.cotizador_fixed form .cotizador_fixed form {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
*/

/*
.cotizador_fixed .form-control {
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none
}
*/

.cotiz-trigger {
    position: fixed;
    z-index: 1040;
    background-image: url(../img/btn-cotiz-bustos.png);
    background-size: cover;
    color: #FFF!important;
    text-decoration: underline;
    top: 15px;
    right: 0;
    font-size: 12px;
    font-family: Gotham-Book, sans-serif;
    padding-top: 5px;
    width: 90px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: transparent!important;
}

.cotiz-trigger:focus{
    outline: none!important;
}

.cotizador-wrapper{
    height: 100%;
    min-width: 320px;
    position: fixed;
    z-index: 1041;
    right: -320px;
    background-image: url(../img/bg-cotiz-bustos.png);
    background-size: cover;
}

.cotizador-wrapper .close-btn{
	width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
    border-bottom-left-radius: 100%;
    z-index: 1041;
    border: none;
}

.cotizador-wrapper .close-btn i{
    color: black!important;
    position: absolute;
    top: 40%;
    left: 60%;
    transform: translate(-50%,-50%);
}

.alineador{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 90%;
    margin: auto;
}

.title-cotiz {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Gotham-Book, sans-serif;
}

footer .datos a:hover {
    text-decoration: none;
}

.cotizador .form-group input,
.cotizador .form-group select {
    border-radius: 0!important;
    -webkit-appearance: none;
    background-color: transparent!important;
    color: #FFF!important;
    font-size: 12px!important;
    border: solid 1px #FFF;
    font-family: 'Gotham-Light', sans-serif;
    box-shadow: none!important;
    width: 100%;
}

.cotizador select{
    height: 34px;
    padding-left: 10px;
}

.cotizador .form-group input::placeholder{
    color: #FFF;
}

.cotizador .form-group option:disabled,
.cotizador .form-group select:disabled,
.cotizador .form-group select[disabled] > option {
    color: #9e9a9a!important
}

#enviar-cotiz {
    width: 160px!important;
    margin: auto;
    background-color: #433626!important;
    font-family: 'Gotham-Medium', sans-serif;
    letter-spacing: 2px;
    margin-top: 15px;
    padding-top: 6px;
}


.close,
.close:hover {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #D2AE83;
    opacity: 1;
    font-size: 2em;
    width: 25px;
    height: 25px
}

#ui-datepicker-div {
    background-color: rgba(0, 0, 0, 0.7)
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: transparent;
    color: #fff
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #fff!important;
    background-color: transparent!important;
    padding: 5%
}

.ui-datepicker select.ui-datepicker-month {
    background-color: transparent
}

.ui-widget-header .ui-icon {
    background-image: url(http://code.jquery.com/ui/1.12.0/themes/base/images/ui-icons_ffffff_256x240.png)
}

.ui-datepicker th {
    color: #fff;
    font-size: 12px
}

.ui-widget {
    font-family: 'DIN Next LT Pro';
    font-weight: 200;
    font-size: .8em
}

.ui-datepicker {
    width: 250px
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #fff
}

#formulario-exito {
    opacity: 0;
    height: 0
}

#enviar_cotizador {
    color: #fff;
    font-family: 'DIN Next LT Pro';
    font-weight: 200;
    font-size: 1em;
    display: block;
    padding: 5px 10px;
    border: 1px solid #fff;
    width: 150px;
    text-align: center;
    margin: 10% auto;
    text-decoration: none;
    cursor: pointer;
    transition: 1s ease all
}

#contacto {
    background: url(../img/bg/home.jpg), rgba(110, 128, 128, 1);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    padding-top: 100px;
}

#contacto h2{
    font-size: 3em;
    margin-bottom: 35px;
}

#contacto form {
    max-width: 500px;
    margin: auto;
}

#contacto .form-control {
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1;
    color: #000;
    background-color: rgba(255,255,255,.7);
    background-image: none;
    border: none;
/*    border: 1px solid #fff;*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
    overflow: hidden;
    font-family: 'DIN Next LT Pro Condensed';
}

#contacto .form-control::placeholder {
    color: #000;
    font-family: 'DIN Next LT Pro Condensed';
}

#contacto .form-contacto input,
#contacto .form-contacto textarea {
    width: 100%;
    max-width: 500px;
    margin: 0!important;

}

#contacto .form-contacto textarea {
    height: 6em;
    resize: none;
}

#contacto #enviar-contacto{
/*    border: solid 1px #FFF;*/
    background-color: #000;
    color: #FFF;
    font-size: 1.3em;
    line-height: 1!important;
    padding: 10px 1px;
    padding-bottom: 7px;
    height: auto;
    letter-spacing: 2px;
    cursor: pointer;
}


footer {
    background-color: #000;
    padding: 4%;
    overflow: hidden
}


footer .agenda {
    width: 100%;
    background-color: #000;
    padding: 2%
}

footer .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

footer .agenda h2 {
    color: #fff;
    font-family: 'DIN Next LT Pro';
    font-weight: 200;
    font-size: 3em
}

footer .formulario-agenda {
    overflow: hidden;
    position: relative;
    margin: 5% 2%
}

footer .formulario-agenda select {
    -webkit-appearance: none;
    font-family: 'DIN Next LT Pro';
    font-weight: 200;
    font-size: 15px
}

footer .formulario-agenda textarea,
footer .formulario-agenda p {
    resize: none;
    font-family: 'DIN Next LT Pro';
    font-weight: 200
}

footer .formulario-agenda .enviar {
    border: 1px solid #fff;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 3%;
    bottom: 0
}

*/ footer .logo-footer {
    max-width: 140px;
    display: block;
    margin: 0 auto!important;
    margin-top: 1%;
}

footer .logo-footer img {
    width: 100%
}

footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
    width: 100%
}

footer .datos-contacto {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%
}

footer .legal {
    font-size: 15px
}

.mobile {
    display: none
}

#menu_exito {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    height: 70px;
    width: 100%
}

#menu_exito.flex,
#menu_exito .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#menu_exito .navegacion {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px
}

.site-exito p {
    font-size: 28px
}

.volver_atras_exito a {
    color: #fff;
    text-decoration: none;
    font-family: 'DIN Next LT Pro UltraLightCond';
    font-weight: 200;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 5px 20px
}

.volver_atras_exito a:hover {
    background-color: rgba(255, 255, 255, 0.22);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px
}

.modal-header {
    border-bottom: 1px solid transparent
}

.modal-footer {
    border-top: 1px solid transparent
}

.btn-enviar {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0
}

.modal-body .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none
}

/*
.modal .close,
.modal .close:hover {
    color: #fff
}
*/

.cerrar_pdf {
    color: #fff;
    height: 16px;
    position: absolute;
    top: 0;
    right: 5%
}

.cerrar_pdf span {
    font-size: 3em;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 1366px) {
    .btn-plantas {
        min-width: 120%;
        font-size: 12px;
        padding: 6px 8px
    }
    .logo-footer {
        margin: auto;
        max-width: 140px;
    }
}

@media screen and (max-width: 1280px) {
    #galeria {
        height: auto;
    }
    #galeria-left {
        height: 100%;
    }
    .btn-plantas {
        min-width: 130%;
        font-size: 12px;
        padding: 6px 10px
    }
}

@media screen and (max-width: 1024px) {
    .btn-plantas {
        min-width: 175%;
        font-size: 10px
    }


}

@media screen and (max-width: 991px) {
    #carousel-plantas .col-xs-2 {
        width: 10%;
        padding: 0;
        float: left;
    }
    #carousel-plantas .col-xs-8 {
        width: 80%;
        float: left;
    }

    #proyecto img {
        max-width: 100%;
    }

    #proyecto .datos-duros {
        padding: 5%!important;
        padding-bottom: 0!important;
    }
    #proyecto .datos-duros h3 {
        width: fit-content;
    }

    #galeria {
        height: auto;
    }

    #galeria-left .text-center {
        font-size: 30px!important;
    }

    #galeria-left .player {
        font-size: 2em;
        height: 54px;
        width: 54px;
    }

    #biking-left-in,
    #club-right-in,
    #taller-left-in,
    #taller-right-in,
    #biking-right-in {
        top: 50%;
        transform: translate(0%, -40%);
        z-index: 99999999999;
    }
    .preloader .imagen-preload {
        max-width: 80%;
    }
    .carousel-caption {
        width: 50%;
        left: 0;
        top: 50%;
        transform: translate(0, -35%)
    }
    .carousel-caption p {
        text-align: right;
        font-size: 18px;
        margin: 0
    }
    .carousel-caption i {
        font-size: 21px
    }
    section {
        background-attachment: local!important
    }
    header #navegacion-principal {
        opacity: 1;
        /*background-color: transparent;*/
    }
    ul.list-nav {
        display: none;
    }
    .btn-plantas {
        margin: 3% auto;
    }
    .alinear-centro-v-h {
        width: auto;
    }
    .col-logo a {
        display: none;
    }
    .menu-burguer {
        display: block;
    }
    .menu-inicio {
        display: none;
    }
    .alinear-centro-v-h h1,
    .in-alineacion h2 {
        font-size: 30px;
    }
    .logo-header-mobile,
    .logo-header-mobile img {
        max-width: 150px;
        display: block;
        margin: 3% auto;
    }
    .mobile {
        display: block
    }
    .botonera.escritorio {
        display: none
    }
    .bordes {
        border-left: 0;
        border-right: 0;
        padding: 0 6%
    }
    #carousel-plantas .carousel-item .row {
        margin: 0
    }
    .alinear-centro-v-h p {
        line-height: 17px
    }
    #servicios .item-figura {
        width: 50%;
    }
    .departamentos-right {
        height: 300px;
    }
    .texto {
        height: 300px
    }
    .texto-imsa {
        height: 500px
    }
    .fotorama__caption p {
        font-size: 21px
    }
    .sub-seccion,
    .biking-left {
        height: 350px
    }
    #plantas {
        padding: 5% 1%
    }
    #home .logo-home,
    #home .logo-home img {
        width: 110px;
        display: block;
        margin: 0 auto
    }
    footer .formulario-agenda .enviar {
        position: initial;
        display: block;
        margin: 0 auto
    }
    section#servicios {
        padding: 5% 0
    }
    footer .datos-contacto {
        width: 80%;
        display: block;
        margin: 0 auto
    }
    footer .legal {
        display: block;
        margin: 2% auto;
        width: 80%
    }
    footer hr,
    #servicios h2 {
        width: 80%;
        display: block;
        margin: 0 auto
    }


    @media screen and (max-width: 768px) {
        .btn-plantas {
            min-width: 160%
        }
    }

    @media screen and (max-width: 767px) {
        .btn-plantas {
            min-width: 100%
        }
        #mapa-ciclovias {
            display: none;
        }
        .modal-dialog {
            width: 100%;
            max-width: 700px;
            height: auto;
            max-height: 90vh;
            position: absolute;
            transform: translate(-50%, -50%)!important;
            top: 50%;
            left: 50%;
        }
        .close {
            right: 5px!important;
            top: 5px!important;
        }

        #contacto .form-contacto {
            padding: 0 10%;
        }




    }










    /* Actualización */

}



body {
    font-size:20px;
}

#home .alinear-centro-v-h p {
        font-size:20px !important;
}



#proyecto .datos-duros {
    font-size: 20px;
        color: black;
}

#proyecto .datos-duros ul li {
    font-size:20px;
    margin-bottom:5px;
}
#proyecto .datos-duros h2 {
    font-size:26px;
}
#proyecto .datos-duros h3 {
    font-size:24px;
}
#carousel-plantas {
    color:black;
}

.btn-plantas {
    color:black;
        transition: 0.2s all ease;
}

#design-philosophy p {
    font-size:18px;
}

#design-philosophy h3 {
    font-weight: bold;

}
#ubicacion {
    color:black !important;
    font-size:18px;
}

#servicios figure h4 {
    font-weight: bold;

}

#servicios figure .cont-home {
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 30px;
}

body > div.section.texto.texto-imsa > div > div > div:nth-child(1) {
    color:black;

}
body > div.section.texto.texto-imsa > div > div > div:nth-child(2) {
    color:black;
}
.form-control {
    font-size:20px;
}

.form-control {
    font-size:16px;
}

#servicios h2 {
    font-size:26px;
    color:black;
    font-weight: bold;
}

.cotizador .form-group input, .cotizador .form-group select {
    background:black;
}
.cotizador .form-group input, .cotizador .form-group option {
    background:black;
}

#home .menu-inicio {
    position: absolute;
    bottom: 15%;
    padding: 0 10%;
    left: 0;
    right: 0;
}

.menu-inicio a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.contenedor-botones {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.botones {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    color: white;
}

.mobile {
    display: none;
}

.botones:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    text-decoration: none;
}

.menu-inicio a:hover .botones {
    text-decoration: none;
}

.botones img.iconos-svg {
    max-width: 25px;
    margin-right: 5px;
}

.agendar-reunion a:hover {
    text-decoration: none;
}

.agendar-reunion {
    position: fixed;
    right: 30px;
    z-index: 100;
    bottom: 30px;
}

.agendar-reunion .boton {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 15px;
    color: white;
}

.agendar-reunion .boton:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
}

.agendar-reunion .boton .iconos-svg {
    max-width: 25px;
    margin-right: 5px;
}

header {
    z-index: 180;

    height:unset;


            padding-top:10px;
    padding-bottom:10px;
                background-color: rgba(0, 0, 0, .4);
}

.list-unstyled li:last-child {
    margin-right:100px;
}
.boton-cotizar {
    background: #63290c;
    color: white;
    text-transform: uppercase;
    position: fixed;


}

.boton-cotizar {
    background: #7f3008;
    color: white;
    text-transform: uppercase;

    right: 15px;
    top: 0;
    padding: 15px;
    z-index: 200;
    opacity: 1;
    right: 0px;
    padding: 19px;
}

.boton-cotizar-mobile {
    background: #7f3008;
    color: white;
    position: fixed;
    z-index: 200;
    right: 65px;
    top: 15px;
    border-radius: 10px;
    padding: 15px;
    padding: 5px 7px 5px 7px;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}

.menu-burguer {
    background-color: unset;
    margin-top: -7px;
}

.logo_imsa {
    z-index: 200;
    top: 15px;
    position: fixed;
    display: none;
}

.trigger-cotizador:hover {
    cursor: pointer;
}

.trigger-cotizador:hover {
    opacity: 0.7;
}

.logo-bustos {
    max-width: 100px;
}

header .navegacion li {
    display:inline-block;
}

@media only screen and (max-width:991px) {

    .logo-bustos {
        display:none;
    }
    .mobile {
        display: block;
    }

    .contenedor-botones {
        width: 200px;
    }

    .botones {
        font-size: 14px;
    }

    .agendar-reunion .boton {
        font-size: 14px;
    }

    .agendar-reunion {
        bottom: 15px;
        right: 15px;
    }

    .agendar-reunion .boton .iconos-svg {
        max-width: 20px;
        margin-top: -3px;
    }

    .boton-cotizar {
        display: none;
    }

    .boton-cotizar-mobile {
        display: block;
    }

    .logo_imsa {
        display: block;
    }

}