.clima_box_banner_ext {
    width: 100%;
    max-width: 786px;
    height: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 5;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 20px auto;
}

.clima_box_banner_cover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: url(../img/box_quiz_desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    width: 220px;
    height: 170px;
}

.clima_box_banner {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
}

#clima_box_banner_clima .clima_box_banner_firma {
    width: 100%;
    max-width: 380px;
}


.clima_box_banner_occhiello {
    text-align: left;
}


.clima_box_banner_title {
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0D3B66;
    padding-right: 110px;
}

.clima_box_banner_firma_e_btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.clima_box_banner_firma {
    color: #0D3B66;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 10px 0;
}

.clima_box_banner_btn_box {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-position: center;
    align-self: self-end;
}

.clima_box_banner_btn {
    width: 160px;
    background-color: #0D3B66;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: center;
    color: #FFC525;
    cursor: pointer;
    border: none;
    z-index: 5;
    transition: all;
    cursor: pointer;
    border-radius: 4px;
}

.clima_box_banner_btn:hover {
    opacity: .8;
}


@media screen and (max-width: 480px) {

    .clima_box_banner_ext {
        max-width: calc(100% - 5px);
        flex-direction: column;
        height: 380px;
    }

    .clima_box_banner_cover {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        background-image: url(../img/box_quiz_mobile.png);
        width: 100%;
        height: 170px;
    }


    .clima_box_banner {
        padding-left: 0;
    }


    #clima_box_banner_clima {
        justify-content: flex-start;
        background-size: contain;
        background-position: bottom;
        padding: 0 10px;
    }

    .clima_box_banner_occhiello,
    .clima_box_banner_title,
    .clima_box_banner_firma,
    .clima_box_banner_btn_box {
        width: 100%;
    }

    .clima_box_banner_occhiello {
        text-align: center;
        padding: 10px 10px 0;
    }

    .clima_box_banner_title {
        font-size: 24px;
        text-align: center;
        padding: 10px 10px 0 10px;
    }

    .clima_box_banner_firma_e_btn {
        flex-direction: column;
    }

    .clima_box_banner_firma {
        text-align: center;
        max-width: 220px;
        margin: auto;
    }

    .clima_box_banner_btn_box {
        flex-direction: column;
        align-self: center;
    }
}