@import url('https://fonts.cdnfonts.com/css/br-cobane');
@import url('https://fonts.cdnfonts.com/css/futura-std-4');
@import url('https://fonts.cdnfonts.com/css/caviar-dreams');


*{
    scroll-behavior: smooth;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Futura Std', sans-serif;
}

body{
    margin: 0;
	background: #ffffff;
    transition: all 200ms linear;
}

.nav-container{
    color: #FFF;
    margin-top: 10px;
    position: sticky;
    align-items: center;
    text-align: center;
    width: 90vw;
    border-bottom: #ffffff 1px solid;
    margin-left: 5vw;
}

.nav-container a{
    font-size: 30px;
    font-weight: 20;
    color: #FFF;
    letter-spacing: 5px;
    text-decoration: none;
    margin-left: 40px;
}

.hero {
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    scroll-snap-align: start;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.hero-container video{
    height: 100vh;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    scroll-snap-align: start;
}

iframe{
    height: 100vh;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}

.hero-container h1{
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: -100px;
}

.hero-container h2{
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 60px;
}

.hero-container h3{
    font-size: 1em;
    font-weight:500;
    letter-spacing: 5px;
    margin-bottom: 30px;
    /* color: #fff; */
    text-transform: uppercase;
    margin-top: -300px;
}

.hero-container a{
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 80px;
    border-radius: 50px;
    transition: ease-in-out 0.40s;
    margin-top: 300px;
    letter-spacing: 2px;
}

.hero-container a:hover{
    background-color: #dadada;
}

.hero2 {
    height: 70vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: #FFF;
    font-family: 'Caviar Dreams', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;

}

@media(max-width:800px){
    .hero2 {
        height: 40vh;
    }
}

.hero-container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.hero-container2 video{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    top:0;
    left: 0;
    z-index: -1;
}

.hero-container2 h1{
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 5px;
    color: #121212;
    text-transform: uppercase;
    margin-top: 50px;
}

.hero-container2 h2{
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 30px;
    color: #121212;
    text-transform: uppercase;
    margin-top: -20px;
}

.hero-container2 h3{
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: -20px;
    color: #121212;
    text-transform: uppercase;
    margin-top: 0px;
}

.hero-container2 a{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 50px;
    transition: ease-in-out 0.40s;
    margin-top: 50px;
    text-transform: uppercase;
    padding: 15px 80px;
    letter-spacing: 2px;
}

.hero-container2 a:hover{
    background-color: #dadada;
}

.hero-mcDonalds{
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../Src/Fotos/McDonalds/steelMacFinal.jpg);
}

@media (max-width:1600){
    .hero-mcDonalds{
        background-position-y: 200px;
    }
}

.info {
    background-position-y: 0px;
    background-size: 100vw;
    background-size: cover;
    height: 60vh;
    align-items: center;
    justify-content: center;
}

.info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 60vh;
    text-align: center;
    padding: 30px;
}

.info-container h1{
    font-size: 2.5em;
    font-weight: 100;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -200px;
    width: 400px;
}

.info-container h2{
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;;
}


.info-container img{
    width: 50vw;
    margin-top: 500px;
    position: absolute;
}

@media (max-width:1200px) { 

    .info-container img{
        width: 70vw;
    }   

}

.info-container a{
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    background-color: transparent;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 50px;
    transition: ease-in-out 0.40s;
    margin-top: 30px;
    border-color: #FFF;
    border: 1px solid #fff;
}

.info-container a:hover{
    border: 1px solid #BEB28A;
    color: #BEB28A;
}

.solo-image {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../Src/Fotos/Arapoti/solo.jpeg");
    background-position-y: 0px;
    background-size: 100vw;
    background-size: cover;
    height: 55vh;
    align-items: center;
    justify-content: center;
}

.solo-image2{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.));
    background-position-y: 0px;
    background-size: 100vw;
    background-size: cover;

    align-items: center;
    justify-content: center;
    z-index: 999;
}

