body {
    background-color: white !important;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.titolo-slide-panoramica {
    font-weight: 400;
}

.img-cerchio-taduoo {
    background-color: #e2e7eb;
    border-radius: 100%;
    /* padding: 15%; */
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.img-cerchietto-taduoo {
    width: 80px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0rem 0.45rem #1f67e8;
    transition: all 0.5s;
}

.img-cerchietto-taduoo-venditore {
    width: 80px;
    position: absolute;
}

.img-cerchietto-taduoo.c-1 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/cliente-2-1.png');
    top: calc(1.5rem - 40px);
}

.img-cerchietto-taduoo.c-2 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/cliente-2-2.png');
    right: calc(-1.5rem + 50px);
    top: 25%;
}

.img-cerchietto-taduoo.c-3 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/cliente-2-3.png');
    right: calc(-1.5rem + 90px);
    top: 70%;
}

.img-cerchietto-taduoo.c-4 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/cliente-2-4.png');
    left: calc(-1.5rem + 90px);
    top: 70%;
}

.img-cerchietto-taduoo.c-5 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/cliente-2-5.png');
    left: calc(-1.5rem + 50px);
    top: 25%;
}

.img-cerchietto-taduoo.flipped {
    transform: scaleX(-1);
    box-shadow: none;
}

.img-cerchietto-taduoo.flipped.c-1 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/badge-new-inverted.png');
}

.img-cerchietto-taduoo.flipped.c-2 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/mercato-flipped-1.png');
}

.img-cerchietto-taduoo.flipped.c-3 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/mercato-flipped-3.png');
}

.img-cerchietto-taduoo.flipped.c-4 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/mercato-flipped-2.png');
}

.img-cerchietto-taduoo.flipped.c-5 {
    content: url('https://taduoo.it/wp-content/themes/syrus-child/assets/images/landing-pages/badge-offer-inverted.png');
}

.img-cerchietto-taduoo-venditore.c-1 {
    left: calc(-1.5rem + 100px);
    top: 10%;
}

.img-cerchietto-taduoo-venditore.c-2 {
    right: calc(-1.5rem + 70px);
    top: 20%;
}

.img-cerchietto-taduoo-venditore.c-3 {
    right: calc(-1.5rem + 90px);
    top: 70%;
}

.img-cerchietto-taduoo-venditore.c-4 {
    left: calc(-1.5rem + 50px);
    top: 55%;
}

.banner-live {
    width: 50%;
    padding: 0 30px;
    position: relative;
}

.banner-live .img-cerchietto-taduoo {
    width: 60px;
    left: 49px;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: none;
}

.cliente-accordion {
    font-size: 19px;
    padding: 20px 0;
    color: var(--colore-grigio-chiaro2-taduoo);
    border-bottom: 1.4px solid var(--colore-grigio-chiaro2-taduoo);
    margin: 0;
    width: 60%;
    transition: .3s;
    cursor: pointer;
}

.cliente-accordion:hover {
    color: black;
    opacity: .8;
}

.img-venditore {
    width: 20%;
    margin: 1%;
}

.cont-fulmine {
    width: 33%;
    position: relative;
    margin: 0 1%;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.badge-fulmine {
    position: absolute;
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-recensione-venditore {
    border: 0;
    border-radius: 20px !important;
    overflow: hidden;
}

.img-venditore-recensione {
    width: 20%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 2px solid var(--colore-grigio-chiaro2-taduoo);
    margin-right: 15px;
}

.card-recensione-venditore .card-footer {
    background: white;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    opacity: .6;
    padding: 20px 0;
}

#doc-icon-animate {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

#doc-icon-animate.animate {
    animation: moveAlongArc 1s linear forwards;
}

@keyframes moveAlongArc {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 100%);
    }
}

section.grigia {
    background-color: #f2f2f2;
}

.col-menu-taduoo {
    position: relative;
    padding: 10px;
    left: -10px
}

