body, HTML {
    height:100%;
    margin:0;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: var(--primary_font);
    color: var(--gray-900);
    font-optical-sizing: auto;
    background-color: #FCFBF7;
}

.main {
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.gradient {
    color: var(--color_primary);
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #6C1E00;
    font-family: var(--secondary_font);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

p.mini {
    line-height: 20px !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

.store-image img {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
}

.store-image:hover img,
.store-image:focus img
{
    transition: all 0.3s ease;
    background-color: var(--color_primary);
    opacity: 0.75;
}

.opacity {
    background-color: #00000050;
    /* background-color: #0a58ca33; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.hero .inside {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.hero .btn-group {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.hero .btn-group .btn {
    max-width: fit-content;
}

.hero {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-radius: 60px 0 60px 60px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgb(135 156 200 / 24%);
}

.hero p,
.hero h1 {
    word-wrap: break-word;
}

.hero-top {
    width: 100%;
    min-height: 125px;
    height: auto;
    position: relative;
    margin: 0;
    z-index: 2;
    border-radius: 60px 60px 0 0;
    box-shadow: 0px 0px 15px rgb(135 156 200 / 24%);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hero-top::after {
    content: '';
    box-shadow: none;
    height: 20px;
    background-color: #FFF;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -10px;
}

.hero-top::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 94px;
    left: -56px;
    bottom: 0;
    z-index: 1;
    background-image: url('/images/angolo.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#logo {
    width: auto;
    margin: 0 0 20px 0;
    height: 70px;
}

.space {
    display: block;
    height: 70px;
    width: 100%;
}

.navlink  {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 12px;
    padding-left: 0;
}

.navlink li {
    list-style: none;
}

.navlink li a {
    padding: 8px 13px;
    text-align: center;
    gap: 10px;
    border-radius: 200px;
    border: 2.5px solid transparent;
    background: #FFF;
    color: #000;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.navlink li a:hover,
.navlink li a:focus,
.navlink li a.active {
    border: 2.5px solid var(--glicine);
}

.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn,
.label-big
{
    border-radius: 50px !important;
    padding: 8px 24px;
    text-align: center;
}

.navlink.dark li a,
.btn-primary,
.label-big,
.card-rounded .body button,
.card-rounded .body .btn
{
    border-radius: 22.5px;
    background: var(--glicine);
    color: #fff;
    border: 2px solid var(--glicine);
}

.label-big {
    word-break: break-all;
    height: auto;
}

.btn-primary:hover svg {
    fill: var(--glicine);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--deep_glicine);
    border-color: var(--glicine);
    color: var(--glicine);
}

.btn-secondary {
    border-radius: 200px;
    border: 2px solid var(--glicine);
    background: var(--deep_glicine);
    color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: var(--glicine);
    background-color: #fff;
    color: var(--glicine);
}

.flag {
    width: 20px;
    height: auto;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 7px;
}

.dropdown-menu.language {
    border: 2px solid var(--glicine);
    border-radius: 20px;
}

.dropdown-menu.language .dropdown-item:focus,
.dropdown-menu.language .dropdown-item:hover {
    background-color: transparent;
    color: var(--glicine);
}

a, a:hover, .btn, btn:hover {
    transition: all 0.3s ease;
}

.mascotte {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    display: block;
}

.footer p,
.footer li,
.footer a
{
        color:#131313;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        display: inline;
}

.footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer ul li {
    list-style: none;
}

.footer li a {
    text-decoration: none !important;
    border-bottom: 1px solid #131313 !important;
    transition: all 0.3s ease !important;
}

.footer li a:hover,
.footer li a:focus
{
    text-decoration: none !important;
    color: var(--color_primary) !important;
    transition: all 0.3s ease !important;
    border-color: var(--color_primary) !important;
}

.prefooter {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#prefooter-footer .social-icon {
    justify-content: center !important;
    gap: 12px;
    display: flex;
    flex-direction: row;
}

.circle-icon {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    background-color: #FFCC00;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100px;
    color: #FFF !important;
    font-size: 22px !important;
}

.circle-icon:hover,
.circle-icon:focus
{
    transition: all 0.3s ease;
}

.circle-icon.facebook {
    background-image: url('/images/facebookIcon.png');
    width: 45px;
    height: 45px;
}

.circle-icon.instagram {
    background-image: url('/images/instagramIcon.png');
    width: 45px;
    height: 45px;
}

.circle-icon.youtube {
    background-image: url('/images/youtubeIcon.png');
    width: 45px;
    height: 45px;
}

.circle-icon.tiktok {
    background-image: url('/images/tiktokIcon.png');
    width: 45px;
    height: 45px;
}

.prefooter .bottom .circle-icon:hover,
.prefooter .bottom .circle-icon:focus {
    border: 2px solid var(--color_primary);
    background-color: var(--color_primary);
}

.prefooter .bottom {
    background-color: #dceaef;
    border-radius: 0 60px 60px 60px;
    padding: 40px 50px;
    display: block;
    padding: 30px 50px;
    transition: all 0.3s ease;
}

.prefooter .bottom .navbar {
    padding-top: 50px;
    padding-left: 50px;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #96939350;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prefooter .bottom .navbar h1 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}

.prefooter .bottom p,
.prefooter .bottom li,
.prefooter .bottom a
{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.prefooter .bottom a {
    color: var(--color_primary);
}

.prefooter .form-check-label {
    font-size: 13px;
}

.prefooter .bottom a:hover {
    color: #FFCC00;
}

.prefooter .bottom a:hover img {
    filter: grayscale(100%);
}

.prefooter .bottom .navbar ul {
    margin: 0;
    padding: 0;
}

.prefooter .bottom .navbar ul li {
    list-style: none;
    display: block;
}

.prefooter .bottom .navbar ul li a {
    color: #969393;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.prefooter .bottom .navbar ul li a:hover,
.prefooter .bottom .navbar ul li a:focus
{
    color: var(--color_primary);
    border-bottom: 1px solid var(--color_primary);
    transition: all 0.3s ease;
}

.prefooter .card-rounded {
    background: #aecbd4;
    height: fit-content;
    padding: 45px 55px;
    border-radius: 70px;
    box-shadow: none;
}

.prefooter .card-rounded p {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.prefooter .card-rounded h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.prefooter .card-rounded .btn {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('/images/subscribeButton.png');
    border: 1px solid #FFF;
    margin-left: -40px !important;
    border: 2px solid #fff;
    z-index: 1;
}

.prefooter .card-rounded .btn:hover {
    border-color: var(--color_primary);
}

.prefooter .card-rounded .form-control {
    border-radius: 60px !important;
    z-index: 0 !important;
}

.prefooter .top {
    border-radius: 60px 60px 0 0;
    height: 110px;
    display: block;
    width: 65%;
    position: relative;
    background-color: #dceaef;
    margin-bottom: -1px;
    padding-top: 25px;
    padding-left: 50px;
}

.prefooter .top::after {
    content: '';
    width: 41px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 0;
    right: -41px;
    background-image: url('/images/angolo-footer.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.prefooter .top .logo {
    width: 200px;
    height: auto;
}

.card-rounded {
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(135 156 200 / 24%);
}

.card-rounded .body {
    padding: 50px;
}

.card-rounded .body p,
.card-rounded .body li,
.card-rounded .body a
{
    font-size: 14px;
    line-height: 160%;
    color: #000;
}

.card-rounded .body a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: var(--gray-800);
}

.card-rounded .body a:hover,
.card-rounded .body a:focus {
    text-transform: none;
    border-bottom: 1px solid var(--glicine);
    color: var(--glicine);
}

.card-rounded .body h1,
.card-rounded .body h2,
.card-rounded .body h3,
.card-rounded .body h4
{
    margin-bottom: 10px;
}

.card-rounded .body p {
    margin-bottom: 30px;
}

.card-rounded .body h1 {
    font-size: 37px;
    line-height: 150%;
}

.card-rounded .body h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0;
}

.card-rounded .body h3 {
    font-size: 20px;
    line-height: 25px
}

.card-rounded .body h4 {
    font-size: 16px;
    line-height: 20px
}

.card-rounded .body button,
.card-rounded .body .btn
{
    padding: 8px 24px;
    margin: 7px 0;
}

.card-rounded.pref {
    margin-bottom: -180px;
    min-height: fit-content;
    height: auto;
    padding: 50px 50px 210px 50px;
    border-radius: 60px 60px 0 0;
}

.card-rounded.pref h1 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

.card-rounded .cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1/0.65;
    border-radius: 60px 60px  0 0;
    position: relative;
}

.relative {
    position: relative;
}

.qr-button {
    border-radius: 12px;
    border: 2.5px solid #FFC000;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    text-decoration: none;
}

.qr-button:hover,
.qr-button:focus
{
    transition: all 0.3 ease;
    border-color: var(--color_primary)
}

#prefooter_section .label-big {
    background-color: #FFCC00;
    border: none;
    color: #000;
}

.qr-button img {
    width: 90px;
    aspect-ratio: 1/1;
}

.qr-button span {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}

#prefooter-mockup {
    width: 740px;
    height: auto;
    max-width: 100%;
    display: block;
}

#prefooter-logo {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 0;
    max-width: 280px;
}

#label_group {
    position: absolute;
    right: 0;
    bottom: -115px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.owl-theme .owl-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 5px !important;
}


.owl-carousel.owl-drag .owl-item {
    height: 420px;
    width: 100%
}

.owl-theme .owl-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 3px !important; /* Distanza minima tra i dots */
}

.owl-theme .owl-dots .owl-dot {
    display: flex; /* Per far sì che il `span` segua il ridimensionamento */
    align-items: center;
    justify-content: center;
    transition: flex-grow 0.3s ease-in-out;
    flex-grow: 0; /* Permette l'espansione senza sovrapposizioni */
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #dadada;
    min-width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
    transform-origin: left !important;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--glicine);
    min-width: 50px;
    transform-origin: left !important;
}

.form-control {
    font-family: var(--primary_font);
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(157 167 188);
    border-color: var(--deep_glicine);
}

.video {
    width: 70%;
    aspect-ratio: 2/1;
    border-radius: 20px;
}

.h-200 {
    height: 200px !important;
}

.form-button {
    display: flex;
    justify-content: end;
}

.card-secondary {
    border: 4px solid #FFF;
    background: #F8F4EC;
    min-height: 300px;
    padding: 35px;
    box-shadow: 0 10px 15px -3px rgba(174, 163, 141, 0.50);
}

.card-secondary .card-small-desc {
    height: fit-content;
    overflow-y:auto;
    margin-bottom: 15px;
}

.card-secondary.fit {
    height: fit-content;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.card-secondary h1 {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
}

.card-secondary h2 {
    color: #000;
    font-family: var(--primary_font);
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.card-secondary p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-secondary .cover {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-secondary.one {
    border-radius: 60px 10px;
}

.card-secondary.two {
    border-radius: 10px 60px;
}

.accordion-item {
    background-color: #F8F4EC !important;
    border-radius: var(--accordion_radius) !important;
    margin: 20px 0;
    border: none !important;
}

.accordion-header {
    border-radius: var(--accordion_radius) !important;
    background-color: #F8F4EC;
}

.accordion-item .accordion-button
{
    border-radius: var(--accordion_radius) !important;
    background-color: #F8F4EC;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:hover,
.accordion-button:focus:hover
{
    background-color: #FC0;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
    background-color: #F8F4EC;
}

.accordion-body p {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.pagination {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination .page-link {
    border-radius: 50%;
    height: 40px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--primary_font);
    border: 1px solid var(--color_primary);
    color: var(--color_primary);
    font-weight: 600;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--color_primary);
    border-color: var(--color_primary);
    color: #fff;
}

.pagination .page-item.disabled span {
    border-color: #ccc;
    color: #ccc;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem #879CC850;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
    border-radius: 50%
}

.error_label {
    color: #f00;
    font-weight: 600;
    font-size: 12px;
}

.navlink .dropdown-toggle {
    border: 2px solid transparent !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    background-color: #fff !important;
}

.navlink .btn.dropdown-toggle:focus,
.navlink .btn.dropdown-toggle.active
{
    border-color: var(--glicine) !important;
    background-color: #fff !important;
    color: #000 !important;
}

.navlink .btn.dropdown-toggle.active:hover {
    background-color: var(--glicine) !important;
    color: #fff !important;
}

.navlink .dropdown-menu {
    border-radius: 20px;
    border: 2px solid var(--glicine);
}

.navlink .dropdown-menu li a {
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.navlink .dropdown-menu li a:hover,
.navlink .dropdown-menu li a:focus {
    border: none;
    background-color: none;
    color: var(--glicine);
}

.breadcrumb {
    padding: 0 60px;
    gap: 5px;
    margin-bottom: 50px;
}

.breadcrumb li a, .breadcrumb li {
    text-decoration: none;
    font-size: 13px;
}

.breadcrumb li a {
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    color: #000;
}

.breadcrumb li a:hover {
    border-bottom: 1px solid;
    transition: all 0.3s;
}

.breadcrumb li::before {
    content: '/';
    padding-right: 5px;
}

.breadcrumb li.first::before {
    content: '';
}

.breadcrumb li a.active {
    font-weight: bold;
    color: var(--glicine);
}

.date-container {
    margin: 20px 0 30px 0 !important;
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 400 !important;
    display: block;
}

#languageSwitcher {
    z-index: 100;
    position: relative;
}

.focus-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.focus-cover img {
    width: 70%;
    height: auto;
}

@media (max-width: 1024px) {
    #logo {
        width: auto;
        height: 80px;
    }

    .inside {
        padding: 0 40px;
    }

    .navlink a,
    .btn {
        font-size: 12px !important;
        padding: 8px !important;
    }

    .btn {
        font-size: 14px !important;
    }

    h1.gradient {
        font-size: 45px !important;
        line-height: 110% !important;
    }

    .prefooter .top::after {
        right: -40px;
    }

    #prefooter-logo {
        width: 210px;
        top: -20px;
        right: -5px;
    }

    .card-rounded.pref {
        padding-bottom: 250px;
    }

    .prefooter .bottom {
        padding: 25px 35px;
    }

    .prefooter .card-rounded {
        padding: 20px 30px;
        border-radius: 50px;
    }

    #label_group {
        bottom: -160px;
    }
}

@media (max-width: 425px) {
    .prefooter .top .logo {
        width: 100%;
        height: auto;
    }

    .video {
        width: 100%;
        aspect-ratio: 2/1.5;
        border-radius: 10px;
    }

    .card-rounded .body {
        padding: 30px;
    }

    .hero .inside {
        padding: 30px !important;
        justify-content: center !important;
        width: 100%;
    }

    .hero-top {
        border-radius: 40px 40px 0 0;
    }

    .prefooter .top {
        width: 50%;
        padding: 25px;
        display: flex;
        justify-content: center;
    }

    #logo {
        max-width: 100px;
        height: auto;
        margin-bottom: 0;
    }

    .card-secondary {
        width: 94%;
        margin-left: 3%;
        padding: 30px;
    }

    .card-secondary.one,
    .card-secondary.two
    {
        border-radius: 0 60px !important;
    }

    .hero .mascotte {
        width: 100%;
        height: 340px !important;
        background-position: bottom center;
    }
}

@media (max-width: 768px) {

    .focus-cover img {
        width: 100%;
    }

    .card-secondary p {
        font-size: 15px;
        line-height: 150%;
        font-weight: 600;
    }

    .card-secondary h1 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 12px;
    }

    .accordion-item .accordion-button {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
    }

    .accordion-body p {
        font-size: 14px;
        line-height: 22px;
    }

    h1.gradient {
        font-size: 36px;
        text-align: center;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .hero p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .hero .mascotte {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
        background-position: bottom center;
    }

    .hero .inside {
        padding: 50px;
    }

    .hero .btn-group {
        justify-content: center;
        gap: 30px;
        width: 100%;
    }

    .hero .store-image img {
        max-width: 150px;
    }

    .hero-top .btn-group {
        width: 80%;
    }

    .hero-top .btn-group .btn {
        width: 100% !important;
    }

    .hero-top .btn-group .btn {
        width: 100%;
    }

    .space {
        height: 50px;
    }

    .mobile-nav {
        display: flex;
        width: 100%;
        justify-content: end;
    }

    .mobile-nav-content {
        background-color: #fff;
        border-radius: 60px 0 60px 60px;
        box-shadow: 0px 15px 15px rgb(135 156 200 / 24%);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }

    .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ul.mobile-nav-content {
        display: block;
        padding: 0;
        margin: 0;
        padding: 20px 30px;
        z-index: 20;
    }

    ul.mobile-nav-content li,
    ul.mobile-nav-content .dropdown li
    {
        list-style: none;
        display: block;
    }

    ul.mobile-nav-content li a,
    ul.mobile-nav-content .dropdown .btn.dropdown-toggle
    {

        background-color: #E7E7FF;
        color: #000;
        border-radius: 18px 2px !important;
        font-size: 15px;
        line-height: 140%;
        text-align: center;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin: 7px 0;
        height: 44px;
        width: 100%;
        text-decoration: none;
        border: 3px solid transparent;
    }

    ul.mobile-nav-content li a:hover,
    ul.mobile-nav-content li a:focus {
        background-color: var(--deep_glicine);
        border: 3px solid var(--glicine);
    }

    ul.mobile-nav-content .dropdown-menu {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        border: none;
        background: var(--glicine);
        border-radius: 18px 2px;
    }

    ul.mobile-nav-content .dropdown-menu li a {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: none;
    }

    .card-rounded.pref {
        padding-left: 10px;
        padding-right: 10px;
    }

    .prefooter .bottom .navbar {
        padding: 30px 20px;
        margin-top: 20px;
    }

    .prefooter .card-rounded {
        border-radius: 60px;
        padding: 30px;
        margin-top: 16px;
    }

    #prefooter-logo {
        position: relative;
        width: 60%;
        margin-left: 20%;
        padding: 0;
    }

    #prefooter-mockup {
        width: 100%;
    }

    #prefooter-footer {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 20px;
    }

    #prefooter-footer .social-icon {
        justify-content: center !important;
        gap: 15px !important;
    }

    #label_group {
        position: relative;
        bottom: 0;
        padding-top: 30px;
        width: 90%;
        margin-left: 5%;
    }

    .prefooter .bottom {
        min-height: auto;
        height: fit-content;
        padding: 24px;
    }

    .form-button {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 1440px) {
}




