*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Figtree", sans-serif;
    scroll-behavior: smooth;
    background-color: #f6f6f6;
}

.container-cover {
    position: relative;
    width: 100%;
    z-index: 2;
}


.container-navbarCustom {
    margin: 5px;
}

.logoNavBar {
    width: min(100%, 200px);
    display: block;
    margin: 0;
}

@media screen and (max-width: 560px) {
    .container-navbarCustom {
        margin: 0;
    }

    .logoNavBar {
        width: min(100%, 150px);
    }
}

.wrapper-iconHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-icons-hamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preferitiNav,
.heartNavbar {
    display: inline-block;
    cursor: pointer;
}

.searchIcon {
    display: none;
}

#cover-home {
    position: relative;
    top: 0;
    left: 0;
    width: min(100%, 1920px);
    min-height: 524px;
    height: 100%;
    margin: auto;
    background-image: linear-gradient( 180deg, rgba(12, 12, 12, 1) 0%, rgba(12, 12, 12, 0.5264607063528537) 100% ), url("../img/img_cover.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.input-cover {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 10;
}

.input-search-cover {
    width: 40%;
}

@media screen and (max-width: 580px) {
    .input-cover {
        width: 90%;
    }

    .preferitiNav {
        display: none;
    }

    .searchIcon {
        display: inline-block;
    }

    .input-search-cover {
        width: 80%;
    }
}

.nav-icon {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nav-icon > * {
        color: #fff;
        padding: 0 0.5rem;
    }

@media screen and (max-width: 560px) {
    .nav-icon > * {
        color: #fff;
        padding: 0 0.5rem;
    }
}

.formCover {
    position: relative;
    margin: auto;
    width: min(100%, 1000px);
    padding: 1rem;
    margin-top: -10rem;
    z-index: 10;
}


#brand-home {
    /*width: min(100%, 1920px);*/
    /* min-height: 566px; */
    background-color: #f6f6f6;
    margin: 10rem auto;
    padding: 3rem;
    text-align: center;
    position: relative;
}

#brand-home--white {
    width: min(100%, 1920px);
    background-color: #fff;
    margin: 10rem auto;
    padding: 3rem;
    text-align: center;
    position: relative;
}

.heading-brand {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
}

.subheading-brand {
    font-size: 1.2rem;
    color: #7b7b7b;
}

.container-brand-logo {
    margin: 1rem auto;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
    gap: 1rem;
}

.card-brand {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 1rem;
    min-height: 152px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

    .card-brand img {
        width: min(100%, 80px);
        display: block;
        margin-bottom: 1rem;
    }

.name-brand {
    font-size: 1rem;
    font-weight: 600;
    color: #7b7b7b;
    margin: 0;
}

.card-brand:hover .name-brand {
    color: #0682ff;
}

.card-brand:hover {
    border: 1px solid #0682ff;
}

#section-banner {
    width: min(100%, 1920px);
    /* min-height: 566px; */
    background-color: #fff;
    margin: auto;
    padding: 3rem;
    position: relative;
}

.banner {
    margin: 8rem auto;
    width: min(100%, 1030px);
    background-color: #ec0000;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    position: relative;
}

.banner--dettaglio {
    margin: 4rem auto;
}

.banner--listato {
    background-color: #0682ff;
}

.wrapper-element-banner--listato {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.wrapper-element-banner--dettaglio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.wrapper-text {
    width: 60%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 3rem;
}

.wrapper-text--listato {
    padding: 0;
    width: 100%;
}

.wrapper-text--dettaglio {
    padding: 0;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    /* padding: 0 3rem; */
}

.cta-banner {
    margin-top: 1rem;
    width: min(100%, 212px);
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    border: none;
    outline: none;
    color: #0c0c0c;
    font-weight: 500;
    display: block;
}

.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 451px);
    display: flex;
}

    .bannerImg img {
        width: 48%;
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: 105px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .bannerImg img {
        width: 41%;
        margin-right: 83px;
    }
}

@media (max-width: 767px) {
    .bannerImg img {
        width: 40%;
        margin-right: 70px;
    }
}

