.area-main {
    background-image: url("../img/empresa/background-main.webp");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
    position: relative;
}
.area-main::after {
    content: "";
    width: 100vw;
    height: 1.5rem;
    background-color: var(--color-roxo);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
main.content {
    padding: 0 1rem 1rem;
    position: relative;
}
main > h1 {
    text-align: center;
    padding: 3rem 0 1.5rem 0;
    margin: 0rem 0 4rem;
    position: relative;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--color-roxo);
}
main > h1::after {
    content: "";
    width: 380px;
    height: 3px;
    background-color: rgb(217, 217, 217);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.area-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
}
.area-top > .left {
    width: 45%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.area-top > .left p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--color-cinza);
}
.area-top > .left p strong,
.area-top > .left p span.color {
    font-weight: 800;
}
.area-top > .left p span.color {
    color: var(--color-roxo);
}
.area-top > .right {
    width: 55%;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    transition: all .3s ease-in-out;
    height: 340px;
    filter: blur(2px) grayscale(1);
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.swiper-slide.swiper-slide-active {
    z-index: 2;
    transform: scale(1.2) !important;
    filter: none;
}
.swiper .swiper-wrapper{
    display: flex;
    align-items: center !important;
    padding: 50px 0;
}
main > h2 {
    text-align: center;
    padding-bottom: 4rem;
    margin: 4rem 0;
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-cinza);
}
main > h2::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(217, 217, 217);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
main > h2 span {
    display: block;
    font-size: 2rem;
    color: var(--color-roxo);
    background-color: var(--color-verde);
}
main > h2 span {
    display: block;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 1rem;
    border-radius: 10px;
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 800;
    color: var(--color-roxo);
    background-color: var(--color-verde);
}
.area-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 4rem;
}
.area-info h3 {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    line-height: 0.8;
    color: var(--color-roxo);
}
.area-info h3 span {
    display: block;
    margin: 0 auto;
    background-color: var(--color-verde);
    font-size: 1.5rem;
    font-weight: 800;
    padding: 5px 1rem;
    border-radius: 5px;
}
.area-info .item:first-child h3 span {
    transform: rotate(-5deg);
    position: relative;
    top: -5px;
}
.area-info .item:last-child h3 span {
    transform: rotate(5deg);
    position: relative;
    top: -5px;
}
section.empresa-bottom {
    background-color: var(--color-cinza);
    background-image: url("../img/empresa/background-employees.webp");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.area-employees {
    padding: 3rem 1rem;
}
.area-employees .area-img {
    min-width: 410px;
    min-height: 410px;
    width: 410px;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-employees .area-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.content-employee .item {
    display: none;
}
.content-employee .item.active {
    display: flex;
}
.header-employees {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.header-employees button {
    display: inline-block;
    width: 100%;
    border-radius: 25px 25px 0 0;
    padding: 1rem;
    background-color: transparent;
    transition: .3s;
    position: relative;
}
.header-employees button.active,
.header-employees button:hover {
    background-color: #434343;
    box-shadow: rgba(0, 0, 0, 0.24) 0px -10px 8px;
}
.header-employees button h4 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
}
.header-employees button.active h4,
.header-employees button:hover h4 {
    color: var(--color-verde);
}
.header-employees button h4 span {
    visibility: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
}
.header-employees button.active h4 span,
.header-employees button:hover h4 span,
.header-employees button.active .area-icon {
    visibility: visible;
}
.header-employees button:last-child {
    border-bottom-right-radius: 25px;
}
.header-employees button .area-icon {
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    background-color: var(--color-roxo);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(111,36,122,0.5); 
    box-shadow: 0px 0px 15px 5px rgba(111,36,122,0.5);
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}
.header-employees button .area-icon img {
    width: 40px;
}
.header-employees button h4 img {
    visibility: visible;
    width: 27px;
    margin-right: 7px;
}
.header-employees button.active h4 img {
    visibility: hidden;
}
.content-employee .item {
    align-items: flex-start;
    gap: 1rem;
    background-color: #434343;
    border-radius: 0 25px 25px 25px;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content-employee .area-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.content-employee .area-text h6,
.content-employee .area-text h5 {
    color: var(--color-verde);
    font-weight: 800;
}
.content-employee .area-text h6 {
    font-size: 1.4rem;
}
.content-employee .area-text h5 {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    border-top: 3px solid var(--color-cinza);
}
.content-employee .area-text p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
}
.content-employee {
    scroll-margin-top: calc(120px + 1rem + 100px);
}
@media (max-width: 1200px) {
    .swiper-slide {
        height: 290px;
    }
}
@media (max-width: 1090px) {
    main > h1 {
        padding: 1.5rem 0;
        margin: 0 0 2rem;
    }
    .area-info {
        flex-direction: column;
        gap: 3rem;
    }
    .header-employees {
        flex-direction: column;
    }
    .header-employees button,
    .content-employee .item {
        border-radius: 25px;
    }
    .content-employee .item {
        margin-top: 10px;
        flex-direction: column;
    }
    .content-employee {
        scroll-margin-top: calc(120px + 1rem);
    }
    .area-employees .area-img {
        margin: 0 auto;
    }
}
@media (max-width: 1000px) {
    .area-top {
        flex-direction: column;
        gap: 2rem;
    }
    .area-top > .left,
    .area-top > .right {
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide {
        height: auto;
    }
}
@media (max-width: 600px) {
    .content-employee {
        scroll-margin-top: calc(80px + 1rem);
    }
}
@media (max-width: 550px) {
    .area-employees .area-img {
        min-width: 100%;
        min-height: auto;
        width: 100%;
        height: auto;
    }
    main > h1,
    main > h2 span {
        font-size: 1.5rem;
    }
    main > h2 {
        font-size: 1.4rem;
        padding-bottom: 3rem;
        margin: 2rem 0 3rem;
    }
    main > h1::after {
        width: 100%;
    }
    .content-employee .item {
        padding: 1rem;
    }
    .header-employees button .area-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        right: -10px;
    }
    .content-employee .area-text h6,
    .header-employees button h4 {
        font-size: 1.1rem;
    }
    .content-employee .area-text h5 {
        font-size: 1.2rem;
    }
    .header-employees button h4 span,
    .content-employee .area-text p {
        font-size: 0.9rem;
    }
    .area-info h3 {
        font-size: 3rem;
        line-height: 1;
    }
}