/* General */
body {
    background-image: url("../assets-new/bg-2020.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #2e2e2e;
    padding-top: 1em;
    margin: 0 20% !important;

}

/* Top */

.logo {
    object-fit: cover !important;
    object-position: 100% 50% !important;
    width: 320px !important;
    height: 100px !important;
}

.fa {
    color: #29246c !important;
    text-decoration: none;
    font-size: 30px !important;
    margin: 10px;
    text-decoration: none !important;
    transition: all .0.7s ease-in-out;
}

.fa:hover {
    transition: all .0.7s ease-in-out;
    transform: scale(1.1);
}

/* Content */

.container {
    width: 100%;
    margin: auto;
    background-color: white;
    border-radius: 0.3rem 0.3rem 0 0;
    min-height: fit-content;
    padding-bottom: 5%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.banner-top {
    width: 100%;
    border-radius: 0.8rem !important;
    -webkit-box-shadow: 10px 10px 29px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 29px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 29px -22px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    transition: all .1s ease-in-out;
}

.banner-top:hover {
    transition: all .1s ease-in-out;
    transform: scale(1.02);
}

.revista-card {
    height: 17.4rem;
    width: calc(17.4rem / 1.34);
    min-width: calc(17.4rem / 1.34);
    border-radius: 0.3rem;
}

.revista-card-filler {
    height: 0.1rem;
    width: calc(17.4rem / 1.34);
    min-width: calc(17.4rem / 1.34);
    border-radius: 0.3rem;
}

.revista-card img {
    height: 17.4rem;
    width: calc(17.4rem / 1.34);
    min-width: calc(17.4rem / 1.34);
    border-radius: 0.3em;
    transition: all .0.7s ease-in-out;
}

.revista-card:hover {
    transition: all .0.7s ease-in-out;
    transform: scale(1.01);
}

.redes-mobile {
    justify-content: flex-end;
    padding: 0 !important;
}

.revista-card-holder {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

/* Footer */

.credits {
    height: 10em;
    background-color: #2e2e2e;
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0 0 2rem 0;
    color: white !important;
    font-weight: 100 !important;
}

.credits img {
    width: 5rem;
}

.credits a {
    margin: 0 1rem;
    color: white !important;
}

.divider {
    height: 1px;
    border-color: white;
    border-width: 0 0 0.01rem 0;
    border-style: solid;
    width: 7rem;
    margin: 0.7rem 0 0.7rem 0;
}

/* Mobile */

@media only screen and (max-width: 726px) {
    .redes-mobile {
        justify-content: center;
    }
    .logo {
        object-fit: cover;
        object-position: 100% 50%;
        width: 320px;
        height: 100px;
        justify-content: center;
    }
    .container {
        padding: 0% 10% !important;
    }
    .revista-card-holder {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}