.bannerTitle {
    width: 100%;
    color: white;
    height: auto;
    display: block;
    text-transform: uppercase;
    position: relative;
    background-color: #87298F;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


.straight-color{
    width: 25%;
    background: #87298F;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}


.title {
    font-weight: 900;
    font-size: 70px;
    line-height: 89.5%;
    text-align: center;
}

#preguntasEventos {
    width: 24%;
    margin: 0px auto;
    margin-bottom: 60px;
    display: flex;
    color: white;
}

.mobileElement {
    display: none;
}

.buttonsNovedades {
    height: 38px;
    width: 54%;
    border: 1px solid #003DA5;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    color: #003DA5;
    background-color: transparent;
    margin-left: -10%;
}

.imgContainer {
    width: 100%;
    /* height: 380px; */
    position: relative;
}

.imgContainer img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

#switchSelected {
    background-color: #003DA5;
    color: #fff;
    margin-left: 0px;
}

.blogPostTitle {
    font-weight: bold;
    color: #003DA5;
    font-size: 13px;
    width: 75%;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

.blogPostDate {
    color: gray;
    font-size: 13px;
    margin-right: 30px;
    margin-top: 40px;
    width: calc(25% - 30px);
    text-align: right;
    float: right;
}

.verMas,
.verMasButton {
    font-size: 14px;
    float: right;
    margin-right: 0;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-transform: uppercase;
    background: #87298F;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #87298F;
}

.verMas:hover,
.verMasButton:hover{
    background: white;
    border: 1px solid white;
    color: #87298F
}


.blogPostSubtitle {
    width: 80%;
    text-align: left;
    font-size: 30px;
    color: #FE5000;
    margin-bottom: 0;
    font-weight: bolder;
}

.blogPostDescription {
    color: gray;
    font-size: 15px;
    height: 29%;
    width: 43%;
    text-align: left;
}

.blogPost {
    width: 48%;
    margin: 0px auto;
    margin-bottom: 20px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    z-index: 20;
}

.infoContainer {
    width: calc(100% - 30px - 256px);
    padding-left: 30px;
}

.blog{
    display: flex;
    width: 90%;
    margin: 70px auto 70px auto;
    flex-wrap: wrap;
}

.blogPost.last {
    margin-bottom: 70px;
}

.blogImage {
    width: 100%;
}

.blogPostContent {
    line-height: 25px;
    color: #000;
}

.blogCenteredContent {
    margin-top: 3%;
}

.verMas:hover,
.verMasButton:hover {
    font-weight: bold;
}

@media screen and (max-width:821px) {
    #preguntasEventos {
        width: 70%;
        margin-bottom: 50px;
    }
    .straight-color{
        display: none;
    }
    .blog{
        width: 100%;
        margin: 5% auto 5% auto;
    }
    .title{
        height: 30vh;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
    }
    .imgContainer,
    .infoContainer {
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* margin-left: -5px; */
    }
    .mobileElement {
        display: block;
    }
    .buttonsNovedades {
        font-size: 14px;
        font-weight: 800;
    }
    p.blogPostTitle {
        margin-top: 10px;
    }
    p.blogPostTitle {
        width: 70%;
        font-size: 18px;
        margin-bottom: 5px;
    }
    p.blogPostSubtitle {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 400;
    }
    p.blogPostDescription {
        width: 100%;
    }
    a.verMas {}
    .desktopElement {
        display: none;
    }
    .blogPost {
        height: auto;
        flex-wrap: wrap;
        width: 90%;
    }
    .blogPostDate {
        margin-right: 0px;
        width: 30%;
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 5px;
        text-align: left;
    }
    .verMas {
        margin-bottom: 4%;
        float: left;
        margin-right: 0px;
        font-weight: 700;
        font-size: 11px;
        bottom: 0px;
        left: 10px;
        width: 100px;
    }
    #bannerNovedadesSiempre img {
        margin-top: -18vw;
    }
    .buttonsNovedades.promociones {
        border-radius: 20px 0px 0px 20px;
    }
    .buttonsNovedades.eventos {
        border-radius: 0px 20px 20px 0px;
    }
    .buttonsNovedades.selected {
        border-radius: 20px !important;
    }
    .infoContainer {
        /* width: 100%; */
        padding-left: 5%;
        /* padding-right: 5%; */
        width: 90%;
    }
}