body{
    
    margin: 0;
    padding: 0;
    color: #242424;
    font-family: sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;

}



.wrapper{

    width: 100%;
    margin: 0;


}

main{
    display: block;
    background-color: rgb(0, 0, 0);
    /*background-image: url(/img/galeria/universo.png)*/


}

.container{

    width: 100px;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;

}



section.module p{
    margin-bottom: 40px;

}

section.module:last-child{
    margin-bottom: 0;
}

section.module h2{
    margin-bottom: 40px;
    font-size: 30px;
}

section.module.content{
    padding: 40px 0;
    background-color: rgb(0, 0, 0)
}

section.module.content2{
    padding: 40px 0;
    background-color: rgb(8, 8, 8)
    
}

section.module.content3{
    padding: 40px 0;
    background-image: url(../img/galeria/universo.png);
}

section.module.parallax{
    
    display: flex;
    font-size: 100px;
    flex-direction: column;
    justify-content: center;
    height: 100vh !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -moz-background-size: cover;

}


.content a{
    position: center;
    font-size: 23px;
    color: #ffffff;

}


.titulop1{
    font-size: 200px ;
    
}

.titulop2{
    font-size: 75px ;
}

.titulop3{
    font-size: 75px ;
}

.w3-container.w3-hide-large.w3-hide-medium{
    background-size: cover;
}
    

.insta{
    position: fixed;
    bottom: 0px;
    z-index: 3;
}


.nav-link:hover{
    text-decoration: underline;
    }

.navbar-toggle{
    color: #ffffff;
}



.navbar-light .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    

}

.navbar-light .navbar-toggler {
    border: 1px solid white;
}


.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-track-container {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}


.carousel-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 40px;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 9999;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}


.carousel-slide img {
    width: 100%;
    height: 450px; /* ajuste o tamanho como preferir */
    object-fit: cover; 
    border-radius: 10px; /* opcional */
}

.nav-link:hover {
    color: #0d6efd !important; /* azul padrão Bootstrap */
    text-decoration: underline; /* opcional */
    transition: 0.3s; /* deixa suave */
}
.navbar-brand:hover {
    text-decoration: underline;
    transition: 0.3s;
}

section.module.parallax-4 {
    background-image: url(../img/space.png);
}
