#page-four-1 {
    width: 100vw;
    overflow-x: hidden;
}
#page-four-1 header.header{
    background: transparent no-repeat center top;
    background-size: 100vw;
}
#page-four-1 .tab-menu {
    padding: 0 4.8vw;
}
#page-four-1 .tab-menu .col {
    padding: 2vw 1.5vw !important;
}
#page-four-1 .fixed.f-submenu .col {
    padding-top: 1vw!important;
}
#page-four-1 .header.header .fixed.f-submenu.active, #page-four-1 header.header .tab-menu:last-child.active {
    height: 4.5vw;
} 
#page-four-1 .tab-menu>div.col svg {
    width: 2.5vw;
}
#page-four-1 .tab-menu .col:first-child {
    flex: 4;
}
#page-four-1 .tab-menu .col:nth-child(2) {
    flex: 5;
}
#page-four-1 .tab-menu .col:nth-child(3) {
    flex: 6;
}
#page-four-1 .tab-menu .col:last-child {
    flex: 2;
}
#page-four-1 .tab-menu a {
    display: inline-block;
    margin-left: 0;
    line-height: 1.1;
    font-size: 1.7vw;
}
#page-four-1 .tab-menu.fixed a.color-orange {
    color: #FFF !important;
}
#page-four-1 .section-04 {
    height: 51vw;
}



section {
    overflow: hidden;
}
.tab-menu>div.col svg {
    right: 0vw;
}

#page-four-1 .quote h5 strong {
    font-size: 1.771vw;
    color: var(--color-orange);
    font-weight: 700;
    display: block;
    margin-top: 1em;
}
#page-four-1 .quote h5 {
    margin-bottom: 1.35em;
    color: var(--color-gray);
    font-weight: 400;
    font-size: 1vw;
}

#page-four-1 .quote-fundo-laranja h5 strong {
    font-size: 1.771vw;
    color: white;
    font-weight: 700;
    display: block;
    margin-top: 1em;
}
#page-four-1 .quote-fundo-laranja h5 {
    margin-bottom: 1.35em;
    color: white;
    font-weight: 400;
}

/* == Sections == */
/* = Section 01 = */
#page-four-1 .section-01 .container-fluid{
    padding: 3.750vw 10vw 10.729vw 7.500vw;
}
#page-four-1 .section-01 .col:first-child{
    width: 39.896vw;
    flex: unset;
}
#page-four-1 .section-01 .col:last-child{
    width: 32.188vw;
    flex: unset;
}
#page-four-1 .section-01 h2{
    font-size: 4.167vw;
    font-weight: normal;
    color: var(--color-orange);
    line-height: 1.06;
    margin-bottom: 2.651vw;
    width: 53.698vw;
}
#page-four-1 .section-01 .quote{
    margin:26.250vw 0 0 10.417vw;
    width: 32.188vw;
}
#page-four-1 .section-01 .quote h3{
    color: var(--color-orange);
}
/* = Section 02 = */
#page-four-1 .section-02 .col{
    padding: 0;
}

#page-four-1 .section-02 .quote{
    margin: 7.760vw 5.823vw 7.813vw 8.177vw;
}
#page-four-1 .section-02 .quote h5 strong {
    display: table;
    font-size: 2vw;
    margin-top: 1em;
}
#page-four-1 .section-02 img{
    width:100%;
    height: 100%;
}

/* = Section 03 = */
#page-four-1 .section-03 .container-fluid{
    padding: 8.906vw 6.5vw 4.896vw 6.5vw;
}
#page-four-1 .section-03 svg{
    position:absolute;
    top: 0;
    left: 34.688vw;
}
#page-four-1 .section-03 .col > * {
    max-width: 85%;
}
#page-four-1 .section-03 .col:last-child {
    margin-top: 10vw;
    margin-left: 14vw;
}

/* = Section 04 = */
#page-four-1 .section-04 .col {
    position: relative;
}
#page-four-1 .section-04 .col:last-child {
    padding: 3vw 2vw 3vw 0vw;
}
#page-four-1 .section-04 .col > p {
    margin-bottom: 1vw;
    color: var(--color-dark-purple);
    padding: 0 3vw;
}
#page-four-1 .section-04 .col{
    padding: 0;
}
#page-four-1 .section-04 img{
    width: 100%;
}
#page-four-1 .section-04 .question {
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0.2em;
}
#page-four-1 .section-04 .text-box {
    position: unset;
    overflow-y: scroll;
    height: 39vw;
}
#page-four-1 .section-04 .text-box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
#page-four-1 .section-04 .text-box::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
#page-four-1 .section-04 .text-box::-webkit-scrollbar-thumb {
    background-color: transparent;
}


/* = Section 05 = */
#page-four-1 .section-05 .container-fluid{
    padding: 5vw 25vw 5vw 6.5vw;
}
#page-four-1 .section-05 h2{
    font-size: 4.167vw;
    font-weight: normal;
    color: var(--color-purple);
    line-height: 1.06;
    margin-bottom: 1.823vw;
}

