﻿.back-newsletter {
    background: #102033;
    color: #FFFFFF;
}

.back-list-news {
    padding-top: 3em;
}

    .back-list-news::before {
        content: "";
        background-image: url('/Content/images/newsletter/enmascarar-gshoy.png');
        background-size: cover;
        position: absolute;
        top: 430px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.30;
        min-height: 1677px;
        overflow: hidden;
    }

.newsletter-logo-gs {
    width: 100%;
    max-width: 11em;
    height: auto;
    padding-right: 1em;
}

.newsletter-div-title {
    width: 80%;
    margin: 1em 2em;
    color: #D6D6D6;
    text-align: left;
}

.newsletter-div-logo {
    text-align: right;
    justify-content: flex-end
}

.only-movile {
    display: none !important;
}

.only-desktop {
    display: inherit !important;
}

.card {
    margin: 1em;
    max-width: 22%;
}

.newsletter-listado {
    padding: 0 5%;
}

.newsletter-card-fecha {
    font-size: 0.7em;
    padding-top:0.5em;
}

.btn-wh {
    color: #212529;
    border: 2px solid #212529;
    font-size: 0.65em !important;
    right: 10%;
    bottom: 3%;
}

.newsletter-card-titulo {
    font-size: 1em;
    color: #212529;
}


@media only screen and (max-device-width: 480px) {
    .only-movile {
        display: inherit !important;
    }

    .only-desktop {
        display: none !important;
    }

    .only-movile p {
        font-size: 2.2rem;
        text-align-last: center;
    }


    .newsletter-div-title {
        width: 100%;
        text-align: left;
        margin: 0em 0em;
        padding-top:0.5em;
    }

    .card {
        margin: 1em;
        max-width: 80%;
    }

    .newsletter-div-logo {
        text-align: center;
        justify-content: center;
    }

}
