﻿.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 6;
    overflow-y: auto;
    transition: opacity .5s ease;
    opacity: 0;
    z-index:999;
}

.popup-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 80px auto 100px;
}

.close-popup-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 6px;
    color: #2f4f4f;
    font-size: 30px;
}

.popup-wrapper #titolo-popup-prezzi {
    color: #a5db92;    
    text-transform: uppercase;
    font-size:28px;
}

#open-popup-apertura{cursor:pointer}

.popup-wrapper .Testo{font-size:16px}

@media(min-width:1280px) {
    .popup-wrapper #titolo-popup-prezzi{font-size:60px;}
    .popup-wrapper .Testo{font-size:21px}
}