.solo-image-incepa {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../Src/Fotos/Incepa/destaqueIncepa2.jpeg");
    background-position-y: -200px;
    background-size: 100vw;
    background-size: cover;
    height: 55vh;
    align-items: center;
    justify-content: center;
}

.solo-image-mcdonalds {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../Src/Fotos/McDonalds/769175ad-3b3e-4b21-8bdf-bf415728f7f4.jpg");
    background-position-y: -400px;
    background-size: 100vw;
    background-size: cover;
    height: 55vh;
    align-items: center;
    justify-content: center;
}

.solo-image-quitandinha {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../Src/Fotos/Quitandinha/IMG_0786.JPG");
    /* background-image: linear-gradient( rgba(75, 78, 245, 0.7), rgba(41, 42, 90, 0.7)), url(./Src/home.jpg); */
    background-position-y: -400px;
    background-size: 100vw;
    background-size: cover;
    height: 55vh;
    align-items: center;
    justify-content: center;
}

.solo-image-alamo {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../Src/Fotos/Alamo/50561c97-c138-48fd-be3e-c44db7be4626.webp");
    /* background-image: linear-gradient( rgba(75, 78, 245, 0.7), rgba(41, 42, 90, 0.7)), url(./Src/home.jpg); */
    background-position-y: -400px;
    background-size: 100vw;
    background-size: cover;
    height: 55vh;
    align-items: center;
    justify-content: center;
}

.info-second {
    /* background-image: linear-gradient( rgba(75, 78, 245, 0.7), rgba(41, 42, 90, 0.7)), url(./Src/home.jpg); */
    background-position-y: 0px;
    background-size: 100vw;
    background-size: cover;
    height: 50vh;
    align-items: center;
    justify-content: center;
}

.info-container-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 5%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.info-container-second h1{
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    width: 400px;
}

.info-container-second h2{
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;;
}

.info-third {
    /* background-image: linear-gradient( rgba(75, 78, 245, 0.7), rgba(41, 42, 90, 0.7)), url(./Src/home.jpg); */
    background-position-y: 0px;
    background-size: 100vw;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.info-third img{
    margin-bottom: 100px;
}

#info-first-image{
    margin-bottom: 200px;
    width: 60vw;
}

#info-second-image{
    margin-bottom: -70vh;
    height: 50vw;
    margin-right: 40vw;
}

#info-third-image{
    height: 50vw;
    margin-left: 40vw;
    margin-bottom: -10vh;
}

#info-fourth-image{
    width: 80vw;
    margin-right: 0vw;
    margin-top: 20vh;
}

.info-fourth {
    align-items: center;
    justify-content: center;
}

.info-third img{
    margin-bottom: 100px;
}

#info2-second-image{
    height: 50vw;
    margin-right: 40vw;
    margin-bottom: 100px;
}

#info2-third-image{
    height: 50vw;
    margin-left: 40vw;
    margin-bottom: -70vh;
    margin-top: 100px;
}

@media (max-width:970px) {
    .info-container img{
        width: 90vw;
    }

    #info-first-image{
        margin-bottom: 5vh;
        width: 80vw;
    }
    
    #info-second-image{
        margin-bottom: -30vh;
        height: 80vw;
        margin-right: 30vw;
    }
    
    #info-third-image{
        height: 90vw;
        margin-left: 30vw;
        margin-top: 26vh;
    }
    
    #info-fourth-image{
        width: 90vw;
        margin-right: 0vw;
        margin-top: 20vh;
    }
    
    #info2-second-image{
        margin-bottom: 40vh;
        height: 80vw;
        margin-left: 70vw;
    }
    
    #info2-third-image{
        height: 80vw;
        margin-top: 40vh;
        margin-right: 70vw;
    }

    .hero {
        object-fit: cover;
        align-items: center;
        justify-content: center;
        z-index: 999;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-position-x: -0px;
        background-position-y: 0;
    } 
}

.navbar-bottom{
    margin-left: 100px;
    margin-bottom: 30px;
}

