/*
* 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: 14rem;
    /* text-align: center; */
}
section.heroSectionContainer h1 {
    font-size: 11.375rem;
    font-style: normal;
    font-weight: 300;
    color: var(--blue);
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 11rem;
}

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: left;
}
section.chartContainer {
    position: relative;
    width: 100%;
    z-index: 1;
}

section.chartContainer iframe {
    width: 100%;
    height: 80vh;
}
section.chartContainer  * {
    width: 100%;
    height: auto;
}
/*================HERO SECTION================*/
/*=============NEXA GROUP SECTION=============*/
section.nexa-group-container {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 7rem;
}

section.nexa-group-container .logo-subsidiary {
    width: 47.3125rem;
    position: relative;
    display: block;
}

section.nexa-group-container .logo-subsidiary img.logo-box {
    width: 100%;
    max-width: 100%;
}
section.nexa-group-container p.description-text {
    font-size: 2rem;
    width: 50%;
    opacity: .5;
    color: var(--black);
}

section.nexa-group-container img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}
section.nexa-group-container > * {
    color: var(--blue);
}
section.nexa-group-container p,section.nexa-group-container span,section.nexa-group-container div,section.nexa-group-container ul li,section.nexa-group-container ol li {
    color: var(--blue);
    font-size: 1.75rem;
}
section.nexa-group-container h2,section.nexa-group-container h3,section.nexa-group-container h4,section.nexa-group-container h5,section.nexa-group-container h6 {
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 4rem;
}
section.nexa-group-container h2 {
    font-size: 5rem;
}
section.nexa-group-container h3 {
    font-size: 4.5rem;
}
section.nexa-group-container h4 {
    font-size: 4rem;
}
section.nexa-group-container h5 {
    font-size: 3.5rem;
}
section.nexa-group-container h6 {
    font-size: 3rem;
}
/*=============NEXA GROUP SECTION=============*/
@media only screen and (max-width: 768px){
    /*=========HERO SECTION===========*/
    section.heroSectionContainer::before {
        width: 9.79406rem;
        height: 8.26238rem;
        background-repeat: no-repeat;
        right: var(--spaceX);
    }

    section.heroSectionContainer h1 {
        font-size: 2.375rem;
        margin-bottom: 2rem;
    }

    section.heroSectionContainer p {
        font-size: 1.25rem;
    }

    section.media-full-width-wrapper {
        padding-top: 4rem;
    }

    section.heroSectionContainer {
        padding-top: 7rem;
    }
    /*=========HERO SECTION===========*/
    section.chartContainer {
        padding-top: 4rem;
    }

    section.chartContainer iframe {
        height: 40vh;
    }
    section.nexa-group-container p.description-text{
        font-size: 1.2rem;
    }
    section.nexa-group-container .logo-subsidiary {
        width: 100%;
    }
    section.nexa-group-container p.description-text{
        width: 100%;
    }
    section.nexa-group-container p,section.nexa-group-container span,section.nexa-group-container div,section.nexa-group-container ul li,section.nexa-group-container ol li {
        color: var(--blue);
        font-size: 1rem;
    }
    section.nexa-group-container h2 {
        font-size: 2.5rem;
    }

    section.nexa-group-container h2, section.nexa-group-container h3, section.nexa-group-container h4, section.nexa-group-container h5, section.nexa-group-container h6 {
        margin-bottom: 2rem;
    }
    section.nexa-group-container h3 {
        font-size: 2.2rem;
    }

    section.nexa-group-container h4 {
        font-size: 2rem;
    }

    section.nexa-group-container h5 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.heroSectionContainer::before{
        width: 20.375rem;
        height: 13.9375rem;
    }
    section.heroSectionContainer h1{
        margin-bottom: 6rem;
        font-size: 5.375rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.nexa-group-container p,section.nexa-group-container span,section.nexa-group-container div,section.nexa-group-container ul li,section.nexa-group-container ol li {
        color: var(--blue);
        font-size: 1.2rem;
    }
    section.nexa-group-container h2 {
        font-size: 4rem;
    }
    section.nexa-group-container h2, section.nexa-group-container h3, section.nexa-group-container h4, section.nexa-group-container h5, section.nexa-group-container h6 {
        margin-bottom: 2rem;
    }

    section.nexa-group-container h3 {
        font-size: 4rem;
    }

    section.nexa-group-container h4 {
        font-size: 3.5rem;
    }

    section.nexa-group-container h5 {
        font-size: 3rem;
    }
    section.heroSectionContainer h1 {
        font-size: 6.375rem;
        margin-bottom: 10rem;
    }

    section.heroSectionContainer::before {
        width: 18.375rem;
        height: 15.9375rem;
    }
    section.chartContainer iframe {
        height: 60vh;
    }
    section.nexa-group-container .logo-subsidiary {
        width: 32.3125rem;
    }

    section.nexa-group-container p.description-text {
        font-size: 1.4rem;
        width: 60%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.nexa-group-container p,section.nexa-group-container span,section.nexa-group-container div,section.nexa-group-container ul li,section.nexa-group-container ol li {
        color: var(--blue);
        font-size: 1.5rem;
    }
    section.nexa-group-container h2, section.nexa-group-container h3, section.nexa-group-container h4, section.nexa-group-container h5, section.nexa-group-container h6 {
        margin-bottom: 2rem;
    }

    section.nexa-group-container h2 {
        font-size: 3.5rem;
    }
    section.nexa-group-container h3 {
        font-size: 3rem;
    }

    section.nexa-group-container h4 {
        font-size: 2.6rem;
    }

    section.nexa-group-container h5 {
        font-size: 2.5rem;
    }
    section.heroSectionContainer h1 {
        font-size: 5.375rem;
        padding-bottom: 3rem;
        margin-bottom: 8rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.nexa-group-container .logo-subsidiary {
        width: 34.3125rem;
    }

    section.nexa-group-container p.description-text {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    section.nexa-group-container p,section.nexa-group-container span,section.nexa-group-container div,section.nexa-group-container ul li,section.nexa-group-container ol li {
        color: var(--blue);
        font-size: 1.5rem;
    }
    section.nexa-group-container h2, section.nexa-group-container h3, section.nexa-group-container h4, section.nexa-group-container h5, section.nexa-group-container h6 {
        margin-bottom: 2rem;
    }

    section.nexa-group-container h2 {
        font-size: 3.5rem;
    }
    section.nexa-group-container h3 {
        font-size: 3rem;
    }

    section.nexa-group-container h4 {
        font-size: 2.6rem;
    }

    section.nexa-group-container h5 {
        font-size: 2.5rem;
    }
    section.heroSectionContainer h1 {
        font-size: 7.375rem;
        padding-bottom: 3rem;
        margin-bottom: 7rem;
    }

    section.heroSectionContainer::before {
        width: 21.375rem;
        height: 16.9375rem;
    }

    section.nexa-group-container .logo-subsidiary {
        width: 34.3125rem;
    }

    section.nexa-group-container p.description-text {
        font-size: 1.5rem;
    }
}