main.quem_somos .center2 {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
    position: relative;
}
main.quem_somos #top {
	display: flex;
	flex-direction: row;
}
main.quem_somos #top .esquerda {
	width: 60%;
    position: relative;
    box-sizing: border-box;
    padding-left: 55px;
}
main.quem_somos #top .direita  {
    width: 40%;
    margin-top: 110px;
}
main.quem_somos #top .esquerda div.mask_img {
	width: 100%;
	max-width: 505px;
	height: 515px;
	overflow: hidden;
	background: #f5f5f5;
	margin-left: -235px;
}
main.quem_somos #top .esquerda div.mask_img img {
	width: 100%;
	mix-blend-mode: multiply;
}
main.quem_somos #top h2 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 80px;
    letter-spacing: 1.976px;
    color: #000000;
    position: absolute;
    top: 291px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 14px;
    padding-bottom: 22px;
    padding-right: 33px;
}
main.quem_somos #top .esquerda p {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.504px;
    color: #666666;
    max-width: 470px;
    background: url(../imagens/boss_cart/quem_somos/aspas.png) top left no-repeat;
    padding-top: 26px;
    margin-top: 72px;
}
main.quem_somos #top .esquerda .social {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    align-items: center;
    position: absolute;
    left: -24px;
    bottom: 239px;
}
main.quem_somos #top .esquerda .social a {
    display: inline-block;
    text-indent: -99999px;
    background-size: contain;
}
main.quem_somos #top .esquerda .social a.instagram {
    background: url(../imagens/boss_cart/quem_somos/instagram.png) center no-repeat;
    width: 22px;
    height: 21px;
}
main.quem_somos #top .esquerda .social a.facebook {
    background: url(../imagens/boss_cart/quem_somos/facebook.png) center no-repeat;
    width: 13px;
    height: 21px;
}
main.quem_somos #top .esquerda .social span.linha {
    display: inline-block;
    height: 134px;
    width: 3px;
    background: #000000;
    margin-bottom: 41px;
}
main.quem_somos #top .esquerda a.bt-preto {
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.496px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000 url(../imagens/boss_cart/quem_somos/setinha.png) center right 40px no-repeat;
    padding: 27px 109px 25px 44px;
    margin-top: 58px;
    transition: background 0.3s ease;
}
main.quem_somos #top .esquerda a.bt-preto:hover {
    background: #000000 url(../imagens/boss_cart/quem_somos/setinha.png) center right 30px no-repeat;
}
main.quem_somos #top .direita .carrossel ul {
    width: calc(100% + 232px);
    height: 900px;
    margin-left: -152px;
}
main.quem_somos #top .direita .carrossel ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e9e9e9;
    position: relative;
}
main.quem_somos #top .direita .carrossel ul li img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: multiply;
    width: 100%;
}
main.quem_somos #top .direita .passador {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    transform: translateX(-152px);
    margin-top: 43px;
}
main.quem_somos #top .direita .passador span {
    display: inline-block;
    width: 42px;
    height: 3px;
    background: #cbcbcb;
    cursor: pointer;
    transition: background 0.3s ease;
}
main.quem_somos #top .direita .passador span.selected {
    height: 5px;
    background: #c0a062;
}
main.quem_somos #bottom {
    display: flex;
    flex-direction: row;
    position: relative;
    width: calc(100% + 125px);
    margin-left: -47px;
    margin-top: 115px;
    padding-bottom: 35px;
}
main.quem_somos #bottom .esquerda .mask_img {
    width: 100%;
    height: 876px;
    max-width: 440px;
    min-width: 440px;
    background: #d8d8d8;
    position: relative;
    overflow: hidden;
}
main.quem_somos #bottom .esquerda .mask_img img {
    width: calc(100% + 100px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    mix-blend-mode: multiply;
}
main.quem_somos #bottom .esquerda span.marca {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: rgba(235,235,235,0.90) url(../imagens/boss_cart/quem_somos/marca.png) center no-repeat;
    background-size: 100% auto;
    mix-blend-mode: multiply;
}
main.quem_somos #bottom .direita {
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 22px;
}
main.quem_somos #bottom .direita p {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.504px;
    color: #666666;
    display: flex;
    flex-direction: column;
    row-gap: 21px;
    margin-top: 30px;
}
main.quem_somos #bottom .direita h2 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.008px;
    color: #000000;
}
main.quem_somos #bottom .endereco {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 40px;
}
main.quem_somos #bottom .endereco h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.008px;
    color: #000000;
}
main.quem_somos #bottom .endereco h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666666;  
}
main.quem_somos #bottom .direita .bloco-cinza {
    position: absolute;
    right: 0;
    top: 0;
    height: 515px;
    width: 505px;
    background: #f5f5f5;
    z-index: -1;
}
@media (max-width: 1366px) {
    main.quem_somos #top h2 {
        font-size: 40px;
        line-height: 65px;
        letter-spacing: 1.52px;
    }
    main.quem_somos #top .direita .carrossel ul {
        width: 100%;
        height: 706px;
        margin-left: 0;
    }
    main.quem_somos #top .direita .passador {
        transform: unset;
    }
    main.quem_somos #bottom {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    main.quem_somos .center2 {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    main.quem_somos #top {
        display: flex;
        flex-direction: column;
    }
    main.quem_somos #top h2 {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        background: none;
        padding: 0;
        text-align: center;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    main.quem_somos #top .esquerda,
    main.quem_somos #top .direita {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    main.quem_somos #top .esquerda {
        padding-left: 0;
    }
    main.quem_somos #top .esquerda div.mask_img {
        margin-left: unset;
        max-width: 400px;
        height: 405px;
    }
    main.quem_somos #top .esquerda p {
        max-width: 400px;
        margin-top: 30px;
    }
    main.quem_somos #top .esquerda a.bt-preto {
        padding: 0;
        padding-left: 30px;
        padding-right: 60px;
        height: 50px;
        margin-top: 40px;
        font-size: 14px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: #000000 url(../imagens/boss_cart/quem_somos/setinha.png) center right 28px no-repeat;
    }
    main.quem_somos #top .esquerda a.bt-preto:hover {
        background: #000000 url(../imagens/boss_cart/quem_somos/setinha.png) center right 28px no-repeat;
    }
    main.quem_somos #top .direita {
        margin-top: 60px;
    }
    main.quem_somos #top .direita .carrossel ul {
        max-width: 400px;
        height: 500px;
    }
    main.quem_somos #top .direita .carrossel ul li img,
    main.quem_somos #bottom .esquerda .mask_img img {
        position: static;
        top: unset;
        left: unset;
        transform: unset;
    }
    main.quem_somos #bottom {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 40px;
    }
    main.quem_somos #bottom .direita {
        max-width: 400px;
        padding: 0;
        position: relative;
    }
    main.quem_somos #bottom .direita .bloco-cinza {
        width: 120px;
        height: 130px;
    }
    main.quem_somos #bottom .esquerda .mask_img {
        max-width: 400px;
        min-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 610px;
    }
    main.quem_somos #bottom .esquerda .mask_img img {
        width: 100%;
    }
}
@media (max-width: 500px) {
    main.quem_somos #top .esquerda .social {
        display: none;
    }
    main.quem_somos #top .direita .carrossel ul {
        height: 410px;
    }
    main.quem_somos #bottom .esquerda .mask_img {
        height: 450px;
    }
    main.quem_somos #bottom .esquerda span {
        height: 45px;
        background-size: 130px auto;
    }
}