.social{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.social img{
    width: 10px;
}

.social a{
    color: #fff;
    margin-right: 0vw;
    margin-top: 10px;
    font-size: 18px;
    transition: ease-out 0.2s;
}

.navbar-bottom{
    text-align: center;
}

.navbar-bottom img{
    width: 100px;
}

#title{
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#sub-title{
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
    font-size: 20px;
    letter-spacing: 5px;
}

.title-container{
    margin-bottom: 50px;
    margin-left: 0px;
}

.owl-container{
    text-align: start;
    padding: 150px 10vw 100px;
    color: white;
    background-color: #222222;
}

.item-demo-text{
    padding-top: 12vw;
}

#owl-demo .item{
    padding: 30px 0px;
    margin: 30px;
    color: #FFF;
    height: 35vw;
    width: 25vw;
    align-items: left;
    background-size: cover;
    border-left: #b9b9b9 0.5px solid;
}

.item-demo-image{
    position: absolute;
    height: 23vw;
    width: 25vw;
    background-size: cover;
    margin-top: -30px;
}

#owl-demo .item a{ 
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    text-decoration: none;
    font-weight: 200;
    font-size: 14px;
    margin-top: 17vw;
    transition: 0.4s ease-in-out;
    margin-left: -20px;
    letter-spacing: 3px;
}

#owl-demo .item a:hover{
    color: #b37d4b;
 }

#owl-demo .item i{ 
    color: #fff;
    text-transform: uppercase;
    padding: 11px 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-style: normal;
    margin-right: 20px;
    letter-spacing: 0;
    font-size: 20px;
}
    
#owl-demo .item h2{ 
    position: absolute;
    margin-left: 30px;
    margin-top: 12vw;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
}
  
#owl-demo .item h3{ 
    position: absolute;
    margin-left: 30px;
    margin-top: 13.5vw;
    font-size: 18px;
    font-weight: 200;
}

.a1{ 
    background-image: url(./Src/Empreendimentos/city-5716456_1920.jpg);
  
}

#owl-demo{
    margin: 0px;
}

@media screen and (max-width:1100px) {
    .owl-container{
        text-align: start;
        padding: 150px 2vw 100px;
        color: white;
    }

    #owl-demo .item a{ 
        padding: 12px 50px;
        font-weight: 200;
        font-size: 14px;
        margin-top: 19vw;
        margin-left: -30px;
        letter-spacing: 3px;
    }

    #owl-demo .item i{ 
        padding: 11px 15px;
        border-radius: 50px;
        border: 1px solid #fff;
        margin-right: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width:709px) {
    .owl-container{
        text-align: start;
        padding: 150px 2vw 100px;
        color: white;
    }

    #owl-demo .item h2{ 
        margin-top: 65vw;
    }

    #owl-demo .item a{ 
        margin-top: 80vw;
    }
    /* 
    #owl-demo .item i{ 
        padding: 11px 15px;
        border-radius: 50px;
        border: 1px solid #fff;
        margin-right: 20px;
        font-size: 12px;
    } */ 

    #owl-demo .item{
        padding: 30px 0px;
        margin: 30px;
        color: #FFF;
        height: 100vw;
        width: 85vw;
        align-items: left;
        background-size: cover;
        border-left: #140b0b 0.5px solid;
    }
    
    .item-demo-image{
        position: absolute;
        height: 80vw;
        width: 80vw;
        background-size: cover;
        margin-top: -30px;
    }
}

.side-bar{
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 45vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    z-index: 999;
    font-family: 'Futura Std', sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 4px;
    text-align: right;
    overflow-y: hidden;
}

@media(max-width:700px){
    .side-bar{
        width: 80vw;
    }
}
   
.side-bar.active{
    left: 0;
}
   
.side-bar .menu{
    width: 100%;
    margin-top: 10vh;

}
   
.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}
   
.side-bar .menu .item a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
    padding-right: 40px;
    transition: 0.3s ease-in-out;
}
   
.side-bar .menu .item a:hover{
    color: #fff;

}
   
.side-bar .menu .item i{
    margin-right: 15px;
}
   
