.bg_inicio {
    background-image: url("/assets/images/home/fundo_inicio.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.maos {
    position: relative;
}

.maos img {
    position: absolute;
    right: -7.3rem;
    top: 5rem;
    width: 100%
}

.conteudo_inicial {
    padding-top: 12rem;
    padding-bottom: 4rem;
}

.conteudo_inicial p,
.conteudo_inicial a {
    font-size: 1.1rem;
    text-align: justify;
}

.como_funciona a,
.caracteristicas a,
.beneficios .btn-warning,
.implementacao a {
    font-size: 20px;
    font-weight: 700;
    color: #063715;
}

.solucoes_ambiental {
    background-color: #fff;
    border-radius: 30px 20px 0px 0px;
    margin-top: -20px;
}

.solucoes_ambiental p {
    font-size: 20px;
    text-align: justify;
}

.solucoes_ambiental img {
    width: 80%;
}

.como_funciona {
    background-image: url("/assets/images/home/fundo_rio.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.como_funciona h1 {
    color: #fff
}

.como_funciona h2 {
    color: #FFC700;
    font-weight: 700;
}

.cartao_funciona {
    border-radius: 20px;
    background-color: #0637158c;
    margin-top: -40px !important;
    padding-top: 40px !important;
}

.cartao_funciona p {
    font-size: 20px;
    color: #fff;
    text-align: justify;
}

.beneficios img {
    width: 85%;
}

.cartao_implementacao {
    border: 1px solid #777;
    border-radius: 20px;
}

.cartao_implementacao p {
    font-size: 20px;
    text-align: justify;
    margin: 0;
}

.cartao_implementacao h3 {
    color: #FFC700;
    text-align: center;
}

.fundo_form {
    background-image: url("/assets/images/home/fundo_form.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.formulário h3 {
    color: #FFC700;
    text-align: center;
}

.formulário p {
    color: #fff;
    font-size: 23px;
}

.formulário {
    background-color: #063715;
    border-radius: 20px;
    width: 46%;
}

.input-group-text {
    background-color: transparent;
    border: 0px;
}

input {
    box-shadow: 3px 3px 5px #00000040;
    width: 100%;
}

@media screen and (max-width: 900px) {

    .maos {
        display: none;
    }

    .conteudo_inicial h2 {
        text-align: justify;
    }

    .formulário {
        width: 100%;
    }

    .beneficios p {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1500px) {
    .maos img {
        position: absolute;
        right: -6.2rem;
        top: -4rem;
        width: 100%
    }

    .conteudo_inicial p span {
        word-spacing: 1.4rem;
    }
}

@media screen and (max-width: 1250px) {
    .maos img {
        position: absolute;
        right: -3.5rem;
        top: -4rem;
        width: 100%
    }
}

@media screen and (max-width: 1100px) {

    .conteudo_inicial p br {
        display: none !important;
    }

    .conteudo_inicial p span {
        word-spacing: 0rem;
    }

    .maos img {
        position: absolute;
        right: -4.5rem;
        top: -4rem;
        width: 100%
    }
}