#bannerNovedadesSiempre {
    width: 100%;
    margin-bottom: 40px;
}

.straight-color a {
    top: 8vh;
    color: white;
    position: absolute;
    left: 13%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.straight-color a img {
    width: 8px;
    margin-right: 10px;
}

#bannerNovedadesSiempre img {
    width: 100%;
}

#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: 256px;
    height: 256px;
}

.imgContainer img {
    width: 100%;
    height: 100%;
}

#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: 16px;
    float: right;
    margin-right: 35px;
    color: #003da5;
    cursor: pointer;
}

.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: 60%;
    max-width: 900px;
    margin: 0px auto;
    height: 256px;
    margin-bottom: 20px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.infoContainer {
    width: calc(100% - 30px - 256px);
    padding-left: 30px;
}

.blogPost.last {
    margin-bottom: 70px;
}

.blogImage {
    width: 100%;
}

.blogText {
    width: 80%;
}

.blogPostContent {
    line-height: 25px;
    color: #000;
    display: flex;
    width: 100%;
    margin-right: 0;
    height: auto;
    min-height: calc(100vh - 300px);
}

.blogCenteredContent {
    margin-top: 8vh;
    margin-left: 5%;
}

.verMas:hover,
.verMasButton:hover {
    font-weight: bold;
}

.straight-color {
    width: 25%;
    height: auto;
    position: relative;
}

.blogItemPromociones .straight-color {
    background: #87298f;
    /* height: 6vh; */
    /* width: 100%; */
}

.blogItemEvento .straight-color {
    background: #2124B5;
    /* height: 6vh; */
    /* width: 100%; */
}

.blogItemInfo .straight-color {
    background: #76bc21;
    /* height: 6vh; */
    /* width: 100%; */
}

.blogItemEvento h3 {
    color: #2124B5;
}

.blogItemPromociones h3 {
    color: #87298f;
}

h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    /* margin-top: 50px; */
}

@media screen and (max-width: 768px) {
    .blogPostContent {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    #preguntasEventos {
        width: 70%;
        margin-bottom: 50px;
    }
    .straight-color {
        /* display: none; */
    }
    .blogText p {
        text-align: left !important;
    }
    .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: right; */
        margin-right: 0px;
        margin-left: calc(100% - 20%);
        font-weight: 700;
        font-size: 15px;
    }
    #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;
    }
    .blogItemPromociones .straight-color,
    .blogItemEvento .straight-color {
        width: 100%;
        height: 40vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title.bannerTitle {
        color: white;
        font-size: 30px;
    }
    .infoContainer {
        /* width: 100%; */
        padding-left: 5%;
        /* padding-right: 5%; */
        width: 90%;
    }
}