@font-face {
    font-family: 'Montserrat';
    src: url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

body, html {
    margin:0;
	top:0;
    font-family: 'Montserrat', sans-serif;
}

a:link, a:visited, a:hover, a:active {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

p, span {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2em;
}

.shadow {
    -webkit-filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, 1.0));
    filter: drop-shadow( 0px 0px 6px rgba(0, 0, 0, 1.0));
    /* Similar syntax to box-shadow */
}

.title {
    font-size: 2.0em;
    font-weight: 600;
    text-transform: uppercase;
    padding:0px 0px 0px 0px;
    letter-spacing: 2px;
    line-height: 1.2em;
}

.bold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.smaller {
    font-size: 0.8em;
}

.bigger {
    font-size: 1.4em;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.blue-text {
    color: #04a9f4;
}

.black-text {
    color: #666;
}

.white-text {
    color: #fff;
}

.margins {
    margin-left: 25px;
    margin-right: 25px;
}

.btn {
    width: 100px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    background-color: rgba(255,255,255,0.3);
}


/* COOKIE BANNER */
#banner-cookie {
    position: relative;
    width: 100%;
}

.cookie-banner {
    
    padding: 5px 35px 25px 35px;
    text-align: center;
}

.close {
    position: relative;
    background-color: #04a9f4;
    color: #fff;
}

.close:hover {
    color: #000;
    border: 1px solid #04a9f4;
}

.hide-close {
    display:none;
}

.cookie-banner.nr2{
    display:none;
}

#accepted1:target ~ div a[href="#accepted1"],
#accepted2:target ~ div a[href="#accepted2"] {
    display:none;
}

#accepted1:target ~ div a[href="#unaccepted1"],
#accepted2:target ~ div a[href="#unaccepted2"] {
    display:block;
}

#accepted1:target ~ div .cookie-banner,
#accepted2:target ~ div .cookie-banner.nr2 {
    display:none;
}

/* HEADER */

/* Main TITLE */    
#home {
    position: relative;
    background: #04a9f4;
    height: 280px;
}

.title-section-header {
    position:absolute;
    font-size:1.3em;
    font-weight:600;
    width: 200px;
    padding: 28px 25px 28px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Main MENU */
#menu {
    position: relative;
    z-index:99;
    margin-left: 60%;
}

    /* BUTTON - Logo */
        .logo-container {
            position:absolute;
            margin: 5px 25px;
            z-index: 2;
        }
    
        .logo {
            position: absolute;
            width:60px;
            height:60px;
            margin:16px;

        }

        .circle-logo {
            width:90px;
            height:90px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: white;
        }

        .text-btn-menu {
            position: absolute;
            font-size: 0.5em;
            color: #fff;
            margin: -7px auto auto 73px;
        }

        .text-btn-menu-fechar {
            color: #666;
            position: absolute;
            font-size: 0.5em;
            margin: -7px auto auto 73px;
        }

    /* Activate MENU Tags */
        .btn-menu {
            display:inline-block;   
        }
    
        .btn-menu.hidden {
            display: none;
        }
        
        .menu-show {
            opacity: 0;
            height: 0;
            margin-left: 60%;
            transition: opacity 0.4s linear, height 1s, margin-left 0.5s linear;
            margin-top: -20px;
            padding-top: 120px;
            font-size: 1,8em;
            font-weight: 700;
            text-align: center;
            color: #777;
            background-color: #fff;
            overflow: hidden;
            text-decoration: none;
            border-radius: 0 0 0 100%;
            -moz-border-radius: 0 0 0 100%;
            -webkit-border-radius: 0 0 0 100%;
            box-shadow: -4px 8px 16px 0px rgba(0,0,0,0.2); 
        }

        .menu-show.nr2{
            display:none;
        }

        #showmenu1:target ~ div a[href="#showmenu1"],
        #showmenu2:target ~ div a[href="#showmenu2"] {
            display:none;
        }

        #showmenu1:target ~ div a[href="#hidemenu1"],
        #showmenu2:target ~ div a[href="#hidemenu2"] {
            display:inline-block;
        }
        
        #showmenu1:target ~ div .menu-show,
        #showmenu2:target ~ div .menu-show.nr2 {
            margin-left: 0;
            height: 700px;
            opacity: 1;
        }
        
    /* Inside MENU Tags */    

        .menu-show a {
            display: block;
            font-size: 1,8em;
            font-weight: 700;
            color: #777;
            padding: 30px 0px 30px 0px;
            background-color: #fff;
            overflow: hidden;
            text-decoration: none;
        }

        .menu-show a:hover {
            background-color: #ddd;
        }


