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

#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: 100%;
    height: 280px;
}

.imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#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;
    font-weight: 900;
    margin-right: 0;
    color: #003DA5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.blogPostSubtitle {
    width: 80%;
    text-align: left;
    font-size: 26px;
    margin-top: 0;
    font-weight: bold;
    color: #2124B5;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Montserrat';
}

.blogPostDescription {
    color: black;
    font-size: 15px;
    line-height: 20px;
    height: 29%;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat';
}

.blog{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto auto 70px;
    flex-wrap: wrap;
}

.blogPost {
    flex-direction: column;
    height: max-content;
    width: 31%;
    margin: 15px;;
    display: flex;
    box-shadow: 0px 11.175px 16.7625px rgb(0 0 0 / 10%);
    position: relative;
}

.infoContainer {
    width: 90%;
    padding: 30px 30px;
    background-color: white;
}

.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;
}


.straight-color{
    width: 25%;
    background: #2124B5;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}
.bannerTitle {
    width: 100%;
    color: white;
    height: auto;
    display: block;
    text-transform: uppercase;
    position: relative;
    background: #2124B5;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    font-weight: 900;
    font-size: 70px;
    line-height: 89.5%;
    text-align: center;
}

.straight-color{
    width: 25%;
    background: #2124B5;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}


@media screen and (max-width:821px) {
    .title{
        font-size: 30px;
        line-height: 0;
        height: 30vh;
        font-weight: 400;   
    }
    .straight-color{
        display:none;
    }
    #preguntasEventos {
        width: 70%;
        margin-bottom: 50px;
    }
    .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-direction: column;
        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-top: 5%;
        margin-left: 70%;
        font-weight: 700;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 15px;
    }
    .verMas img{
        width: 10px;
        height: 13px;
        margin-left: 6px;
        margin-top: 2px;
    }
    #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%;
        padding-top: 5%;
    }
}