html {
    position: relative;
    min-height: 100%;
}

a,
a:hover {
    color: unset;
    text-decoration: none;
}

a {
    color: #269beb;
}

a:hover,
a:focus {
    color: #0d3957;
}

#main-info a {
    color: #fff;
}

#main-info a:hover,
#main-info a:focus {
    color: #0d3957;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

.display-1 {
    color: #269beb;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #fff;
    text-decoration: none;
    background-color: #269beb !important;
    border-color: #269beb !important;
}

body {
    font-family: 'Roboto', sans-serif;
}

article {
    min-height: 20vh;
}

article:last-child {
    margin-bottom: 120px;
}

.docker-txt-emp {
    color: #166aa3;
    font-weight: 800;
}

#main-title {
    margin-top: 2em;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
}

#main-info h2 {
    font-size: 3em;
    font-weight: bolder;
}

#main-info p {
    font-size: 2em;
}

.bg-blue {
    background-color: #269beb;
    color: #fff;
}

.bg-dark-blue {
    background-color: #166aa3;
    color: #fff;
}

.about-img {
    width: 5em;
}

#main-info {
    padding: 1em 0;
    margin-top: 7em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    color: #fff;
    background-color: #269beb;
}

.footer span {
    padding: 0 1em;
}

.footer a {
    color: #fff;
}

.card {
    padding: 0;
}


.fa-responsive {
    font-size: 5em;
}

#mapa {
    width: 100%;
    height: 450px;
}

.footer div {
    justify-content: space-around;
}

#whale-icon {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.largura-50 {
    max-width: 700px;
}

#main-publi {
    max-width: 700px;
    height: auto;
}

@media(max-width: 768px) {
    .footer {
        position: relative;
        height: fit-content;
    }

    #main-title {
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
    }

    #main-publi {
        width: 100%;
        height: auto;
    }

    .largura-50 {
        width: 100%;
    }
}

@media(max-width: 425px) {
    .display-1 {
        font-size: 4em !important;
    }

    #main-info h2 {
        font-size: 2em;
    }

    #main-info p {
        font-size: 1.5em;
    }

    #inscricoes .card {
        width: 100% !important;
    }

    .display-3 {
        font-size: 2.5em;
    }

    .display-4 {
        font-size: 2rem;
    }

    #mapa {
        width: 100%;
        height: 30vh;
    }

    .footer div {
        justify-content: center !important;
    }

    #local {
        margin-bottom: 0 !important;
    }
}