.bannerImg--listato {
    position: absolute;
    right: 1rem;
    bottom: 0;
    width: min(100%, 451px);
    display: flex;
    justify-content: flex-end;
}

    .bannerImg--listato img {
        width: min(100%, 360px);
        display: block;
        height: auto;
    }

.bannerImg--descrizione {
    position: absolute;
    right: -1rem;
    bottom: 0;
    width: min(100%, 451px);
    display: flex;
    justify-content: flex-end;
}

    .bannerImg--descrizione img {
        width: min(100%, 320px);
        display: block;
        height: auto;
    }

.heading-banner {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    display: inline-block;
}

.subheading-banner {
    display: inline-block;
    color: #fff;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .banner--listato {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .wrapper-element-banner--listato {
        width: 100%;
        text-align: center;
        margin: 1rem 0;
    }

    .wrapper-form-banner-listato {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .wrapper-form-banner-listato .form-control {
            margin: 1rem;
            width: 90%;
        }

    .bannerImg--listato {
        position: relative;
        width: min(100%, 461px);
        margin: auto;
    }

    #submitBtn {
        display: none;
    }

    .wrapper-text--dettaglio {
        padding: 0;
        width: 90%;
    }

        .wrapper-text--dettaglio h1 {
            font-size: 2rem;
        }

        .wrapper-text--dettaglio h5 {
            font-size: 1.2rem;
        }

    .cta-banner--dettaglio {
        font-size: 1rem;
        width: min(100%, 200px) !important;
        padding: 0.3rem 1.2rem;
    }
}

/* .card-listino {
  display: flex;
  justify-content: space-between;
  align-items: start;
} */
@media screen and (max-width: 760px) {
    .banner {
        min-height: 0;
    }

    .wrapper-text {
        width: 60%;
        padding: 0;
    }

    .wrapper-text--dettaglio {
        width: 90%;
    }

        .wrapper-text--dettaglio h1 {
            font-size: 1.5rem;
        }

        .wrapper-text--dettaglio h5 {
            font-size: 0.9rem;
        }

    .bannerImg {
        display: flex;
        align-self: flex-end;
        position: relative;
        width: 40%;
    }

    .bannerImg--descrizione {
        width: 40%;
        display: flex;
        align-self: flex-end;
        position: relative;
    }

    .cta-banner {
        font-size: 1rem;
        width: min(100%, 150px);
        padding: 0.3rem 1.2rem;
    }
}

@media screen and (max-width: 580px) {
    .wrapper-text {
        width: 60%;
        margin-left: 0.3rem;
    }

    .wrapper-text--dettaglio {
        width: 90%;
    }

        .wrapper-text--dettaglio h1 {
            font-size: 1.3rem;
        }

    .heading-banner {
        font-size: 1.3rem;
    }

    .subheading-banner {
        font-size: 0.9rem;
    }

    .cta-banner {
        margin-top: 1rem;
        width: min(100%, 130px);
        border-radius: 2rem;
        padding: 0.3rem 1rem;
        border: none;
        outline: none;
        color: #0c0c0c;
        font-weight: 500;
        display: block;
        font-size: 0.8rem;
    }

    .cta-banner--dettaglio {
        font-size: 1rem;
        width: min(100%, 250px) !important;
        font-size: 0.9rem;
        padding: 0.3rem 1.2rem;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 480px) {
    .content-btn-dettaglioCard {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .content-btn-dettaglioCard > * {
            margin: 0.5rem;
        }

    .cta--altRichiesta {
        font-size: 0.8rem;
    }

    .cta--superPrezzo {
        font-size: 0.8rem;
    }
}

/* NEW ARRIVALS  */

.container-fluid--gray {
    position: relative;
    background-color: #f6f6f6;
    /* background-color: #fff; */
}

/* .container-fluid--grayListato {
  position: relative;
  background-color: #f6f6f6;
  top: 10vh;
} */

#newArrivals {
    width: min(100%, 1280px);
    margin: auto;
    padding: 3rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 580px) {
    #newArrivals {
        padding: 0;
    }

    #cardNewCar-slide .splide__pagination {
        padding: -5rem;
    }


    #slideDettaglioMobile .splide__pagination {
        bottom: -1.5rem;
    }

    .splide__pagination__page.is-active {
        background-color: #0682ff;
    }
}

