.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999999;
    display: none;
}
#contenedor-popup {
    border-radius: 15px;
    position: absolute;
    width: 60%;
    height: auto;
    left: 20%;
    background-color: #FFF;
    top: 10%;
    padding: 2%;
}
#cerrar {
        position: absolute;
    top: -25px;
    right: -25px;
    opacity: 1;
    width: 32px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid;
    background-color: #FFF;
}