@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    scroll-behavior: smooth;
}
.menu-content{
    width: 100%;
    padding: 20px;
    height: 80px;
    background-color: #fff;
}
.navbar{
    position: fixed;
    width: 100%;
    z-index: 100;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
-moz-box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
}
.navbar.sticky{
    padding: 15px 0;
    background: #daa520;
    -webkit-box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
-moz-box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
box-shadow: 0 3px 6px 0 rgb(50,50,50,30%);
}
.navbar .menu-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo a{
    color: #949494;
    font-size: 35px;
    font-weight: 600;
}
.navbar .logo img{
    width: 160px;
}
.navbar .logo a span{
    color: #daa520;
    transition: all 0.3s ease;
}
.navbar.sticky .logo a span{
    color: #daa520;
}
.navbar .menu li{
    list-style: none;
    display: inline-block;
}
.navbar .menu li a{
    display: block;
    color: #949494;
    font-size: 20px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
    text-decoration: none;
}
.navbar .menu li a:hover{
    border-top: 1px solid #2A568D;
    transform: 0.5s;
}
.navbar .sticky .menu li a:hover{
    border-top: 1px solid #2A568D;
    transition: 0.5s;
}
.menu-btn{
    color: #949494;
    font-size: 23px;
    cursor: pointer;
    display: none;
}