.col-menu-taduoo > a {
    color: black;
    text-decoration: none;
    /* font-weight: 600; */
    text-align: center;
    font-size: 15px;
}

.col-menu-taduoo.active::after {
    transform: translate(-50%) scaleX(100%);
}

.col-menu-taduoo:not(.active) > a {
    color: grey;
}

.col-menu-taduoo:hover > a {
    color: black;
}

.col-menu-taduoo::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 110%;
    transform: translate(-50%) scaleX(0);
    content: "";
    background-color: var(--colore-blu-taduoo);
    height: 2px;
    transition: all .3s;
}

.section-tecnologie .macro-tecnologia,
.section-mercati .macro-mercato {
    width: 100%;
    text-decoration: none;
    color: black;
}

.section-mercati .product-image,
.section-tecnologie .product-image {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 3/2;
    object-fit: cover;
    cursor: pointer;
}

.section-tecnologie .nome-macro-tecnologia,
.section-mercati .nome-macro-mercato {
    text-align: end;

    /* font-size: 14px;
    margin: 10px 0; */

    font-size: 17.4px;
    margin: 15px 0 35px 0;
    margin-right: 5px;
}

.section-tecnologie .mobile .nome-macro-tecnologia,
.section-mercati .mobile .nome-macro-mercato {
    font-size: 10px;
    margin: 10px 0 20px 0;
}

.section-tecnologie .macro-tecnologia:hover .nome-macro-tecnologia,
.section-mercati .macro-mercato:hover .nome-macro-mercato {
    text-decoration: underline;
}

.section-tecnologie .macro-tecnologia.disabled {
    opacity: 0.5;
    filter: grayscale(1);
}

.section-tecnologie .macro-tecnologia.disabled .product-image,
.section-tecnologie .macro-tecnologia.disabled .nome-macro-tecnologia {
    cursor: not-allowed;
    text-decoration: none;
}

.section-tecnologie .group-name {
    font-size: 17px;
    font-weight: 550;
    text-decoration: underline;
}

.section-tecnologie .back {
    font-size: 17px;
    color: var(--colore-blu-taduoo);
    cursor: pointer;
}

.section-tecnologie .mobile .group-name {
    font-size: 14px;
}

.section-tecnologie .mobile .back {
    font-size: 14px;
}

.section-tecnologie .back:hover {
    text-decoration: underline;
}

.tdo-green {
    color: var(--colore-azzurro-taduoo);
}

.tdo-blue {
    color: var(--colore-blu-taduoo);
}

.section-tecnologie {
    background: #fbfbfb;
    border-bottom: 1px solid #d8d8d8;
}

.best-products {
    background-color: white;
}

.best-partners {
    background-color: #fbfbfb;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.background {
    display: flex;
    justify-content: center;
    /* height: 100vh;
    width: 100vw; */
}

.circle-container {
    width: 400px;
    height: 400px;
    background-color: #f2f6e2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5em;
}

.inner-circle {
    margin: 0 !important;
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 3em;
}

.inner-circle img {
    width: 60%;
    height: auto;
}

.circle-container-content {
    width: 1200px;
    height: 1200px;
    background-color: #f2f6e2;
    border-radius: 50%;
    text-align: center;
    padding-top: 6em;
    align-items: center;
    margin: 5em 0;
}

.section-chi-siamo {
    min-height: 100vh;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    background-color: white;
}

