*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
header,
section h2,
section h3,
form button {
        font-family: "Helvetica", sans-serif;
        font-weight: bold;
        text-transform:uppercase;
}

body, input, textarea {
    font-family: "Roboto", sans-serif;
    background-color: #fff6d8;
}
header {
    padding: 16px 0;
    background-color: #FCBF5B;
}

header .container img {
    height: 50px;
}

header nav li {
    display: inline;
    margin-left: -40px;
    font-size: 18px;
}

header nav li a {
    color:#ffffff;
    text-decoration: none;
    margin-right: 60px;
    
}

header nav li a:hover {
    color: #11a3a3;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    padding: 0 auto;
}

header .container{
    display:flex; 
    align-items: center;
    justify-content: space-between;
    padding: 0 auto;
}

.brands-list img {
    height: 40px;
    border-radius: 5px;
}

.brands-list li {
    display: inline;
    margin-right: 10px;
    padding: auto 0px;  
}

section .container {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

section {
    padding: 24px 0px;
}

section h2 {
    margin-bottom: 16px;
}

section {
    color: #7a6f6a
}

section p { 
    margin-bottom: 8px;
}

.social-links img {
    height: 100px;
}

.social-links li {
    display: inline;
    margin-right: 8px;
}

.social-links li a {
    text-decoration: none;
}

#contact .container {
    display: block;
}

.contact-methods {
    display: flex;
    justify-content: space-between;
}

form input, 
form textarea,
form button {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    margin-right: 45px;
    padding: 5px;
    border-radius: 5px;
    border-color: none;
    border-width: 0;
    background-color: #dabf9f92;
}

form textarea {
    resize: none;
    height: 70px;
}

section h3 {
    margin-bottom: 10px;
}

form button {
    background-color: #11a3a3;
    color: #ffffff;
    border: none;
    cursor:pointer;
    border-radius: 8px;
}

form button:hover {
    background-color: #FCBF5B;
}

input:focus, textarea:focus {
    outline-color: #7a6f6a;
}

footer{ 
    color: #00000032;
    padding: 30px 5px;
    text-align: center;
}

section .sobre {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.sobre p, 
.sobre h2, 
.sobre h3, 
.sobre ul {
    margin: 15px 15px;
    padding: 5px 30px;
}

.sobre iframe {
    border-radius: 15px;
}

h2 {
    color: #11a3a3;
}