.side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 22px 230px;
    transition: 0.3s ease;
}
   
.side-bar .menu .item .sub-menu{
    background: rgba(255, 255, 255, 0.1);
    display: none;
}
   
.side-bar .menu .item .sub-menu a{
    padding-right: 80px;
}

.rotate{
    transform: rotate(90deg);
}
   
.close-btn{
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
    z-index: 99999;
}
   
.menu-btn{
    position: fixed;
    color: #fff;
    font-size: 18px;
    margin: 25px 1vw;
    cursor: pointer;
    transition: 0.40s ease-in-out;
    z-index: 9999;
}

.menu-btn h1{
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    margin-top: 4px;
    margin-left: 35px;
    letter-spacing: 3px;
    font-weight: 400;
}

.menu-btn:hover{
    color: #c4c4c4;
}

.navbar{
    position: fixed;
    height: 80px;
    text-align: center;
    /* border-bottom: 0.5px solid rgb(209, 209, 209); */
    width: 100vw;
    z-index: 999;
    -webkit-transition : all 0.2s ease-in-out;
    padding-bottom: 10px;
    margin-top: 10px;
    transition: ease-in-out 0.3s;
    padding: 0 5vw;
}

.navbar img{
    position: absolute;
    width: 70px;
    margin-left: -8.4vw;
    align-self: center;
    -webkit-transition : all 0.3s ease-in-out;

}

.navbar.scroll-on{
    border-bottom: 0px solid rgb(236, 236, 236);
    background: rgba(0, 0, 0, 0.301);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100vw;
    margin-left: 0;
    height: 60px;
    margin-top: 0px;
    padding-bottom: 0px;
    transition: ease-in-out 0.3s;
    /* padding: 5px 80px 0 ; */
}

.navbar.scroll-on .menu-btn{
    margin-top: 18px;
}

.navbar.scroll-on img{
	width: 50px;
    margin-left: -7.7vw;
    margin-top: 5px;
	-webkit-transition : all 0.3s ease-in-out;
	transition : all 0.3s ease-out;
  
}

@media(max-width:700px){
    .navbar img{
        margin-left: -12.8vw;
    }

    .navbar.scroll-on img{
        margin-left: -12vw;
    }
}

.hotbar{
    background-color: #151515;

    padding-top: 50px;
}

.hotbar a{
    text-decoration: none;
    color: #FFF;
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: 200;
    font-size: 20px;
    transition: 0.4s ease-in-out;
}

.hotbar a:hover{
    color: #969696;
}

.logo-text{
    text-align: center;
    color: #FFF;
}

.footer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    background: #151515;
    border-bottom: 0.5px solid #3B3B3B;
    border-top: 0.5px solid #3B3B3B;
    margin: 40px 200px;
    padding: 30px;
}

.footer-content img{
    width: 100px;
    margin-top: -20px;
    
}

.footer-content h4{
    color: #FFF;
    margin-bottom: 0.5rem;
    font-size: 20px;
}

.footer-content li{
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    list-style-type: none
    
}

.footer-content li a{
    color: #d6d6d6;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    text-decoration: none;
}

.footer-content li a:hover{
    transform: translateY(-3px) translateX(-5px);
    color: #FFF;
}

.footer-content p{
    color: #d6d6d6;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: start;
}

#footer-info{
    margin-top: -25px;
    margin-left: 10px;
    font-weight: 500;
}

#place{
    font-weight: 400;
}