#cardNewCar-slide {
    width: min(100%, 1920px);
}

    #cardNewCar-slide .splide__track {
        margin-top: 3rem auto;
    }

    #cardNewCar-slide .splide__slide {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

#slider-cars .splide__pagination {
    margin-bottom: -3rem;
}

#slideTwoMobile .splide__pagination {
    margin-bottom: -3rem;
}

.contentImg {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .contentImg img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

.content-btn-dettaglioCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    width: 90%;
    left: 1.2rem;
}

.contentImg--listato img {
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: min(100%, 210px);
    display: block;
    /* height: 374px; */
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.iconUp {
    position: absolute;
    right: 5px;
    top: 5px;
    color: crimson;
    font-size: 2rem;
    display: block;
    cursor: pointer;
    width: min(100%, 40px);
}

.cta {
    display: block;
    color: #333;
    padding: 0.2rem 1.5rem;
    border: none;
    outline: none;
    border-radius: 2rem;
    /* margin: auto; */
}

.ctaCrop {
    display: block;
    color: #333;
    padding: 0.2rem 1.5rem;
    border: none;
    outline: none;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    /* border-radius: 2rem; */
    /* margin: auto; */
}

.cta--promo {
    bottom: 1rem;
    right: 1rem;
    position: absolute;
    background-color: #0682ff;
    color: #fff;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
}

.cta--red {
    background-color: #ec0000;
    color: #fff;
    border-radius: 2rem;
    padding: 0.2rem 2.5rem;
}

.cta--price {
    bottom: 1rem;
    right: 1rem;
    position: absolute;
    background-color: #e7ff00;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
    z-index: 1;
}

.cta--venduta {
    bottom: 1rem;
    right: 1rem;
    position: absolute;
    background-color: #EC0000;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
    z-index: 1;
    color: white;
}

.cta--gray {
    background-color: #fff;
    font-weight: 600;
    text-align: right;
    right: 1rem;
}

.cta--superPrezzo {
    background-color: #e7ff00;
    color: #0c0c0c;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
    /* width: min(100%, 120px); */
}

.cta--altRichiesta {
    background-color: #fff;
    color: #ec0000;
    font-weight: 800;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
}

.cta--superPrezzoCrop {
    background-color: #e7ff00;
    color: #0c0c0c;
    font-weight: 800;
    padding: 0.2rem 1.5rem;
    /* width: min(100%, 120px); */
}

.cta--vendutaCrop {
    background-color: #EC0000;
    color: #fff;
    font-weight: 800;
    padding: 0.2rem 1.5rem;
    /* width: min(100%, 120px); */
}

.cta--altRichiestaCrop {
    background-color: #fff;
    color: #ec0000;
    font-weight: 800;
    padding: 0.2rem 1.5rem;
}

.cta--filter {
    color: #7b7b7b;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
}

.cta--order {
    color: #0682ff;
    background-color: #fff;
    border: 1px solid #0682ff;
    border-radius: 2rem;
    padding: 0.2rem 3.5rem;
}

.cta--orderInverse {
    color: #fff;
    background-color: #0682ff;
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: 0.2rem 3.5rem;
}

.cta--infoWhatsapp {
    color: #fff;
    background-color: transparent;
    border: 1px solid #25d366;
    border-radius: 2rem;
    padding: 0.2rem 1.5rem;
}

.cta--banner-listato {
    display: block;
    width: min(100%, 350px);
    color: #0682ff;
    background-color: #fff;
    border: #e5e5e5;
    border-radius: 2rem;
    display: none;
}

@media screen and (max-width: 767px) {
    .cta--banner-listato {
        display: block;
        width: min(100%, 280px);
    }
}

.activeBtn {
    color: #ec0000;
}

.wrapper-card-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wrapper-card-heading--listato {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.content-text {
    padding: 1rem;
    width: 90%;
    position: relative;
}

.content-text-cardDettaglio {
    padding: 1rem;
    width: 100%;
    position: relative;
}

.card-title {
    color: #0c0c0c;
}

.card-title-small {
    color: #0c0c0c;
    font-size: 1.2rem;
}

.content-stars {
    padding: 1rem;
}

    .content-stars img {
        width: min(100%, 29px);
        height: 38px;
        display: block;
    }

.descr-cars {
    color: #7b7b7b;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
}

.details-car {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.divider-gray {
    border-top: 2px solid #aaaaaa;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
    display: block;
}

.details-car-left,
.details-car-right {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.details-car i {
    font-size: 1rem;
    color: #0682ff;
}

.details-car span {
    color: #0c0c0c;
}

.container-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-icon-dettaglioCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-icon > * {
    margin-left: 1rem;
    font-size: 1.5rem;
}

.container-price > * {
    margin-right: 1rem;
}

.container-price h5 {
    text-decoration: line-through;
    color: #7b7b7b;
}

.container-price h4 {
    color: #0682ff;
    font-weight: 600;
}

#section-slideTwo {
    color: #000;
}

.container-fluid--bigSlides {
    background-color: #fff;
}

#slideTwo, .chi-siamo-slider,
#slideTwoMobile {
    /* width: min(100%, 1280px); */
    width: 100%;
    margin: auto;
    padding: 3rem;
    text-align: center;
    position: relative;
    z-index: 0;
}

#slideTwoMobile {
    display: none;
}
/* 
#slideDettaglioMobile {
  width: 100%;
  margin: auto;
    padding: 3rem;
  text-align: center;
  position: relative;
  z-index: 0;
}

#slideDettaglioMobile .cardCarNew {
  width: 50%;
} */

.cardCarNewMobile {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    cursor: pointer;
    box-shadow: 0px 3px 6px #0000000a;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
}

.contentImgMobile {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .contentImgMobile img {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

.wrapper-card-heading--mobile {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    background-color: #1d5ea2;
    color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.wrapper-icon {
    padding: 0 1rem 0;
}

.chi-siamo-slider .splide__slide, #slideTwo .splide__slide {
    position: relative;
}

@media screen and (max-width: 767px) {
    #slideTwo {
        display: none;
    }

    #slideTwoMobile {
        display: block;
        padding: 0;
    }
}

.wrapper-description-slide {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
}

    .wrapper-description-slide h2 {
        color: #fff;
        letter-spacing: 2px;
    }

    .wrapper-description-slide p {
        color: #fff;
        letter-spacing: 2px;
    }

.chi-siamo-slider .splide__slide img, #slideTwo .splide__slide img {
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 580px) {
    .wrapper-description-slide h2 {
        color: #fff;
        letter-spacing: 2px;
        font-size: 1.2rem;
    }

    .wrapper-description-slide p {
        color: #fff;
        letter-spacing: 2px;
    }

    .cta--gray {
        background-color: #fff;
        font-weight: 600;
        text-align: right;
        right: 1rem;
        padding: 0.2rem 1.5rem;
        font-size: 0.8rem;
    }
}

