.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-caption {
    background-color: #212121;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

.carousel-caption p {
    font-family: 'Libre Baskerville', serif;
    width: 1100px;
    margin: 0 auto;
    font-size: 16px;
}

.carousel-caption span {
    color: #e71e1e;
    font-family: 'Libre Baskerville', serif;
}

.portada-first-img {
    background: #000000a1;
    position: absolute;
    width: 1024px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    padding: 40px;
    margin-left: -512px;
}

.portada-first-img h1 {
    color: #e71e1e;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.portada-first-img p {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin-top: 40px;
}