.icons{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.icons a{
    display: inline-block;
    font-size: 30px;
    color: #d6d6d6;
    margin-right: 17px;
    transition: all .40s ease;
    text-decoration: none;
}

.icons a:hover{
    color: #d6d6d6;
    transform: translateY(-3px) translateX(-5px);
}

.made{
    background-color: #151515;
}

.made-container{
    margin: 40px 200px 0 200px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    background: #151515;
}

.made-container h2{
    color: #FFF;
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Caviar Dreams', sans-serif;
}

.made-container a{
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Caviar Dreams', sans-serif;
    justify-content: end;
}

@media (max-width: 860px) {

    .footer-content li{
        text-align: center;
    }

    .hotbar{
        background-color: #151515;
        height: 400px;
    }

    .footer{
        margin: 40px 20px 0px;
    }

    .made-container{
        margin: 0px 0px;
        text-align: center;
    }
}

.whats{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 100px;
    background-color: #0db87c;
    transition: 0.4s ease-in-out;  
}

.whats img{
    width: 40px;
    height: 40px;
    margin: 10px;
    margin-bottom: 3px;
}

.whats:hover{
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    background-color: #dbdbdb;
}

.instagram{
    position: fixed;
    bottom: 105px !important;
    right: 40px;
    z-index: 99999;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 100px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
    #fd5949 45%,#d6249f 60%,#285AEB 90%);
    transition: 0.4s ease-in-out;  
    width: 60px;
    height: 60px;
}

.instagram img{
    width: 35px !important;
    height: 35px !important;
    margin: 12px !important;
    margin-bottom: 3px;
}

.instagram:hover{
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    box-shadow: 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%), 0 1px 10px 0 rgb(0 222 10 / 100%);
    background-color: #dbdbdb;
}

@media screen and (max-width:1260px) {
    .whats img{
        width: 40px;
        height: 40px;
        margin: 10px;
        margin-bottom: 5px;
    }

    .whats {
        right: 20px;
        bottom: 20px;
    }

    .instagram img{
        width: 35px !important;
        height: 35px !important;
        margin: 12px !important;
        margin-bottom: 5px;
    }

    .instagram {
        right: 20px;
        bottom: 30px;
    }
}

.text-info{
    background-color: #fafafa;
}

#text-info{
    background-color: #fafafa;
}

.text-info-content{
    text-align: center;
    padding: 80px 15vw; 
    color: #121212;
}

.text-info-content h1{
    padding-bottom: 20px;
    margin: 0 200px;
}

.text-info-content h2{
    font-weight: 200;
    line-height: 30px;
    font-size: 17px;
    padding: 0 150px;
    color: #575757;
}

.text-info-content a{
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #000000;
    color: #000000;
    padding: 15px 60px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    transition: 0.45s ease-in-out;
    letter-spacing: 3px;
    margin-top: 60px;
}

.text-info-content a:hover{
    background-color: #dadada;
    border: 1px solid #dadada;
}

.text-info-content .title{
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.border{
    background-color: #d2d2d2;
    height: 2px;
    margin: 0 510px 40px;
}


#white{
    background-color: #FFF;
}

#beige{ 
    background-color: #8F8575;
}

.hero-info {
    height: 70vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 40%;
}

@media (max-width:1360px) {
    .text-info-content{
        padding: 80px 10vw; 
    }
    
    /* .text-info-content h1{
        margin: 0 200px;
    }
    
    .text-info-content h2{
        padding: 0 200px;
    } */
}

@media (max-width:1100px) {
    .text-info-content{
        padding: 80px 5vw; 
    }
    
    .text-info-content h1{
        margin: 0 100px;
    }
    
    .text-info-content h2{
        padding: 0 100px;
    }
}

@media (max-width:700px) {
    .text-info-content{
        padding: 50px 5vw 50px; 
    }
    
    .text-info-content h1{
        margin: 0 20px;
    }
    
    .text-info-content h2{
        padding: 0 20px;
    }
}

@media (max-width:970px) {
    .hero-info {
        height: 40vh;
        width: 100%;
        align-items: center;
        justify-content: center;
        z-index: 999;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 40%;
    }
    
}

.text-info-image{
    padding: 100px 0 0 0;
}

.text-info-image #image1{
    height: 60vw;
    padding-bottom: 480px;
}

.text-info-image #image2{
    position: absolute;
    height: 40vw;
    padding-top: 600px;
    margin-left: -6.3vw;
}

.text-info-image #image3{
    position: absolute;
    height: 30vw;
    padding-top: 30px;
    margin-left: 7vw;
}

