.showcase-agenda{
    margin: 0 0;
    width: 100%;
    height: 35em;
    background: url('../../img/agenda/agenda-1.jpeg') no-repeat center center/cover;
    padding: 5em 5em 2em 11em;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-end;
    color: #000000;
}

/* Contenedor título, texto y botón */

.showcase-agenda div{
    padding-right: 10em;
}

/*Titulo y texto showcase*/

.showcase-agenda div h2,
.showcase-agenda div p{
    margin-bottom: 10px;
    text-align: left;
}

/* ADAPTACIÓN PARA DISPOSITIVOS MOBILES (RESPONSIVE) */

@media(max-width: 1000px){
    .showcase-agenda{
        padding: 5em 5em 2em 3em;
    }
}
@media(max-width: 780px){
    .showcase-agenda{
        height: 40em;
        padding: 5em 10em 2em 2em;
    }
}
@media(max-width: 580px){
    .showcase-agenda{
        padding: 5em 3.7em 2em 2em;
    }
}
@media(max-width: 460px){
    .showcase-agenda{
        padding: 5em 0.1em 2em 1em;
    }
    .showcase-agenda div{
        padding-right: 8em;
    }
}
@media(max-width: 370px){
    .showcase-agenda{
        padding: 5em 0.1em 1.5em 1em;
    }
}
@media(max-width: 350px){
    .showcase-agenda{
        height: 37em;
    }
    .showcase-agenda div{
        padding-right: 7em;
        font-size: 0.8em;
    }
}
