* {
  font-family: 'Oswald', Arial, sans-serif;
}
header {
    background-color: rgb(255, 255, 255);
    margin: 10px 30px;
    height: 131px;
    display: grid;
    grid-template-columns: 2fr 7fr;
    position: relative;
    text-align: end;
}


.search-bar {
    margin-top: 15px;
    margin-left: -5px;
    padding-left: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 25px;
    border: solid 1px rgba(180, 174, 174, 0.692);
}

.drop-mno {
    margin-top: 0;
    padding: 0 10px 0px 10px;
    color: #0094d2;
}

.drop-mno,
.pt-contactus {
    color: #0094d2;
}

.color-pr {
    color: #0094d2 !important;
}

.drop-mno:hover {
    cursor: pointer;
}

.mno-product {
    display: none;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: start;
}

.link-item {
    color: black;
    background-color: white;
    border-radius: 0;
    z-index: 30;
}

.mno-item:hover .mno-product {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    transform: 1000ms;
}

.logo-pic {
    height: 80px;
    width: 80%;
    max-width: 270px;
    object-fit: fill;
    align-content: center;
    margin-top: 10%;
    margin-right: 5%;
}


.desktop-menu {
    display: flex;
    justify-content: start;
    list-style: none;
    position: relative;
    padding-left: 0;
}

.desktop-menu li {
    margin-left: 10px;
}

.desktop-menu a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.desktop-menu a:hover {
    background-color: rgb(240, 240, 240);
}

@media (max-width:640px) {
    header {
        grid-template-columns: 1fr;
        max-width: 100%;
        text-align: center;
    }

    .logo-pic {
        margin-top: 0;
        width: 75%;
    }
}

.content {
    padding: 30px;
}

.content h2 {
    color: #3a1c71;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.2rem;
}

.content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.8;
}

.a-language-changer {
    padding: 0px !important;
}

.a-language-changer:hover {
    background-color: none !important;
    color: white;
    text-decoration: none;
    outline: none;
}

.language-changer {
    padding: 5px;
    border: solid #0094d2 1px;
    background-color: white;
}

.language-changer:hover {
    background-color: #0094d2;
    color: white;
}

a:focus,
a:active,
a:hover,
a[aria-current],
a.active,
a.current {
    outline: none;
    background-color: transparent !important;
    color: inherit !important;
}

#Portuguese-a {
    margin-left: 10%;
}

#Portuguese-b {
    border-top: none;
    border-left: none;
    border-bottom: none;

}

#English-b {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.mobile-menu-container {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: white;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    padding: 20px 0;
}

.mobile-menu-container.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.mobile-menu-logo {
    max-width: 120px;
    height: auto;
}

.close-menu-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.mobile-nav {
    padding: 0 20px;
}

.mobile-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-link {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.mobile-dropdown-menu {
    display: none;
    padding-left: 15px;
    background: #f9f9f9;
    margin: 5px 0 10px 0;
    border-radius: 5px;
}

.mobile-dropdown-menu.active {
    display: block;
}

.mobile-dropdown-item {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.mobile-dropdown-item:last-child {
    border-bottom: none;
}

.mobile-language-section {
    padding: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.mobile-language-btn {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.mobile-language-btn:hover {
    background: #e0e0e0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.overlay.active {
    display: block;
}

.hamburger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 15px;
}

.hamburger-btn img {
    width: 24px;
    height: 24px;
}

@media (max-width: 1180px) {
    .hamburger-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        display: block;
    }

    .search-bar {
        margin-right: 10%;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu-container {
        display: inline-block;
    }
}

@media (max-width: 640) {
    .hamburger-btn {
        position: fixed;
        right: 0 !important;
        top: 5px;
        margin-right: 0;
        display: block;
    }
}

@media (min-width: 1181px) {

    .mobile-menu-container,
    .overlay {
        display: none;
    }
}

#soquimica-footer {
    background: #0162a7;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.footer-top {
    display: flex;
    background-color: #005a9c;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-top: -25px;
    padding: 0 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 60px;
    width: auto;
    margin-right: 10px;
}

.logo-text {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: lowercase;
}

.footer-social a {
    color: #fff;
    font-size: 1.1rem;
    margin-left: 15px;
    transition: opacity 0.2s;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-block {
    flex: 1;
    min-width: 250px;
}

.footer-block h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.footer-block p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-block a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.788);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    width: 100%;
    margin-top: 40px;
}

.footer-policy a {
    color: #fff;
    font-size: 0.9rem;
    margin-left: 20px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.footer-policy a:hover {
    opacity: 0.7;
}

@media (max-width: 960px) {

    .footer-top .footer-social {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-policy {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .logo-pic{
        width: 87%;
        height: 70px;
    }
}
@media (max-width: 380px) {
    .logo-pic{
        width: 60%;
        height: auto;
    }
    .search-bar{
        margin-top: 3px;
    }
}
.language-a{
    padding: 0px !important;
}
#lan-a{
    padding-left: 15% !important;
}