@media (max-width:900px) {
    .text-info-image #image1{
        padding-bottom: 280px;
    }

    .text-info-image{
        padding: 0px 0 0 0;
    }

    .text-info-image #image2{
        position: absolute;
        height: 40vw;
        padding-top: 300px;
        margin-left: -10.3vw;
    }
    
    .text-info-image #image3{
        position: absolute;
        height: 30vw;
        padding-top: 0px;
        margin-left: 3vw;
    }
}

@media (max-width:510px) {
    .text-info-image #image2{
        position: absolute;
        height: 50vw;
        padding-top: 200px;
        margin-left: -20.3vw;
    }
    
    .text-info-image #image3{
        position: absolute;
        height: 30vw;
        padding-top: 0px;
        margin-left: 6vw;
    }
}

.text-owl-container{
    text-align: start;
    color: white;
    padding-bottom: 0px;
}

#owl-text-info .item{
    /* background: #E7E7E7; */
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 80vh;
    align-items: left;
    background-size: cover;
    background-color: transparent;
}

#owl-text-info .item img{ 
    position: absolute;
    font-weight: 400; 
    width: 55vw;    
}

#owl-text-info .item a{ 
    color: #000;
    text-transform: uppercase;
    border-radius: 50px;
    margin-left: 57vw;
    text-decoration: none;
    font-weight: 400;
    margin-top: 280px;
    transition: 0.4s ease-in-out;
}

#owl-text-info .item i{ 
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
  
}

#owl-text-info .item a:hover{ 
}

#owl-text-info .item h1{ 
    padding-top: 200px;
    margin-left: 57vw;
    font-weight: 400; 
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}
    
#owl-text-info .item h2{ 
    color: #3B3B3B;
    margin-left: 57vw;
    padding: 20px 0;
    font-weight: 100; 
    font-size: 16px;
    width: 30vw;
    line-height: 25px;
}

#owl-text-info .item .owl-text-info-description{
    position: absolute;
}

@media (max-width:900px) {
    #owl-text-info .item h1{ 
        padding-top: 100px;
    }
}

@media (max-width:830px) {
    .text-owl-container{
        padding-bottom: 0px;
    }
}

@media (max-width:630px) {
    .text-owl-container{
        padding-bottom:0px;
    }

    #owl-text-info .item img{ 
        width: 100vw;    
    }
    
    #owl-text-info .item a{ 
        margin-left: 10vw;
        margin-top: 400px;
    }
    
    #owl-text-info .item h1{ 
        padding-top: 360px;
        margin-left: 10vw;
    }
        
    #owl-text-info .item h2{ 
        margin-left: 10vw;
        width: 75vw;
    }

    .text-info-image{
        padding: 100px 0 100px 0;
    }
}

.markWrapper{
    position: relative;
    background-color: #b37d4b;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;  
    -webkit-box-shadow: 0px 0px 10px 0px #161616; 
    z-index: +1;
    font-family: 'Caviar Dreams', sans-serif;
}

.mark{
    margin: 5px 80px 5px 80px;
    color: #F7F7F7;
}

.mark h1{
    font-size: 40px;
    margin: 15px 0px -10px 0px;
    font-weight: 700;
    font-family: 'br-cobane', sans-serif;
}

.mark h2{
    font-weight: 300;
    font-size: 20px;
    font-family: 'br-cobane', sans-serif;
}

