.titulo{

    font-family: 'Bebas Neue', sans-serif;
    color: #ffffff;
    position: absolute;
    left: 650px;
}
.boton{
    background: #ff0000;
    border: none;
    border-radius: 0.31em;
    padding: 0.93em 1.87em;
    color: #fff;
    margin-right: 1.25em;
    cursor: pointer;
    transition: .3s ease all;
    font-size: 17px;
}
/*-------------------------PRIMERA FILA/LINEA-------------------------*/
/* Guason*/
.Guason{
    width: 350px;
    position: absolute;
    justify-content: left;
    bottom: 165px;
    left: 75px;
}
.Guason figure{
    position: relative;
    height: 250px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 10px;
    cursor: pointer;
}
.Guason figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.Guason figure .contenidoGuason{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192, 203, 205, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.Guason figure:hover > .contenidoGuason{
    opacity: 1;
    visibility: visible;
}
.Guason figure:hover > .contenidoGuason h3{
    color: black;
    font-weight: 400px;
    margin-bottom: 20px;
}
.Guason figure:hover > .contenidoGuason p{
    color: black;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}
/* Shazam2*/
.Shazam2{
    width: 350px;
    position: absolute;
    justify-content: left;
    bottom: -115px;
    left: 75px;
}
.Shazam2 figure{
    position: relative;
    height: 250px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 10px;
    cursor: pointer;
}
.Shazam2 figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.Shazam2 figure .contenidoShazam2{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192, 203, 205, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.Shazam2 figure:hover > .contenidoShazam2{
    opacity: 1;
    visibility: visible;
}
.Shazam2 figure:hover > .contenidoShazam2 h3{
    color: black;
    font-weight: 400px;
    margin-bottom: 20px;
}
.Shazam2 figure:hover > .contenidoShazam2 p{
    color: black;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}
/*-------------------------Segunda FILA/LINEA-------------------------*/
/*  BatmanvsSuperman */
.BatmanvsSuperman{
    width: 350px;
    position: absolute;
    justify-content: left;
    bottom: 170px;
    left: 505px;
}
.BatmanvsSuperman figure{
    position: relative;
    height: 250px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 10px;
    cursor: pointer;
}
.BatmanvsSuperman figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.BatmanvsSuperman figure .contenidoBatmanvsSuperman{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192, 203, 205, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.BatmanvsSuperman figure:hover > .contenidoBatmanvsSuperman{
    opacity: 1;
    visibility: visible;
}
.BatmanvsSuperman figure:hover > .contenidoBatmanvsSuperman h3{
    color: black;
    font-weight: 400px;
    margin-bottom: 20px;
}
.BatmanvsSuperman figure:hover > .contenidoBatmanvsSuperman p{
    color: black;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}
/*-------------------------Tercera FILA/LINEA-------------------------*/
/*  escuadronsuicida */
.escuadronsuicida{
    width: 350px;
    position: absolute;
    justify-content: left;
    bottom: 170px;
    left: 935px;
}
.escuadronsuicida figure{
    position: relative;
    height: 250px;
    width: 350px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 10px;
    cursor: pointer;
}
.escuadronsuicida figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}
.escuadronsuicida figure .contenidoescuadronsuicida{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(192, 203, 205, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.escuadronsuicida figure:hover > .contenidoescuadronsuicida{
    opacity: 1;
    visibility: visible;
}
.escuadronsuicida figure:hover > .contenidoescuadronsuicida h3{
    color: black;
    font-weight: 400px;
    margin-bottom: 20px;
}
.escuadronsuicida figure:hover > .contenidoescuadronsuicida p{
    color: black;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}