.rowResult {
    margin-left: 19%;
    margin-right: 19%;
}

.bg {
    background-image: url("../images/bgFooter.45661d286b8c.png"), url("../images/bgBlue.676a92afab01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-spain {
    background-image: url("../images/bgFooterSpain.0eb06b957a24.png"), url("../images/bgBlue.676a92afab01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

h1 {
    font-weight: 700;
    font-size: 30pt;
    padding-top: 20px;
    padding-left: 100px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: .5rem;
    background-size: auto 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 90px;
    display: block;
}

#newsIcon {
    background-image: url("../images/newsIcon.c5ba757e6ae2.png");
}

.bgNews {
    background-color: #91b5d7;
    padding: 3rem;
    border-radius: 1rem;
    filter: drop-shadow(7px 7px 5px #919191);
    margin-bottom: 5rem;
    z-index: 0;
    width: 46rem;
}

.bgNewsSlip {
    background-image: url("../images/bgNewsSlip.8f777996c88a.png");
    border-radius: 1rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top;
    filter: drop-shadow(7px 7px 5px #919191);
    margin-bottom: 5rem;
}

.newsTitle {
    background-image: url("../images/newsTitle.d5223fbd7b15.png");
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: center;
    font-family: reeyregular;
    font-size: 20pt;
    padding-right: 35px;
    padding-left: 15px;
}

.rich-text {
    padding-top: 2rem;
}

.bgNews p {
    color: white;
    text-align: justify;
}

.bgNewsBottom {
    display: none;
}

.emptySpace {
    height: 35rem;
}

@media screen and (max-width: 1500px) {
    .rowResult {
        margin-left: 15vw;
        margin-right: 15vw;
    }
    .bgNews {
        padding: 3vw;
        border-radius: 1vw;
        margin-bottom: 5vw;
        width: 50vw;
    }
    .bgNewsSlip {
        border-radius: 1vw;
        margin-bottom: 5vw;
    }
    h1 {
        margin-top: 2vw;
        margin-bottom: 2vw;
        margin-left: .5vw;
    }
    .rich-text {
        padding-top: 2vw;
    }
    .emptySpace {
        height: 35vw;
    }
}

@media screen and (max-width: 1200px) {
    .rowResult {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .bgNews {
        width: 60vw;
    }
}

@media screen and (max-width: 800px) {
    .rowResult {
        margin-left: 15vw;
        margin-right: 15vw;
    }
    h1 {
        font-size: 23pt;
        padding-top: 20px;
        padding-left: 80px;
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-left: 5vw;
        height: 70px;
    }
    .newsCol {
        flex-basis: unset;
    }
    .bgNews {
        padding: 3vw 5vw 0.1vw 5vw;
        border-radius: 2.5vw 2.5vw 0 0;
        filter: drop-shadow(4px 11px 7px #919191);
        margin-bottom: 0;
        width: unset;
    }
    .bgNewsSlip {
        display: none;
    }
    .bgNewsBottom {
        display: contents;
        position: relative;
        z-index: 50;
    }
    .bgNewsBottom img {
        margin-bottom: 10vw;
        z-index: 50;
        filter: drop-shadow(4px 11px 7px #919191);
    }
}

@media screen and (max-width: 600px) {
    .rowResult {
        margin-left: 8vw;
        margin-right: 8vw;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 20pt;
        padding-top: 15px;
        padding-left: 70px;
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-left: 5vw;
        height: 60px;
    }
}