﻿@charset "utf-8";
/* CSS Document */


/* ---- mgrid ---- */

.mgrid {
    width: 100%;
    clear: both;
    position: relative;
}
    /* clearfix */
    .mgrid:after {
        content: '';
        display: block;
        clear: both;
    }
/* ---- mgrid-item ---- */


.mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
    width: 32%;
    padding: 0px;
    margin: 0px 15px 15px 0px
}

    .mgrid-item a {
        outline: none;
        color: #23abe1;
    }

.mgrid-item {
    border: 1px dotted #c4c4c4;
}

.mgrid-item, .tabelle_carrello .mgrid-item:hover {
    cursor: pointer;
}

article .mgrid-item h2 {
    text-align: left;
    font-size: 20px;
    color: #23abe1;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
    /* min-height: 88px; */
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    width: 100%;
    overflow: hidden;
    line-height: 23px;
    text-align: left;
}

.mgrid-item.box h4 {
    margin: 3px 0px 10px 0px;
    font-size: 15px;
    font-weight: 600;
}

.mgrid-item .testo {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 0px 20px;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: left;
}

    .mgrid-item .testo p {
        display: none
    }

.docs .mgrid-item .testo {
    padding: 20px;
    margin-bottom: 0px;
    text-align: center;
    height: auto
}

.content .mgrid-item p.veditutto.download {
    text-decoration: none;
}

    .content .mgrid-item p.veditutto.download a {
        color: #ff2c2c;
        font-weight: 600
    }

        .content .mgrid-item p.veditutto.download a:hover {
            text-decoration: none;
            color: red
        }

    .content .mgrid-item p.veditutto.download svg {
        font-size: 17px;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }

.docs .mgrid-item p, .docs .mgrid-item h2, .docs .mgrid-item h4 {
    margin-bottom: 0px;
    text-align: center;
}

.docs .mgrid-item h2 {
    padding-bottom: 5px
}

.docs .mgrid-item h4 {
    padding-bottom: 10px
}

.content .mgrid-item p.veditutto {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 0px 20px 20px 20px;
    text-align: left;
}

.content .mgrid-item p.leggidipiu a {
}

.mgrid-item .box_img {
    width: 100%;
    position: relative;
    height: auto;
    float: right;
    clear: inherit;
    padding: 0px;
    margin-bottom: 0px;
}

.mgrid-item .testo p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #333;
    line-height: 23px;
}

    .mgrid-item .testo p a {
        text-decoration: underline;
    }

.mgrid-item h3 {
    font-size: 22px;
    font-weight: 500;
    color: #38a9e1;
    text-align: center;
    margin: 20px 0px;
}

.mgrid-item:hover {
}

@media (max-width:1034px) {
    .mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
        width: 30%;
    }

        .mgrid-item .testo p {
            font-size: 14px;
            line-height: 18px;
        }
}

@media screen and (max-width:875px) {
    .mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
        width: 46%;
    }
}

@media screen and (max-width:670px) {
    .mgrid-sizer, .mgrid-item {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .mgrid-sizer, .mgrid-item, section .mgrid-sizer, section .box.mgrid-item {
        width: 100%;
    }

        .mgrid-item h3 {
            padding: 0px 20px
        }

        .mgrid-item .box_img, .mgrid-item .testo {
            width: 100%;
            padding: 20px;
        }
}
