html {
    height: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
header {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, #031f30, #102f45, #1f405c, #305174, #42638c);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.contenedor_header {
    width: 100%;
    margin: auto;
}
header .contenedor_header {
    display: table;
}
section {
    width: 100%;
    background-color: #fff;
}
b {
    font-size: 18px;
}
.etiqueta {
    width: 120px;
    float: left;
    line-height: 28px;
    font-size: 20px;
}
.input_container {
    height: 90px;
    float: left;
}
.input_container input {
    width: 100%;
    padding: 5px 10px;
    margin: 0px 0;
    box-sizing: border-box;
}
.input_container ul {
    width: 94%;
    /*padding: 5px 10px;*/
    margin: 0px 0;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #f3f3f3;
    list-style: none;
    margin-left: 0px;
    margin-top: 3px;
}
.input_container ul li {
    padding: 2px;
    cursor: pointer;
}
.input_container ul li:hover {
    background: #eaeaea;
}
#country_list_id {
    display: none;
}
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}
.flex-container .flex-item {
    padding: 5px;
    width: auto;
    height: 50px;
    line-height: 200%;
    font-size: 18px;
    text-align: center;
}
.footer {
    width: 100% !important;
    height: auto;
    margin-top: 100px;
    text-align: center;
    background-color: #D90E1D;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    color: white;
    /*  position: absolute;*/
}
.bi-github, .bi-youtube, .bi-linkedin, .bi-briefcase {
    font-size: 30px;
    color: #111;
    margin: 0px 20px;
}
a:hover {
    list-style: none;
    text-decoration: none;
}
.bi-github:hover {
    color: #f9f9f9;
}
.bi-youtube:hover {
    color: #f9f9f9;
}
.bi-linkedin:hover {
    color: #f9f9f9;
}
.bi-briefcase:hover {
    color: #f9f9f9;
}
@media (min-width: 280px) and (max-width: 380px) {
    .bi {
        font-size: 20px;
    }
    .flex-item p {
        font-size: 15px;
    }
}
table thead {
    background-color: #000a44 !important;
    color: #fff !important;
}
.portada {
    width: 280px !important;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #000a44 !important;
    color: #ffffff;
    text-align: left;
}
.styled-table th, .styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}