.chi-siamo-slider .splide__arrow, #slideTwo .splide__arrow {
    background-color: transparent;
}

.chi-siamo-slider .splide__arrow--prev, #slideTwo .splide__arrow--prev {
    left: 5rem !important;
}

.chi-siamo-slider .splide__arrow--next, #slideTwo .splide__arrow--next {
    right: 5rem !important;
}

.chi-siamo-slider .splide__pagination__page, #slideTwo .splide__pagination__page {
    background-color: #e5e5e5;
}

    .chi-siamo-slider .splide__pagination__page.is-active, #slideTwo .splide__pagination__page.is-active {
        background-color: #0682ff;
    }

#videoHome {
    margin: 4rem auto;
    width: 100%;
    position: relative;
}

    #videoHome video {
        width: min(100%, 900px);
        border-radius: 1rem;
    }

#cardService {
    margin: 4rem auto;
    position: relative;
}

#section-bannerSolare {
    margin: 4rem auto;
    position: relative;
}

.bannerSolare {
    background: url("/images/energiaSolare.png") center/cover no-repeat;
    border-radius: 1rem;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}

.banner-text {
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.187);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0.5rem;
}

#section-contact {
    margin: 8rem auto;
    position: relative;
}

.container-contact {
    background-color: #e5e5e5;
}

