@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.title-distancia {
    text-align: center;
    width: 300px;
    margin: 10px auto 0px auto;
    border-bottom: #0075A4 2px solid;
    font-weight: 600;
    color: #075373;
    padding: 8px;
    margin-bottom: 12px;
}

#a-distancia {
    text-align: center;

}

#a-distancia h6 {
    font-weight: 600;

}

.icone img {
    max-width: 100px;
}

.linkCurso a {
    color: #A3A3A3;
    font-size: small;
}

.row {
    margin-bottom: 10px;
}

.maps {
    text-align: center;
    cursor: pointer;
}

h6 .maps {
    text-align: center;
    cursor: pointer;
}

.modalPolos {
    display: none;
    background-color: #ffffff;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.modal-close {
    cursor: pointer;
}

#presencial,
#aDistancia {
    text-align: center;
    margin-top: 56px;
}

#presencial .titulo h1,
#aDistancia .titulo h1 {
    text-align: center;
    color: #075373;
    font-weight: 600;
    font-size: 42px;
}

.titulo h1 {
    margin-top: 36px;
    text-align: center;
    color: #075373;
    font-weight: 600;
    font-size: 42px;
}

.nome {
    font-weight: 500;
}

.arrow-down {
    width: 35px;
    border: 1px solid #A3A3A3;
    border-radius: 100px;
    padding: 8px;
}

.todosCursos {
    margin-top: 86px;
    font-weight: 600;
    font-size: 21px;
}

.linkCurso {
    margin-bottom: 32px;
}