@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}

body {
    font-family: 'Poppins-Regular', 'Poppins-Black', 'Poppins-Bold', 'Poppins-ExtraBold';
    line-height: 1.5;
}

#beneficio,
#beneficio .title-a {
    line-height: 1.2;
    color: #ffff;
}

#assistencia,
#parceria {
    background-color: #fdb813;
}

#assistencia .title-box {
    margin-top: 4em !important;
}

#assistencia .img-fluid {
    width: 26% !important;
    /* height: auto !important; */
    /* margin: 0 10% 0 10%; */
    position: absolute !important;
    top: 55em !important;
    left: 30em !important;
}

#servico_assistencia .img-fluid {
    height: 50% !important;
}

.efeito_poligno_esquerdo {
    position: relative;
    height: 100px;
    background-color: #fdb813;
    clip-path: polygon(104% 0%, 100% 0%, 118% 100%, 0% 102%);
    /* clip-path: circle(50% at 50% 50%); */
}

.efeito_poligno_direito {
    height: 100px;
    background-color: #fdb813;
    clip-path: polygon(0% 0%, 100% 101%, 118% 100%, 0% 102%);
}

.title-a {
    text-transform: none;
    text-align: start;
}

#servicos {
    font-size: 23px;
}

#servicos i {
    color: #fdb813;
}

p {
    line-height: 1.5;
}

p.sub_beneficio {
    font-size: 20px;
}