body{
    font-family: 'Oswald', sans-serif;
    background-image: url(../images/1/Back2.jpg);
    background-color: #000;
   
}

@font-face {
    font-family: 'Chinese Rocks Rg';
    src: url('../fontes/ChineseRocksRg-Regular.woff2') format('woff2'),
        url('../fontes/ChineseRocksRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.space-area{
    margin-top: 180px;
}

p{
    margin-bottom: 0;
    
}
.container-min{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-med{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
a{
    color: #b4ca80;
    text-decoration: none;
}
a:hover{
    color: #b4ca80;
    opacity: 0.8;
}

@media(max-width: 768px){
    .space-area{
        margin-top: 80px;
    }
    body{
        text-align: center;
    }
  
}


.btsy_title{
    font-family: 'Chinese Rocks Rg', sans-serif;
    text-align: center;
    color: #dd5882;
    font-size: 50px;
}




.line1{
   
    height: 1px;
    display: block;
    background: #b4ca80;
}

.line2{
    height: 15px;
    display: block;
    border-top: 4px solid #b4ca80;
    border-bottom: 1px solid #b4ca80;
    
}


.buttonstyle1{
    border: 1px solid #b4ca80;
    padding: 22px;
    display: inline-block;
    color: #b4ca80;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #eb5d43;
}


.buttonstyle2{
      font-family: 'Chinese Rocks Rg', sans-serif;
    padding: 17px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    background: #b4ca80;
    border-radius: 0 25px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
}
.buttonstyle2:hover{
    color: #000000;
    opacity: 0.8;

}

.oferecemos__list{
    max-width: 600px;
    margin: 50px auto 0;

}
.oferecemos__list li{
    font-size: 30px;
}

@media(max-width: 768px){
    .oferecemos__list li{
        font-size: 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .buttonstyle1{
        font-size: 16px;
        padding: 12px;
    }
    .buttonstyle2{
        font-size: 20px;
        padding: 20px;
    }
}




#intro{
    /*background: url(../images/banner-home.jpg);*/
   /* background-size: cover;
    background-position: center;*/
    height: 100vh;
}
#intro img{
    height: 100vh;
    object-fit: cover;
}

#intro .intro__content h1{
    font-size: 120px;
    line-height: 110%;
    margin-bottom: 30px;

}
#intro .intro__content a{
    margin-bottom: 50px;
}


@media(max-width: 768px){
 
    #intro{
        height: auto;
    }
    #intro img{
        height: auto;
        object-fit: cover;
    }
  
}


#slogan h2{
    text-align: center;
    font-size: 50px;
}

#slogan .container-min{
    text-align: center;
}
#slogan p{
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}

@media(max-width: 768px){
    #slogan h2{
        font-size: 30px;
    }
    #slogan p{
        text-align: center;
        font-size: 25px;
        font-weight: 300;
    }
}

#testimonials{
  color: #fff;
  text-align: center;
}

.testimonials__content{
    max-width: 680px;
    margin: 0 auto;
}
#testimonials .testauthor{
  color: #b4ca80;
  font-size: 28px;
}


@media (max-width: 768px){
.testimonials__content{
    max-width: 260px;
    font-size: 20px;
}
#testimonials .testauthor{
  font-size: 20px;
}



iframe{
    margin: 0;
    height: auto;
    min-height:200px;
}

}

.orcamento{
    color: #fff;
}
.galeriaimages{
    width: 100%;
}
.galeriaimages img{
    width: 25%;
    height: auto;
    border: 3px solid #000;
}



.list li{
    text-align: left;
}
.list{
    margin-top: 60px;
    line-height: 180%;
    font-size: 20px;
    text-align: center;
}


@media (max-width: 768px){
    .galeriaimages img{
        width: 50%;
    }
    .list{
        font-size: 18px;
    }
}

#pacotes{
    margin-top: 100px;
}

.pacotes__item .pacotes_content{ 
    background-size: cover;
    background-position: center;
    height: 500px;
    margin: 20px;
}


.pacotes__item{
    margin: 0;
    padding: 0;
    text-align: center;
   
    background-size: cover;
}
.pacotes__item h3{
    font-size: 50px;
}






.pacotes__txt{
    font-size: 22px;
}

@media (max-width: 768px){

    #pacotes .col-12{
        margin-bottom: 15px;
    }
    .pacotes__item .pacotes_content{
        height: 290px;
        padding: 20px;
         margin: 5px;
         
    }
    .pacotes__item h3 {
        font-size: 35px;
    }

    .pacotes__txt{
        font-size: 18px;
    }
    
}




.contact h3{
      font-family: 'Oswald', sans-serif;

    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin:  30px 0;
}
.contact .formactive input{
    border: 1px solid #b4ca80;
    color: #b4ca80;
    font-weight: 500;
    background: transparent;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}
.contact .formactive button{
    border: none;
    border-radius: 0;
    color: #000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    max-width: 200px;
    display: block;
    margin: 40px auto;
}


#modalform .modal-content{
    background: #000;
}

#modalform input,
#modalform select,
#modalform textarea{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #b4ca80;
    color: #b4ca80;
    font-weight: 500;
    background: transparent;
text-align: center;
font-size: 16px;
}

@media(max-width: 768px){
    .contact h2{
        font-size: 40px;
    }
    .contact h3{
        font-size: 30px;
    }
    .contact .formactive input{
        padding: 10px;
            font-size: 20px;
    }
    .contact .formactive button{
        font-size: 16px;
    }
}

#clients span{
    max-width: 600px;
    margin: 0 auto;
}
#clients h2{
     font-size: 50px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

#logos-clientes {
    margin: 70px 0;
    text-align: center;
}
#logos-clientes img{
    object-fit: contain;
    height: 80px;
    width: 110px;
    margin: 13px;
}

@media (max-width: 768px){
    #clients h2{
        font-size: 28px;
    }
    #logos-clientes img{
        height: 50px;
        width: 70px;
        margin: 5px;
    }
}

footer{
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 768px){
    footer{
        font-size: 16px;
        padding: 0px 20px 60px 20px;
    }
}
.inst-fixed img{
    width: 100%;
}

.inst-fixed{
    bottom: 100px;
    right: 10px;
    position: fixed;
    z-index: 999;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    transition: all ease 0.6s;
}

/*Whaspp*/
.wtpp-fixed img{
    width: 100%;
}
.wtpp-fixed{
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 999;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    transition: all ease 0.6s;
}
.wtpp-fixed:hover{
    background-color: #3fbd57;
    transition: all ease 0.6s;
}

#drinks-personalizados{
    margin: 60px 0 100px;
}

#drinks-personalizados h2{
    font-family: Neoneon, 'Montserrat', sans-serif;
     font-size: 40px;
    text-align: center;
    margin: 30px 0;
    display: block;
}
#drinks-personalizados p{
    text-align: center;
}

#continhofotos{
    text-align: center;
    color: #fff;
}

.minhacasa_image{
        background-image: url(../images/1/btsy1.png);
        height: 460px;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat ;
        margin-bottom: -28px;
}

#minhacasa{
    background-image: url(../images/1/btsy1_bg.jpg);
    background-color: #dd5882;
    padding: 30px 0 0 0;
}
#minhacasa img{
    margin-bottom: -27px;
}
.minhacasa__content{
    font-size: 20px;
    line-height: 180%;
}

@media (max-width: 768px){
    .minhacasa_image{
        height: 320px;
        margin-bottom: -20px;
        order: 2;
    }
}