@media screen and (max-width:960px) {

    .hero-container h1{
        font-size: 3em;
    }

    .hero-container h2{
        font-size: 1.1em;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .hero-container2 h1{
        font-size: 3em;
    }
    
    .hero-container2 h2{
        font-size: 1.2em;
    }
    
    .hero-container2 h3{
        font-size: 1em;
    }

    .markWrapper{
        margin-top: 40px;
        padding: 20px 0;
    }

    .markSoleira{
        border-bottom: solid 10px #fff; 
    }
}

@media (max-width:962px) {
    .markWrapper{
        margin-top: 0px;
    }

    .mark{
        margin: 0px 80px 0px 80px;
        color: #F7F7F7;
        border-bottom: 1px solid white;
    }
    
    .mark h1{
        font-size: 36px;
        margin-bottom: -5px;
    }
}

.medium-image {
    text-align: center;
}

.medium-image img{
    width: 50vw;
    object-fit: cover;
    height: 400px;
    padding-bottom: 100px;
}

.medium-image video{
    width: 50vw;
    object-fit: cover;
    height: 400px;
    padding-bottom: 100px;
}

.medium-image-4x4 {
    text-align: center;
    object-fit: cover;
}

.medium-image-4x4 img{
    width: 27vw;
    margin: 0 5px;
    object-fit: cover;
}

.grid-container{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

#middle{
    background-position-y: -10vw;
}

@media(max-width:600px){

    #middle{
        background-position-y: -5vh;
    }

    .text-info-content .title{
        margin-bottom: 0px;
        font-size: 27px;
        font-weight: 500;
        text-align: left;
    }
    
    .text-info-content h2{
        font-weight: 200;
        line-height: 30px;
        font-size: 16px;
        color: #575757;
        text-align: left;
    }

    .text-info-content h1{
        padding-bottom:0px;
    }
}

.hamburger{
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 2px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.hamburger > div{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 2px;
    width: 100%;
    transition: all  0.4s ease;
}

.hamburger > div::before{
    content: '';
    position: absolute;
    top: -6px;
    left: 0px;
    background: white;
    width: 60%;
    height: 2px;
    transition: all  0.4s ease;
}
.hamburger > div::after{
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    background: white;
    width: 100%;
    height: 2px;
    transition: all  0.4s ease;
}

.text-info-image2{
    padding: 100px 0 0 0;
}

.text-info-image2 #image1{
    width: 55vw;
    padding-bottom: 50vw;
    z-index: 3;
}

.text-info-image2 #image2{
    position: absolute;
    height: 40vw;
    padding-top: 30vw;
    margin-left: -18vw;
    z-index: 1;
}

.text-info-image2 #image3{
    position: absolute;
    height: 25vw;
    padding-top: 30px;
    margin-left: 2vw;
    z-index: 0;
}

@media (max-width:900px) {

    .text-info-image2{
        padding: 0px 0 0 0;
    }

    .text-info-image2 #image2{
        position: absolute;
        height: 40vw;
        padding-top: 35vw;
        margin-left: -10.3vw;
    }
    
    .text-info-image2 #image3{
        position: absolute;
        height: 30vw;
        padding-top: 0px;
        margin-left: 3vw;
    }
}

#info-home{
    width: 100vw;
}

.text-info-content .sub{
    margin-bottom: 60px;
}

.full-page-scroll{
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
}

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 1;
}

.preloader-hidden{
    opacity: 0;
    visibility: hidden;
}

