﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*pop up stili inizio*/
#coprente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-repeat: repeat;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    background-image: url(../img/overlay.png);
}

.box_popup_che_deve_comparire {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    background: white;
    padding: 0px;
    text-align: center;
    font-size: 28px;
    width: 800px;
    cursor: pointer;
}

    .box_popup_che_deve_comparire .btn {
        margin: 20px 0px;
    }

    .box_popup_che_deve_comparire a:hover {
        text-decoration: none;
    }

    .box_popup_che_deve_comparire span {
        color: #CC0522 !important;
    }

    .box_popup_che_deve_comparire a.close {
        right: 0px;
        top: 0px;
        position: absolute;
        z-index: 99999;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
        color: white;
        font-family: 'Open Sans Condensed', sans-serif;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        background: black;
    }

    .box_popup_che_deve_comparire .titolo {
        margin: 0px;
        font-size: 30px;
        line-height: 40px;
        padding: 0px;
    }

@media (max-width:778px) { /* STILE TABLET */
    .box_popup_che_deve_comparire {
        width: 80%;
        margin: 0% 10%;
        left: 0px;
        top: 20%;
    }

        .box_popup_che_deve_comparire img {
            max-width: 300px;
        }
}

@media (max-width:670px) { /* STILE TABLET */


.box_popup_che_deve_comparire .btn {
    margin: auto;
    width: 90%;
}
    .box_popup_che_deve_comparire img {
        max-width: 100%;
    }

    .box_popup_che_deve_comparire .titolo {
        margin: 0px 0px;
        font-size: 17px;
        line-height: 23px;
        width: 100%;
        padding: 0px 40px 0px 20px;
    }

    .box_popup_che_deve_comparire img {
        margin-top: 0px;
    }
}