/* = Section 06 = */
#page-four-1 .section-06 .container-fluid{
    padding: 5vw 6.5vw;
}
#page-four-1 .section-06 .text-box{
    width: calc(100% - 1vw);
    padding-right: 0vw;
    height: 43vw;
    overflow-y: auto;
}
#page-four-1 .section-06 .text-box p{
    color: white;
    width: 90%;
    font-size: 0.9em;
}
#page-four-1 .section-06 h3{
    font-size: 2.9vw;
    font-weight: normal;
    color: var(--color-yellow);
    margin-bottom: 2vw;
}
#page-four-1 .section-06 .text-box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
#page-four-1 .section-06 .text-box::-webkit-scrollbar {
    width: 1px;
    background-color: #FFF;
}
#page-four-1 .section-06 .text-box::-webkit-scrollbar-thumb {
    width: 4px;
    border: solid 2px var(--color-yellow);;
    background-color: var(--color-yellow);
}

/* = Section 07 = */
#page-four-1 .section-07 .container-fluid{
    padding: 5.677vw 6.875vw 5vw;
}
#page-four-1 .section-07 .row{
    padding: 4vw 3vw 0;
}
#page-four-1 .section-07 .text-box{
    background: transparent url(../img/chamada-apice.jpg) no-repeat center top;
    background-size: contain;
    padding: 2vw;
}
#page-four-1 .section-07 h2{
    font-size: 2.438vw;
    line-height: 1.24;
    font-weight: bold;
    color: white;
    margin-bottom: 6vw;
    display: flex;
    grid-gap: 2vw;
}
#page-four-1 .section-07 h2 span {
    display: table;
    padding-right: 4em;
    font-weight: normal;
}
#page-four-1 .section-07 a{
    font-size: 1.927vw;
    font-weight: bold;
    color: var(--color-dark-purple);
    text-decoration: underline;
    text-underline-offset: 0.156vw;
    text-decoration-thickness: 0.156vw;
    margin-left: -2vw;
}

#page-four-1 .last-section {
    height: 47.75vw!important;
}

#page-four-1 .last-section .porta-voz-capitulo {
    margin: 3vw 6.5vw 5vw 50.2vw;
}
#page-four-1 .last-section .titulo-lista {
    margin-bottom: 0;
}





/* Smartphones */


@media only screen and (max-width: 768px) {
    /*************** MOBILE ONLY CSS ***************/
    
    
    


#page-four-1 .tab-menu a, #page-four-1 .section-02 .quote h5 strong, #page-four-1 .quote h5 strong, #page-four-1 .section-05 h2, #page-four-1 .section-06 h3 {
    font-size: 24px;
}
#page-four-1 .section-07 h2, #page-four-1 .section-07 a, #page-four-1 .section-02 .quote h5 strong {
    font-size: 20px;
}
#page-four-1 .section-02 .quote h5, #page-four-1 .quote h5, #page-four-1 .section-02 .quote h5 {
    font-size: 16px;
}
#page-four-1 .tab-menu .col {
    padding: 0 !important;
}
#page-four-1 .tab-menu {
    padding: 4.5vw 6.5vw 2vw;
}
#page-four-1 .section-01 h2 {
    width: 100%;
    margin: 1em 0;
}
#page-four-1 .section-01 .quote {
    margin: 0;
    width: 100%;
}
#page-four-1 .section-01 .col:last-child {
    width: 100%;
}
#page-four-1 .section-02 .quote {
    margin: 0;
    padding: 8vw;
}
#page-four-1 .section-02 .quote h5 strong {
    margin-top: 8vw;
}

#page-four-1 .section-02 img {
    position: relative;
    top: 5px;
}
#page-four-1 .section-03 .col > svg {
    display: none;
}
#page-four-1 .section-05 .container-fluid, #page-four-1 .section-06 .container-fluid {
    padding: 8vw;
}
#page-four-1 .section-06 .text-box {
    height: auto;
    overflow-y: unset;
    width: 100%;
}
#page-four-1 .section-06 h3 {
    margin: 1em 0;
}
#page-four-1 .section-07 .text-box {
    background-size: 100%;
    padding: 26vw 0 4vw;
}
#page-four-1 .section-07 h2 span {
    padding-right: 0.5em;
    width: 100%;
}
#page-four-1 .section-07 .row {
    padding: 4vw;
}
#page-four-1 .section-07 .row .col {
    padding: 0;
    color: var(--color-purple);
}
#page-four-1 .section-07 h2 {
    color: var(--color-purple);   
}
#page-four-1 .section-07 a {
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
    margin: auto;
    display: table;
}
#page-four-1 .last-section {
    height: auto!important;
}
#page-four-1 .last-section .porta-voz-capitulo {
    margin: 0;
}
#page-four-1 .last-section .titulo-lista {
    margin-bottom: 1em;
}
#page-four-1 .section-06 .text-box p {
    width: 100%;
}




















}