@font-face {
    
    font-family: 'Gotham HTF';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/GothamHTF-Book.woff2") format("woff2"),
         url("../fonts/GothamHTF-Book.woff") format("woff"),
         url("../fonts/GothamHTF-Book.otf") format("otf"),
         url("../fonts/GothamHTF-Book.eot") format("eot"),
         url("../fonts/GothamHTF-Book.svg") format("svg"),
         url("../fonts/GothamHTF-Book.ttf") format("ttf");
}

@font-face {
    
    font-family: 'Gotham HTF';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/GothamHTF-Bold.woff2") format("woff2"),
         url("../fonts/GothamHTF-Bold.woff") format("woff"),
         url("../fonts/GothamHTF-Bold.otf") format("otf"),
         url("../fonts/GothamHTF-Bold.eot") format("eot"),
         url("../fonts/GothamHTF-Bold.svg") format("svg"),
         url("../fonts/GothamHTF-Bold.ttf") format("ttf");
}

.fixed-top{
    position: absolute !important;
}

a{
    color: none !important;
}

.justify-content-flex-end{
    justify-content: flex-end;
}

.justify-content-space-around{
    justify-content: space-around;
}

.padding-nav{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-titles{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.hr-bottom{
    border-bottom: 1px solid #9B9B9B;
}

.mb-5-desarrollos {
    margin-bottom: 3rem!important;
}

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

.margin-top-100{
    margin-top: 100px !important;
}

.float-right{
    float: right;
}

/*------ H O M E ------*/
    #video_desk{
        display: flex;
    }

    #video_mobile{
        display: none;
    }

  .video-bg-overlay{
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
  }

  .vimeo-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
  }
  
  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @media screen and (min-width:200px) and (max-width:540px){
      .vimeo-wrapper iframe {
          width: 100vw;
          height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
          min-height: 100vh;
          min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }
        
    }
    
    /*------ N A V ------*/
    .w-buenFin{
        width: 100px;
    }
    
    .bg-orange{
        background-color: #FF8232;
    }
    
    .position-item{
        margin-bottom: 30px !important;
        margin: auto;
        justify-content: center;
        margin-top: 30px;
    }

    #overflowTest{
        height: 165px;
        overflow: scroll;
    }
    
    #logo_desk{
        display: flex;
    }

    .w-logo{
      width: 150px;
    }

    .w-redes{
        color: #FFF !important;
        font-size: 15px;
    }

    .circle{
        border: 1px solid #FFF;
        color: #FFF;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0px 5px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        z-index: 10;
    }

    .circle:hover{
        border: 1px solid #FFDD00;
        background-color: #FFDD00;
    }

    .w-contacto{
        width: 50px;
        margin: 0px 10px;
    }

    .secciones{
        color: #FFF !important;
        font-family: 'Caveat';
        font-size: 40px;
        font-weight: 400;
    }

    .secciones:hover{
        color: #FFDD00 !important;
    }

    .encuentra{
        color: #FFDD00 !important;
        font-family: 'Caveat';
        font-size: 40px;
        font-weight: 400;
        text-decoration: none;
    }

    .position-nav{
        position: absolute;
        justify-content: space-around;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .position-ruba{
        width: 150px;
        position: absolute;
        display: flex;
        z-index: 1;
        bottom: 0;
        right: 15px;
    }


    /*------ D E S A R R O L L O S ------*/
    .txt-descuentos{
        color: #C41230;
        font-family: 'Gotham HTF';
        font-size: 17px;
        font-weight: 700;
    }

    .w-temporada{
        width: 250px;
    }

    .img-temporada{
        width: 80%;
        float: right;
    }

    .w-whats{
        width: 80px;
        margin-right: 10px;
    }

    .titles-desarrollos{
        color: black;
        font-family: 'Gotham HTF';
        font-size: 40px;
        font-weight: 700;
        text-align: right;
    }

    .red{
        color: #C41230;
    }

    .ciudad{
        color: black;
        font-family: 'Gotham HTF';
        font-size: 70px;
        font-weight: 700;
        text-align: center;
    }

    .aviso-promo{
        color: black;
        font-family: 'Gotham HTF';
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }
    
    .txt-contacto{
        color: black;
        font-family: 'Gotham HTF';
        font-size: 25px;
        font-weight: 400;
        text-align: center;
    }

    .terminos{
        color: black;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 400;
    }

    .txt-whats a{
        color: #548926;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 700;
    }

    .txt-whats a:hover{
        color: #548926;
    }

    .form-control {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid #C41230 !important;
        border-radius: 0px !important;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .form-check-input:checked {
        background-color: #FF8232 !important;
        border-color: #FF8232 !important;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }


    .btn-enviar{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 700;
        background-color: #FF8232;
        border-radius: 2px !important;
        border: none;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .btn-enviar:hover{
        color: white;
        background-color: #C41230;
    }

    .btn-group-lg>.btn, .btn-lg {
        padding: 0.5rem 4rem !important;
    }


    /*------ F O O T E R ------*/
    .txt-footer{
        color: white !important;
        font-family: 'Gotham HTF';
        font-size: 13px;
        font-weight: 400;
    }

    .txt-footer:hover{
        color: #FFDD00 !important;
        font-family: 'Gotham HTF';
        font-size: 13px;
        font-weight: 400;
    }

    .border-r{
        border-right: 1px solid white;
    }

    .txt-derechos{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 12px;
        font-weight: 400;
    }

    .txt-derechos a{
        color: white;
    }

    .txt-derechos a:hover{
        color: #FFDD00;
    }

    /* Flotante WhatsApp */
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:110px;
        left: 50px;
        /* right:60px; */
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 2px 2px 3px #999;
        z-index:100;
    }

    .float:hover{
        color:#FFF;
    }
    
    .my-float{
        margin-top:16px;
    }
    
    .bounce {
        animation: bounce 2s infinite;
    }
    
    @keyframes bounce {
        0%,
        25%,
        50%,
        75%,
        100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-20px);
        }
        60% {
            transform: translateY(-12px);
        }
    }

    /* Flotante Contacto */
    .txt-burbuja{
        color: #000;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Gotham HTF';
    }

    .ba-we-love-subscribers {
        width: 290px;
        height: 50px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0 0 10px 0;
        overflow: hidden;
        opacity: 0;
    }

    .ba-we-love-subscribers.open {
        height: 270px;
        opacity: 1;
    }

    .ba-we-love-subscribers.popup-ani {
        -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .ba-we-love-subscribers h1 {
        font-size: 20px;
        color: #000;
        padding: 25px 0px 5px 0px;
        margin: 0;
        font-weight:400;
        font-family: 'Roboto', sans-serif;
    
    }

    .ba-we-love-subscribers .love {
        width: 20px;
        height: 20px;
        background-position: 35px 84px;
        display: inline-block;
        margin: 0 6px;
        background-size: 62px;
    }

    .ba-we-love-subscribers .ba-logo {
        width: 65px;
        height: 25px;
        background-position: 0px;
        margin: 0 auto;
        opacity: .5;
        cursor: pointer;
    }

    .ba-we-love-subscribers .ba-logo:hover {
        opacity: 1;
    }

    .logo-ani {
        transition: 0.5s linear;
        -webkit-transition: 0.5s linear;
    }

    .ba-we-love-subscribers input {
        font-size: 14px;
        padding: 12px 15px;
        border-radius: 15px;
        border: 0;
        outline: none;
        margin: 8px 0;
        width: 100%;
        box-sizing: border-box;
        line-height: normal;
        /*Bootstrap Overide*/
        font-family: sans-serif;
        /*Bootstrap Overide*/
    }

    .ba-we-love-subscribers form {
        padding: 5px 30px 0;
        margin-bottom: 15px;
    }

    .ba-we-love-subscribers input[name="nombre"] {
        background-color: white;
        border-radius: 2px;
        border: 1px solid #FF8232;
        font-family: 'Gotham HTF';
    }

    .ba-we-love-subscribers input[name="celular"] {
        background-color: white;
        border-radius: 2px;
        border: 1px solid #FF8232;
        font-family: 'Gotham HTF';
    }

    .ba-we-love-subscribers input[name="submit"] {
        background-color: #FF8232;
        border-radius: 2px;
        cursor: pointer;
        color: #fff;
        font-family: 'Gotham HTF';

    }

    .ba-we-love-subscribers input[name="submit"]:hover {
        background-color: #C41230;
    }

    .ba-we-love-subscribers .img {
        background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
    }

    .ba-we-love-subscribers-fab {
        width: 60px;
        height: 60px;
        background-color: #00aeef;
        border-radius: 30px;
        float: right;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
        z-index: 5;
        position: relative;
    }

    .ba-we-love-subscribers-fab .img-fab {
        height: 30px;
        width: 30px;
        margin: 15px auto;
        background-image: url("./../../assets/images/barrel-we-love-subscribers-img.png");
        background-position: -1px -53px;
    }

    .ba-we-love-subscribers-fab .wrap {
        transform: rotate(0deg);
        -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    }

    .ba-we-love-subscribers-fab .ani {
        transform: rotate(45deg);
        -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    }

    .ba-we-love-subscribers-fab .close {
        background-position: 4px 1px;
        transform: rotate(-45deg);
        float: none;
        /*Bootstrap Overide*/
        opacity: 1;
        /*Bootstrap Overide*/
    }

    .ba-we-love-subscribers-wrap {
        position: fixed;
        right: 60px;
        bottom: 25px;
        z-index: 1000;
    }

    .ba-settings {
        position: absolute;
        top: -25px;
        right: 0px;
        padding: 10px 20px;
        background-color: #555;
        border-radius: 5px;
        color: #fff;
    }

    .txt-flotante{
        font-family: 'Gotham HTF';
        font-weight: 700;
    }

    /* Animación btn */
    .circlePositioner {
        text-align: center;
    }
      
    .mainCircle {
        background-color: white;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
        opacity: .99;
        transition: all 1s ease-in-out;
    }
    
    .spinningContainer {
        background-color: #FFDD00;
        height: 50px;
        width: 100%;
        margin-top: 75px;
        position: relative;
        animation: mymoveR 1s ease-in-out;
        transform: scaleY(2);
        transition: all 2s cubic-bezier(.18, 1.51, .85, 1.4);
    }
    
    .mainCircle:hover .overlay {
        background-color: #F4F4F4;
        transition: all .3s ease-in-out;
    }
    
    .mainCircle:hover .overlay p {
        color: white;
        transition: all .3s ease-in-out;
    }
    
    .mainCircle:hover .spinningContainer {
        /* -webkit-filter: blur(5px); */
        animation: mymove 1s cubic-bezier(1, .22, 1, .92), myscale 2s 1s ease-in-out;
    }
    
    @keyframes mymove {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(1080deg);
        }
    }
    
    @keyframes mymoveR {
        from {
            transform: rotate(1080deg);
        }
        to {
            transform: rotate(0deg);
        }
    }
    
    @keyframes myscale {
        0% {
            transform: scaleY(2);
        }
        25% {
            transform: scaleY(2.5);
        }
        50% {
            transform: scaleY(3);
        }
        75% {
            transform: scaleY(3.5);
        }
        100% {
            transform: scaleY(4);
        }
    }
    
    .mainCircle:hover {
        background-color: white;
        transition: all 1s ease-in-out;
        transition-delay: .8s;
    }
    
    .leftContainer {
        height: 50px;
        width: 50px;
        float: left;
    }
    
    .rightContainer {
        height: 50px;
        width: 50px;
        float: right;
    }
    
    .overlay {
        background-color: #F4F4F4;
        height: 190px;
        width: 190px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: -120px;
        border-radius: 50%;
        transition: all .3s ease-in-out;
    }
    
    .overlay img {
        margin-bottom: -80%;
    }


    /*------ M O D A L E S ------*/
    .cerrar{
        color: #fff;
    }
    
    .close {
        box-sizing: content-box;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent;
        border: 0;
        border-radius: 0.25rem;
        opacity: 100%;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .bg-promos{
        background-color: #C41230 !important;
        border-radius: 2px;
    }

    .modal-body {
        padding: 0 !important;
    }

    .modal-header {
        justify-content: end !important;
        border-bottom: none !important;
        padding: 0 !important;
    }

    .aprovecha{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .subtitle{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .txt-modales{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
    }

    .hr-yellow{
        border-bottom: 1px solid #FFDD00;
        opacity: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .padding-modal{
        padding: 0px 30px;
    }


    .modal-footer {
        justify-content: center !important;
        border-top: none !important;
    }

    .btn-ubicacion{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 700;
        background-color: black;
        border-radius: 2px;
        border: none;
        padding: 10px;
        letter-spacing: 1.5px;
        margin-right: 20px !important;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .btn-ubicacion:hover{
        color: #FF8232;
        background-color: #F4F4F4;
    }

    .btn-contactanos{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 700;
        background-color: #FF8232;
        border-radius: 2px;
        border: none;
        padding: 10px;
        letter-spacing: 1.5px;
        margin-left: 20px !important;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .btn-contactanos:hover{
        color: #FF8232;
        background-color: #F4F4F4;
    }

    .condiciones{
        color: white;
        text-align: center;
        font-size: 7px;
        font-family: 'Gotham HTF';
    }




    /*------ T H A N K S ------*/
    .w-thanks{
        width: 400px;
    }

    .w-ruba{
        width: 150px;
        left: 0;
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    .position{
        justify-content: start !important;
    }

    .back-thanks {
        background: url(./../../assets/images/thanks/bg_thanks.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: contain;
        height: 100vh;
    }

    .title-thanks{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }

    .txt-thanks{
        color: white;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .btn-thanks{
        color: #FF8232;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 700;
        background-color: #FFF;
        border-radius: 2px !important;
        border: none;
        outline:none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .btn-thanks:hover{
        color: white;
        background-color: #FF8232;
    }




    @media only screen and (min-width: 1px) and (max-width: 600px){
    .padding-titles {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mb-5-desarrollos {
        margin-bottom: 1rem!important;
    }

    /*------ H O M E ------*/
    #video_desk{
        display: none;
    }

    #video_mobile{
        display: flex;
    }


    /*------ N A V ------*/
    #logo_desk{
        display: none;
    }

    .padding-nav {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .w-contacto {
        width: 40px;
        margin: 10px 10px;
    }

    .position-nav{
        position: absolute;
        justify-content: center;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .w-redes {
        width: 30px;
        margin: 0px 0px;
    }

    .w-logo {
        width: 110px;
    }


    /*------ D E S A R R O L L O S ------*/
    .img-temporada {
        margin-top: 30px;
        width: 100%;
        float: right;
    }

    .titles-desarrollos {
        color: black;
        font-family: 'Gotham HTF';
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-top: 30px;
    }

    .ciudad {
        color: black;
        font-family: 'Gotham HTF';
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .txt-contacto {
        color: black;
        font-family: 'Gotham HTF';
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .terminos {
        color: black;
        font-family: 'Gotham HTF';
        font-size: 14px;
        font-weight: 400;
    }

    .w-whats {
        width: 60px;
        margin-right: 10px;
    }

    .aviso-promo {
        color: black;
        font-family: 'Gotham HTF';
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 0px 30px;
    }

    .spinningContainer {
        background-color: #FFDD00;
        height: 35px;
        width: 160px;
        margin-top: 95px;
        position: relative;
        animation: mymoveR 1s ease-in-out;
        transform: scaleY(2);
        transition: all 2s cubic-bezier(.18, 1.51, .85, 1.4);
    }

    .mainCircle {
        background-color: white;
        width: 160px;
        height: 190px;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
        opacity: .99;
        transition: all 1s ease-in-out;
    }

    .overlay {
        background-color: #F4F4F4;
        height: 150px;
        width: 150px;
        position: relative;
        margin-left: 5px;
        margin-right: 0px !important;
        margin-top: -105px;
        border-radius: 50%;
        transition: all .3s ease-in-out;
    }

    /* Flotante WhatsApp */
    .float{
        left:10px;
    }

    /* Flotante Contacto */
    .ba-we-love-subscribers-wrap {
        position: fixed;
        right: 10px;
        bottom: 25px;
        z-index: 1000;
    }

    .ba-we-love-subscribers-fab .close {
        background-position: 4px 1px;
        transform: rotate(-45deg);
        float: none;
        opacity: 1;
    }


    /*------ M O D A L E S ------*/
    .aprovecha {
        color: white;
        font-family: 'Gotham HTF';
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .subtitle {
        color: white;
        font-family: 'Gotham HTF';
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .btn-ubicacion {
        margin-right: 0px !important;
    }

    .btn-contactanos {
        margin-left: 0px !important;
    }


    /*------ T H A N K S ------*/
    .position{
        justify-content: center !important;
    }

    .w-thanks{
        width: 250px;
    }

    .mt-100{
        margin-top: 20px !important;
    }

    .margin-top-100{
        margin-top: 50px !important;
    }

    .txt-thanks {
        color: white;
        font-family: 'Gotham HTF';
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }


    }





    /*-------- I P A D --------*/
    @media only screen and (min-width: 820px) and (max-width: 825px) {
        /*------ N A V ------*/
        #logo_desk {
            display: none;
        }

        /*------ D E S A R R O L L O S ------*/
        .w-temporada {
            width: 200px;
        }

        .img-temporada {
            width: 100%;
            float: right;
        }

        .titles-desarrollos {
            color: black;
            font-family: 'Gotham HTF';
            font-size: 30px;
            font-weight: 700;
            text-align: right;
        }

        .ciudad {
            color: black;
            font-family: 'Gotham HTF';
            font-size: 50px;
            font-weight: 700;
            text-align: center;
        }

        /*------ T H A N K S ------*/
        .position{
            justify-content: center !important;
        }

        .w-ruba {
            width: 200px;
            left: 0;
            position: absolute;
            bottom: 0;
            z-index: -1;
        }

    }




    @media only screen and (min-width: 768px) and (max-width: 770px) {
        /*------ N A V ------*/
        #logo_desk {
            display: none;
        }

        /*------ D E S A R R O L L O S ------*/
        .w-temporada {
            width: 200px;
        }

        .img-temporada {
            width: 100%;
            float: right;
        }

        .titles-desarrollos {
            color: black;
            font-family: 'Gotham HTF';
            font-size: 30px;
            font-weight: 700;
            text-align: right;
        }

        .ciudad {
            color: black;
            font-family: 'Gotham HTF';
            font-size: 50px;
            font-weight: 700;
            text-align: center;
        }

        /*------ T H A N K S ------*/
        .position{
            justify-content: center !important;
        }

        .w-ruba {
            width: 200px;
            left: 0;
            position: absolute;
            bottom: 0;
            z-index: -1;
        }

    }



    @media only screen and (min-width: 1200px) and (max-width: 1399px){
        /*------ T H A N K S ------*/
        .margin-top-100{
            margin-top: 60px !important;
        }
      
    }


    
    @media only screen and (min-width: 1400px) and (max-width: 1700px){
        /*------ T H A N K S ------*/
        .margin-top-100{
            margin-top: 60px !important;
        }
        
      
      
    }