.link-gray {
    color: #7b7b7b;
    font-weight: 600;
}

#servizi-assicurativi {
    width: min(100%, 1280px);
    margin: auto;
    padding: 3rem;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 580px) {
    .container-contact {
        text-align: center;
    }

    #servizi-assicurativi {
        padding: 0;
    }

    .container-icon > * {
        margin-left: 1rem;
        font-size: 1rem;
    }
}

#ricercaRapida {
    background-color: #fff;
    margin: auto;
    padding: 3rem;
}

#happy-delivery {
    position: relative;
    z-index: 0;
}

    #happy-delivery .splide__pagination__page {
        background-color: #e5e5e5;
    }

        #happy-delivery .splide__pagination__page.is-active {
            background-color: #0682ff;
        }

    #happy-delivery .splide__arrow {
        background-color: transparent;
    }

        #happy-delivery .splide__arrow > svg {
            font-size: 2rem;
            fill: #0682ff;
        }

.likeStar {
    color: #0682ff;
}

.dontlikeStar {
    color: #e5e5e5;
}

#bannerRequest {
    background-color: #fff;
    margin: auto;
    padding: 3rem;
    position: relative;
}

.bannerRequest {
    width: min(100%, 1280px);
    text-align: center;
}

.bannerRequest-element {
    margin: auto;
    border-radius: 1rem;
    border-color: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    width: min(100%, 900px);
    /* min-height: 364px; */
    padding: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bannerRequest-element--dettaglio {
    margin: auto;
    border-radius: 1rem;
    border-color: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

    .bannerRequest-element--dettaglio:not(:hover):not(:focus):not(:active) .active-img {
        display: none;
    }

    .bannerRequest-element--dettaglio:hover, .bannerRequest-element--dettaglio:focus, .bannerRequest-element--dettaglio:active {
        background-color: #0682ff;
    }

        .bannerRequest-element--dettaglio:hover .not-active-img, .bannerRequest-element--dettaglio:focus .not-active-img, .bannerRequest-element--dettaglio:active .not-active-img {
            display: none;
        }

        .bannerRequest-element--dettaglio:hover > *, .bannerRequest-element--dettaglio:focus > *, .bannerRequest-element--dettaglio:active > * {
            color: #fff;
        }

        .bannerRequest-element--dettaglio:hover .request-text--dettaglio > * {
            color: #fff;
        }

.request-text--dettaglio {
    display: inline-block;
    width: 90%;
}

    .request-text--dettaglio h2 {
        font-size: 1rem;
        font-weight: 800;
    }

    .request-text--dettaglio p {
        color: #7b7b7b;
        font-size: 0.9rem;
        font-weight: 300;
    }

.circle-info {
    width: min(100%, 60px);
    height: 60px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    color: #0682ff;
}

.request-text {
    display: inline-block;
    width: 80%;
}

    .request-text h2 {
        font-size: 2rem;
        font-weight: 800;
    }

    .request-text p {
        color: #7b7b7b;
        font-size: 1.2rem;
        font-weight: 600;
    }

.angle-right {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.bannerRequest-element:hover .angle-right {
    transform: translateX(10px);
}

@media screen and (max-width: 580px) {
    .bannerRequest-element {
        padding: 1rem;
        text-align: left;
    }

    .request-text h2 {
        font-size: 1.5rem;
    }

    .request-text p {
        color: #7b7b7b;
        font-size: 1rem;
        font-weight: 600;
    }
}

.icon-footer {
    font-size: 1.5rem;
    color: white;
}

.copy-footer {
    font-size: 0.9rem;
}

.copy-link {
    margin: 0 0.3rem;
    font-size: 0.8rem;
}

.container--listato {
    position: relative;
    width: min(100%, 1280px);
}

.rounded-bottom-26 {
    border-radius: 0px 0px 26px 26px;
}