.center{
    position:absolute;
    width:700px;
    height:600px;
    top:50%;
    left:50%;
    margin-left:-350px;
    margin-top:-250px;	

}
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalmaskNumerada {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

#modal-social span{
    cursor: pointer;
}

.modalmaskNumerada:target {
    opacity:1;
    pointer-events: auto;
}

.modalbox{
    width: 400px;
    position: relative;
    /*padding: 5px 20px 13px 20px;*/
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.resize {
    margin: 5% auto;
    width:0;
    height:0;
}

.modalmask:target .resize{
    width:60%;
    height:auto;
    overflow-y:auto;
    padding-bottom:20px;
    max-height: 100%;
}

#modal-window-sugerencia .modalbox{
    width:25% !important;
    max-height: 550px;
}

#modal-window-sugerencia-carrito .modalbox{
    width:25% !important;
    padding: 5px 5px 6px 5px;
}

#modal-window-sugerencia-carrito h4{
    border-bottom: 1px solid #999;
    margin-top:12px;
    margin-bottom:12px;
}

.modalmaskNumerada:target .resize{
    width:20%;
    height:auto;
    overflow-y:auto;
    padding-bottom:0px;
    max-height: 100%;
}

.close {
    line-height: 25px !important;
    position: absolute !important;
    right: 4px !important;
    text-align: center !important;
    top: 6px !important;
    width: 24px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border-radius:3px !important;
    font-size:16px !important;
    z-index:99 !important;
}

.close:hover { 
    color:#222;
}

.nsc{
    position:absolute;
    bottom:40%;
    right:0;
}

.modal-text{
    margin-bottom:20px;
}

.modal-text .text-info{
    margin-bottom: 20px;
    background: #E3F2F7;
    padding: 2px 20px;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 2px solid;
}

@media (max-width: 780px) { 
    .modalmask:target .resize{
        width:95%;
        /*max-height:400px;*/
    }

    .modalmaskNumerada:target .resize{
        width:95%;        
    }

    #modal-window-sugerencia-carrito .modalbox{
        width:80% !important;
    }
    
    #modal-window-sugerencia .modalbox{
        width:75% !important;
        max-height: 500px;
    }    
 }