body {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

p {
    font-family: Roboto;
}
.navbar-light {
    border: 0;
    font-family: Poppins;
}

.navbar-brand {
    font-size: 20px;
    color: #000 !important;
    font-weight: bold;
}

#showcase h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

#showcase img {
    width: 90%;
    margin-left: 60px;
}

#showcase .showcase-group {
    margin-top: 40px;
}

#testimonial {
    background: #eaeaea;
    padding: 50px 0 30px 0;
    text-align: center;
    margin-top: 0;
    z-index: 9;
    box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.55);
}

#testimonial p {
    font-family: "Poppins";
    color: #666;
}

#info2 {
    margin: 20px 0 20px 0;
    display: none;
}

#info2 canvas {
    height: 300px;
}

#info1 {
    margin: 20px 0 5px 0;
}

#contact {
    margin-top: 0px;
    background: url(../img/coronavirus.jpg);
    background-position-y: center;
    padding: 40px;
    color: #fff;
    text-align: center;
    border-top: #002d42 7px solid;
    border-bottom: #002d42 7px solid;
}

#contact .titulo-corona {
    margin: 0 auto;
    background-color: #ff0 !important;
    width: 270px;
    padding: 20px;
    text-align: center;
    color: #000;
}

#contact .subtitulo-corona {
    font-weight: bold;
    font-family: Roboto;
    font-size: 22px;
    margin: 0 auto;
    width: 270px;
    padding: 20px;
    text-align: center;
    color: #ff0;
}

.menu-background {
    background-color: #f8f9fa !important;
}

.navbar-light {
    border-bottom: unset !important;
    z-index: 10;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.55);
}

.breadcrumb {
    font-size: 0.9em;
    font-weight: 500;
    color: #2369b3;
    text-transform: none;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.res {
    font-size: 30px;
    color: #1351b4;
}

.resume {
    color: #545454;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
}

.pr-filter.nav-tabs > li.active > a,
.pr-filter.nav-tabs > li.active > a:focus,
.pr-filter.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #eaeaea;
    border: 1px solid #aaaaaa;
    border-bottom-color: transparent;
}

.pr-filter.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    width: 80px;
    text-decoration: none;
}
.pr-filter.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555555;
    font-weight: 500;
}

.pr-content {
    border: 1px solid #aaaaaa;
    margin-top: -1px;
    margin-left: -100px;
    border-radius: 10px;
}

#form-busca-search,
#form-busca-search-1 {
    padding: 30px;
}

.input-search-1 {
    display: flex;
}

#search-select {
    background-color: transparent;
}

.input-icon-1 {
    color: #00bbff;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    z-index: 1;
    font-weight: 700;
}

.input-icon-1:hover {
    background-color: #1351b4;
    color: white;
}

.table-filter-border {
    border-radius: 10px;
    border: 1px solid #007bff;
    padding: 10px;
    display: flex;
}

.table-filter {
    border: 0;
    border-left: 1px solid #007bff;
    font-size: 20px;
    color: #007aff;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}

.table-filter-no {
    border: 0;
    font-size: 20px;
    color: #007aff;
    font-weight: 500;
    padding-right: 5px;
}

.btn-transparent {
    background-color: transparent;
    color: #007aff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent::selection {
    background-color: transparent !important;
    color: #007aff !important;
    border: 0 !important;
}

.tab-resume {
    display: flex;
    text-decoration: none !important;
}

#info2.active {
    display: block;
}

.back {
    font-size: 20px;
    color: #1351b4;
}

.font20 {
    font-size: 20px;
}

.colordblue {
    color: #1351b4;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .pr-content {
        margin-left: 0;
        border-radius: 0;
    }
    .table-filter-border {
        margin-left: 20px;
    }
    .btn-transparent {
        font-size: 10px;
    }
    .table-filter {
        padding-left: 0px;
        padding-right: 0px;
    }
    .table-filter-no {
        padding-left: 0px;
        padding-right: 0px;
    }
    .input-search-1 {
        display: block;
    }
    #search-select {
        max-width: unset;
        margin-bottom: 20px;
    }
    .input-icon-1 {
        margin-top: 10px;
    }
}
