.model{
    position: fixed;
    left: 3px;
    bottom: 15px;
    width: 450px;
    height: 500px;
    z-index: 999;
    border-radius: 8px;
    background-color: #eeeeee;
}


.model--show{
    display: none;
}

.cont__img__sem{

    width: 100%;
    height: 440px;
    border-radius: 5px;
}


.img__sem{
    position: absolute;
    width: 450px;
    height: 440px;
    border-radius: 5px;
}

.cerrar__model{
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.cont__btn__sem{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    border-bottom-left-radius: 5px ;
    border-bottom-right-radius: 5px;
    backdrop-filter: blur(12px);
}

.cont__btn__sem a{
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
    background-color: rgb(0, 0, 0, .6);
    backdrop-filter: blur(15px);
    color: #fff;
}

.cont__btn__sem a:hover{
    background-color: #f5b14b;
    color: #fff;

}

.cerrar__model{
    width: 32px;
}

.cerrar__model:hover{
    cursor: pointer;
}


@media (max-width : 750px) {
    .model{
        width: 95%;
    }

    .img__sem{
        width: 100%;
    }
}
