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

section {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100vw;
}
.tab-menu>div.col svg {
    right: 0vw;
}


/* == Sections == */
/* = Section 01 = */
#page-four-2 .section-01 .container-fluid{
    padding: 5vw 6.250vw;
}
#page-four-2 .section-01 svg{
    position: absolute;
    right: -1.2vw;
    top: -7vw;
    width: 50vw;
    height: auto;
}
#page-four-2 .section-01 h2{
    font-size: 2.6vw;
    color: var(--color-purple);
    max-width: 55%;
    font-weight: 600;
    margin-bottom: 1.3em;
}
#page-four-2 .section-01 h3{
    color: #FFF;
    font-size: 2.6vw;
    font-weight: bold;
}
#page-four-2 .section-01 .quote h3 {
    font-size: 2.083vw;
    line-height: 1.25;
    font-weight: normal;
    color: var(--color-dark-purple);
}
#page-four-2 .section-01 .text-box-1{
    margin-right:3.333vw;
    position: relative;
    z-index: 3;
}
#page-four-2 .section-01 .text-box-2{
    margin-left:6.667vw;
}
#page-four-2 .section-01 .text-box-2 p {
    color: var(--color-dark-purple);
}

#page-four-2 .section-01 .text-box-2 .color-white {
     color: #FFF;
}
/* = Section 02 = */
#page-four-2 .section-02 {
    position: relative;
    z-index: 1;
    overflow: visible;
}
#page-four-2 .section-02 .container-fluid{
    padding: 0 6.5vw 5.052vw 55vw;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 2.2vw;
}

/* = Section 03 = */
#page-four-2 .section-03 .col {
    padding: 0;
}
#page-four-2 .section-03 img{
    width: 100%;
}
#page-four-2 .section-03 .text-box-1{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#page-four-2 .section-03 .text-box-1 > div {
    width: 63.7%;
    padding: 5vw 0 0 7.3vw;
}
#page-four-2 .section-03 .text-box-1 > div p {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0.8em;
}
#page-four-2 .exibir-resposta {
    margin-bottom: 3.5em;
}

#page-four-2 .section-03 h2{
    font-size: 2.604vw;
    font-weight: bold;
    color: var(--color-yellow);
    line-height: 1.20;
    margin-bottom: 2.651vw;
    width: 23.177vw;
}
#page-four-2 .section-03 .text-box-2 {
    padding: 5vw 6.5vw;
}
#page-four-2 .section-03 .text-box-2 p{
    color: white;
}






/* Smartphones */


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



#page-four-2 .tab-menu a, #page-four-2 .section-01 h3, #page-four-2 .section-03 .text-box-1 > div p, #page-four-2 .section-03 h2 {
    font-size: 24px;
}
#page-four-2 .tab-menu {
    padding: 4vw;
}
#page-four-2 .tab-menu .col {
    padding: 0 2vw !important;
}
#page-four-2 .section-01 svg {
    display: none;
}

#page-four-2 .section-02 .container-fluid {
    padding: 6vw;
    position: unset;
}
#page-four-2 .section-01 .text-box-2 {
    margin-left: 0;
}
#page-four-2 .section-01 h3, #page-four-2 .section-01 .text-box-2 .color-white {
    color: var(--color-purple);
}
#page-four-2 .section-01 .text-box-2 h3 {
    margin-top: 3em;
}
#page-four-2 .section-03 .text-box-1 > div {
    width: 100%;
    padding: 8vw 11vw;
}
.exibir-resposta {
    font-size: 20px;
}
#page-four-2 .section-03 .text-box-2 {
    padding: 8vw 12vw !important;
}
#page-four-2 .section-03 h2 {
    width: 100%;
    margin-bottom: 1em;
}


















}