body{
    padding: 0px !important;
}

.fondo_home{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../imgs/foto_home.jpg) no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido{
    width: 50%;
    height: 54.3vh;
    background: rgba(64,53,98,0.95); 
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 320px) and (max-width: 480px) {

    .modal-wrapper{
        width: 366px;
        left: 95%;
        
    }
    }


    .entrevista{
        width: 100%;
        height: 650px;
    }