@font-face {
    font-family: 'Abel-Regular';
    src: url('Abel-Regular.ttf');
}

@font-face {
    font-family: 'Antonio-Regular';
    src: url('Antonio-Regular.ttf');
}

body {
    font-family: 'Abel-Regular';
    font-size: 20px;
}

h1, h2, h3 {
    font-family: 'Antonio-Regular';
}

body > header {
    background: url('../images/header_coronavirus.png') no-repeat center bottom;
    background-color: #193771;
    color: aliceblue;
    padding: 10px 0 10px;
}

header a {
    margin: 20px 10px;
    display: inline-block;
    vertical-align: bottom;
}

header a:nth-child(1) {
    margin-left: 0;
}

header p {
    text-align: justify;
}

header span {
    color: #84e2c7;
}
header h2 {
    margin-top: 20px;
}
section.container {
    position: relative;
}
.container .row:nth-child(2) {
    margin-top: 10px;
}

article div.row {
    border: 2px solid #84e2c7;
    margin: 20px 0;
    padding: 10px;
    border-radius: 20px;
}

article div.row a {
    word-wrap: break-word;
}

article div.row > .col-2 {
    text-align: center;
}

article div.row > .col-2 > span {
    background-color: #84e2c7;
    font-weight: bold;
    padding: 16px 24px;
    border-radius: 50%;
}

div.col-12.col-sm-6.order-sm-1 div {
    position: relative;
    background: #193771;
    color: aliceblue;
    text-align: right;
    margin-right: 30px;
}

h3 {
    margin: 20px 0;
    padding-bottom: 6px;
    border-bottom: 3px dotted #84e2c7;
}

#aviso {
    position: absolute;
    top: -20px;
    right: 0;
    background: yellow;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    padding: 20px;
    z-index: 10;
    box-shadow: 2px 0px 10px 2px rgba(129, 129, 129, 0.438);
    transform: rotate(10deg);
}
#aviso p {
    margin: 0;
}

@media(max-width: 992px) and (min-width: 576px) {
    body {
        font-size: 16px;
    }

    article div.row > .col-2 > span {
        padding: 12px 18px;
        border-radius: 50%;
        margin-left: -10px;
    }
}

@media(max-width: 576px) {
    div.col-12.col-sm-6.order-sm-1 div {
        margin-right: 0;
        padding-bottom: 20px;
    }
}

@media(max-width: 420px) {
    body {
        font-size: 16px;
    }
}