#landingpage main header section:first-child ul li:hover .dropdown-menu {
    display: block;
}

#landingpage main header section:first-child ul li {
    position: relative;
}

.dropdown-menu {
    width: 488px;
    height: 275px;
    background-color: #FFF;
    position: absolute;
    top: 38px;
    right: -246.5px;
    display: none;
    border-radius: 0px 0px 24px 24px;
}

.dropdown-menu-solutions {
    margin-top: 47px;
}

#landingpage main header section:first-child ul li .dropdown-menu p {
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    justify-content: start;
    padding-left: 20px;
}

.solutions-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.solutions-img img {
    padding: 20px;
}

.logo-fluxoo-city {
    margin-top: 20px;
}

.dropdown-menu-support {
    right: -108px;
}

.support-writing {
    margin-top: 56px;
}

.svg-dropdown-support {
    margin-top: 34px;
    padding-left: 26px;
}

#landingpage main header section:first-child ul li .dropdown-menu #title-support-dropdown {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#landingpage main header section:first-child ul li .dropdown-menu #question-support-dropdown {
    color: var(--CINZA-ESCURO, #6F6F6F);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#landingpage main header section:first-child ul li .dropdown-menu svg {
    width: 56px;
    height: 56px;
}

#landingpage main header section:first-child ul {
    position: relative;
}

#landingpage main header section:first-child ul li .dropdown-menu .logo-whatsapp,
#landingpage main header section:first-child ul li .dropdown-menu .logo-email {
    width: 32px;
    height: 32px;
    position: absolute;
}

#landingpage main header section:first-child ul li .dropdown-menu .logo-whatsapp {
    left: 38px;
    top: 160px;
}

#landingpage main header section:first-child ul li .dropdown-menu .logo-email {
    left: 135px;
    top: 160px;
}

.circle-email {
    margin-left: 38px;
}

.sopport-whatsapp-link {
    color: var(--VERDE-PRIMARIO, #05CB95);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.sopport-email-link {
    color: var(--VERDE-HOVER, #079F72);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 40px;
}