/* ==========================================================
   YOST - UTILITA / ELEMENTI GENERALI
   ========================================================== */

.yostright {
    float: right;
}

.box-shado {
    width: 200px;
    padding: 10px;
    background: rgb(238, 238, 238);
    box-shadow: 5px 5px 10px 2px #333333;
}

.img-dx {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

.img-sx {
    float: right;
    margin-left: 7px;
    margin-bottom: 7px;
}

.img-centre {
    margin: 40px;
    text-align: center;
}

.didascalia-foot {
    color: #fff;
}


/* ==========================================================
   YOST - COLONNE COMUNI
   ========================================================== */

.duecol,
.trecol,
.quattrocol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.duecol {
    margin: 0 -15px;
}

.trecol {
    margin: 0 -10px;
}

.quattrocol {
    margin: 0 -5px;
}

.duecol .ycol1 {
    width: 50%;
}

.duecol .ycol1 .col {
    height: calc(100% - 30px);
    margin: 0 15px 30px;
    padding: 0;
}

.trecol .ycol1 {
    width: 33.33%;
}

.trecol .ycol1 .col {
    height: calc(100% - 30px);
    margin: 0 10px 30px;
    padding: 0;
}

.quattrocol .ycol1 {
    width: 25%;
}

.quattrocol .ycol1 .col {
    height: calc(100% - 30px);
    margin: 0 5px 30px;
    padding: 0;
}


/* ==========================================================
   YOST - COLONNE GRID RIGHT / LEFT
   ========================================================== */

.duecol.grid-right,
.duecol.grid-left {
    display: block;
}

.duecol.grid-right:after,
.duecol.grid-left:after {
    content: "";
    display: block;
    clear: both;
}

.duecol.grid-right .ycol1,
.duecol.grid-left .ycol1 {
    float: left;
}

.duecol.grid-right .col,
.duecol.grid-left .col {
    position: relative;
    height: 0;
    margin: 0;
    padding: 40% 0 0;
    background: transparent;
}

.duecol.grid-right .ycol1:first-child .col {
    padding: 80% 0 0;
}

.duecol.grid-left .ycol1:nth-child(2) {
    float: right;
}

.duecol.grid-left .ycol1:nth-child(2) .col {
    padding: 80% 0 0;
}

.duecol.grid-right .col .item,
.duecol.grid-left .col .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 15px 30px;
    overflow: hidden;
}


/* ==========================================================
   YOST - COLONNE SLOGAN GENERICHE
   ========================================================== */

.bg-yost-col-slogan {
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #999998;
    border-radius: 5px;
    box-shadow: 5px 5px 8px rgba(230, 230, 229, 1);
    text-align: center;
}

.y3col-titolo,
.y2col-titolo,
.y4col-titolo {
    margin: 0 0 15px;
    color: #181717;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.y3col-testo,
.y2col-testo,
.y4col-testo {
    color: #444;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
}

.y3col-testo ul,
.y2col-testo ul,
.y4col-testo ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.y3col-testo li,
.y2col-testo li,
.y4col-testo li {
    position: relative;
    margin: 7px 0;
    padding-left: 24px;
    list-style: none !important;
}

.y3col-testo li:before,
.y2col-testo li:before,
.y4col-testo li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
}

.y3col-testo strong,
.y2col-testo strong,
.y4col-testo strong {
    color: #181717;
    font-weight: 700;
}


/* ==========================================================
   YOST - COSTI SERVIZIO TECNICO
   Richiede:
   <div class="duecol yost-costi-servizio">
   ========================================================== */

.yost-costi-servizio .bg-yost-col-slogan {
    background: #f3f3f3;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    text-align: left;
}

.yost-costi-servizio .y2col-titolo {
    margin: 0 0 15px;
    text-align: left;
}

.yost-costi-servizio .y2col-testo ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.yost-costi-servizio .y2col-testo li {
    position: relative;
    margin: 8px 0;
    padding-left: 22px;
    list-style: none !important;
}

.yost-costi-servizio .y2col-testo li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
}

/* VETRINA / BLOG - VERDE */

.yost-costi-servizio .ycol1:first-child .bg-yost-col-slogan {
    border-left: 5px solid #a3c51c;
}

.yost-costi-servizio .ycol1:first-child .y2col-testo li:before {
    color: #a3c51c;
}

/* CATALOGO / E-COMMERCE - AZZURRO */

.yost-costi-servizio .ycol1:nth-child(2) .bg-yost-col-slogan {
    border-left: 5px solid #4287ae;
}

.yost-costi-servizio .ycol1:nth-child(2) .y2col-testo li:before {
    color: #4287ae;
}


/* ==========================================================
   YOST - TITOLI SLOGAN
   ========================================================== */

.titolo-slogan {
    padding: 30px !important;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center !important;
}

