@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');


*{
margin: 0 auto;
}

html, body {
    overflow-x: hidden;
}
   
/* MENU DE NAVEGAÇÃO */

.topnav {
    background-color:#ae837a;
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: rgb(182, 175, 178);
    color: black;
}

.topnav .icon {
    display: none;
}

@media screen and (min-width: 700px) {
    .topnav {
        display: flex; 
        justify-content: space-around; 
        gap: 1rem;
    }
}

@media screen and (max-width: 700px) {
    .topnav a {
        display: none;
    }
    
    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav a.active {
        background-color: #ae837a;
        color: white;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.carousel-item img {
    max-width: 100%;
}


div.logo img{
    height: 250px ;
    width: 380px;
}

div.logo{
    display: flex;
    justify-content: center; 
   
}

header{
    height:250px ;
    width:100%;
    background-color:rgb(0, 0, 0);

}

menu{
    color: white;
    background-color: rgb(219, 221, 191);
}

section.One{
    height: 200px;
    width: 100%;
    background-color: rgb(241, 240, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto ;
}
div.textOne h3{
    color:rgb(61,72,90);
   
    text-align: center;
    margin-top: 5px;

}
section.Two{
    background-color:rgb(174,131,122);
    width: 100%;
    border-radius: 10px;

}
div.titleOne{
    color: rgb(247, 246, 244);
    text-align: center;
    background-color: rgb(174,131,122);
    border-radius: 40px;
    margin: 20px auto ;
    padding-top: 5rem;
}
div.text{
    margin-top: 30px;
    background-color:rgb(174,131,122);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(148, 137, 137);
    text-align: center;
    padding: 0 110px;
    text-align: justify;
    border-radius: 30px;
    border:black 1px;
    padding-bottom: 30px;
    
    
    
}

div.titleTwo{
    padding: 30px 30px;
    margin: 0 30px;
}

div.text p{
    color: rgb(255, 255, 255);
}
div.titleTwo{
    border-bottom: 2px solid rgb(61,72,90);
    margin-left: 70px;
}

section.left a , section.right a{

    display: flex;
    color: rgb(99, 83, 50);
    text-decoration: none;
}

section.left , section.right{
    margin: 60px;
    width: 50%;
    display:inline-table; 
    color:rgb(61,72,90);
}
div#links{
    width: 100%;
    display: flex;
    flex-direction: row;

}
div.barra{
    height: 2px;
    width: 100%;
    border:solid #000000be;
}
footer table{
    width:100%;
    text-align: left;
    border-collapse:collapse ;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    
  }

  table tr th{
    font-size: 1em;
    padding:3px;
    color: white;
  }

  footer table a{
    text-decoration: none;
    font-family: 'Quicksand'; 
    color:#ffffff;
    font-size: 1em; 

  }
  section.right h3, section.right a, section.left h3, section.left a {
      margin: 20px;
      margin-left: 1px;
  }

  

  

  @media (max-width: 700px) {

    header{
        width:100% ;
        background-color:rgb(0, 0, 0);
        display: flex;
    
    }

 
    div.logo img{
        height: 1px ;
        width: 1px;
    }
    div.text{
        background-color:rgb(174,131,122);
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(148, 137, 137);
        text-align: center;
        padding: 20px;
        text-align: justify;
        border-radius: 30px;
        border:black 1px;
        
        
    }

    div#links {
        flex-direction: column;
    }
      
  }






