
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
.header {
    width: 100%;
    margin: 0 auto;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
}

.header img {
    width: 100px;
    margin-top: 5%;
}

.header h2 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.pesquisa {
    width: 80%;
    height: 70%;
    margin: 0 auto;
}

.form-pesquisa {
    width: 95%;
    height: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

label {
    font-weight: 400;
}

.pergunta {
    color: #044BD9;
    font-size: 25px;
}

.text-name {
    margin-bottom: 2px;
}

.ps {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pontos {
    width: 100%;
    height: 120px;
    display: flex;
    margin-bottom: 30px;
    margin-top: 15px;
    justify-content: space-around;
    background-color: white;
    border-radius: 25px;
    padding: 6px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.card-face-1 {
    background-image: url(../img/01_ativo.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-face-2 {
    background-image: url(../img/02_ativo.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-face-3 {
    background-image: url(../img/03_ativo.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-face-4 {
    background-image: url(../img/04_ativo.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-face-5 {
    background-image: url(../img/05_ativo.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.valor {
    opacity: 0 !important;
}

.card {
    border: 0px solid rgba(0,0,0,.125);
}

.card-1 {
    background-image: url(../img/Componente\ 1\ –\ 1.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-2 {
    background-image: url(../img/Componente\ 2\ –\ 1.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-3 {
    background-image: url(../img/Componente\ 3\ –\ 1.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-4 {
    background-image: url(../img/Componente\ 4\ –\ 1.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.card-5 {
    background-image: url(../img/Componente\ 5\ –\ 1.png);
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}

.pt {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

.pt:hover {
    opacity: 0.5;
}

.pc {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.pf {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.area {
    border: none;
    outline: none;
}


.btn {
    width: 250px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 25px;
    border: none;
    background-color: var(--primary);
    font-weight: bold;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: #0685da;
    color: #ffffff;
}

.footer {
    width: 80%;
    height: 25% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 19px 0 34px;
}

.footer .lg {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}

.icons i {
    font-size: 40px;
    color: #044BD9;
    margin-left: 8px;
}

.footer .lg img {
    width: 100px;
    margin-top: 15px;
}

.footer .ds {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #989898;
    font-size: 15px;
    margin-bottom: 30px;
}

.footer .ds p {
    margin-bottom: 10px;
}

textarea:focus, input:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

@media only screen and (min-width: 769px) {
    .header img {
        margin-top: 0;
    }
    .header h2 {
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .form-pesquisa {
        margin-top: 0;
    }
    .pesquisa {
        width: 95%;
        height: auto;
    }
    .footer {
        margin-top: 10px;
        height: auto;
        width: 100%;
    }
    .card {
        margin-right: 4px !important;
    }
    span {
        font-size: 10px;
        color: #707070;
        margin-bottom: 10px;
    }
    .icons i {
        font-size: 20px;
        color: #044BD9;
        margin-left: 8px;
    }
    .footer .lg img {
        width: 60px;
        margin-top: 15px;
    }

    .ds  {
        font-size: 13px;
    }
    .pergunta {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .card {
        margin-right: 2px !important;
    }
}

@media only screen and (max-width: 568px) {
    .card {
        margin-right: 3px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .pesquisa {
        height: auto !important;
    }
    .form-pesquisa {
        margin-top: 0 !important;
    }
    .btn {
        margin-bottom: 10px !important;
    }
}