.section-chi-siamo h2 {
    color: black;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-chi-siamo p {
    width: 50%;
    color: black;
    font-size: 15px;
    margin-bottom: 4em;
    line-height: 2;
}

/* .swiper-prodotti > .swiper-wrapper {
    overflow: hidden;
} */

.swiper-prodotti .swiper-slide,
.swiper-partners .swiper-slide {
    visibility: hidden;
}

.swiper-prodotti .swiper-slide-next,
.swiper-partners .swiper-slide-next,
.swiper-prodotti .swiper-slide-active,
.swiper-partners .swiper-slide-active,
.swiper-prodotti .swiper-slide-next + .swiper-slide,
.swiper-partners .swiper-slide-next + .swiper-slide,
.swiper-prodotti .swiper-slide-next + .swiper-slide + .swiper-slide,
.swiper-partners .swiper-slide-next + .swiper-slide + .swiper-slide {
    visibility: visible;
}

.contenitore-prodotto,
.contenitore-documento {
    position: relative;
    width: 100%;
    /* aspect-ratio: 3/5; */
    background-color: white;
    margin-bottom: 1.5rem;
    display: block;
    text-decoration: none;
    color: black;
}

.contenitore-documento {
    margin: 0;
}

.contenitore-prodotto .anteprima-prodotto,
.contenitore-documento .anteprima-documento {
    position: relative;
    width: 100%;
    height: fit-content;
    border: 1px solid var(--colore-grigio-chiaro2-taduoo);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
    aspect-ratio: 5/8;
}

.contenitore-documento .anteprima-documento {
    aspect-ratio: 1/1.414 !important;
}


.contenitore-prodotto .anteprima-prodotto .img-anteprima-prodotto {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    transition: all .3s;
}

.contenitore-prodotto .anteprima-prodotto .img-anteprima-prodotto:hover {
    transform: scale(110%);
}

.contenitore-prodotto .info-prodotto {
    height: 20%;
    padding: 2.5px;
}

.contenitore-prodotto .info-prodotto > p {
    margin: 0;
    font-size: 14px;
}

.contenitore-prodotto .info-prodotto .tipologia-prodotto {
    text-transform: uppercase;
    color: var(--colore-grigio-chiaro3-taduoo);
}

.contenitore-prodotto .info-prodotto .nome-prodotto {
    font-weight: 500;
}

.scheda-seller {
    height: fit-content;
    width: 100%;
    border: 1.5px solid var(--colore-celeste-sbiadito-taduoo);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 2em 10px;
    transition: all .3s;
    background: white;
}

.scheda-seller:hover,
.contenitore-prodotto .anteprima-prodotto:hover,
.contenitore-documento .anteprima-documento:hover {
    box-shadow: 0px 0px 5px var(--colore-celeste-sbiadito-taduoo);
    border-color: #0693e3;
    /* border-width: 1px; */
}

.contenitore-prodotto .anteprima-prodotto:hover .info,
.contenitore-prodotto .anteprima-prodotto:hover .footer {
    background-color: var(--colore-grigio-chiaro-taduoo);
}

.contenitore-prodotto .anteprima-prodotto:hover button {
    background: #0058ff;
    color: white;
}
.scheda-seller .contenitore-top {
    position: relative;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.scheda-seller .contenitore-center {
    position: relative;
    height: 25%;
    text-align: center;
    padding-top: 20px;
}

.scheda-seller .contenitore-center .nome-seller .link-nome-profilo {
    min-width: 6em;
    font-size: 23px;
    letter-spacing: -1px;
    color: var(--colore-nero-hover-sidebar-taduoo);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}

.scheda-seller:hover .contenitore-center .nome-seller .link-nome-profilo {
    text-decoration: underline;
}

.scheda-seller .contenitore-top .contenitore-immagine-profilo,
.scheda-seller .contenitore-top .contenitore-immagine-azienda {
    display: flex;
    justify-content: center;
    width: 40%;
    position: relative;
    height: auto;
    background-color: white;
    aspect-ratio: 1 / 1;
}

.scheda-seller .contenitore-top .contenitore-immagine-profilo {
    font-size: xx-large;
}

.iniziali-seller {
    padding-top: 20%;
}

.scheda-seller .contenitore-top .contenitore-immagine-azienda {
    position: absolute;
    left: calc(1em - 10px);
    width: 25%;
    top: -1em;
}

.scheda-seller .contenitore-top .contenitore-immagine-profilo .immagine-profilo,
.scheda-seller .contenitore-top .contenitore-immagine-azienda .immagine-azienda {
    /* width: 100%; */
    height: 100%;
    object-position: center;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: white;
    border: 1px solid var(--colore-grigio-chiaro2-taduoo);
}

.scheda-seller .contenitore-top .contenitore-immagine-azienda .immagine-azienda.ph {
    padding: 15px;
    background-color: #e2e7eb;
}

.scheda-seller .contenitore-top .contenitore-immagine-profilo a {
    width: 100%;
    text-decoration: none;
}

.scheda-seller .contenitore-top .contenitore-immagine-profilo a p {
    color: var(--colore-blu-taduoo);
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--colore-grigio-chiaro2-taduoo);
    border-radius: 50%;
    font-size: 1.8em !important;
    font-weight: 700;
    text-transform: uppercase;
    background-color: white;
}

.scheda-seller .contenitore-center .ruolo-seller {
    font-size: 15px !important;
    color: #595959;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}

.scheda-seller .contenitore-center .lavoro-seller {
    color: #aaaaaa;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}

.scheda-seller .contenitore-center .azienda-seller, .scheda-seller .contenitore-center .paese-seller {
    color: var(--colore-blu-taduoo);
    letter-spacing: .5px;
    text-decoration: none;
}

/* .scheda-seller .contenitore-center .azienda-seller:hover {
    text-decoration: underline;
} */

.scheda-seller .contenitore-bottom, .scheda-seller .contenitore-bottoni {
    position: relative;
    height: 20%;
}

.scheda-seller .contenitore-bottom {
    display: flex;
    padding: 2em 5% 0;
}


.scheda-seller .contenitore-bottom .contenitore-info {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 1em; */
}

.scheda-seller .contenitore-bottom .separatore {
    width: 1px;
    background: var(--colore-grigio-taduoo);
    height: 3em;
    margin-top: auto;
    margin-bottom: auto;
}

.scheda-seller .contenitore-bottom .contenitore-info .numero-promo,
.scheda-seller .contenitore-bottom .contenitore-info .numero-customers,
.scheda-seller .contenitore-bottom .contenitore-info .numero-prodotti {
    font-weight: 700;
    color: var(--colore-blu-taduoo);
    font-size: 1.75em;
    line-height: 1em;
}

.scheda-seller .contenitore-bottom .contenitore-info .testo {
    font-weight: 400;
    color: #404040;
    font-size: 12px;
    line-height: 1em;
}

.scheda-seller .contenitore-bottoni {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheda-seller .contenitore-bottoni .btn-segui, .scheda-seller .contenitore-bottoni .btn-options {
    height: 60%;
    background: transparent;
    border: 2px solid black;
    border-radius: 5px;
}

.scheda-seller .contenitore-bottoni .btn-segui {
    width: 60%;
    margin-right: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.scheda-seller .contenitore-bottoni .btn-segui, .scheda-seller .contenitore-bottoni .btn-segui.followed:hover {
    background-color: white;
    border-color: var(--colore-celeste-taduoo);
    color: var(--colore-celeste-taduoo);
}

.scheda-seller .contenitore-bottoni .btn-segui:hover, .scheda-seller .contenitore-bottoni .btn-segui.followed{
    background-color: var(--colore-celeste-taduoo);
    color: white;
}

.scheda-seller .contenitore-bottoni .btn-options {
    width: 15%;
    border-color: var(--colore-grigio-chiaro2-taduoo);
    color: var(--colore-grigio-chiaro2-taduoo);
}

.scheda-seller .contenitore-bottoni .btn-options:hover {
    background-color: var(--colore-grigio-chiaro2-taduoo);
    color: white;
}

.copertina-top-seller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 25%;
    background-size: contain;
}

section.section-badges.tecn {
    background-color: #f3f2f0;
}

section.section-badges.merc {
    background-color: #f1ece5;
}

section.section-badges.merc h1 {
    color: #0070c0;
}

section.section-badges p {
    font-size: 16px;
    color: gray;
}

section.section-badges .badge-tdo {
    font-size: 13px;
    border: 1px solid lightgrey;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    text-decoration: none;
    color: black;
    transition: .3s;
}

section.section-badges .badge-tdo:hover {
    text-decoration: underline;
    background-color: lightgrey;
}

.cat-breadcrumb {
    font-size: 15px;
    color: gray;
}

.section-swiper {
    background-color: #e8f2fe;
}

.section-swiper h1 {
    color: #0693e3;
}

.riga-9 img {
    width: 60%;
    border-radius: 100%;
    object-fit: contain;
}

.riga-9 p {
    font-size: 35px;
    /* color: gray; */
    /* font-weight: 300; */
}

.recensione {
    display: flex;
}

.riga-10 p {
    background-color: #eae6df;
    padding: 10px 20px;
}

.riga-10 p a {
    text-decoration: none;
}

.su-taduoo-puoi p {
    font-size: 15px;
}

.su-taduoo-puoi .p-title {
    color: black;
    font-weight: 200;
    margin-bottom: 50px;
    font-size: 40px;
}

.su-taduoo-puoi img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    height: auto;
    width: 40%;
    object-fit: cover;
    padding: 20px;
    background: #f6f6f4;
    margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
    border-top: 0 !important;
}

#contenitore-menu-home-tecnologie #accordionTecnologie,
#contenitore-menu-home-mercati #accordionMercati {
    width: 75%;
}

/* #collapse-mercati,
#collapse-tecnologie {
    top: 5px !important;
} */

.home-overlay-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    top: 0;
    left: 0;
    z-index: 9999;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.icon-wrapper .fa-comments {
    font-size: 1.5rem;
}

.icon-wrapper .badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #ff4d4f;
    color: white;
    font-size: 0.7rem;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
}

.contenitore-prodotto .header {
    /* background-color: var(--colore-grigio-chiaro-taduoo); */
    position: relative;
    height: 25%;
    /* border-bottom: 1px solid var(--colore-grigio-chiaro-taduoo); */
    /* background: url(https://taduoo.it/wp-content/themes/syrus-child/assets/images/chat-pattern.png); */
    background-size: 40%;
    z-index: 2;
}

.img_copertina {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    background-size: contain;
    height: 25% !important;
    aspect-ratio: 4/1;
}

.contenitore-prodotto .header img {
    width: 30%;
    aspect-ratio: 1;
    object-fit: cover;
    position: absolute;
    top: 65%;
    left: 10px;
    border-radius: 10px;
    background-color: white;
}

.contenitore-prodotto .header img.ph {
    padding: 15px;
    background-color: #e2e7eb;
}

.contenitore-prodotto .badge-prodotto {
    background-color: #ffd966;
    padding: 3px 15px;
    text-align: center;
    border-radius: 15em;
    display: block;
    position: absolute;
    font-size: 8px;
    right: 10px;
    top: 10px;
}

/* .contenitore-prodotto.draft .badge-prodotto {
    display: block;
} */

.contenitore-prodotto a,
.contenitore-documento a {
    text-decoration: none;
    color: black;
}

.contenitore-prodotto .info {
    padding: 21% 10px 0;
    height: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.contenitore-prodotto.draft .info {
    background-color: #f2f2f2;
}

.contenitore-prodotto .info .azienda {
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.contenitore-riga-prodotto {
    transition: .3s;
    border-bottom: 1px solid lightgray;
}

.contenitore-riga-prodotto:hover {
    background-color: var(--colore-grigio-chiaro-taduoo);
}

.contenitore-riga-prodotto .nome-prodotto,
.contenitore-prodotto .info .nome-prodotto {
    font-weight: 500;
    margin: 7px 0;
    font-size: 17px;
}

.contenitore-riga-prodotto .nome-prodotto {
    font-size: 14px;
}

.contenitore-riga-prodotto:hover .nome-prodotto,
.contenitore-prodotto:hover .info .nome-prodotto {
    text-decoration: underline;
}

.contenitore-riga-prodotto .descrizione-prodotto,
.contenitore-prodotto .info .descrizione-prodotto {
    color: var(--colore-grigio-chiaro3-taduoo);
    position: relative;
    /* height: inherit; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* font-size: .8vw; */
    /* font-size: 1vw; */
    font-size: 14px;
}

.contenitore-riga-prodotto .nome-prodotto,
.contenitore-riga-prodotto .descrizione-prodotto {
    font-size: 14px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-align: unset !important;
}

.contenitore-riga-prodotto button {
    font-size: 14px;
}

.header-righe-prodotto > div {
    border-bottom: 1px solid lightgray;
}

.contenitore-prodotto .footer,
.contenitore-documento .footer {
    height: 15%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid lightgrey;
    position: relative;
    background-color: white;
    z-index: 2;
}

.contenitore-prodotto .footer button {
    width: 100%;
    border: 1px solid #0058ff;
    background: white;
    border-radius: 5px;
    color: #0058ff;
    font-size: 12px;
    padding: 5px;
}

.contenitore-prodotto .footer button.btn-outline-secondary {
    width: min-content;
    border: 1px solid #6c757d;
    color: #6c757d;
    transition: .3s;
}

.contenitore-prodotto .footer button.btn-outline-secondary i.rotated {
    transform: rotate(180deg);
}

.contenitore-documento .footer button {
    width: 100%;
    background: #f2f2f2;
    border-radius: 15em;
    color: #0693e3;
    font-size: 14px;
    padding: 5px;
    border: 0;
}

.contenitore-documento .footer.product-doc-footer {
    padding: 20px 0 1.5rem 0;
    border-top: 0;
}

.contenitore-documento .footer.product-doc-footer button {
    background: white;
    border: 1px solid #0693e3;
}

.contenitore-documento + .doc-name {
    font-size: 15px;
}

.contenitore-documento + .doc-name.with-prods {
    /* color: #2b73fc; */
    color: #000000;
    text-decoration: none;
}

.contenitore-documento + .doc-name.with-prods:hover {
    text-decoration: underline;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    color: black;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white !important;
    height: 1.5em !important;
    width: 1.5em !important;
    background-size: 1.5em 1.5em !important;
    background-position: center !important;
    top: unset !important;
    bottom: 10% !important;
    border: 1px solid #00befc;
    border-radius: 100%;
    z-index: 1 !important;
}

#swiper-button-prev-prod,
#swiper-button-next-prod,
#swiper-button-prev-partners,
#swiper-button-next-partners {
    transform: translate(0, 50%);
    color: black !important;
    background: #f4f4f4 !important;
    bottom: -10% !important;
    border: 0 !important;
    left: unset;
}

#swiper-button-prev-prod,
#swiper-button-prev-partners {
    right: 2em;
}

#swiper-button-next-prod,
#swiper-button-next-partners {
    right: 0;
}