.titolo-big {
    margin: 30px 0;
    color: #222;
    font-family: Georgia;
    font-size: 26px;
    text-align: center;
}

.titolo-big span {
    display: block;
}

.titolo-big-green {
    margin: 30px 0;
    color: #3bd43b;
    font-family: Georgia;
    font-size: 26px;
    text-align: center;
}

.titolo-big-blu {
    margin: 30px 0;
    color: #19bfef;
    font-family: Georgia;
    font-size: 26px;
    text-align: center;
}

.titolo-red {
    color: red;
}

.titolo-green {
    color: green;
}


/* ==========================================================
   YOST - EVIDENZIATI MASTER
   ========================================================== */

.evidenziato-master {
    margin: 20px 6%;
    background-color: #71d706;
    color: #000;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
}

.evidenziato-cl1-master {
    float: left;
    width: 46%;
    margin: 1.5%;
}

.evidenziato-cl2-master {
    float: right;
    width: 46%;
    margin: 1.5%;
}

.evidenziato-master:after {
    content: "";
    display: block;
    clear: both;
}

.evidenziato-centre {
    margin: 20px 6%;
    color: #000;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 0;
    text-align: center;
}

.evidenziato-red {
    margin: 20px 6%;
    color: #e6271d;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
}

.evidenziato-green {
    margin: 20px 6%;
    color: #55ad3e;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
}


/* ==========================================================
   YOST - LINK LEGGI
   ========================================================== */

.leggiitx a {
    display: block;
    height: auto !important;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #000;
    background: #f1f2f1;
    color: #0a0909;
    font-size: 16px;
    line-height: 140% !important;
    text-align: center;
    transition: all .3s ease;
}

.leggiitx a:hover {
    border: 1px solid #000;
    background: #3bd43b;
    color: #f3f1f1;
}


/* ==========================================================
   YOST - NEWSLETTER / SMTP
   ========================================================== */

.yost-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.yost-column {
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.yost-column h2 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.8rem;
}

.yost-column p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

.yost-price {
    display: inline-block;
    margin-bottom: 20px;
    color: #e74c3c;
    font-size: 1.4rem;
    font-weight: bold;
}

.yost-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #fc4141;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease, transform .3s ease;
}

.yost-link:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
}

.yost-link:active {
    background-color: #9b2d21;
    transform: translateY(0);
}

.yost-title-2c-red {
    margin-bottom: 15px;
    color: #fc4141;
    font-size: 1.8rem;
    font-weight: bold;
}


/* ==========================================================
   YOST - COLORI TITOLI
   ========================================================== */

.title-red {
    color: #dd3c14;
}

.title-blu {
    color: #4287ae;
}

.title-ax {
    color: #00CED1;
}


/* ==========================================================
   YOST - COSTI HOSTING / POSTA
   ========================================================== */

.bg1-col {
    margin: 0 15px 20px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .08);
}

.bg1-col p {
    margin: 7px 0;
}

.bg1-col p:first-child {
    margin-top: 0;
    color: #181717;
    font-size: 18px;
}

.totale-mensile {
    margin: 0 15px 30px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #f3f3f3;
    border-radius: 5px;
}

/* VETRINA - VERDE */

.duecol .ycol1:first-child .totale-mensile {
    border-left: 5px solid #a3c51c;
}

/* E-COMMERCE - AZZURRO */

.duecol .ycol1:nth-child(2) .totale-mensile {
    border-left: 5px solid #4287ae;
}

.totale-mensile p {
    margin: 7px 0;
}

.totale-mensile p:first-child {
    margin-top: 0;
    color: #181717;
    font-size: 18px;
}


/* ==========================================================
   RESPONSIVE COLONNE
   ========================================================== */

@media screen and (max-width: 960px) {

    .quattrocol .ycol1,
    .trecol .ycol1 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .duecol,
    .trecol,
    .quattrocol {
        display: block;
        margin: 0;
    }

    .duecol .ycol1,
    .trecol .ycol1,
    .quattrocol .ycol1 {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .duecol .ycol1 .col,
    .trecol .ycol1 .col,
    .quattrocol .ycol1 .col {
        height: auto;
        margin: 0 0 25px;
    }

    .duecol.grid-right .ycol1,
    .duecol.grid-left .ycol1,
    .duecol.grid-left .ycol1:nth-child(2) {
        float: none;
    }

    .duecol.grid-right .col,
    .duecol.grid-left .col {
        padding: 80% 0 0;
    }

    .bg-yost-col-slogan {
        padding: 20px;
    }

    .yost-container {
        flex-direction: column;
    }

    .yost-column {
        width: 100%;
    }

    .bg1-col,
    .totale-mensile {
        margin: 0 0 20px;
        padding: 20px;
    }
}