.january_fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.flex1 {
    flex: 1;
}
.january_fundo .anuncio img {
    box-shadow: none !important;
    border: 1px dashed red;
}
.january_fundo .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 218px;
    margin: 15px 5% 5px 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.january_fundo .top {
    display: flex;
    justify-content: flex-start;
    height: auto;
    min-height: 100px;
    text-align: left;
    width: 100% !important;
}
.january_fundo .top img {
    height: 80px;
    width: auto !important;
    margin-right: 20px;
}
.january_fundo .bottom {
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.january_fundo .bottom .telefone,
.january_fundo .bottom .email,
.january_fundo .bottom .endereco {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    text-align: left;
    height: 25px;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #000;
}
.january_fundo .bottom .telefone svg,
.january_fundo .bottom .email svg,
.january_fundo .bottom .endereco svg {
    width: 30px;
    height: 25px;
    padding-right: 10px;
    margin-right: 10px;
}
.january_fundo .dadosEmpresa :first-child {
    font-size: 20px;
    font-family: 'Russo One', sans-serif !important;
}
.january_fundo .dadosEmpresa, 
.january_fundo .funcionario {
    font-family: 'Russo One', sans-serif !important;
    color: #000;
    margin-bottom: 20px;
    line-height: 18px;
}
.january_fundo .slogan {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #000;
}
.january_fundo .triangulo1 {
    position: absolute;
    bottom: -1px;
    right: 30px;

    border-top: 70px solid transparent;
    border-bottom: 0 solid transparent;
    z-index: 3;
}
.january_fundo .triangulo2 {
    position: absolute;
    bottom: -1px;
    right: -1px;

    border-top: 60px solid transparent;
    border-bottom: 0 solid transparent;
    z-index: 2;
}
.january_fundo .triangulo3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 172px;
    width: 128px;
    z-index: 1;

    clip-path: polygon(0 100%, 100% 100%, 100% 48%);
}
.january_fundo .trapezoid {
    clip-path: polygon(0 39%, 100% 0, 100% 48%, 0 84%);
    width: 22px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
}
.january_fundo .dadosEmpresa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}