/* reset */
.html{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.body{
    margin: 0 auto;
    padding: 0;
}
.h1, h2, h3, h4, h5, p, span {
    margin: 75px;
    color: #666;
    font-size: 18px;
}        
.top-container{
    max-width: 1920px;
    width: 100%;
}

    /*NAVBAR1 */
    
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(214, 214, 214);
    color: rgb(83, 83, 83);
}

#logobloco{
    width: 300px;
    margin-top: 0px;
    margin-left: 75px;
}


.navbar-links ul{
    margin: 0;
    margin-top: 30px;
    margin-right: 30px;
    padding: 0;
    display: flex;
}

.navbar-links li{
    list-style: none;
}
  
.navbar-links li a{
    text-decoration: none; 
    color: rgb(83, 83, 83);
    padding: 10px;
    display: block;
}
 
.navbar-links li a:hover{
    background-color: rgb(199, 199, 199);
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 10px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}



@media (max-width 400px) {
    .toggle-button {
        display: flex;
    }
    .navbar-links {
        display: none;
        width: 100%;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li {
        text-align: left;
    }
    .navbar-links li a {
        padding: .5rem 1rem;
    }
    .navbar-links :active {
        display: flex;

    }
}


/*imagens*/
.back-img1{
background-image: url(../capasite01.jpg);
background-position: 0 55%;
background-repeat: no-repeat;
position: relative;
width: 100%;
height: auto;
background-size: cover;
background-attachment: fixed;  
color: #a8a8a8;
margin-left: auto;
margin-right: auto;
padding-top: 30em;
padding-bottom: 30em;
}

.back-img2{
    background-image: url(../borges2.jpg);
    background-position: 0 10%;
    background-repeat: no-repeat;
    position:relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-attachment: fixed; 
    color: #a8a8a8;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30em;
    padding-bottom: 60em;
}

.back-img3{
    background-image: url(../pordosol.jpg);
    background-position: 0 25%;
    background-repeat: no-repeat;
    position:relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-attachment: fixed; 
    color: #a8a8a8;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30em;
    padding-bottom: 30em;
}

.content-site {
    background-color:rgb(214, 214, 214);
    padding-top: 30px;
    padding-bottom: 10px;
}

.container {
    max-width: 1000px;
    width: 100%;
    color: rgb(83, 83, 83);
    text-align: justify;
    padding-top: 30px; 
}  
.products {
    background-color: rgb(83, 83, 83);
    max-width: 1920px;
    width: 100%;
    padding-top: 0px;
    color:rgb(214, 214, 214); 
    text-align: justify;
    }
.textoprodutos {
        text-align: justify;
}
.card-text{
    margin-top: 60px;
    text-align: center;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}  