header {
    min-height: 100px;
}

footer {
    min-height: 250px;

    background-color: rgba(98, 98, 98, 0.08);
    background-image: url("../imgs/backgrounds/footer.png");
    background-size: 175px;
    background-repeat: no-repeat;
    background-position: right;
}

.sectionA {
    min-height: 400px;
    padding-top: 24px;

    background-color: white;
    background-image: url("../imgs/backgrounds/a.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left top;
}

.sectionB {
    min-height: 400px;
    padding-top: 24px;

    background-color: rgba(98, 98, 98, 0.08);
    background-image: url("../imgs/backgrounds/b.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right top;
}

.sectionMain {
    min-height: 150px;
    background-color: white;
    background-image: url("../imgs/backgrounds/c.png");
    background-repeat: repeat-x;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    color: #00009B;
}

h2 {
    padding-top: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #43B8AF;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #43B8AF;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #8E8F95;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: #8E8F95;
}

.menuLogo {
    height: 75px;
}

ul.menu {
    display: flex;
    list-style-type: none;
}

ul.menu li {
    padding: 16px;
    margin: auto;
}

.menu a:link {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu a:active {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.menu a:after {
    content: url("../imgs/backgrounds/blank-indicator.png");
}

.menu a.active:after {
    display: block;
    width: 100%;
    text-align: center;
    content: url("../imgs/backgrounds/indicator.png");
}

.menu a:visited {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu a:visited.active {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

ul.socialNetworks {
    list-style-type: none;
    display: flex;
    width: 100%;
    text-align: right;
    margin: 8px 0 8px 0px;
}

ul.socialNetworks li {
    margin: 0 10px 0 0;
}

.searchInput {
    margin-top: 8px;
    padding: 8px;
    background-color: white;
    border: 1px solid black;
}

.inputSearch {
    border-width: 0px;
    background-color: white;
}

.inputSearch:focus {
    outline: none;
    border-width: 0px;
    background-color: white;
}

hr {
    margin: 0;
    padding: 0;
}

.copyright {
    padding-top: 8px;
}

ul.footerList {
    list-style-type: none;
}

ul.footerList li {
    margin: 30px 0 0 -40px;
}

ul.footerList li a {
    font-size: 16px;
    font-weight: bold;
    color: #8E8F95;
}

ul.footerList li a:visited {
    color: #8E8F95;
    font-weight: bold;
    text-decoration: none;
}

ul.footerList li a:hover {
    color: #43B8AF;
    font-weight: bold;
    text-decoration: none;
}

.footerElement {
    font-size: 12px;
}

.paragraph {
    font-size: 32px;
    display: block;
    text-align: justify;
}

h1.section {
    text-align: center;
    padding-bottom: 16px;
}

h1.alternative {
    color: #E88000;
}

h2.section {
    text-align: center;
    padding-bottom: 16px;
}

article {
    padding-bottom: 32px;
}

.logos{

}

.btnPrimary{
    background-color: #43B8AF;
    border-color: #43B8AF;
    font-size: 25px;
    padding: 16px;
    width: 150px;
}

.selectCurso{
    margin-left: -5px;
    color: #E88000;
    font-weight: bold;
    border-color: transparent;
    font-size: 24px;
}

.buscadorCursos{
margin-top: -150px;
}