* {
    margin: 0;
    padding: 0;
}

/* ---------------------------- */

/* Web first layout */

#flechitaVerMas {
    height: 10px;
    margin-right: 5px;
}

.newImageContainer{
    margin: auto;
    width: 20%;
    top: -120px;
    position: relative;
}
#blueStripeNews {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background-color: #0066FF;
    position: relative;
    line-height: 100px;
}

#newsH1 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

#newsSubTitle {
    color: white;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
}

.newsVid {
    position: relative;
    margin-bottom: 50px;
    margin: 0 auto;
    /* margin-top: -135px; */
    display: block;
    text-align: center;
}

#newsVid2 {
    position: relative;
    margin-bottom: 50px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

#newsVid2 {
    position: relative;
    margin-bottom: 50px;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}
.videoContainer{
    
position: relative;
    
top: -135px;
    
margin: 50px 0px;
}

.containerVolver {
    height: 20px;
}

#aVolverNews {
    position: relative;
    color: white;
    font-size: 13px;
}

#aVolverNews:hover {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    #blueStripeNews {
        height: 265px;
    }
    #newsVid {
        margin-top: -20px;
        width: 80%;
        height: auto;
        overflow: hidden;
    }
    #newsVid2 {
        margin-top: 30px;
        width: 80%;
        height: auto;
        overflow: hidden;
    }
    #blueStripe {
        height: auto;
        overflow: hidden;
    }
    #newsH1 {
        width: 80%;
        margin: 0 auto;
        margin-top: 70px;
        font-size: 22px;
        line-height: 25px;
    }
    #newsSubTitle {
        margin-top: 20px;
        width: 80%;
        font-size: 16px;
        line-height: 18px;
        /* margin-bottom: 30px; */
    }
    #aVolverNews {
        /* position: absolute;
        top: 50px;
        left: 20px; */
        /* height: auto; */
        line-height: 16px;
    }
}