p {
    font-size: 19px;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

.banner_indicador {
    background-image: url("../images/seja_indicador/banner_indicador.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9.5% 3%;
}

.banner_indicador h1 {
    color: #FFC700;
    font-weight: 700;
    font-size: 43px;
}

.banner_indicador h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.btn_verde_geral {
    background-color: #1F7732;
    color: #fff;
    font-size: 27px !important;
    font-weight: 700 !important;
    padding: 7px;
    border-radius: 15px !important;
}

.titulo_fundo_amarelo {
    display: flex;
    justify-content: center;
}

.titulo_fundo_amarelo h2 {
    color: #167DC1;
    font-weight: 700;
    font-size: 30px;
    background-color: #FFC700;
    padding: 10px;
    border-radius: 15px 15px 15px 0px;
}

.indicar_4pets {
    padding: 0% 3%;
}

.indicar_4pets h3 {
    color: #167DC1;
}

.indicar_4pets p {
    color: #525659;
}

.indicar_solucao {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0% 10%;
}

.indicar_solucao .row {
    position: absolute;
    top: 10px !important;
}

.indicar_solucao li {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.funciona {
    padding: 0% 2%;
}

form {
    background-color: #FCC104;
    padding: 3%;
    border-radius: 15px;
}

form label {
    width: 100%;
}

form input,
form select {
    width: 100%;
}

form div {
    display: flex;
    justify-content: center;
}

/* .banner_indicador .btn_kondui_pet {
    justify-content: start;
    margin-top: 10px;
}

.banner_indicador .btn_kondui_pet a {
    width: 70%;
} */

@media (max-width: 768px) {
    .banner_indicador .btn_kondui_pet {
        justify-content: center;
        margin-top: 10px;
    }

    .funciona>.row>.col-md-6>img {
        width: 100%;
    }

    .funciona>.row>.col-md-6>p {
        text-align: center;
    }

    .indicar_solucao .row {
        position: static;
        top: 10px !important;
    }


}