body {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', sans-serif;
}
h2{
    color: #fff;
    font-size: 45px;  
    text-align: left;
    margin-left: 50px;
}
h3{
    color: #fff;
    font-size: 40px;
    text-align: left;
    margin-left: 50px;
}
h4{
    color: #fff;
    font-size: 35px;
    text-align: left;
    margin-left: 50px;
}
p{
    color: #fff;
    font-size: 20px;
    margin: 50px;
    text-align: justify;
}
.row{
    background-repeat: no-repeat;
    background-size: cover;
}

.cl-img-direita{
    width: 27vw;
}
.traço-vertical {
  width: 1px; /* A largura do traço */
  height: 100px; /* A altura do traço */
  background-color: black; /* A cor do traço */
  margin: 0 10px; /* Espaçamento opcional */
  display: inline-block; /* Para garantir que a altura seja aplicada */
}
.cl-img-log-branco{
     text-align: left;
    margin: 50px;
}   
.cl-img-divisor{
    background-size: cover;
    display: flex;
    width: 100%;
}
.cl-img-bastao-antiatrito{
    width: 350px;
}

#hom{
    background-image:url('img/slide1.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    height: 100vh;
}

#ultraLipID{
    padding-top: 35px;
    background-color: #5f2e50;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center; 
    background-size: cover;
    background-position: center;
}

#gelMassageadorID{
    padding-top: 135px;
    background-image:url('img/background-terra-2.png');
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center; 
    background-size: cover;
    background-position: center;
}

#creamBumbumID{
    padding-top: 135px;
    background-image:url('img/background-verde-folha-2.png');
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center; 
    background-size: cover;
    background-position: center;
}

#bastaoAntiatritoID{
    padding-top: 135px;
    background-image:url('img/background-antiatrito-2.png');
    background-repeat: repeat;
    align-items: center;
    justify-content: center; 
    background-position: center;
}

#bastaoMultifuncionalID{
    background-color: #2f578b;
    padding-top: 135px;
    align-items: center;
    justify-content: center; 
    background-position: center;
}



.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-1 {
    align-items: center;
    justify-content: center; 
    text-align: center;
    background-size: cover;
    background-position: center;
}

.section-2 {
    width: 100%;
    height: 100vh;
    align-items: center;
    text-align: center;
    background-position: center;
    position: relative;
    padding: 50px;
}
.overlay {
/*            background: rgba(0,0,0,0.45);*/
    position: absolute;
    inset: 0;
    z-index: 1;
}
.section-content {
    position: relative;
    z-index: 2;
    color: white;
}
.section-content img {
    max-width: 280px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
nav.navbar {
    transition: background-color 0.3s;
    background-color: #000000 !important;
    position: fixed;
        height: 70px;
}
nav.scrolled {
    background-color: #000000 !important;
}
.navbar-nav .nav-link.active {
    color: #ff680f!important;
    font-weight: bold;
}
/* Vídeo de fundo */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
/* Caixa escura para texto da 1ª dobra */
.intro-box {
    background: rgba(0,0,0,0.55);
    display: inline-block;
    max-width: 650px;
}