/* CONTENT start */

    .white-box {
        background: #fff;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .blue-box { 
        background: #04a9f4;
        padding-top: 30px;
        padding-bottom: 80px;
        border-radius: 0px 100px 0px 100px;
        -moz-border-radius: 0px 100px 0px 100px;
        -webkit-border-radius: 0px 100px 0px 100px;
    }
   
/* Section A */    
    #section-a {
        margin-top:-150px;
    }

#section-subtitle {
    margin-top: -40px;
}


/* Section VIDEO */

#section-video{
    margin-top: -120px;
}

video {
    width: 100% !important;
    height: auto !important;
    margin-top:-20px;
    border-radius: 100px 0px 100px 0px;
    -moz-border-radius: 100px 0px 100px 0px;
    -webkit-border-radius: 100px 0px 100px 0px;
}

/* Section B */



/* Section C */    
    #contact {
        position: relative;
    }

    .facebook, .instagram {
        width: 80px;
        height: 80px;
        margin: 20px 15px 20px 15px;
    }

    img.facebook-peq, .instagram-peq {
        width: 25px;
        height: 25px;
        margin :-2.5px -8px 0px 7px;
        vertical-align: middle;
    }
    
    img.airbnb-peq {
        /*width: 25px;*/
        height: 25px;
        margin :-2.5px 7px 0px 7px;
        vertical-align: middle;
    }
    

/* Section D */    
    #about {
        position: relative;
    }

    #about-text {
        text-align: center;
    }

/* FOOTER */

    footer {
        float: bottom;
        background-color: #fff;
        height: 40px;
    }

/* 
#####################################################
    Extra small devices (phones, 320px and down)
#####################################################
*/
@media only screen and (max-width: 320px) {

    #menu {
        margin-left: 55%;
    }
    
    .title-section-header {
      letter-spacing: 0px;
      padding: 28px 20px 28px 20px;
    }

    .subtitle-white-box {
        margin-top:-170px
    }

}    
    
/* 
#####################################################
    Medium devices (landscape tablets, 768px and up) 
#####################################################
*/
@media only screen and (min-width: 768px) {

    
    .margins {
        margin-left: 45px;
        margin-right: 45px;
    }

    .title {
        font-size: 2.2em;
    }

    p, span {
        font-size: 1.2em;
        line-height: 2em;
    }
    
    .blue-box { 
        border-radius: 0px 220px 0px 220px;
        -moz-border-radius: 0px 220px 0px 220px;
        -webkit-border-radius: 0px 220px 0px 220px;
    }

    /* Main MENU */
    #menu {
        position: relative;
        z-index:99;
        margin-left: 75%;
    }

    .logo-container {
        margin: 10px 25px;
    }

    .logo {
        width:100px;
        height:100px;
    }

    .circle-logo {
        width:130px;
        height:130px;
    }

    .text-btn-menu {
        font-size: 0.6em;
        margin: -15px auto auto 110px;
    }

    .menu-show {
        width: 200px;
        margin-top: -20px;
        padding-top: 0px;
    }

    #espaco-menu {
        height: 150px;
    }

    #showmenu1:target ~ div .menu-show,
    #showmenu2:target ~ div .menu-show.nr2 {
        height: 1000px;
        opacity: 1;
    }

    .menu-show a {
        width: 170px;
        padding: 40px 0px 40px 10px;
    }

    #home {
        height: 460px;
    }

    /* Section A */    
    #section-a {
        margin-top:-280px;
    }

    .title-section-header {
        font-size:2.3em;
        font-weight:600;
        width: 600px;
        padding: 23px 35px 28px 35px;
    }

    video {
        border-radius: 220px 0px 220px 0px;
        -moz-border-radius: 220px 0px 220px 0px;
        -webkit-border-radius: 220px 0px 220px 0px;
    }

    .subtitle-white-box {
        padding: 190px 35px 80px 35px;
        margin-top:-170px
    }

    #about-text {
        text-align: left;
    }

    footer {
        margin-bottom: 20px;
    }

}

