/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*================HERO SECTION================*/
section.heroSectionContainer {
    position: relative;
    width: 100%;
    padding-top: 16rem;
}
section.heroSectionContainer h1 {
    font-size: 7rem;
    font-style: normal;
    font-weight: 300;
    color: var(--blue);
    text-transform: uppercase;
    width: 100%;
}

section.heroSectionContainer p {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
}

section.heroSectionContainer::before {
    content: '';
    background-image: url(../img/e-nexa.svg);
    width: 28.375rem;
    height: 23.9375rem;
    position: absolute;
    background-size: contain;
    right: 3rem;
    background-repeat: no-repeat;
    background-position: right;
}
section.heroSectionContainer.singleNews h1 {
    font-size: 5rem;
}
section.heroSectionContainer.singleNews p {
    font-size: 2rem;
}
/*================HERO SECTION================*/
/*=============FULL WIDTH PICTURE=============*/
section.media-full-width-wrapper {
    position: relative;
    padding-top: 13rem;
}
section.media-full-width-wrapper .media-wrap {
    width: calc(100% - var(--spaceX)*2);
    margin: 0 auto;
    height: 100vh;
}
section.media-full-width-wrapper .media-wrap img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*=============FULL WIDTH PICTURE=============*/
/*================SINGLE BLOG SECTION================*/
section.heroSectionContainer .reading-time-date span {
    opacity: 0.5;
    font-size: 1.75rem;
    font-weight: 400;
}
section.blogContent {
    position: revert;
    width: 100%;
    padding-top: 4rem;
}
section.heroSectionContainer .reading-time-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

section.heroSectionContainer p.short-desc {
    margin-top: 5rem;
    width: 75%;
}

section.blogContent p, section.blogContent > *{
    color: var(--blue);
}
section.blogContent img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
section.blogContent h2,section.blogContent h3,section.blogContent h4,section.blogContent h5,section.blogContent h6 {
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 4rem;
}
section.blogContent h2 {
    font-size: 5rem;
}
section.blogContent h3 {
    font-size: 4.5rem;
}
section.blogContent h4 {
    font-size: 4rem;
}
section.blogContent h5 {
    font-size: 3.5rem;
}
section.blogContent h6 {
    font-size: 3rem;
}
section.blogContent p,section.blogContent ol li,section.blogContent ul li,section.blogContent span {
    font-size: 1.75rem;
}
/*================SINGLE BLOG SECTION================*/
/*-----------------------------------------------------------responsive*/
@media screen and (max-width: 768px){
    section.heroSectionContainer h1 {
        font-size: 2rem;
    }
    section.heroSectionContainer.singleNews h1 {
        font-size: 2.5rem;
    }
    section.heroSectionContainer .reading-time-date span {
        font-size: 0.875rem;
    }

    section.heroSectionContainer .reading-time-date {
        margin-bottom: 1.6rem;
    }

    section.heroSectionContainer p.short-desc {
        font-size: 1rem;
        width: 100%;
        margin-top: 4rem;
    }

    section.heroSectionContainer::before {
        width: 9.79406rem;
        height: 8.26238rem;
        right: var(--spaceX);
    }

    section.media-full-width-wrapper .media-wrap {
        height: 30vh;
    }

    section.media-full-width-wrapper {
        padding-top: 5rem;
    }
    section.heroSectionContainer {
        padding-top: 8rem;
    }

    section.blogContent h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    section.blogContent p, section.blogContent > * {
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.heroSectionContainer::before{
        width: 20.375rem;
        height: 13.9375rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.heroSectionContainer h1 {
        font-size: 3rem;
    }
    section.heroSectionContainer .reading-time-date span{
        font-size: 1.2rem;
    }
    section.heroSectionContainer.singleNews h1 {
        font-size: 3rem;
    }
    section.heroSectionContainer p.short-desc {
        font-size: 1.5rem;
    }

    section.heroSectionContainer::before {
        width: 22.375rem;
        height: 18.9375rem;
    }
    section.heroSectionContainer {
        padding-top: 12rem;
    }

    section.media-full-width-wrapper {
        padding-top: 8rem;
    }

    section.blogContent p, section.blogContent ol li, section.blogContent ul li, section.blogContent span {
        font-size: 1.2rem;
    }

    section.blogContent h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    section.media-full-width-wrapper .media-wrap {
        height: 50vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.heroSectionContainer h1 {
        font-size: 3.5rem;
    }

    section.heroSectionContainer p.short-desc {
        font-size: 1.4rem;
    }
    section.heroSectionContainer {
        padding-top: 14rem;
    }

    section.media-full-width-wrapper {
        padding-top: 8rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.blogContent p, section.blogContent ol li, section.blogContent ul li, section.blogContent span {
    }

    section.blogContent h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    section.heroSectionContainer h1 {
        font-size: 3.5rem;
    }

    section.heroSectionContainer p.short-desc {
        font-size: 1.5rem;
    }
    section.heroSectionContainer {
        padding-top: 14rem;
    }

    section.media-full-width-wrapper {
        padding-top: 8rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.blogContent h2 {
        font-size: 3.5rem;
    }
}