@media only screen and (max-width: 767px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 10px;
        padding: 20px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        text-align: center;
    }
    
    
    #mainSection {
        width: 45%;
        background-color: #fff;
        border-radius: 50px;
    }
    
    img {
        width: 90%;
    }
    
    #desc {
        display: flex;
        width: 20%;
        font-family: 'Poppins', sans-serif;
        height: fit-content;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: #fff;
        font-size: 20px;
        padding: 25px;
    }
    
    #header-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgb(82, 77, 77); 
        
    }
    
    body {
        margin: 0 auto;
        padding: 0;
        background-color: #0f0e0e;
    }
    
    #logo {
        width: 10%;
    }
    
    #buttons {
        text-align: center;
        display: flex;
        align-items: center;
    }
    
    a {
        text-decoration: none;
    }
    
    .buttons {
        font-size: large;
        font-family: "Poppins";
        letter-spacing: 1.3px;
        text-decoration: none;
        color: aliceblue;
        transition: 0.5s;
        margin-left: 15%;
    }
    
    .buttons:hover {
        color: rgb(184, 72, 72);
        transition: 0,5s;
    }
    
    button:active {
        background-color: #a00909;
        transform: translateY(4px);
    }
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 20px;
    }
    
   .tabcontent{
        width: 100%;
        background-color: #ffffff;
        border-radius: 50px;
        display: none;
        flex-wrap: wrap;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    #buttons-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        gap: 25px;
        margin-bottom: 20px;
    }
    
    #buttons-container button {
        width: 150px;
        height: 50px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        background-color: #ca0303;
        color: #fff;
        border: none;
        box-shadow: 0 3px #999;
        transition: background-color 0.3s, transform 0.2s;
    }
    
    #buttons-container button:hover {
        background-color: #a00909;
        box-shadow: 0 3px #838383;
    }
    
    #buttons-container button:active {
        transform: translateY(4px);
    }
    
    
  }

  @media only screen and (min-width: 768px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 10px;
        padding: 20px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        text-align: center;
    }
    
    #mainSection {
        width: 45%;
        background-color: #fff;
        border-radius: 50px;
    }
    
    img {
        width: 90%;
    }
    
    #desc {
        display: flex;
        width: 20%;
        font-family: "Poppins";
        height: fit-content;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: #fff;
        font-size: 20px;
        padding: 25px;
    }
    
    #header-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgb(82, 77, 77); 
        
    }
    
    body {
        margin: 0 auto;
        padding: 0;
        background-color: #0f0e0e;
    }
    
    #logo {
        width: 10%;
    }
    
    #buttons {
        text-align: center;
        display: flex;
        align-items: center;
    }
    
    a {
        text-decoration: none;
    }
    
    .buttons {
        font-size: large;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1.3px;
        text-decoration: none;
        color: aliceblue;
        transition: 0.5s;
        margin-left: 15%;
    }
    
    .buttons:hover {
        color: rgb(184, 72, 72);
        transition: 0,5s;
    }
    
    button:active {
        background-color: #a00909;
        transform: translateY(4px);
    }
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 20px;
    }
    
   .tabcontent{
        width: 100%;
        background-color: #ffffff;
        border-radius: 50px;
        display: none;
        flex-wrap: wrap;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }

    #buttons-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        gap: 25px;
        margin-bottom: 20px;
    }
    
    #buttons-container button {
        width: 150px;
        height: 50px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        background-color: #ca0303;
        color: #fff;
        border: none;
        box-shadow: 0 3px #999;
        transition: background-color 0.3s, transform 0.2s;
    }
    
    #buttons-container button:hover {
        background-color: #a00909;
        box-shadow: 0 3px #838383;
    }
    
    #buttons-container button:active {
        transform: translateY(4px);
    }
    
    
  }

@media only screen and (min-width: 992px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 10px;
        padding: 20px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        text-align: center;
    }
    
    #mainSection {
        width: 45%;
        margin-left: 30px;
        text-align: center;
        border: solid #8a0000;
        background-color: #fff;
        border-radius: 45px;
    }
    
    img {
        width: 85%;
    }
    
    #desc {
        display: flex;
        width: 40%;
        height: fit-content;
        flex-direction: column;
        flex-wrap: wrap;
        font-family: 'Poppins', sans-serif;
        margin-left: 30px;
        background-color: #dbdbdb;
        font-size: 20px;
        padding: 0px;
    }

    h1{
        font-weight: 600;
        font-size: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px;
        letter-spacing: 1px;
    }

    h2{

        font-weight: 600;
        font-size: 40px;
        color: #8a0000;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px;
    }
    .dimensoes{
        margin-top: -20px;
        
    }
    .dimensoesT{
        font-weight: 600;
    }
    ul{
        margin-left: -20px;
        margin-top: -15px;
    }
    #header-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgb(82, 77, 77);  
    }
    
    body {
        margin: 0 auto;
        padding: 0;
        background-color: #0f0e0e;
    }
    
    #logo {
        width: 70%;
    }
    
    #buttons {
        text-align: center;
        display: flex;
        align-items: center;
    }
    
    a {
        text-decoration: none;
    }
    
    .buttons {
        font-size: large;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 1.3px;
        text-decoration: none;
        color: aliceblue;
        transition: 0.5s;
        margin-left: 15%;
    }
    
    .buttons:hover {
        color: rgb(184, 72, 72);
        transition: 0,5s;
    }
    
    button:active {
        background-color: #a00909;
        transform: translateY(4px);
    }
    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 20px;
    }
    
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

   .tabcontent{
        width: 75%;
        background-color: #dbdbdb;
        border-radius: 50px;
        display: none;
        border: solid #8a0000;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: row;
    }

    .tab {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        gap: 25px;
        margin-bottom: 20px;
    }
    
    .tab button {
        width: 150px;
        height: 50px;
        border-radius: 10px;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        background-color: #dbdbdb;
        color: #220000;
        border: solid #8a0000;
        border-width: 2px;
        box-shadow: 0 3px #1a0000;
        transition: background-color 0.3s, transform 0.2s;
    }
    
    .tab button:hover {
        background-color: #8a0000;
        color: #ffeaea;
        box-shadow: 0 3px #1a0000;
    }
    
    .tab button:active {
        transform: translateY(4px);
    }

}

