    @import './stylesheet.css';
    /**** AREAS COMUNES ****/
    .justify-content-center{
        justify-content: center;
    }

    .sections{
        margin:7px 5%;
    }

    body {
        font-family: 'Work Sans', sans-serif !important;
        background-color: #c39069;
        position: relative;
    }
    
    .druk {
        font-family: 'Druk Wide' !important;
    }
    
    .footer {
        position: absolute;
        width: 100%;
        min-height: 120px;
        background-color: #c39069;
        color: #000 !important;
        padding: 15px;
        font-size: 12px!important;
    }
    
    .footer .container {
        height: 80px;
    }
    
    .footer .logon {
        width: 80px;
    }
    
    .btn-footer,
    .btn-footer:hover {
        color: #000;
        text-decoration: none;
        border: 1px solid #000;
        border-radius: 20px;
        text-decoration: none;
        padding: 5px 15px;
    }
    
    .redes {
        width: 25px;
        margin-right: 1em;
    }
    
    body>.container {
        padding: 80px 15px 0;
    }
    
    .footer>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    main>.container {
        padding: 60px 15px 0;
    }
    
    .footer>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    code {
        font-size: 80%;
    }
    
    #myVideo {
        min-width: 100%;
        min-height: 100%;
    }
    
    .videoDesktop {
        display: block;
    }
    
    .videoMovil {
        display: none;
    }
    
    .content {
        position: absolute;
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    /*** t e x t o ***/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Work Sans', sans-serif !important;
    }
    
    .text-15 {
        font-size: 15px;
        margin-left: 80px;
    }
    
    .text-20 {
        font-size: 20px;
    }
    
    .text-30 {
        font-size: 30px;
    }
    
    .text-50 {
        font-size: 50px;
    }
    
    .text-80 {
        font-size: 60px;
    }
    
    .text-100 {
        font-size: 100px;
    }
    
    .fw-300 {
        font-weight: 300;
    }
    
    .fw-400 {
        font-weight: 400;
    }
    
    .fw-700 {
        font-weight: 700;
    }
    
    .lh-0 {
        line-height: 0px;
    }
    
    .lh-15 {
        line-height: 15px;
    }
    
    .letter4 {
        letter-spacing: 4px;
    }
    
    .text-sombra {
        text-shadow: 5px 3px black;
    }
    
    .text
    /*** G E N E R A L E S ***/
    
    .back-cafe {
        background-color: #c39069 !important;
    }
    
    .back-cafeinfo {
        background-color: #c39069 !important;
    }
    
    .back-cafe2 {
        background-color: #6a6061;
    }
    
    .back-gris {
        background-color: #8e8e8e;
    }
    
    .w-70 {
        width: 70%;
    }
    
    .w100 {
        width: 100%;
    }
    
    .h100 {
        height: 100vh;
    }
    
    .h100v {
        min-height: 100vh !important;
    }
    
    .no-padLados {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .slide-contenido {
        width: 80%;
        display: block;
        margin: auto;
        height: 84vh;
        text-align: center;
    }
    
    .slide-contenido div {
        margin-bottom: 2em;
    }
    
    .slide-contenidoU {
        width: 80%;
        display: block;
        margin: auto;
        height: 84vh;
        text-align: center;
    }
    
    .slide-contenidoU div {
        margin-bottom: 2em;
    }
    
    .slide-contenido1,
    .slide-contenido2,
    .slide-contenidoU {
        width: 100%;
        display: block;
        margin: auto;
        height: 84vh;
        text-align: center;
    }
    
    .slide-contenido .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
    }
    
    .slide-contenido1 .row,
    .slide-contenido2 .row,
    .slide-contenidoU .row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    
    .slide-map {
        width: 100%;
        display: block;
        margin: auto;
        height: 84vh;
        text-align: center;
    }
    
    .iframemap {
        width: 100%;
        min-height: 88vh;
    }
    
    .videoExtra {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    
    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .carousel-item {
        position: relative;
        width: 100%;
        height: 100vh;
    }
    
    .carousel-item .slideimg {
        min-height: 100vh;
        object-fit: cover;
    }
    
    .carousel-item video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }
    
    .img-estacion {
        width: 50%;
    }
    
    .interiorArea {
        width: 100%;
        max-height: 530px;
        margin: auto;
        position: relative;
    }
    
    .interior-img {
        width: 100%;
        margin: 0 auto;
    }
    
    .styleBullet {
        bottom: 0 !important;
        margin-bottom: -25px;
        background-color: #c39069 !important;
    }
    
    .mb-area {
        margin-bottom: .3em;
    }
    
    picture {
        width: 100%;
        min-height: 100vh;
    }
    
    picture img {
        display: block;
        width: 100%;
        min-height: 100vh;
    }
    /*** M E N U ***/
    
    .navbar-toggler {
        border-color: rgba(255, 0, 0, 0.85);
    }
    
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    
    .mr-auto1 {
        margin-left: auto!important;
    }
    
    .bg-dark {
        background-color: #c3c3c3 !important;
    }
    
    .logo {
        width: 160px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
    }
    
    .nav-link:hover {
        color: #fff !important;
        font-weight: 700 !important;
        cursor: pointer;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .header,
    .fixed-top {
        padding: 10px 16px;
        background: #c3c3c3;
        color: #f1f1f1;
        width: 100%;
        top: 0;
        /*bottom: -21px;*/
        display: block;
        z-index: 99;
    }
    
    .navbar {
        background: #c3c3c3 !important;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        opacity: 1 !important;
        margin-right: 70px;
        margin-left: 70px;
    }
    /***  G E N E R A L E S ***/
    /*.semimaster {
    height: 100vh;
    width: 100%;
    scroll-snap-type: y mandatory;
}*/
    
    .master {
        height: 100vh;
        width: 100%;
    }
    
    .master .sector {}
    
    .sector {
        position: relative;
    }
    
    .mascarilla {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        height: 100vh;
    }
    
    .mascarilla2 {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100vh;
    }
    
    .mascarillamapa {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(194, 144, 108, .5);
        width: 100%;
        height: 100vh;
    }
    
    .videoPrincipal {
        width: 100%;
        overflow: hidden;
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/transp.png");
    }
    
    .videoPrincipal video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .centrado {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .bullet-deptos {
        bottom: 15px;
    }
    
    .alto-50 {
        height: 120px;
    }
    
    .li-depto {
        text-indent: inherit !important;
        width: 30px;
        height: 30px;
        background-color: transparent !important;
        margin-right: 3em !important;
        margin-left: 3em !important;
        border-radius: 100%;
        line-height: 29px !important;
        border: 1px solid #c39069;
        text-align: center;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }
    
    .carousel-indicators .li-depto.active {
        opacity: 1;
        border: 1px solid #000;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 100%;
        line-height: 29px;
    }
    
    .bullet-areas {
        bottom: 15px;
    }
    
    .li-areas {
        text-indent: inherit !important;
        width: 223px !important;
        height: 30px;
        background-color: transparent !important;
        margin-right: 1em !important;
        margin-left: 1em !important;
        line-height: 29px !important;
        text-align: center;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    
 
    .carousel-indicators .li-areas.active {
        opacity: 1;
        
        width: 30px;
        text-align: center;
        text-decoration: underline;
        font-weight: 600;
        
    }
 
    .carousel-caption {
        bottom: inherit;
    }
    
    .titulo {
        font-size: 45px;
        text-align: left !important;
        margin-left: 80px;
    }

    .btn-flecha {
        background-color: #D4B59E;
        border-radius: 100%;
        width: 55px;
        height: 55px;
        padding-top: 16px;
    }
    
    .btn-flecha-r {
        background-color: #D4B59E;
        border-radius: 100%;
        width: 55px;
        height: 55px;
        padding-top: 16px;
    }

    .btn-flecha-l {
        background-color: #D4B59E;
        border-radius: 100%;
        width: 55px;
        height: 55px;
        padding-top: 16px;
    }

    
    .videoMaqueta {
        width: 100%;
        overflow: hidden;
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/transp.png");
    }
    
    .videoMaqueta video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .ico-areas {
        width: 30px;
        height: 30px !important;
    }
    
    .texto-video {
        position: absolute;
        top: 46%;
        margin: auto;
        width: 100%;
        color: #fff;
        z-index: 9;
        transform: translateY(-50%);
    }
    
    .btn-white {
        color: #fff !important;
        padding: 5px 30px;
        border-radius: 30px;
        border: 1px solid #fff;
        font-size: 1em;
        width: 400px;
        display: block;
        margin: auto;
        line-height: 22px;
        text-decoration: none;
    }
    
    .btn-white:hover {
        color: #c39069 !important;
        border: 1px solid #c39069;
        text-decoration: none;
    }
    
    .btn-black {
        color: #000;
        padding: 5px 1em;
    }
    
    .btn-black:hover {
        color: #000;
        text-decoration: none;
        border: 1px solid #000;
        border-radius: 20px;
    }
    
    .colaborador {
        width: 100%;
        display: block;
        color: #000;
    }
    
    .colaborador2 {
        width: 100%;
        display: block;
        color: #fff;
        background-color: #c39069;
    }
    
    .colaborador3 {
        width: 100%;
        display: block;
        color: #000;
        background-color: #c3c3c3;
    }
    
    .colabFoto {
        position: relative;
    }
    
    .colabFoto {
        width: 70%;
    }
    
    .img100 {
        width: 100% !important;
    }
    
    .colaDiv {
        display: block;
        margin: auto;
    }
    
    .colabNombre {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #c39069;
        font-size: 80px;
        top: 105px;
        z-index: 2;
    }
    
    .colabNombre2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 80px;
        top: 51px;
        top: 105px;
        z-index: 2;
    }
    
    .colabNombre3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 80px;
        top: 51px;
        color: #fff;
        top: 150px;
        z-index: 2;
    }
    
    .img50 {
        width: 50%;
    }
    
    .btn-circle {
        margin-top: 20px;
        width: 15px;
        height: 15px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 100%;
    }
    
    .btn-circle:focus {
        outline: none;
    }
    
    .info {
        z-index: 10;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    
    .flotante {
        position: fixed;
        bottom: 2em;
        left: 1em;
        width: 60px;
        z-index: 20;
    }
    
    .flotante img {
        width: 50px;
        margin-bottom: 10px;
    }
    
    .der {
        right: 35px !important;
    }
    
    .text-movil {
        display: none;
    }
    
    .w-areas {
        width: 85%;
        display: block;
        margin: auto;
    }
    
    .btn-conoce,
    .btn-conoce:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 20px;
        text-decoration: none;
        padding: 5px 15px;
        margin: auto;
        width: 150px !important;
    }
    
    .ico-wa {
        min-height: 50px;
        min-width: 50px;
        background: url(../img/boton_wa.png) no-repeat;
        background-size: 50px;
    }
    
    .ico-wa:hover {
        background: url(../img/boton_wa1.png) no-repeat;
        background-size: 50px;
    }
    
    .ico-msg {
        min-height: 50px;
        min-width: 50px;
        background: url(../img/boton_msg.png) no-repeat;
        background-size: 50px;
        margin-top: 1em;
    }
    
    .ico-msg:hover {
        background: url(../img/boton_msg1.png) no-repeat;
        background-size: 50px;
    }
    /*** M O D A L  ***/

    .titulo_modal{
        color: #83573e;
    }

    .descripcion_modal{

    }
    
    .modal {
        background: rgba(240, 235, 229, 1) !important;
    }
    
    .modal-content {
        background-color: transparent !important;
        border: 0px !important
    }
    
    .modal-header {
        border-bottom: 0px !important;
    }
    
    .modal-header .close {
        padding: 0px !important;
    }
    
    .close {
        color: #000;
        width: 30px;
        height: 30px;
        opacity: 1;
        border-radius: 100%;
        text-shadow: initial;
        line-height: initial;
        font-size: 4em;
        font-weight: 100;
    }
    
    .contacto .row {
        padding-bottom: 2em;
    }
    
    .form-control {
        background-color: transparent !important;
        border-radius: 0px !important;
        border: 0px;
        border-bottom: 2px solid #000;
        color: #000;
    }
    
    .form-control:focus {
        border-color: transparent !important;
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
        border-bottom: 2px solid #000 !important;
        background-color: transparent !important;
    }
    
    .btn-dark {
        background-color: #000 !important;
    }

    .btn-cafe {
        background-color: #83573e !important;
        color: #FFF;
    }
    
     ::placeholder {
        color: #000 !important;
    }
    
    .title-contacto {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 45px;
    }
    
    .w-depto {
        width: 90%;
        margin: auto;
    }
    
    .interiorLobby {
        position: relative;
    }
    /* TABS */
    
    .tab-content {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .tab-content>.active {
        width: 100%;
        height: 100%;
    }
    /*** M O D A L    D E P T O S  ***/
    
    .altoSlider {
        height: auto !important;
    }
    
    #container {
        display: none;
    }
    
    .img-desktop {
        display: block;
    }
    
    .sliderDesk {
        display: block;
    }
    
    .sliderMov {
        display: none;
    }
    /*** BIENVENIDOS MOVIL ***/
    
    .bloqueMov {
        display: none;
    }
    
    .bloqueDesk {
        display: block;
    }
    
    .bienvenidoM {
        width: 100%;
        height: 100vh;
        background-image: url(../img/vista1/fachada2.jpg);
        background-position: center;
        background-size: 100% 100%;
    }
    /***  ubicación movil ***/
    
    .ubicaM {
        width: 100%;
        height: 100vh;
    }
    
    .textBienvenido {
        top: 25%;
    }
    
    @media(min-width: 1200px) {}
    
    @media (max-width: 1200px) {
        .interiorArea {
            width: 70% !important;
        }
        .colabNombre3 {
            top: 160px;
        }
    }
    
    .navbar-toggler:checked+.navbar-nav {
        display: none;
    }
    
    @media (max-width: 992px) {
        .interiorArea {
            width: 70% !important;
        }
    }
    
    @media (max-width: 768px) {

        .btn-flecha{
            background-color: #D4B59E;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            padding-top: 10px;
        }
        
        .btn-flecha-r{
        background-color: #D4B59E;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding-top: 10px;
        margin-right: -100px !important;
        margin-top: -145px;
    }

    .btn-flecha-l{
        background-color: #D4B59E;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding-top: 10px;
        margin-left: -100px !important;
        margin-top: -145px;
    }

        
        .navbar-collapse {
            background-color: #c3c3c3;
        }
        .text-100 {
            font-size: 50px;
        }
        .logo {
            width: 150px;
            padding-left: 15px;
        }
        .h100 {
            min-height: 100vh !important;
        }
        .carousel-caption h4 {
            font-size: 1rem;
            font-weight: 400 !important;
        }
        .text-20 {
            font-size: 20px;
        }
        .text-30 {
            font-size: 1em;
        }
        .text-50 {
            font-size: 1.5em;
        }
        .text-80 {
            font-size: 20px;
        }
        .btn-white,
        .btn-white:hover {
            font-size: .8em;
            width: 270px;
            line-height: 22px;
        }
        .bullet-deptos {
            bottom: -8px;
        }
        .li-depto {
            text-indent: inherit !important;
            width: 28px !important;
            height: 28px !important;
            background-color: transparent !important;
            margin-right: 1px !important;
            margin-left: 1px !important;
            border-radius: 100%;
            line-height: 29px !important;
            border: 1px solid #c39069;
            text-align: center;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent
        }
        .lh-0 {
            line-height: 20px;
        }
        .slide-contenido {
            margin-top: 120px;
            width: 100%;
        }
        .slide-contenido .row {
            width: 100%;
            margin: auto;
        }
        .carousel {
            min-height: 100vh;
        }
        .carousel-item .slideimg {
            min-height: 100vh;
        }
        .img-estacion {
            width: 35px !important;
            height: 35px !important;
        }
        .iframemap {
            min-height: 100vh;
        }
        .h100v {
            min-height: 100vh !important;
        }
        .colabFoto {
            width: 60%;
        }
        .img50 {
            width: 95%;
        }
        .colaborador,
        .colaborador2 {
            padding-bottom: 50px;
        }
        .info {
            font-size: 13px;
            position: absolute;
        }
        .text-movil {
            display: block;
            width: 95%;
        }
        .text-desk {
            display: none;
        }
        .colabNombre,
        .colabNombre2,
        .colabNombre3 {
            font-size: 50px;
        }
        .colabNombre3 {
            top: 195px;
        }
        .bullet-areas {
            width: 100%;
            box-sizing: inherit;
            left: -130px;
            bottom: 0px;
        }
        .li-areas {
            font-size: 10px !important;
            line-height: 10px !important;
            margin-right: 1px !important;
            margin-left: 1px !important;
        }
        .carousel-indicators .li-areas.active {
            opacity: 1;
            border: 1px solid transparent;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 20px;
            line-height: 29px;
            text-decoration: underline;
        }
        .slide-contenido1 .row {
            position: relative;
            top: 50px;
            transform: none;
            width: 100%;
            padding: 0px;
            margin: 0px;
            font-size: 12px;
        }
        .slide-contenido1 {
            font-size: 13px;
            margin-top: 25px;
        }
        .slide-contenido1 .mb-2 {
            margin-bottom: .1em !important;
        }
        .w-areas {
            width: 60%;
            padding-top: 120px;
            margin: auto;
        }
        .carousel-control-next,
        .carousel-control-prev {
            width: 12%;
        }
        .inline-mov {
            display: inline-block;
            width: 48%;
            vertical-align: top;
            /* height: 0%; */
        }
        .slide-contenido2 .row {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            width: 100%;
            padding: 0px;
            margin: 0px;
            margin-top: 50px !important;
            font-size: 12px;
        }
        .slide-contenido2 .text-20 {
            font-size: 13px;
        }
        /*.master {
        scroll-snap-type: none;
    }*/
        .titulo {
            font-size: 30px;
        }
        .slide-contenidoU div {
            margin-bottom: .5em;
            font-size: 13px;
        }
        .slide-contenidoU div h1 {
            margin-bottom: 0px;
        }
        .slide-contenidoU div p {
            margin-bottom: 5px !important;
            line-height: 12px;
        }
        .slide-contenidoU .row {
            top: 250px;
            margin: auto;
        }
        .footer .col-md-4 {
            margin-bottom: 1em;
        }
        .ico-areas {
            width: 20px;
            height: 20px !important;
        }
        .w-depto {
            width: 100%;
            margin: auto;
        }
        .flotante img {
            width: 40px;
            margin-bottom: 10px;
        }
        .btn-circle {
            margin-top: 20px;
            width: 12px;
            height: 13px;
            border-radius: 100%;
        }
        .close {
            width: 47px;
            height: 66px;
            margin-right: -10px;
        }
        .interiorArea {
            padding-top: 100px;
            height: 405px !important;
        }
        .clicDesk {
            display: none;
        }
        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 235px !important;
        }
        .sector1 {
            height: 218px !important;
        }
    }
    
    @media (max-width: 576px) {
        .sections{
            margin:-100px 15%;
        }

        .videoMovil {
            display: block;
        }
        .videoDesktop {
            display: none;
        }
        .interiorArea {
            width: 100% !important;
            height: auto !important;
        }
        .colabFoto {
            width: 50%;
        }
        .colabNombre,
        .colabNombre2 {
            top: 80px;
        }
        .colabNombre3 {
            top: 135px;
        }
        .bullet-areas {
            width: 100%;
            box-sizing: inherit;
            left: -61px;
            bottom: 15px;
        }
        .flotante {
            position: fixed;
            right: 0em;
            width: 50px;
            bottom: 7em;
        }
        .slide-contenidoU .row {
            position: absolute;
            top: 42%;
            transform: translateY(-50%);
            width: 100%;
        }
        .slide-contenidoU .row div {
            margin-bottom: 1.5em;
        }
        .slide-contenidoU .row .text-80 {
            margin-bottom: .5em;
        }
        .slide-contenido1 .row {
            position: relative;
            top: 0;
            transform: none;
            width: 100%;
            padding: 0px;
            margin: 10px 0 0 0;
            font-size: 12px;
        }
        .slide-contenido1 div {
            padding: 0px 4px 0 3px;
        }
        .interiorArea {
            padding-top: 0 !important;
            height: 180px !important;
        }
        .titulo {
            font-size: 26px;
        }
        .text-15 {
            font-size: 12px;
        }
        .mb-area {
            margin-bottom: .2em;
        }
        .slide-contenido1 .mb-4 {
            margin-bottom: .2em !important;
        }
        .interior-img {
            width: 100% !important;
            margin: auto;
        }
        .w-70 {
            width: 90%;
            line-height: 16px;
        }
        .info {
            line-height: 16px;
        }
        .mMovil {
            margin-left: -12px;
        }
        .padCero {
            padding: 0px !important;
        }
        .carousel {
            min-height: 50vh;
        }
        #container {
            height: 70vh;
            margin: 0 auto 0 auto;
            max-width: 100%;
            width: 100%;
            display: block;
        }
        #container .zoom {
            height: 100%;
            margin: auto;
            overflow: hidden;
            width: 100%;
        }
        #container .zoom .media {
            bottom: 0;
            display: block;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        .transition {
            transition: -moz-transform ease 200ms;
            transition: -ms-transform ease 200ms;
            transition: -o-transform ease 200ms;
            transition: -webkit-transform ease 200ms;
            transition: transform ease 200ms;
        }
        .img-desktop {
            display: none;
        }
        .carousel-control-next,
        .carousel-control-prev {
            height: 50px;
            top: 46% !important;
        }
        #controlLobby .carousel-inner,
        #controlCocina .carousel-inner,
        #controlSala .carousel-inner,
        #controPileta .carousel-inner {
            overflow: initial !important;
        }
        .modal h5 {
            font-size: 15px !important;
        }
        .title-contacto {
            font-size: 30px;
        }
        .modal-body {
            padding: 0px 1rem !important;
        }
        .modal-header {
            padding: 0rem 1rem !important;
        }
        .bloqueMov {
            display: block;
        }
        .bloqueDesk {
            display: none;
        }
    }
    
    @media (max-height: 750px) and (max-width: 576px) {
        .text-15 {
            font-size: 15px;
            line-height: 23px;
        }
        .titulo {
            padding-bottom: .8em;
        }
        .interiorArea {
            padding-top: 20px !important;
            height: 250px !important;
        }
        .bullet-areas {
            bottom: 110px;
        }
    }
    
    @media (max-height: 640px) and (max-width: 576px) {
        .text-15 {
            font-size: 15px;
            line-height: initial;
        }
        .titulo {
            padding-bottom: .2em;
        }
        .interiorArea {
            padding-top: 0 !important;
            height: 180px !important;
        }
        .bullet-areas {
            bottom: 15px;
        }
    }


    /* CSS JV FINALES */

    .contacto_btn {
        background-color: #c98868 !important;
        padding: 1em 3em;
        position: fixed;
        z-index: 9;
        top: 50%;
        transform: translateY(-50%);
        transform: rotate(-90deg);
        left: -70px;
        font-size: 16px;
        color: #fff !important;
      }
      
      .contacto_btn a {
        background-color: #c98868 !important;
        padding: 1em 3em;
        position: fixed;
        z-index: 1;
        top: 100%;
        font-weight: 300 !important;
        left: -70px;
        font-size: 22px;
        color: #302c19 !important;
      }
      
      .contacto_btn a:hover {
        color: #fff !important;
        font-size: 22px;
        font-weight: 300 !important;
        text-decoration: none !important;
        left: -70px;
        background-color: #000 !important;
      }
      
      .contacto_btn_movil {
        display: none;
        width: 100% !important;
        background-color: #c98868 !important;
        padding: 1em 3em;
        position: fixed;
        z-index: 1;
        bottom: 0px;
        font-size: 16px;
        color: #fff !important;
        text-align: center !important;
      }
      
      .contacto_btn_movil a {
        color: #302c19 !important;
      }
      
      .contacto_btn_movil a:hover {
        color: #fff !important;
        text-decoration: none !important;
      }
      
      @media only screen and (min-width: 1px) and (max-width: 600px)  {
        .contacto_btn{
          display: none;
        }
      
        .contacto_btn_movil{
          display: block;
        }

        .carousel-control-next,
        .carousel-control-prev {
            margin-top: 140px !important;
        }

        .mt200{
            margin-top: 210px !important;
        }
        
      }
