
    /* GENERAL */

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        list-style: none;
    }

    html {
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        color: #000;
        scroll-behavior: smooth;
    }
    
    body {
        overflow-x: hidden;
        background-color:  #FFF;
        font-family: Arial, Helvetica, sans-serif;
        min-height: 101vh;
    }

    section {
        padding: 3.9rem 0;
        overflow: hidden;
    }
    
        /* HEADER */
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: 0.6s;
        padding: 20px 100px;
        z-index: 1000;
        background-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent);
    }
    
    header .logo {
        position: relative;
        font-weight: 700;
        color: #FFF;
        text-decoration: none;
        font-size: 2em;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: 0.6s;
    }
    
    header ul {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    header ul li {
        position: relative;
    }
    
    header ul li a {
        font-size: 15px;
        position: relative;
        margin: 0 30px;
        text-decoration: none;
        color: #FFF;
        letter-spacing: 2px;
        font-weight: 700;
        transition: 0.6s;
        text-transform: uppercase;
    }
    
    
    header.sticky {
        height: 8vh;
        padding: 20px 180px;
        background: #e0e0e0;
        box-shadow:  0 2px 2px 0 #7d7d7d, 0 6px 20px 0 rgba(0,0,0,0.6);
    }
    
    header.sticky ul li a {
        color: #353535;
    }
    
    header.sticky .logo {
        color: #353535;
    }
    
    .menu-btn {
        color: #FFF;
        font-size: 20px;
        display: none;
    }
    
    .menu-btn.sticky {
        color: #353535;
    }
    
    @media (max-width:991px) {
    
        .menu-btn {
            display: block;
            position: fixed;
            margin: 20px;
            z-index: 2000;
        }
    
        header {
            top: 0;
            left: 0;
            width: 100%;
            height: 15vh;
            display: flex;
            flex-direction: column;
            transition: .5s;
            transform: translateY(-103%);
        }
    
        header.sticky {
            height: 15vh;
        }
    
        header.active {
            transform: translateY(0);
        }

        header.sticky ul li a {
            margin: 17PX;
        }

        header ul li a {
            margin: 20PX;
        }
    
    }

    /*Generales*/

    .container {
        width: 100%;
        max-width: 122.5rem;
        margin:  0 auto;
        padding: 0 1.4rem;
    }
    
    .global .h2-sub {
        letter-spacing: -1px;
        line-height: .42;
    }

    .btn {
        padding: 15px 30px;
        text-decoration: none;
        color: #fff;
        letter-spacing: 10px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-right: -2px;
        transition: .3s;
    }
    
    .cta-btn {
        font-size: 12px;
        background-color: #ffc845;
        padding: 1rem 1.8rem;
        color: #fff;
        border-radius: .4rem;
    }
    .cta-btn:hover,
    .cta-btn:focus {
        color: #fff;
        background-color:#51d7f6;
        transform: scale(110%);
    }

    img {
        width: 100%;
        max-width: 100%;
    }

    .global {
        text-align: center;
        margin-top: 3.9rem;
        filter: drop-shadow(0px 1px 0.5px #000000);
    }

    .head {
        color: #fff;
        font-size: 2.7rem;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .5rem;
        margin: 15px;
    }

    .circle {
        font-size: 1.5rem;
        color: #51d7f6;
        margin: 0 1.6rem;
    }

    .global .circle {
        color: #51d7f6;
        margin: 2.4rem 0;
    }

    p {
        font-size: 16px;
        margin: 2vh;
    }

    

    /* Parte 1 1-1 */
    
    .hero {
        width: 100%;
        height: 70vh;
        background: url("./images/hero.png") center no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .h2-sub {
        font-size: 2rem;
        font-family: 'Poppins', sans-serif;
        color: #51d7f6;
        font-weight: 600;
        line-height: .4;
        filter: drop-shadow(0px 1px 0.5px #0c7c73);
    }

    .hea-dark {
        color: #252525;
        letter-spacing: .7rem;
        margin-right: -.7rem;
    }


    /* Parte 1 1-2 */

    .locker {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        width: 100%;
        height: 70px;
        display: grid;
        place-content: center;
        background-color: #e0e0e0;
        color: #fff;
        text-shadow: 2px 2px 6px #000000;
        box-shadow:  0 2px 1px 0 #7d7d7d, 0 6px 20px 0 rgba(0,0,0,0.8);
    }

    /* Parte 2 2-1 */

    .dis-sto .global {
        margin-top: 6.9rem;
    }

    .res-info {
        text-align: center;
    }

    .res-des {
        margin-bottom: 3rem;
    }
    
    .res-des p {
        line-height: 1.6;
        margin-bottom: 2.4rem
    }
    
    .disco .res-des {
        padding-top: 3rem;
        margin-bottom: 0;
    }

    .fil {
        text-transform: uppercase;
        font-size: 3rem;
    }

    /* Parte 2 2-2 */

    .taste {
        background: url("./images/taste.png") center no-repeat;
        background-size: cover;
    }
    
    .bt {
        min-height: 65vh;
        display: flex;
        align-items: center;
    }

    /* Parte 3 3-1 */

    .placecontent{
        margin-bottom: -8%;
        height: 50rem;
    }

    .placevideo{
        display: flex;
        align-content: center;  
        justify-content: center;
        margin-top: -1%;
        height: 0rem;
        width: 100%;
        background-color: #ffc845;
    }

    .colbuttons{
        margin-top: -2.8%;
        box-shadow:  0 2px 2px 0 #7d7d7d, 0 6px 20px 0 rgba(0,0,0,0.8); 
        background-color: #e0e0e0;
        height: 10rem;
        width: 100%;
    }

    .placebuttons{
        margin-top: 60%;
        align-content: center;
        width: 100%;
        height: 35%;
        background-image:url(./images/ForestBck.png);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-1 {
        background-color: #ffc845;
        overflow: hidden;
        border: 3px solid #ffc845;
        margin:20px;
        transform: translateY(6.6vh);
    }
    
    .btn-1::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 200%;
        left: 0;
        top: -200%;
        background-color: #4dd39b;
        border-radius: 50%;
        z-index: -1;
        transition: all .5s ease;
    }
    
    .btn-1:hover::before{
        top: 0;
        border-radius: 0%;
    }
    
    .btn-1:hover{
        border: 3px solid #fff;
        transform: scale(110%);
    }

    /* Parte 3 3-2 */

    .disco {
        transform: translateY(-10vh);
    }

    .disco .res-des {
        padding-top: 3rem;
        margin-bottom: 0;
    }

    .res-info {
        text-align: center;
    }
    
    .res-des {
        margin-bottom: 3rem;
    }

    .image-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        transform: translateY(6.6vh);
    }

    /* Parte 4 4-1 */

    .pb {
        background: url("./images/mesa.png") center no-repeat;
        background-size: cover;
    }

    .bt {
        min-height: 65vh;
        display: flex;
        align-items: center;
    }

    /* Parte 4 4-2 */

    .pad-down {
        transform: translateY(5vh);
    }

        /* FOOTER */
    
    .footer {
        position: relative;
        width: 100%;
        background-color: #121212;
        min-height: 280px;
        padding-inline: 20px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
        
    .social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 10px 5px;
        flex-wrap: wrap;
    }
        
    .icon-elem {
        list-style: none;
    }
        
    .icon {
        color: #FFF;
        font-size: 32px;
        display: inline-block;
        margin: 0 10px;
        transition: 0.5s;
    }
        
    .icon:hover {
        transform: translateY(-10px);
    }
        
    .menu {
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
        margin:  10px 0;
        flex-wrap: wrap;
    }
        
    .menu-icon {
        color: #FFF;
        font-size: 20px;
        display: inline-block;
        margin: 5px 10px;
        opacity: 0.75;
        transition: 0.3s;
    }
        
    .menu-icon:hover {
        opacity: 1;
    }
        
    .text {
        color: #FFF;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
    }

        /* WHATSAPP ICON */
    
    .btn-wsp{
        position:fixed;
        width:60px;
        height:60px;
        line-height: 63px;
        bottom:25px;
        right:25px;
        background:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:35px;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        z-index:100;
        transition: all 300ms ease;
    }
        
    .btn-wsp:hover{
        background: #20ba5a;
    }
        
        
    @media only screen and (min-width:320px) and (max-width:768px){
        .btn-wsp{
            width:63px;
            height:63px;
            line-height: 66px;
        }
    }

    /* Ajustado a Pantallas Grandes */

    @media (max-width:991px) {

        .menu-btn {
            display: block;
            position: fixed;
            margin: 20px;
            z-index: 2000;
        }
        
        header {
            top: 0;
            left: 0;
            width: 100%;
            height: 15vh;
            display: flex;
            flex-direction: column;
            transition: .5s;
            transform: translateY(-103%);
        }
    
    }

    @media screen and (min-width: 900px) {

        section {
            padding: 7.9rem;
        }

        .h2-sub {
            font-size: 3rem;
        }

        .fil {
            font-size: 3rem;
        }

        .head {
            font-size: 4.7rem;
            letter-spacing: .8rem;
        }

        .res-info {
            display: flex;
            align-items: center;
        }

        .res-info > div {
            flex: 1;
        }

        .pad-rig {
            padding-right: 7rem;
        }

        .social-media,
        .news-form {
            width: 100%;
            max-width: 27.3rem;
            margin: 0 1rem;
        }

       .news-btn {
            margin-left: 7.5rem;
        }

       .placecontent{
            margin-bottom: -8%;
            height: 50rem;
        }

        .placevideo{
            display: flex;
            align-content: center;  
            justify-content: center;
            margin-top: -1%;
            height: 0rem;
            width: 60%;
            background-color: #ffc845;
        }

        .colbuttons{
            margin-top: -2.8%;
            box-shadow:  0 2px 2px 0 #7d7d7d, 0 6px 20px 0 rgba(0,0,0,0.8); 
            background-color: #e0e0e0;
            height: 40rem;
            width: 100%;
            padding: 10px;
        }

        .placebuttons{
            margin-left: 60%;
            width: 40%;
            height: 100%;
            background-image:url(./images/ForestBack.png);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 0%;
        }

        .pad-down {
            transform: translateY(0vh);
        }

        .image-group {
            transform: translateY(0vh);
        }

        .disco {
            transform: translateY(0vh);
        }

        .btn-1 {
            transform: translateY(0vh);
        }

    }