/* 
#####################################################
    Large devices (laptops/desktops, 1024px and up) 
#####################################################
*/
@media only screen and (min-width: 1024px) {

    body {
        display: grid;
        justify-content: center;
        grid-template-columns: 2% 48% 48% 2%;
        grid-template-areas:
        ' . banner-cookie banner-cookie . '
        ' . header header . '
        ' . section-a section-a . '
        ' . section-subtitle section-video . '
        ' . services services . '
        ' . contact contact . '
        ' . about about . '
        ' . footer footer . ';
    }

    .smaller {
        font-size: 0.8em;
    }

    .white-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #menu {
        margin-left:82%;
        padding-top: 90px;
    }

    #showmenu1:target ~ div .menu-show,
        #showmenu2:target ~ div .menu-show.nr2 {
            height: 1200px;
        }

    .menu-show {
        width: 220px;
        margin-top: -110px;
    }

    #espaco-menu {
        height: 250px;
    }

    #banner-cookie {
        grid-area: banner-cookie;
    }

    header {
        grid-area: header;
    }

    #home {
        height: 700px;
        border-radius: 300px 0px 300px 0px;
        -moz-border-radius: 300px 0px 300px 0px;
        -webkit-border-radius: 300px 0px 300px 0px;
    }

    .title-section-header {
        font-size:4em;
        padding: 360px 0px 0px 0px;
        margin-left: 12%;
        -webkit-filter: drop-shadow( 0px 0px 8px rgba(0, 0, 0, 1.0));
        filter: drop-shadow( 0px 0px 6px rgba(0, 0, 0, 1.0));
        z-index:36;
    }

    #section-a {
        grid-area: section-a;
        margin-top:-640px;
        z-index: 6;
    }

    #section-subtitle {
        grid-area: section-subtitle;
        align-self: center;
        padding-top: 100px;
    }

    #section-video {
        grid-area: section-video;
        padding-top: 180px;
    }

    video {
        width: 100% !important;
        height: auto !important;
        margin-top:0px;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
    }

    #services {
        grid-area: services;
    }

    #contact {
        grid-area: contact;
        margin-top: 0px;
    }

    #about {
        grid-area: about;
        margin-top: 20px;
    }

    #about-text {
        text-align: left;
    }

    footer {
        grid-area: footer;
        margin-bottom: 40px;
    }

}

/* 
#####################################################
    Extra large devices (large laptops and desktops, 1290px and up)
#####################################################
*/
@media only screen and (min-width: 1290px) {

    body {
        display: grid;
        justify-content: center;
        grid-template-columns: 10% 40% 40% 10%;
        grid-template-areas:
        ' . banner-cookie banner-cookie . '
        ' . header header . '
        ' . section-a section-a . '
        ' . section-subtitle section-video . '
        ' . services services . '
        ' . contact contact . '
        ' . about about . '
        ' . footer footer . ';
    }

    #banner-cookie {
        grid-area: banner-cookie;
    }

    .cookie-banner {
        width: 100%;
    }

    .menu-show {
        width: 250px;
    }

    .margins {
        margin-left: 75px;
        margin-right: 75px;
    }


    /*.title-section-header {
        padding: 330px 0px 0px 50px;
        margin-top: 0px;
        width: 100%;
    }*/

}
