@font-face {
    font-family: 'Noir Pro';
    src: url('../fonts/NoirPro-Regular.eot');
    src: url('../fonts/NoirPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoirPro-Regular.woff2') format('woff2'),
         url('../fonts/NoirPro-Regular.woff') format('woff'),
         url('../fonts/NoirPro-Regular.ttf') format('truetype'),
         url('../fonts/NoirPro-Regular.svg#NoirPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noir Pro';
    src: url('../fonts/NoirPro-Light.eot');
    src: url('../fonts/NoirPro-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoirPro-Light.woff2') format('woff2'),
         url('../fonts/NoirPro-Light.woff') format('woff'),
         url('../fonts/NoirPro-Light.ttf') format('truetype'),
         url('../fonts/NoirPro-Light.svg#NoirPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

input{
    color: #fff !important;
}


 
*{
    font-family: 'Noir Pro'  !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

.espaco {
    letter-spacing: .6rem
}

.text-dourado {
    color: #ac8f52 !important;
}

.bg-dourado {
    background-color: #ac8f52
}

.bg-azul {
    background-color: #203040
}

 
/* 
header {
       background:  linear-gradient(#20304080,#20304080) , url('../img/bg-home.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 100vh
} */


header {
    position: relative;
    min-height: 600px;
    height: 100vh;
    overflow: hidden; /* Isso é importante para evitar que o vídeo ultrapasse os limites do header */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Coloca o vídeo atrás de todo o resto do conteúdo */
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz com que o vídeo preencha o contêiner mantendo sua proporção */
}

/* A máscara de cor */
.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#20304080, #20304080);
}

body {}

#yoo.webp {
    background-image: url('../img/bg-yoo.webp'), linear-gradient(#00000080, #00000080)
}

#yoo.no-webp {
    background-image: url('../img/bg-yoo.webp'), linear-gradient(#00000080, #00000080)
}

#yoo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60vh
}

@media (max-width:800px) {
    #yoo.webp {
        background-image: url('../img/bg-yoo-mb.png')
    }

    #yoo.no-webp {
        background-image: url('../img/bg-yoo-mb.png')
    }

    #yoo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: unset;
        padding: 50px
    }

    .pin {
        position: unset !important;
        right: 10vw
    }

    nav {
        top: 0 !important;
        left: 0;
        position: fixed !important;
        width: 100%;
        z-index: 9999
    }

    .navbar-collapse {
        background-color: #203040 !important
    }


a.btn.btn-danger.mapa {
    border-radius: 0;
    background: #ac8f52;
    border: none;
    padding: 10px 68px;
}

}

#tour {
    background-image: linear-gradient(#203040ab, #203040ab), url('../img/bg-tour.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:
}

#mapa.webp {
    background-image: url('../img/bg-mapa.png')
}

#mapa.no-webp {
    background-image: url('../img/bg-mapa.png')
}

#mapa {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 40vh
}

.pin {
    position: relative;
    right: 10vw;
    top: -5vh
}

a.btn.btn-danger.mapa {
    border-radius: 0;
    background: #ac8f52;
    border: none;
    padding: 10px 68px
}


.senso {
    color: #fff;
    font-size: 10px;
    font-family: arial
}

.senso a {
    color: #ac8f52
}

a.btn.btn-danger,
button.btn.btn-danger {
    background: #ac8f52;
    border: none;
    font-weight: 100;
    padding: 5px 20px;
    display: block;
    border-radius: 0
}

.bg-fundo.webp {
    background-image: url('../img/bg-areia.webp')
}

.bg-fundo.no-webp {
    background-image: url('../img/bg-areia.png')
}

.bg-fundo {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: -11;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:
}

.video {
    height: 100vh
}

#menu {
    position: absolute;
    display: flex;
    justify-content: center
}

nav {
    top: 10vh;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999
}

.mascara {
    background-color: #20304063;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0
}

li.galeria {
    box-shadow: -20px 0 20px 20px #000000a3
}

#mascara2 {
    width: 100%;
    height: 100%;
    background-color: #20304063;
    z-index: 9999;
    position: absolute;
    cursor: pointer
}

#player {
    cursor: pointer
}

a.nav-link:hover {
    border-bottom: 1px solid #ac8f52
}

#contato {
    background: #203040d3;
    background-position: center;
    background-size: cover;
    z-index: 9999;
    position: relative;
    top: -100px;
}

input{
background-color: #0000 !important;
border-radius: 0px !important;


}

input::placeholder{
    color: #fff !important;
    text-transform: uppercase !important ;
    font-size: 0.8rem !important;

}

button.btn.btn-warning.btnform.px-5.envia {
    background: #6495c5 !important;
    border: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 0.7rem !important;
    /* height: calc(1.5em + .75rem + 2px) !important;/ */
    width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.onda{
    background-image: url('../img/onda.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;
}

.barra::before{
    content: "|";  
    color: #ac8f52;
}

#posto5{

background-image: url('../img/posto5.png');
background-position:left top;
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;


}

.boxconteudoposto5{

   min-height: 100vh;


    /* Rectangle 4 */
 

background: rgba(35, 48, 63, 0.5);

 

}


.tituloboxposto{
/* UMA LOCALIZAÇÃO RARA, ENTRE O MAR E A VIDA URBANA */

 
 
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 29px;
/* ou 145% */
text-transform: uppercase;

color: #FFFFFF;


 



}

.conteudoform{

/* No Posto 5, um dos trechos mais desejados da orla da Barra, o Wave by YOO ocupa um ponto estratégico que une natureza e conveniência. Perto de centros comerciais, restaurantes, escolas e vias de acesso, o cotidiano flui sem abrir mão da contemplação. De frente para o mar, o projeto nasce integrado à paisagem e ao tempo. Onde cada vista é um convite e cada deslocamento, um privilégio. */
 
font-family: 'Visby CF';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 31px;
/* ou 207% */
text-transform: uppercase;

color: #FFFFFF;


 

}


.barra{
    position: relative;
    top: 3rem;
}


@media (max-width: 1144px){


.barra{
    position: relative;
    top: 3rem;
    font-size: 1rem !important;
}

}


@media (max-width: 766px){
    .barra{
        display: none;
    }

    
#posto5{
    background: #fff !important;

}
}