.dots {
    list-style-type: none;
    padding: 0;
    margin: 50vh 50vw;
    position: absolute;
    background: white;
    width: 110px;
    height: 110px;
    -webkit-filter: blur(4px) contrast(10);
  }
  
  .dot {
    transform-origin: 50% -20px;
    position: absolute;
    top: 75px;
    left: 45px;
  }
  
  .dot-gfx {
    background: black;
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
  
  @keyframes dot-anim-1 {
    0% {
      transform: rotate(0);
    }
    60% {
      transform: rotate(1080deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot:nth-child(1) {
    transform: rotate(0);
    animation: dot-anim-1 4.5s ease-in-out infinite;
  }
  
  @keyframes dot-anim-2 {
    0% {
      transform: rotate(0);
    }
    70% {
      transform: rotate(1080deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot:nth-child(2) {
    transform: rotate(0);
    animation: dot-anim-2 4.5s ease-in-out infinite;
  }
  
  @keyframes dot-anim-3 {
    0% {
      transform: rotate(0);
    }
    80% {
      transform: rotate(1080deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot:nth-child(3) {
    transform: rotate(0);
    animation: dot-anim-3 4.5s ease-in-out infinite;
  }
  
  @keyframes dot-anim-4 {
    0% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(1080deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot:nth-child(4) {
    transform: rotate(0);
    animation: dot-anim-4 4.5s ease-in-out infinite;
  }
  
  @keyframes dot-anim-5 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(1080deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot:nth-child(5) {
    transform: rotate(0);
    animation: dot-anim-5 4.5s ease-in-out infinite;
  }

.numberTotal{
    display: flex;
    justify-content: center;
}

.numberTotal h1{
    padding: 0 5px 0 0;
}

.older-services-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: center;
    text-decoration: none;
}

.older-services-item{
    width: 33%;

    margin: 10px;
}

.older-services-image{
    position: flex;
    height: 21vw;
    width: 100%;
    background-size: cover;
    min-height: 400px;
}

.older-services-card{
    border-left: 1px solid #fff;
}

.older-services-card h1{
    padding-top: 20px;
    margin-left: 25px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.older-services-card h2{
    padding: 20px 30px 20px 25px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
}

a{
    text-decoration: none !important;
}

@media(max-width:1450px){
    .older-services-item{
        width: 33%;
        margin: 10px;
        min-width: 240px;
    }
    
    .older-services-image{
    
    }
}

@media(max-width:780px){
    .owl-container{
        padding: 80px 2vw 80px;
    }

    #title{
        font-size: 13px;
    }

    .older-services-wrapper{
        flex-direction: column;
    }

    .older-services-card{
        border-left: 0px solid #fff;
    }

    .older-services-item{
        width: 92.5vw;
    }
    
    .older-services-image{
        height: 45vw;
        width: 92.5vw;
        min-height: 300px;
    }

    .older-services-card h1{
        margin-left: 10px;
        font-size: 19px;
        letter-spacing: 4px;
        font-weight: 400;
    }
    
    .older-services-card h2{
        padding: 10px;
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 1.5px;
    }
}

.split-info{
   display: flex;
   flex-direction: row;
   align-items: center;
   text-align: left;
   justify-content: center;
   text-decoration: none;
   padding: 2vw;
}

.split-info-reverse{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
    justify-content: center;
    text-decoration: none;
    padding: 2vw;
}

.split-image{
    width: 45vw;
    height: 450px;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.split-image video{
    width: 45vw;
    height: 450px;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.split-text{
    width: 25vw;
    padding: 5vw;
}

.split-info-reverse .split-text{
    width: 25vw;
    padding: 5vw;
}

.split-text .title{
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.split-text .sub{
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 0 2vw 0 0;
    color:#6b6b6b;
}

.split-text a{
    display: flex;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #000000;
    color: #000000;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    transition: 0.45s ease-in-out;
    letter-spacing: 3px;
    margin-top: 40px;
    width: 200px;
}

.split-text a:hover{
    background-color: #dadada;
    border: 1px solid #dadada;
}

#spacing{
    margin-bottom: 50px;
}

#spacing-top{
    margin-top: 50px;
}

#spacing-h{
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width: 1100px) {
    .split-image{
        width: 50vw;
    }
    
    .split-image video{
        width: 50vw;
    }
    
    .split-text{
        width: 40vw;
    }
    
    .split-info-reverse .split-text{
        width: 40vw;
    }
}

@media (max-width: 600px) {
    .split-image{
        width: 90vw;
        height: 80vw;
        margin: 5vw;
    }
    
    .split-image video{
        width: 90vw;
        height: 80vw;
    }
    
    .split-text{
        width: 80vw;
        padding: 5vw;
    }
    
    .split-info-reverse .split-text{
        width: 80vw;
        padding: 5vw;
    }

    .split-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        text-decoration: none;
        padding: 0;
    }
     
    .split-info-reverse{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        justify-content: center;
        text-decoration: none;
        padding: 0;
    }

    .grid-container{
        flex-direction: column;
        padding-bottom: 0px;
    }

    .medium-image-4x4 img{
        width: 80vw;
        margin: 5px;
    }

    .medium-image img{
        width: 90vw;
        height: 90vw;
        padding-bottom: 100px;
    }
}