
    /* 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 {
        background-color:  #FFF;
        font-family: Arial, Helvetica, sans-serif;
        min-height: 101vh;
    }
    
        /* 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;
        }
    
    }
    
        /* 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;
        }
    }

    
    /* Visas */

    .pad-down {
        transform: translateY(5vh);
    }

    .container {
        width: 100%;
        max-width: 122.5rem;
        margin:  0 auto;
        padding: 0 1.4rem;
    }
 
    .cta-btn {
        font-size: 12px;
        background-color: #ffc845;
        padding: 1rem 1.8rem;
        color: #fff;
        border-radius: .4rem;
    }
    
    img {
        width: 100%;
        max-width: 100%;
    }
    
    .global {
        text-align: center;
        margin-top: 3.9rem;
        filter: drop-shadow(0px 1px 0.5px #000000);
    }
    
    .head {
        color: #000;
        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: 18px;
        margin: 5vh;
    }
        
    .image-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        transform: translateY(6.6vh);
    }

    .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);
    }

    .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%);
    }

    .res-info {
        text-align: center;
    }

    @media screen and (min-width: 900px) {

        section {
            padding: 7.9rem;
        }

        .h2-sub {
            font-size: 3rem;
        }

        .head {
            font-size: 4.7rem;
            letter-spacing: .8rem;
        }

        .res-info {
            display: flex;
            align-items: center;
        }

        .res-info > div {
            flex: 1;
        }

        .footer {
            height: 40vh;
        }

    }