.mtop20 {
    margin-top: 20px;
}

.mright20 {
    margin-right: 20px;
}

.ptopbottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fs2rem {
    font-size: 2rem;
}

.boxcell {
    background: url("/img/home/sfondo-boxcell.png") repeat-x bottom center;
    padding-bottom: 20px
}

.boxcell .cell {
    background: url("/img/boxcell.png") no-repeat bottom center;
    background-size: contain;
    text-align: center;
    margin-bottom: 10px;
}

.boxcell .cell a {
    color: #fff;
    position:relative;
    top: 10px;
    background: #E30E22;
    font-size:1.3rem;
    padding: 0 10px
}

.boxcell .carousel-control {
    background-image: none !important;
    filter: none
}

.boxcell .cell p {
    color: #fff; margin: 0
}

.boxcell .cell p.newprice {
    font-size: 1.8rem;
}

.boxcell .cell p.newprice strong {
    font-size: 3rem;
}

.boxcell .cell p.oldprice {
    text-decoration: line-through;
    font-size: 1.2rem;
}

.boxcell .cell p.oldprice strong {
    text-decoration: line-through;
    font-size: 1.8rem;
}

.boxcell .carousel.slide {
    width: 90%;
    margin: 0 auto
}

.boxcell .carousel.slide .lSAction > .lSPrev {
    background: url("/img/icon-frecciatondo-sx.png") no-repeat center center;
    left: -15%
}

.boxcell .carousel.slide .lSAction > .lSNext {
    background: url("/img/icon-frecciatondo-dx.png") no-repeat center center;
    right: -15%;
}

.boxcell .carousel.slide .lSAction > a {
    opacity: 1 !important;
}

.boxcell .glyphicon-chevron-right:before, .boxcell .glyphicon-chevron-left:before {
    content: ""
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    width: auto;
    height: auto;
}

.boxcell h2 {
    color:  #E30E22;
    font-weight: 300;
    font-size: 2.5rem;
}

.boxcell .button {
    background: #E30E22;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    right: 50%;
    bottom: -14px;
    font-size: 1.3rem
}

.boxcell {
    text-align: center;
}

h3.client-text {
    font-family: "grota_sans_rd";
    font-size: 5rem;
    font-weight: 300;
    padding: 20px 0;
    margin-bottom: 30px;
    background: url("/img/home/linea.png") no-repeat bottom left
}

.carousel-device .lSAction > a {
    background-image: url(/img/controls-device.png);
    opacity: 1
}

.carousel-device .lSAction > .lSPrev {
    left: 20px;
}

.carousel-device .lSAction > .lSNext {
    right: 20px;
}

@media only screen and (min-width: 992px) { /* per menu desktop */

    .boxcell .iconcell {
        color: #fff
    }

    .boxcell .iconcell img {
        margin-top: 40%;
        margin-bottom: 10%
    }

    .boxcell .iconcell span {
        position: relative;
        top: 330px;
        color: #E30E22;
        font-size: 3rem;
        font-weight: bold;
    }

    .boxcell .iconcell a {
        color: white;
    }

    .dflex {
        display: flex;
        /*flex-wrap: wrap;*/
    }

    .content-slider {
        min-height: 500px;
    }
}

.text-center img {
    margin: 0 auto;
}

/******************/
.semprefacil {
    text-align: center;
}

.semprefacilp {
    margin: 50px 0
}

.carousel .item img {
    margin: 0 auto;
}

/********* Fix classes **********/
@media only screen and (min-width: 992px) {
    .lg-extra-padding {
        padding: 60px 20px 30px;
    }
}