.content-head{
    width: 100%;
    height: 100vh;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
    -webkit-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
    -moz-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
    -o-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
    linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: grid;
}
.content-head h1{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 40px;
    padding-left: 20px;
    padding-top: 250px;
}
.content-head span{
    color: #2A568D;
    font-family:  Montserrat;
    font-size: 25px;
    line-height: 130%;
}
.content-video{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: grid;
    padding-bottom: 10px;
}
.content-video .video{
    width: 665px;
    border-radius: 30px;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.content-video .text{
    width: 40%;
    margin: 5px;
    padding: 5px;
}

.content-video .text .line1{
    width: 150px;
    height: 3px;
    background-color: #8AD11E;
    margin-top: -15px;
    margin-bottom: -30px;
}
.content-video .text h2{
    font-size: 20px;
    color: #949494;
    padding-bottom: 20px;
    text-align: left;
}
.content-video .text p{
    color: #2b2a2a;
    padding-bottom: 40px;
    padding-top: 60px;
    text-align: left;
}
.content-video .text button{
    border: none;
    background-color: #08bf0a;
    border-radius: 15px;
    width: 75%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 10%;
    border: none;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.content-video .text button:hover, .content-video .text button:focus{
    background-color: #fff;
    border: 2px solid #08bf0a;
    border-radius: 15px;
    color: #08bf0a;
}
.icons{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.icontext{
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: top;
    align-items: center;
    flex-direction: column;
}.icontext .img, .img2{
    width: 80px;
    height: 80px;
    background-color: #08bf0a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
}
.icontext .img img{
    width: 40px;
    filter: invert();
}
.icontext .img2 img{
    width: 40px;
}.icontext p{
    text-transform: uppercase;
    font-size: 15px;
    color: #858282;
    font-weight: bolder;
    text-align: center;
}
.content-lote{
    background-color: #daa520;
    width: 100%;
}
.planta{
    color: #949494;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
}
.planta1{
    color: #949494;
    font-size: 20px; 
    text-align: left; 
    padding-left: 130px;
    margin-bottom: 20px;
}
.outradesc{
    width: 80%;
    margin: 10px auto;
    color: #2b2a2a;
    padding-bottom: 10px;
    text-align: center;
}
.content-03{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: grid;
    background-color: #fff;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-image: url(../image/bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3b3d47;
}
.content-03 .text{
    width: 75%;
    height: auto;
    text-align: center;
    margin-bottom: 55px;
    margin-top: -10px;
}
.content-03 .text h3{
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bolder;
}.content-03 .text .span1{
    font-size: 25px;
}
.content-03 .text span{
    font-size: 20px;
}
.content-03 .text .parcela{
    font-size: 20px;
}.content-03 .text h5{
    color: #fff;
    font-size: 20px;
}
.content-03 .text p{
    margin: 10px;
    color: #fff;
    font-size: 40px;
}
.content-03 .text button{
    width: 330px;
    height: 50px;
    background-color: #08bf0a;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: -100px;
}
.content-03 .text button:hover, .content-03 .text button:focus{
    background-color: #fff;
    border: 2px solid #08bf0a;
    border-radius: 15px;
    color: #008026;
}
.content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
}
.content-01{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: grid;
    margin-top: 30px;
}
.content-01 .text{
    width: 40%;
    margin: 5px;
    padding: 5px;
}
.content-01 .text .line1{
    width: 150px;
    height: 3px;
    background-color: #8AD11E;
    margin-top: -25px;
    margin-bottom: -50px;
}
.content-01 .text h1{
    font-size: 20px;
    color: #949494;
    padding-bottom: 40px;
}
.content-01 .text p{
    padding-top: 70px;
    margin: 10px;
    color: #2b2a2a;
}
.content-01 .text ul{
    margin: 10px;
    color: #2b2a2a;
}
.content-01 .image{
    width: 40%;
    margin: 5px;
    padding: 5px;
    
}

.duas-img{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.duas-img img{
    width: 30%;
    height: auto;
    border-radius: 10px;
    margin: 10px;
}

.content-01 .image img{
    width: 100%;
    border-radius: 13px;
}



/* 02 */
.content-02{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: grid;
    margin-top: 50px;
}
.content-02 .text{
    width: 40%;
    margin: 5px;
    padding: 5px;
}
.content-02 .text .line1{
    width: 150px;
    height: 3px;
    background-color: #8AD11E;
    margin-top: -25px;
    margin-bottom: -50px;
}
.content-02 .text h2{
    font-size: 20px;
    color: #949494;
    padding-bottom: 40px;
}
.content-02 .text p{
    margin: 10px;
    color: #2b2a2a;
    padding-top: 60px;
}
.content-02 .image{
    width: 40%;
    margin: 5px;
    padding: 5px;
}
.content-02 .image img{
    width: 100%;
    height: 349px;
    border-radius: 13px;
}
.localizacao{
    width: 100%;
    text-align: center;
}
.localizacao h1{
    margin-bottom: 20px;
    color: #949494;
    font-size: 29px;
}
.localizacao p{
    padding-left: 114px;
    padding-right: 114px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #2b2a2a;
    padding-bottom: 30px;
}
.mapas{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapa01{
    width: 81%;
}
.mapa01 img{
    width: 100%;
    border-radius: 13px;
}
.form .text{
    width: 60%;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: -30px;
    text-align: center;
}

.line{
    width: 100px;
    height: 3px;
    background-color: #8AD11E;
    margin: 10px auto;
}
.localizacao .line{
    width: 100px;
    height: 3px;
    background-color: #8AD11E;
    margin: 10px auto;
}
.form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #434955;
    background-blend-mode: soft-light;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form .contactform{
    width: 75%;
}
.form h2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -25px;
}
.botoes{
    text-align: center;
}
.botoes button{
    width: 185px;
    height: 40px;
    background-color: #08bf0a;
    border: none;
    color: #fff;
    border-radius: 15px;
    padding: 5px;
    margin: 10px;
    text-align: center;
    border: none;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.botoes .fab{
    font-size: 15px;
}
.form button:hover, .form button:focus{
    background-color: #fff;
    border: 3px solid #08bf0a;
    color: #08bf0a;
    transition: 0.5s;
    font-weight: bold;
}
.form .contactform .form-box{
    width: 50%;
}
textarea{
    width: 40%;
    height: 60px;
    display: block;
    border: none;
    border-radius: 15px;
    margin: 5px auto;
    padding: 10px;
    background-color: #353b47;
    color: #cccaca;
}
form{
    margin: 5px;
    padding: 5px;
    text-align: center;
}
label{
    display: block;
    font-size: 20px;
}
input{
    width: 40%;
    height: 35px;
    border: none;
    margin: 5px auto;
    border-radius: 15px;
    padding: 5px;
    color: #cccaca;
    background-color: #353b47;
}
input[type='email']{
    display: block;
    width: 40%;
    height: 35px;
    border: none;
    margin: 5px auto;
}
input[type='submit']{
    width: 40%;
    background-color: #ffffff00;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    border: none;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
input[type='submit']:hover, input[type='submit']:focus{
    background-color: #08bf0a;
    transition: 0.5s;
}

 
 :-moz-placeholder{
    color: #fff;  
 }
 
 ::-moz-placeholder{
    color: #fff;  
 }
 
 :-ms-input-placeholder{  
    color: #fff;  
 }

.footer2{
    width: 100%;
    height: 40px;
    background-color: #353534;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: grid;
    padding: 10px auto;
}
.footer2 h3{
    margin: 10px;
    color: #949494;
    font-size: 10px;
}
.footer2 h3:hover{
    color: #fff;
}
.footer2 img{
    height: 25px;
}

.footer2 a{
    text-decoration: none;
}
.form .text2{
    width: 60%;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: -30px;
    text-align: center;
}
.outros2{
    margin-top: -80px;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}.outros2 h1{
    color: #949494;
    text-align: center;
}.outros2 li{
    font-size: 20px;
    padding-left: 150px;
}

.alert-lot{
    width: 100%;
    min-height: 40px;
    height: auto;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 5px;
}.alert-lot span{
    font-weight: bolder;
    font-size: 20px;
}.alert-lot a{
    text-decoration: underline;
    color: #fff;
}

.aviso{
    width: 100%;
    height: 20px;
    background-color: #08bf0a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #fff;
    z-index: 999;
    top:0;
    position: absolute;
}.aviso h1{
    font-size: 13px;
}
.aviso p{
    font-size: 13px;
    margin-left: 40%;
}

.video2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.video2 video{
    width: 665px;
    border-radius: 30px;
    margin: 5px;
    padding: 5px;
}

@media (max-width: 947px){
    .duas-img{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -10px;
} 

.duas-img img{
    width: 60%;
    height: auto;
    border-radius: 10px;
    margin: 15px;
}
    .video2 video{
        width: 90%;
        height: auto;
        border-radius: 0px;
    }
    .planta1{
        padding-left: 10px;
    }
    .planta{
        font-size: 22px;
    }
    .outros2 li{
        font-size: 15px;
    }
    .icontext p{
        font-size: 12px;
    }
    .content-03 .text .parcela{
        font-size: 17px;
    }
    .content-02 .image img{
        height: auto;
    }
    .form .text{
        font-size: 8px;
    }
    .outradesc{
        font-size: 18px;
        display: flex;
        align-items: left;
        justify-content: left;
    }
    .footer2 img{
        height: 40px;
    }
   
    .footer2{
        flex-direction: column;
        height: auto;
    }
    .footer2 h3{
        margin: 3px;
        font-size: 8px;
    }
    .footer2 img{
        padding-bottom: 10px;
    }
    .navbar .logo img{
        width: 140px;
    }
    .menu-content{
        padding: 0 50px;
    }
    .content-video{
        margin-top: 45px;
        height: auto;
        flex-direction: column;
    }
    .content-video .video{
        width: 90% !important;
        height: 300px !important;
        margin-top: -40px;
    }
     .content-video .video video{
        width: 90% !important;
        height: 250px !important;
    }
    .content-video .text{
        width: 90%;
    }
    .mapa01{
        background-position: left;
    }
    .content-head h1{
        font-size: 30px;
    }
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #fff;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease-in-out;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }   
    .content-01{
        flex-direction: column;
    }
    .content-02{
        flex-direction: column-reverse;
    }
    .content-01 .text{
        width: 80%;
    }
    .content-01 .image{
        width: 80%;
    }
    .content-01 .text ul{
       width: 80%;
       margin-left: 30px;
    }
    .content-02 .text{
        width: 80%;
    }
    .content-02 .image{
        width: 80%;
    }
    .content-03 .text{
        width: 100%;
    }
    .content-03 .text h3{
        font-size: 23px;
    }
    .content-03 .text p{
        font-size: 23px;
    }
    .content-03 .text button{
        margin-top: 40px;
        width: 200px;
    }
    .planta{
        font-size: 20px;
    }
    input{
        width: 100%;
    }
    textarea{
        width: 100%;
    }    
    input[type='email']{
        display: block;
        width: 100%;
    }    
    input[type='submit']{
        width: 100%;
    }
    footer{
        flex-direction: column;
    }    
    footer .text{
        width: 80%;
    }
    .content-head{
        height: 100vh !important;
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
        -webkit-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
        -moz-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
        -o-linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    background-image: url(../image/headerpenaareiapraiareservaapoemalitoralnortelinhaverdepraiadofortebahiabrasilcondominiodeluxo5.jpeg),
        linear-gradient(86deg, rgba(59,61,71,1) 30%, rgba(28,36,139,0) 100%);
    }
    .content-head h1{
                padding-top: 320px !important;
        font-family: Lucida Handwriting !important;
    }
    .content-head span{
        font-size: 15px;
    }
    .content-head h1 div span{
        font-size: 30px !important;
    }
    .content-03 .text button{
        width: 300px;
        font-size: 15px;
    }
    .content-03 .text span{
        font-size: 15px;
    }
    .content-video .text button{
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .outradesc{
        width: 80%;
    }

    .form h2{
        font-size: 16px;
    }

    .mapa01{
        width: 100%;
    }

    .mapa01 img{
        border-radius: 0px;
    }
      .localizacao p{
        text-align: left;
        margin: 5px 50px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 45px;
        padding-top: 2px;
    }
     .localizacao p{
        text-align: left;
        font-size: 15px;
    }

    .localizacao h1{
        font-size: 22px;
    }

    .outros2{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 300px;
    }
    .outros2 li{
        padding-left: 0;
    }
    .outros2 i{
        font-size: 22px;
    }
    .outros2 h1{
        font-size: 20px;
    }
    .content-03{
        background-position: 60%;
    }
    .alert-lot{
        font-size: 15px;
    }
    .alert-lot span{
        font-size: 15px;
    }
}

/* GALERIA */
.galeria{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.galeria .wrapper h1{
    color: #949494;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 29px;
}

.galeria .wrapper .line{
    width: 100px;
    height: 3px;
    background-color: #8AD11E;
    margin: 10px auto;
}
.wrapper{
    max-width: 1100px;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
}
.gallery .image{
    padding: 7px;
    width: calc(100% / 3);   
}
.gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    border-radius: 7px;
    height: 400px;
}

@media(max-width: 1000px){
    .gallery .image{
      width: calc(100% / 2);
    }
    .galeria .wrapper h1{
        font-size: 22px;
    }
    .galeria{
        margin-top: -20px;
    }
}
@media(max-width: 800px){
    .gallery .image{
        width: 100%;
        align-content: center;
        display: flex;
        justify-content: center;
    } 
    .gallery .image img{
        width: 100%;
        height: 420px;
    }
}

@media (max-width: 690px) {
    .menu-content{
        padding: 0 23px;
    }
}
