/*
    justify-content: center;
    align-items: center;
*/

body {

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    padding: 0;
    margin: auto;
}

p {
    margin: auto;
}

header {
    background: #000;
}

header img {
    padding: 20px;
    background: #fff;
}

.conteiner-fluid {
    margin: auto;
    max-width: 1000px;
}

/**/

.cover {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 45px 0;
}

@media (max-width: 1024px) {
    .cover {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.cover-titulo {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
}

@media (max-width: 1024px) {
    .cover-titulo {
        font-size: 30px;
    }
}

.cover-introducao {
    font-size: 22px;
}

.etapas {
    padding: 45px;
    text-align: center;
}

@media (max-width: 1024px) {
    .etapas {
        padding: 35px;
        text-align: center;
    }
}

.etapas-titulo {
    position: relative;
    margin-bottom: 25px;
}

.etapas-titulo:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 15px;
    background: rgba(0, 0, 0, .15);
    z-index: -1;
}

.etapas-titulo p {
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
    z-index: 2;
    font-weight: 700;
    font-size: 28px;
}

.etapas-pilares {
    position: relative;
    display: flex;
    width: 100%;
}

@media (max-width: 1024px) {
    .etapas-pilares {
        flex-direction: column;
        gap: 50px;
    }
}

.etapas-pilares:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 70%;
    right: 0;
    margin: auto;
    left: 0;
    top: 90px;
    border-top: dotted 2px rgba(0, 0, 0, .15);
    z-index: -1;
}

.etapas-pilares>div {
    flex: 1;
}

.etapas-pilares>div>p:nth-of-type(1) {
    margin-bottom: 10px;
    background: #000;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
}

.etapas-pilares>div>img {
    margin-bottom: 10px;
}

.etapas-pilares>div>p:nth-of-type(2) {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
}

.etapas-pilares>div>p:nth-of-type(3) {
    max-width: 200px;
    margin: auto;
}

.requisitos-celular {
    margin-bottom: 50px;
    display: flex;
}

@media (max-width: 1024px) {
    .requisitos-celular {
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
        gap: 50px;
    }
}

.requisitos-celular>div {
    flex: 1;
}

.requisitos {
    border-right: solid 2px rgba(0, 0, 0, .15);
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .requisitos {
        border-right: 0;
        text-align: center;
        padding-right: 0;
    }
}

.requisitos>p {
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    border-bottom: solid 2px rgba(0, 0, 0, .15);
}

.requisitos ul {
    margin: 40px auto;
    padding: 0;
}

@media (max-width: 1024px) {
    .requisitos ul {
        max-width: 310px;
    }
}

.requisitos li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    ;
}

.requisitos li img {
    width: 25px;
    height: auto;
}

.requisitos li p {
    text-align: left;
    margin-left: 0;
}

.requisitos div {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 25px;
    font-weight: 700;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .requisitos div {
        text-align: center;
    }
}

.requisitos div img {
    width: 40px;
}

.celular {
    padding-left: 50px;
}

@media (max-width: 1024px) {
    .celular {
        display: none;
    }
}

.celular>p {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    font-weight: 700;
    font-size: 22px;
    margin-left: 0;
    padding-bottom: 15px;
}

.celular>img {
    width: 200px;
    border: solid 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 15px;
}

.footer {
    margin-bottom: 50px;
}


@media (max-width: 1024px) {
    .footer {
        padding: 0 20px;
    }
}

.footer a {
    text-decoration: none;
}

.footer a button {
    width: 100%;
    margin-bottom: 15px;
    background: #000;
    border-radius: 10px;
    padding: 15px 0;
    font-weight: 600;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
}

@media (max-width: 1024px) {
    .footer a button {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.footer a button img {
    filter: brightness(0) invert(1);
    width: 20px;
}

.footer a button span {
    color: #fff;
    text-decoration: none;
}

.footer>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.footer>div p {
    margin: 0 !important;
    padding: 0;
}

.footer>div img {
    width: 30px;
}

.footer-chamado{
    margin-bottom: 50px;
    text-align: center;
}

.footer-chamado-titulo{
    position: relative;       
    margin-bottom: 15px; 
}

.footer-chamado-titulo:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 10px;
    background: rgba(0, 0, 0, .15);
    z-index: -1;
}

.footer-chamado-titulo p {
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
}

.footer-chamado-button {
    display: inline-block;
    border: solid 1px #000;
    border-radius: 10px;
    padding: 15px 25px;
}

.footer-chamado-button a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

footer {
    background-color: #000;
    justify-content: center;
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    footer {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

footer>div {
    flex: 1;
}

footer>div>ul {
    display: flex;
    padding-right: 20px;
    list-style: none;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

@media (max-width: 1024px) {
    footer>div>ul {
        padding: 0;
        justify-content: center;
    }
}

footer>div>ul img {
    filter: brightness(0) invert(1);
    opacity: .5;
    width: 20px;
}