header {
    background-color: #FFF;
}

.textMayuscula {
    text-transform: uppercase;
}

.items {
    min-height: 200px !important;
}

img {
    max-width: 100% !important;
}

.titol {
    font-weight: bold;
    font-size: 14px;
}

header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../assets/img/zbysiu-rodak-guzobeWoOAo-unsplash.jpg");
    background-image: url("../assets/img/boris-stefanik-wxJscL5ZzDA-unsplash.jpg");
    background-image: url("../assets/img/coronavirus2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .masthead-subheading {
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    /* margin-bottom: 25px; */
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.video {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.video img {
    width: 100%;
}

p>img {
    margin: 10px;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 8.5rem;
    }
    header.masthead .masthead-subheading {
        /* font-size: 2.25rem; */
        font-style: italic;
        line-height: 2.25rem;
        /* margin-bottom: 2rem; */
    }
    header.masthead .masthead-heading {
        /* font-size: 2.5rem; */
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
    .video img {
        max-width: 400px;
    }
}