* {
    font-family: 'Graphik';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

header {
    background-color: #333f48;
}

header .logo {
    width: 100px;
    padding: 13px 0;
}

body {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.intro .logo {
    width: 300px;
    padding: 30px;
}

.intro .ancora {
    background-color: #4573c6;
    color: white;
    padding: 7px 18px;
    border: 2px solid #2e508f;
    font-size: 14px;
}

h1 {
    font-weight: bold;
    font-size: 60px;
}

.ancore_container img {
    width: 120px;
}

.sottotitolo {
    font-size: 40px;
}

.intro span:first-of-type {
    color: #d87c61;
}

.box_prodotti {
    background-color: white;
    border-radius: 20px;
}

.box_prodotti .categoria {
    background-color: #6debfb;
    margin: 30px 10px;
    padding: 10px 20px;
    width: 300px;
    border-radius: 10px 0px 0px 10px;
}

.box_prodotti .categoria h2 {
   font-size: 30px;
   font-weight: bold;
   margin: 0;
}

.box_prodotti .categoria_container .rettangolo {
    background-color: #6debfb;
    margin: 30px -7px;
    width: 120px;
    border-radius: 0px 10px 10px 0px;
}

.box_prodotti .container_carosello {
    padding: 0 50px;
}

a.bottone:hover {
    text-decoration: underline;
}

.body_card {
    position: relative;
    border: 1px solid black;
    border-radius: 10px;
    min-height: 580px;
}

.body_card .titolo_card {
    min-height: 135px;
}

.body_card p {
    font-weight: 300;
    font-size: 20px;
}

.body_card .classe_energetica {
    position: absolute;
    bottom: 125px;
    left: 6px;
    width: 100px!important;
}

.lavatrici .bordo_azzurro {
    border: 2px solid #6DEBFB;
}

.lavatrici .bordo_blu {
    border: 2px solid #59B7F5;
}

.lavatrici .bordo_blu_scuro {
    border: 2px solid #61A3F3;
}

.lavatrici .link_tabella:hover {
    text-decoration: underline;
}

.lavatrici .link_tabella {
    padding-left: 12px;
}

.owl-carousel .item {
    gap: 5px;
}

.owl-carousel .item a {
    background-color: #6debfb;
    color: black;
    font-weight: 300;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.owl-nav .owl-prev {
   position: absolute;
   top: 40%;
   left: -46px; 
}

.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -46px; 
 }

.owl-nav .owl-prev span {
    font-size: 25px;
    background-color: gray;
    color: white;
    border-radius: 104px;
    padding: 0px 10px;
    padding-bottom: 5px;
 }

 .owl-nav .owl-next span {
    font-size: 25px;
    background-color: gray;
    color: white;
    border-radius: 104px;
    padding: 0px 10px;
    padding-bottom: 5px;
 }

 .owl-dots {
    display: none;
 }

 @media screen and (max-width: 1399px) {

    .body_card {
        min-height: 500px;
    }

    .body_card .classe_energetica {
        position: absolute;
        bottom: 45px;
        left: 16px;
        width: 58px!important;
    }
}

@media screen and (max-width: 1200px) {

    .body_card {
        min-height: 450px;
    }
}

@media screen and (max-width: 992px) {

    h1 {
        font-size: 50px;
    }

    .sottotitolo {
        font-size: 35px;
    }

    .fs-4 {
        font-size: 1.1rem!important;
    }

    .lavatrici .link_tabella {
        margin-left: 10px;
        padding-left: 0;
        color: black;
        cursor: pointer;
        padding: 7px;
        border-radius: 10px;
    }

    .body_card {
        min-height: 488px;
    }
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 38px;
    }

}

@media screen and (max-width: 599px) {

    .body_card {
        min-height: 453px;
    }
}

@media screen and (max-width: 480px) {

    .intro .logo {
        width: 170px;
        padding: 15px;
    }

    h1 {
        font-size: 26px;
    }

    .fs-4 {
        font-size: 15px!important;
    }

    .sottotitolo {
        font-size: 19px;
    }

    .lavatrici .link_tabella {
        margin-left: 10px;
        padding-left: 0;
        color: black;
        cursor: pointer;
        padding: 7px;
        border-radius: 10px;
    }

    .box_prodotti {
        margin-top: -40px;
    }

    .box_prodotti .categoria h2 {
        font-size: 23px;
    }

    .box_prodotti .categoria {
        margin: 25px 10px;
        margin-bottom: 15px;
        padding: 9px 15px;
        width: 300px;
    }

    .box_prodotti .categoria_container .rettangolo {
        margin: 25px -7px;
        margin-bottom: 15px;
    }

    .body_card {
        min-height: 470px;
    }
}

@media screen and (max-width: 395px) {


    .body_card {
        min-height: 440px;
    }
}

@media screen and (max-width: 376px) {
    .ancore_container img {
        width: 80px;
    }

    .body_card {
        min-height: 420px;
    }

}

@media screen and (max-width: 360px) {

}
