#paginaInstitucional {
    float: left;
    width: 100%;
}

/* Banner Principal */

.bannerPrincipal {
    float: left;
    width: 100%;
}

.bannerPrincipal picture {
    float: left;
    width: 100%;
}

.bannerPrincipal picture img {
    width: 100%;
}

/* Box Formulário */

.boxFormulario {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #E8F5FF;
}

.boxFormulario .container {
    display: flex-start;
    align-items: center;
}

.boxFormulario .tituloPrincipal {
    margin: 0 0 25px 0;
}

.boxFormulario .texto {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.boxFormulario .texto p {
    margin: 0;
    color: #00056E;
}

.boxFormulario .boxLinks {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.boxFormulario .boxLinks .item + .item {
    margin-left: 30px;
}

.boxFormulario .boxLinks .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxFormulario .boxLinks .item a span {
    color: #9b94e2;
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-top: 10px;
}

.boxFormulario .boxLinks .item:last-child a span {
    color: #000CF4;
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-top: 10px;
}

/* Formulário */

.boxFormulario .boxFormularioInterno form p {
    margin: 0;
}

.boxFormulario .boxFormularioInterno form .boxGrid {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.boxFormulario .boxFormularioInterno form .boxCampo {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.boxFormulario .boxFormularioInterno form .boxCampo label {
    float: left;
    margin: 0 0 5px 0;
    color: #00056E;
}

.boxFormulario .boxFormularioInterno form .boxCampo input[type="text"],
.boxFormulario .boxFormularioInterno form .boxCampo select,
.boxFormulario .boxFormularioInterno form .boxCampo input[type="email"],
.boxFormulario .boxFormularioInterno form .boxCampo textarea {
    float: left;
    width: 100%;
    height: 50px;
    background: #fff;
    border: solid 1px #A0A3BD;
    border-radius: 15px;
    padding: 0 15px;
}

.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-not-valid {
    border-color: red!important;
}

.boxFormulario .boxFormularioInterno form .boxCampo textarea {
    height: 150px;
    padding: 15px;
}

.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-acceptance,
.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-acceptance .wpcf7-list-item {
    float: left;
    width: 100%;
    margin: 0;
}

.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-acceptance .wpcf7-list-item label {
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-acceptance .wpcf7-list-item label input {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.boxFormulario .boxFormularioInterno form .boxCampo .wpcf7-acceptance .wpcf7-list-item label span {
    color: #00056E;
}

.boxFormulario .boxFormularioInterno form .boxButton {
    float: left;
    margin-top: 10px;
}

.boxFormulario .boxFormularioInterno form .boxButton p {
    float: left;
    position: relative;
}

.boxFormulario .boxFormularioInterno form .boxButton p input {
    height: 50px;
    background: #B338B7;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.boxFormulario .boxFormularioInterno form .boxButton p .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}

.boxFormulario .boxFormularioInterno form .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-width: 1px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #00056E;
    font-weight: 500;
}

.boxFormulario .boxFormularioInterno form .wpcf7-not-valid-tip {
    display: none;
}

/* Polos */

.boxPolos {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.boxPolos .listaPolos .boxEstado .tituloEstado {
    color: #00056E;
    font-size: 24px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}

.boxPolos .listaPolos .boxEstado + .boxEstado {
    border-left: solid 1px #b3b3b3;
}

.boxPolos .listaPolos .boxEstado ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxPolos .listaPolos .boxEstado ul li {
    list-style: none;
    padding: 0 10px;
}

.boxPolos .listaPolos .boxEstado ul li .tituloCidade {
    color: #B338B7;
    font-size: 16px;
    font-weight: 700;
}

.boxPolos .listaPolos .boxEstado ul li .textoCidade {
    float: left;
    width: 100%;
    margin: 10px 0 30px 0;
}

.boxPolos .listaPolos .boxEstado ul li .iframeMapa {
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.boxPolos .listaPolos .boxEstado ul li .iframeMapa iframe {
    float: left;
    width: 100%;
    height: 250px;
}

/* Perguntas Frequêntes */

.perguntasFrequentes {
    float: left;
    width: 100%;
    background-color: #E8F5FF;
    padding: 70px 0;
}

.perguntasFrequentes .listaConteudos {
	float: left;
	width: 100%;
    margin: 0;
}

.perguntasFrequentes .listaConteudos .card {
	display: inline-block;
    border: solid 1px #B1B2CC;
    width: 100%;
    margin: 0 0 10px 0!important;
	box-shadow: none!important;
    background-color: none;
    transition: all 0.2s linear;
    border-radius: 20px;
    overflow: hidden;
}

.perguntasFrequentes .listaConteudos .card button {
	padding: 18px 25px;
	cursor: pointer;
	border: 0;
	width: 100%;
	text-align: center;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 40px;
}

.perguntasFrequentes .listaConteudos .card button i {
    color: #000CF4;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.2s linear;
}

.perguntasFrequentes .listaConteudos .card button:not(.collapsed) i {
	transform: rotate(-180deg);
}

.perguntasFrequentes .listaConteudos .card button p {
    font-size: 18px;
    text-align: left;
    color: #00056E;
    flex: 1;
    margin: 0;
    font-weight: 500;
}

.perguntasFrequentes .listaConteudos .card .boxConteudo .boxInterno {
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
}

/* Andamento de Matrícula */

.andamentoDeMatricula {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.andamentoDeMatricula .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.andamentoDeMatricula .tituloPrincipal {
    width: auto;
    margin: 0;
}

.andamentoDeMatricula a {
    background: #B338B7;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    display: inline-block;
    margin-left: 30px;
}

@media (max-width: 768px) {

    /* Formulário */

    .boxFormulario {
        padding: 40px 0;
    }

    .boxFormulario .col-sm-4,
    .boxFormulario .col-sm-8 {
        float: left;
        width: 100%;
    }

    .boxFormulario .boxLinks {
        justify-content: center;
        margin-bottom: 40px;
    }

    .boxFormulario .boxLinks .item a {
        flex-direction: row;
    }

    .boxFormulario .boxLinks .item a + a {
        margin-left: 20px;
    }

    .boxFormulario .boxLinks .item a img {
        width: 60px;
    }

    .boxFormulario .boxLinks .item a span {
        margin-top: 0;
        margin-left: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .boxFormulario .boxFormularioInterno form .boxGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    /* Polos */

    .boxPolos {
        padding: 40px 0;
    }

    .boxPolos .col-sm-2,
    .boxPolos .col-sm-10 {
        float: left;
        width: 100%;
        padding: 0;
    }

    .boxPolos .col-sm-10 .boxEstado {
        float: left;
        padding: 0;
        width: 100%;
    }

    .boxPolos .col-sm-10 .boxEstado + .boxEstado {
        margin-top: 40px;
        border: 0;
    }

    .boxPolos .listaPolos .boxEstado .tituloEstado {
        padding: 0;
    }

    .boxPolos .listaPolos .boxEstado ul li {
        float: left;
        width: 100%;
        padding: 0;
    }

    .boxPolos .listaPolos .boxEstado ul li + li {
        margin-top: 30px;
    }

    /* Perguntas Frequentes */

    .perguntasFrequentes {
        padding: 40px 0;
    }

    .perguntasFrequentes .col-sm-3,
    .perguntasFrequentes .col-sm-9 {
        float: left;
        width: 100%;
    }

    .perguntasFrequentes .listaConteudos .card button p {
        font-size: 17px;
        line-height: 27px;
    }

    /* Matrícula */

    .andamentoDeMatricula {
        padding: 50px 0;
    }

    .andamentoDeMatricula .container {
        flex-direction: column;
    }

    .andamentoDeMatricula a {
        margin-left: 0;
        margin-top: 30px;
    }

}