#quem_somos {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #F6F6F6;
}

#quem_somos .header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;

    background: #F6F6F6;
    padding: 209px 0 137px;
}

#quem_somos .header > img.mobile_img {
    display: none;
}

#quem_somos .header > img {
    width: 741px;
    height: 577px;
}

#quem_somos .header > h3.mobile{
    display: none;
}

#quem_somos .header > .info_confira{
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    margin: 0 auto;
}

#quem_somos .header > .info_confira > h3{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;

    color: #012D3F;
}

#quem_somos .header > .info_confira > a{
    background: #009CD6;
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17px 30px;
    gap: 10px;
    border: none;
    color: #Fff;
    text-decoration: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: 60%;
}

#quem_somos .header > .info_confira > button:hover{
    background: #026d94;
}

#quem_somos .header > .info_confira > p{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    text-decoration-line: underline;
    color: #012D3F;
    margin: 19px 0 0;
}

#quem_somos .delta_global {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 137px 0 121px;
}

#quem_somos .delta_global > h3{
    width: 55%;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;

    text-align: center;

    color: #012D3F;
    margin: 0 0 91px;
}

#quem_somos .delta_global > .img_info{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap: 82px;
}

#quem_somos .delta_global > .img_info img{
    width: 297px;
    height: 98px;
}

#quem_somos .delta_global > .img_info p{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;

    color: #012D3F;
}

/* CUIDADO, AJUSTE SWITCH DÚVIDAS */
#precos_planos .switch_planos{
    display: flex;
	justify-content: center;
    background: #EBEBEB80;
    border-radius: 10px;
    /* width: 328px; */
    padding: 8px;
}

#precos_planos .switch_planos input{
    position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

#precos_planos .switch_planos label{
    /* width: 156px; */
    text-align: center;
    margin-right: -1px;
    transition: all 0.1s ease-in-out;
    background: transparent;
    border-radius: 10px;
    border: none;
    cursor: pointer;

    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    padding: 15px 42px;
}

#precos_planos .switch_planos label:hover{
    background-color: hsla(0, 0%, 75%, 0.192);
    transition: all 0.2s ease-in-out;
}


#precos_planos .switch_planos input:checked + label{
    background-color: #fff;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 10%);
    border-radius: 10px;
    /* width: 156px; */

    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #009CD6;
}
/* FIM - CUIDADO, AJUSTE SWITCH DÚVIDAS */