* {
    box-sizing: border-box;
    color: #61666c;
    cursor: default;
    font-family: "Roboto";
}

.prev,
.next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.prev {
    left: 25px;
    z-index: 50;
}

.next {
    right: 25px;
    z-index: 50;
}


a {
    cursor: default;
    text-decoration: none;
}

.absolute-not-mobile {
    position: absolute;
}

b {
    cursor: default;
}

body {
    background-color: white;
}

.bold {
    font-weight: bold;
}

.border-ece9e2 {
    border: 1px solid #ece9e2;
}

.border,
.border-rtb-mobnob {
    border: 1px solid #61666c;
}

.border-rtb-mobnob {
    border-left: none;
}

.border-none {
    border: none;
}
.border-transparent{
    border: 1px solid transparent;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.background-61666c {
    background-color: #61666c;
}

.background-ece9e2 {
    background-color: #ece9e2 !important;
}

.background-white {
    background-color: #fff;
}

.background-black {
    background-color: black;
}

.background-brown {
    background-color: #8e766b;
}

.color-white {
    color: #fff;
}

.color-ece9e2 {
    color: #ece9e2;
}

.color-61666c {
    color: #61666c;
}

.content {
    padding-bottom: 70px;
}


.chiudi {
    position: relative;
    margin: 2px 2px 0 auto;
    background-color: #61666c;
    color: #ece9e2;
    outline: none;
    border: none;
    font-size: 20px;
}

.dont-display {
    display: none !important;
}

.ece9e2 {
    background-color: #ece9e2;
}

.flex-basis {
    flex-basis: 40%;
}

.flex-basis-30 {
    flex: 30%;
}

.flex-basis-50 {
    flex: 70%;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

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

.flex-row {
    display: flex;
    flex-direction: row;
}

/*in mobile cambia in column o column-reverse*/
.flex-row-mobile,
.flex-row-mobile-reverse {
    display: flex;
    flex-direction: row;
}

.flex-row-reverse{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/*in mobile cambia in row o row-reverse*/
.flex-column-mobile,
.flex-column-mobile-reverse {
    display: flex;
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.fixed {
    position: fixed;
}

.font-size-big-plus {
    font-size: 16;
}

.font-size-medium-plus {
    font-size: 14;
}

.font-size-small,
.font-size-small-reverse-mobile {
    font-size: 20px;
}

.font-size-extra-small {
    font-size: 13px;
}

.font-size-medium,
.font-size-medium-double-mobile,
.font-size-medium-reverse-mobile {
    font-size: 25px;
}

.font-size-medium-big-reverse-mobile {
    font-size: 30px;
}

.font-size-big {
    font-size: 40;
}

.font-size-big-reverse-mobile,
.font-home-desc,
h1 {
    font-size: 40px !important;
}

.font-size-extra-big {
    font-size: 60px !important;
}

.font-size-extra-big-vw {
    font-size: 3.7rem;
}

.gap {
    gap: 1vw;
}

.gap-big {
    gap: 2vw;
}

.height80 {
    min-height: 80%;
    height: auto;
}

.img-rettangolo-div {
    object-fit: cover;
    width: 40%;
}

.inline-block,
.inline-block-mobile-flex {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.justify-center {
    justify-content: center;
    align-items: center;
}

.just-center {
    justify-content: center;
}

.left50 {
    left: 50%;
}

.line-height {
    line-height: 25px;
}

.margin-inline {
    margin-inline: 2vw;
}

.margin-right,
.margin-right-desktop {
    margin-right: 1vw !important;
}

.margin-right0 {
    margin: 1vw 1vw 1vw auto;
}
.margin-right0-no-mobile{
    margin: 0 1 0 auto;
}

.margin-right-big {
    margin-right: 13vw;
}

.margin-left {
    margin-left: 1vw !important;
}

.margin-bottom {
    margin-bottom: 1vh;
}

.margin-bottom-big {
    margin-bottom: 1vw;
}

.margin-top-right {
    margin: 1vw 1vw 1vw auto;
}

.margin-top {
    margin-top: 1vh;
}

.margin-top-auto {
    margin: 1 0 auto 0;
}

.margin-top-big {
    margin-top: 2vh !important;
}

.margin-top-bigger {
    margin-top: 2.3vh;
}

.margin-top-extra-big {
    margin-top: 3vh;
}

.margin-top-extra-big-reverse {
    margin-top: 4vh;
}

.margin {
    margin: .8vw;
}

.max-width-ingredienti-home {
    width: 150px;
    min-height: 180px;
}

.max-height-rettangolo {
    width: auto;
    height: auto;
    max-height: 350px;
    max-width: 600px;
}

.no-spacing-letters {
    letter-spacing: -1px;
}

.padding,.padding-30 {
    padding: 10px;
}

.padding0 {
    padding: 0px !important;
}
.padding-bottom70 {
    padding-bottom: 70px;
}

.quadrato-small {
    width: 130px;
    height: 130px;
}

.relative {
    position: relative;
}

.rettangolo {
    width: 100%;
    height: auto;
}

.rettangolo-hz {
    width: 100%;
}

.rettangolo-small-w100 {
    width: 100%;
    height: 230px;
}

.rettangolo-medium {
    width: auto;
    height: 250px;
}

.img-zoom:hover {
    transform: scale(1.05);
}

.rettangolo-scalp {
    height: 180px;
    width: auto;
}

.rettangolo-small {
    width: 400px;
    height: 230px;
}

.reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.right1 {
    right: 1vw;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.space-between-just {
    justify-content: space-between;
}

.space-evenly {
    justify-content: space-evenly;
    align-items: center;
}

.square {
    margin: 10px;
    border-width: 0 2px 2px;
    border-color: #61666c;
    border-style: solid;
    position: relative;
    /*
    border-left-style: groove;
    border-bottom-style: groove;
    border-right-style:groove;*/
}

.square-brackets {
    align-items: center;
}

.square-brackets::before {
    content: '[';
    color: #61666c;
    font-size: 70;
    text-align: right;
    padding-right: 7px;
}

.square-brackets::after {
    content: ']';
    color: #61666c;
    font-size: 70;
    text-align: left;
    padding-left: 7px;
}

.square-brackets-medium::after,
.square-brackets-medium::before {
    font-size: 30 !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right,
.text-align-right-mobile-center {
    text-align: right;
}

ul {
    list-style: none;
}

.uppercase {
    text-transform: uppercase;
}

.width100 {
    width: 100%;
}

.width250 {
    width: 250px;
}

.width98 {
    width: 98.4vw;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width50,
.width50-mobile100 {
    width: 50vw;
}

.width65-mobile100,
.width65-mobile80 {
    width: 65vw;
}

.width35-mobile100,
.width35-mobile20 {
    width: 35vw;
}

.main {
    margin: 2vh 0 0;
    min-height: 100vh;
    height: auto;
    /*uguale a height footer il margin-bottom oppure padding bottom 70px*/
}


.first {
    width: 100%;
    height: auto;
}

.underline {
    text-decoration: underline !important;
}

.home-extra-margin {
    margin-top: 2vw;
}

.home-extra-margin-scalp {
    margin-top: 1.6vw;
}

.home-extra-margin-siipad {
    margin-top: .5vw;
}

.rettangolo-flip-back {
    width: 17vw;
    height: auto;
}

.rettangolo-flip-back-repair {
    width: 19vw;
    height: auto;
}

.margin-repair {
    margin-top: 17px;
}

.width180-mobile300 {
    width: 180px;
}

.h3-font-mobile,
.h3-font-mobile-small {
    font-size: 45px;
}


  .material-symbols-sharp.s30 {
    color: #61666c;

    font-size: 30px;}
    .material-symbols-sharp.s50{
        color: #ece9e2;
        font-size: 40px;
    }
    .material-symbols-sharp.s25 {
        color: #61666c;
        font-size:25px;}

/*ipad hz*/
@media screen and (max-width: 1400px) and (min-width: 1200px) {
   
    .background-size-auto{
        background-size: auto !important;
    }
    .y-50-x-50{
        background-position-y: 50% !important;
        background-position-x: 50% !important;
    }
    .y-75-x-50{
        background-position-y: 75% !important;
        background-position-x: 50% !important;
    }

    .margin-top-bigger {
        margin-top: 1.25vw;
    }

    .home-extra-margin,
    .home-extra-margin-scalp {
        margin-top: 3vw;
    }

    .home-extra-margin-siipad {
        margin-top: .5vw;
    }

    .margintop-295 {
        margin-top: 0;
    }

    table {
        width: unset;
    }

    .home-extra-margin-small {
        margin-top: 0;
    }

    .home-extra-margin-ipad,
    .home-extra-margin-siipad {
        margin-top: 1vw;
    }

    .top-ipad-negative {
        top: -23px;
    }

    .p-ipad {
        font-size: 14px;
    }

    td {
        font-size: 13.5px;
    }

    .rettangolo-small-w100 {
        height: 180px;
    }

    .margin-top-ipad {
        margin-top: 1vh;
    }

    .h3-font-mobile {
        font-size: 22px;
    }

    .min-width-prod {
        max-width: 40vw !important;
    }
    
    .reveal {
        position: relative;
        transform: translateY(0);
        opacity: 1;
        transition: none;
    }

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }
}


/*mobile*/
@media screen and (max-width: 1200px) {
    .margin-right0-no-mobile{
        margin: 0;
    }
    .material-symbols-sharp.s25 {
        font-size: 35px;
    }
    .material-symbols-sharp.s30 {
        font-size:110px;}
        .material-symbols-sharp.s50{ font-size:100px;}
    .no-mobile{
        display: none;
    }
    .absolute-not-mobile {
        position: unset;
    }

    .img-zoom:hover {
        transform: none;
    }

    .rettangolo-medium {
        height: 350px;
    }

    .h3-font-mobile {
        font-size: 4.5vw;
    }

    .h3-font-mobile-small {
        font-size: 3vw;
    }

    .rettangolo-small-w100 {
        height: 360px;
    }

    .width180-mobile300 {
        width: 300px;
    }

    td,
    th {
        padding: 20px;
        font-size: 23px;
    }

    .margin-repair {
        margin-top: 5.5px;
    }

    .home-extra-margin,
    .home-extra-margin-ipad,
    .home-extra-margin-scalp {
        margin-top: 7vw;
    }

    .home-extra-margin-siipad {
        margin-top: 5vw;

    }

    .home-extra-margin-small {
        margin-top: 4vw;
    }

    .margintop-295 {
        margin-top: -2.97vw;
    }

    .margin-top-big-mobile {
        margin-top: 4.5vw;
    }

    .rettangolo-flip-back,
    .rettangolo-flip-back-repair {
        width: 400px;
        height: auto;
    }

    .main {
        min-height: auto;
        /*         margin-top: 110px;= ad altezza logo_area in mobile header.css se position fixed*/
        height: auto;
        
    }

    .border-rtb-mobnob {
        border-left: 1px solid #61666c;
        border-bottom: none;
    }

    .flex-row-mobile {
        flex-direction: column;
    }

    .flex-row-mobile-reverse {
        flex-direction: column-reverse;
    }
    
.flex-row-reverse{
    justify-content: flex-start;
}

    .flex-column-mobile {
        flex-direction: row;
    }

    .flex-column-mobile-reverse {
        flex-direction: row-reverse;
    }

    .flex-row-only-mobile {
        display: flex;
    }

    .font-size-extra-small {
        font-size: 20px;
    }

    .font-size-small {
        font-size: 15px;
    }

    .font-size-medium {
        font-size: 20px;
    }

    .font-size-medium-mobile {
        font-size: 20px;
    }

    .font-size-medium-double-mobile {
        font-size: 50px;
    }

    .font-size-big {
        font-size: 30px;
    }

    .font-size-big-plus {
        font-size: 40px;
    }

    .font-size-medium-plus {
        font-size: 30px;
    }

    .font-size-medium-reverse-mobile {
        font-size: 5vw;
    }

    .font-size-small-reverse-mobile {
        font-size: 3vw;
    }

    .margin-top-extra-big-reverse {
        margin-top: 2vh;
    }

    .font-size-medium-big-reverse-mobile {
        font-size: 6vw;
    }

    .font-size-extra-big,
    .font-size-big-reverse-mobile,
    h1 {
        font-size: 6.8vw !important;
    }

    .flex-wrap-mobile {
        flex-wrap: wrap;
    }
    .flex-end-mobile{
        flex-direction: row-reverse !important;
    }
    .inline-block-mobile-flex {
        display: flex;
        flex-direction: column;
    }

    .justify-center-mobile {
        justify-content: center;
    }

    .line-height {
        line-height: 32px;
    }

    .margin-bottom-mobile {
        margin-bottom: 1vh;
    }

    .margin-top-mobile {
        margin-top: 1vh;
    }

    .margin-top-bigger {
        margin-top: .42vw;
    }

    .margin-right-desktop {
        margin-left: 0;
    }

    .font-size-extra-big-vw {
        font-size: 6.5vw;
    }

    .img-rettangolo-div {
        width: 100%;
        height: auto;
    }
    
.padding-30{
    padding: 30px;
}

    .quadrato-small {
        width: 200px;
        height: 200px;
    }

    .rettangolo {
        width: 100%;
    }

    .reveal {
        position: relative;
        transform: translateY(0);
        opacity: 1;
        transition: none;
    }

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

    .square-brackets::before {
        font-size: 80;
    }

    .square-brackets::after {
        font-size: 80;
    }

    .square-brackets-medium::before {
        font-size: 60 !important;
    }

    .square-brackets-medium::after {
        font-size: 60 !important;
    }

    .text-align-center-mobile {
        text-align: center;
    }

    .text-align-right-mobile-center {
        text-align: center;
    }

    .width-100-mobile {
        width: 98.4vw;
    }

    .width35-mobile20 {
        width: 20%;
    }

    .width65-mobile80 {
        width: 80%;
    }

    .width65-mobile100,
    .width35-mobile100 {
        width: 100%;
    }

    .width50-mobile100 {
        width: 100%;
    }

    .flip-box {
        width: 100% !important;
        height: auto;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .position-y-0{
        background-position-y: 0 !important;
    }
    .background-size-auto{
        background-size: auto !important;
    }
    .y-50-x-50{
        background-position-y: 50% !important;
        background-position-x: 50% !important;
    }
    .y-75-x-50{
        background-position-y: 75% !important;
        background-position-x: 50% !important;
    }
    .grid__item:hover span{
        opacity: 0.9 !important;
    }

}

.height385 {
    height: 385.44px !important;
}

.grid__item {
    width: 100%;
    height: 242px;
    background-color: #61666c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.grid {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.large1 {
    height: 500px;
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
}

.large2 {
    height: 500px;
    grid-row: 4 / span 2;
    grid-column: 3 / span 2;
}

.grid__item span {
    mix-blend-mode: luminosity;
    font-size: 30px;
    color: #61666c;
    background-color: #ece9e2;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}
.grid__item span p{
    visibility: hidden;
    height: 0;
}

.grid__item:hover span {
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7;
}
.grid__item span:hover p{
    visibility: visible;
    height: auto;
}