.privilegio-contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}
.privilegio-contenedor .caja-privilegios {
    width: 500px;
    height: 860px;
    overflow: auto;
    margin: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
    box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
}
    /*---=====---*/

.img-privilegio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    width: 100%;
    height: 300px;
    
    background-image: url(../img/privilegio-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
    
    position: relative;
    z-index: -1;
}
.img-privilegio::after {
    content:"";
    position:absolute;
    background:rgba(0,0,0,.4);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}

.title-privilegio {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 6px 14px;
    margin: 2px;
}
.txt-title-privilegio {
    font-family: 'Patrick Hand', cursive;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 15px;
    text-align: left;
    color: #fff;
    padding: 2px 16px;
}
    /*--=====---*/

.tema-privilegio {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 26px;
    color: #72392c;
    padding: 6px 14px;
    margin: 2px;
}
.sub-tema-privilegio {
    font-family: 'Patrick Hand', cursive;
    font-weight: 500;
    font-size: 19px;
    text-align: left;
    color: #72392c;
    padding: 2px 16px;
}
.sub-tema-privilegio span {
    font-family: 'Patrick Hand', cursive;
    font-size: 14px;
    color: #72392c;
}
.txt-privilegio {
    font-family: 'Patrick Hand', cursive;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    color: #72392c;
    padding: 2px 16px;
}


/*----======IMAGES PRIVILEGIOS======---*/
.dinin {
    background-image: url(../img/privilegios-dinin-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
}
.spa {
    background-image: url(../img/spa-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
}






