* {
    font-family: 'Graphik';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

b {
    font-weight: 600;
}

.text-blu {
    color: #0B2B5E;
}

body {
    background-image: url("../img/sfondo.png");
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    background-color: #333f48;
}

header .logo {
    width: 100px;
    padding: 13px 0;
}

sup {
    top: -1.8em;
    font-size: 7px;
}

.sup_titolo {
    top: -3.5em;
    font-size: 15px;
}

.sup_titolo_h2 {
    top: -2.6em;
    font-size: 13px;
}

.sup_box {
    top: -2.3em;
    font-size: 10px;
}

h1 {
    font-size: 85px;
}

.titolo_h2 {
    font-size: 60px;
}

/* b {
    font-size: 32px!important;
} */

.titolo_h2 b {
    font-size: 32px!important;
}

.titolo_h3 {
    font-size: 38px;
}

.testo_blu {
    color: #0c5eb2;
}

.intro .logo {
    width: 300px;
    padding: 30px;
}

.intro .categoria {
    background-color: #3f7af3;
    color: white;
    margin: 30px 10px;
    border-radius: 10px 0px 0px 10px;
}

.intro .categoria h2 {
   font-size: 30px;
   font-weight: bold;
   margin: 0;
}

.intro .categoria_container .rettangolo {
    background-color: #3f7af3;
    margin: 30px -7px;
    border-radius: 0px 10px 10px 0px;
}

.lavatrice {
    position: relative;
}

.lavatrice .wifi_logo {
    position: absolute;
    top: 45px;
    right: -75px;
    width: 13%;
}

.lavatrice .garanzia_logo {
    position: absolute;
    bottom: 60px;
    right: 10px;
}

.lavatrice .classe_energetica {
    position: absolute;
    bottom: 120px;
    left: -20px;
}

.modello_lavatrice {
    color: black;
    background-color: white;
    padding: 20px 50px;
    border-radius: 10px;
}

.container_banner {
    border-radius: 10px;
    background-color: #0b2b5e;
    padding: 5px 30px;
}

.container_banner li {
    position: relative;
    font-weight: 300;
    font-size: 17px;
    padding: 0px 0 5px 20px;
}

.container_banner li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #6deefc;
}

.container_banner li b{
    color: #6DEEFC
}

.container_mobile {
    display: none!important;
    overflow-x: auto;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -5px;    
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -7px;
    padding: 0px 18px!important;
    border-radius: 45px;
}

.owl-nav span {
    font-size: 20px;
    background-color: white!important;
    padding: 0px 11px!important;
    border-radius: 45px;
    display: block;
}


@media screen and (max-width: 1200px) {
    .lavatrice .wifi_logo {
        top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .modello_lavatrice {
        width: 80%;
        padding: 20px 18px;
    }

    .owl-nav .owl-prev {
        top: 50%;
        left: -15px;    
    }

    .owl-nav .owl-next {
        top: 50%;
        right: -15px;
    }

    .sup_box {
        top: -2.3em;
        font-size: 8px;
    }
}

  @media screen and (max-width: 767px) {
    .modello_lavatrice {
        width: 90%;
    }

    .caratteristiche_lavatrice {
        margin-left: 0;
    }

    .sup_box {
        top: -1.7em;
        font-size: 7px;
    }
}

  @media screen and (max-width: 576px) {
    .container_desktop {
        display: none!important;
    }

    .container_mobile {
        display: flex!important;
    }

    .container_mobile img {
        padding: 0 40px;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        margin-left: 15px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        margin-right: 15px;
    }

    .img_dettaglio {
        width: 100%;
    }

    .lavatrice .wifi_logo {
        top: -30px;
        right: 10px;
    }
  }

  @media screen and (max-width: 480px) {

    .intro .logo {
        width: 170px;
        padding: 15px;
    }

    .titolo_h2 {
        font-size: 32px;
    }

    .titolo_h3 {
        font-size: 22px;
    }

    .sup_titolo {
        top: -3.2em;
        font-size: 12px;
    }

    .sup_titolo_h2 {
        top: -1.7em;
        font-size: 10px;
    }

    .owl-nav span {
        font-size: 15px;
        padding: 0px 8px!important;
    }

    .owl-nav .owl-prev {
        top: 48%;
        left: 0;
    }

    .owl-nav .owl-next {
        top: 48%;
        right: 0;
    }

    .container_motivi {
        display: flex;
        overflow-x: auto;
    } 

    .img_dettaglio {
        width: 75%;
    }

    .modello_lavatrice {
        width: 100%;
    }

    .lavatrice .wifi_logo {
        position: absolute;
        top: 19px;
        right: 10px;
        width: 10%;
    }

    .lavatrice .garanzia_logo {
        position: absolute;
        bottom: 30px;
        right: 52px;
        width: 19%;
    }

    .lavatrice .classe_energetica {
        position: absolute;
        bottom: 50px;
        left: 32px;
        width: 19%;
    }

  }