#swiper-button-prev-prod::after,
#swiper-button-next-prod::after,
#swiper-button-prev-partners::after,
#swiper-button-next-partners::after {
    font-family: fontawesome !important;
    font-size: 11px !important;
    color: black;
}

#swiper-button-prev-prod::after,
#swiper-button-prev-partners::after {
    content: '\f053' !important;
}

#swiper-button-next-prod::after,
#swiper-button-next-partners::after {
    content: '\f054' !important;
}

.container-footer {
    background-color: #f3f2f0;
    margin-top: 25px !important;
    bottom: 0;
    position: relative;
}

.img-footer {
    width: 80%;
}

.copyright-text {
    color: darkblue;
    font-size: 15px;
}

.social-icons-footer {
    gap: 1em;
}

.social-icons-footer a {
    text-decoration: none;
}

.social-icons-footer span,
.social-icons-footer i {
    text-decoration: none;
    display: inherit;
}

.informativa-privacy {
    font-size: 11.6px;
    text-align: justify;
    color: #627282;
}

.avviso-tel-seller,
.info-password-register {
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #627282;
}

.info-password-register {
    text-align: start !important;
}

.company-banner {
    position: relative;
    display: flex;
    align-items: center;
    background: #228295;
    /* overflow: hidden; */
    border-radius: 15em;
}

.company-banner span {
    border-radius: 15em;
    font-size: 15px;
    padding: 5px 35px 6px 20px !important;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.company-banner span.orange {
    background: #f99818;
    color: black;
    /* border: 2px solid white; */
    z-index: 2;
    /* transform: scale(1.09); */
    font-size: 14px;
    padding-right: 20px !important;
    outline: 3px solid white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    align-self: stretch;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.company-banner span.aqua {
    background: #228295;
    color: white;
    padding: 3px 10px;
    /* margin-left: -20px;
    padding-left: 30px; */
    z-index: 1;
}

.home-banner .arrows {
    /* font-size: 19px;
    margin-left: auto;
    padding-right: 15px; */
    font-size: 26px;
    margin-left: 58px;
    padding-right: 15px;
}

.company-banner .arrows {
    font-size: 16px;
    margin-left: auto;
    padding-right: 15px;
}

.home-banner .arrows i,
.company-banner .arrows i {
    opacity: 0;
    color: white;
    animation: chevron-move 1.5s infinite ease-in-out;
}

.home-banner .arrows i:nth-child(1),
.company-banner .arrows i:nth-child(1) {
    animation-delay: 0s;
}

.home-banner .arrows i:nth-child(2),
.company-banner .arrows i:nth-child(2) {
    animation-delay: 0.2s;
}

.home-banner .arrows i:nth-child(3),
.company-banner .arrows i:nth-child(3) {
    animation-delay: 0.4s;
}

.home-banner {
    width: 135%;
    color: #232f3e;
    background: rgb(252, 202, 35);
    display: flex;
    align-items: center;
    border-radius: 15em;
    padding: 2px 15px 2px 3px;
    font-size: 18px !important;
    line-height: 19px !important;
    z-index: 300;
    letter-spacing: 0px;
    font-weight: 600;
    border: 2.5px solid rgb(253, 217, 47);
}

.section-home h1 span {
    font-weight: 550;
}

.home-banner span:first-child {
    background-color: #171e2d;
    color: white;
    padding: 10px 24px;
    border-radius: 15em;
    margin-right: 10px;
}

.home-banner u {
    text-decoration-thickness: 2px;
}

.home-main-content h1 {
    font-weight: 700;
    font-size: 53px !important;
    margin-bottom: 21px;
    line-height: 1.1;
}

.home-main-content h1.mobile {
    font-size: 45px !important;
}

.home-main-content p {
    font-size: 17px;
}

@keyframes chevron-move {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(20px);
        opacity: 0;
    }
}

.col-5:has(.container-cover-image-company)::after {
    content: "";
    position: absolute;
    right: -120px;
    width: calc(calc(calc(100% - 1.5rem) / 100) * 90);
    height: 80px;
    background-color: black;
    border-radius: 60%;
    transform: rotate(-5deg);
    opacity: 0.15;
    bottom: 64px;
    z-index: 1;
    box-shadow: 1px 1px 15px rgb(0, 0, 0);
}

#show-more-cats {
    position: absolute;
    font-size: 10px;
    top: -1.5rem;
    right: 1.5rem;
    cursor: pointer;
    color: var(--colore-blu-taduoo);
}






@media (max-width: 991.98px) {
    .home-page-girl {
        height: 20.2rem;
        max-height: 20.2rem;
        width: 100%;
        overflow: hidden;
        position: relative;
        border-radius:40px;

    }
    .home-page-girl img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0rem;

    }
}
@media (min-width: 992px) {
    .home-page-girl img{
        border-radius: 40px;
        height: auto;
    }

}

@media (min-width: 576px ) and (max-width: 886px){
    .container-cover-image-company::after {
        bottom: 0px !important;
    }


}

.contenitore-riga-prodotto .descrizione-prodotto {
    font-size: 14px !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    font-weight: normal;
}


.contenitore-riga-prodotto .nome-prodotto {
    font-size: 20px !important;
    font-weight: 600 !important;
}
