body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    background-color: #fff;
}

h1,
h2,
h3,
p,
small {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

#bannerInicio {
    width: 100%;
    height: auto;
    margin-bottom: 3vmin;
}

.content-menu {
    max-width: 1000px;
    color: black;
    margin: 0 auto;
    font-size: 15px;
}

.navbar-custom {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dddddd47;
}

.navbar-custom li .active span {
    padding-bottom: 7px;
    border-bottom: 2px solid #47ba2f;
}

.navbar-custom li:active a span,
.navbar-custom li:hover a span {
    padding-bottom: 7px;
    border-bottom: 2px solid #47ba2f;
}

.navbar-custom-light .topnav-menu .nav-link {
    color: black;
}

.navbar-custom .topnav-menu .nav-link {
    line-height: 58px;
}

.navbar-custom {
    height: 79px;
}

.img-logo {
    height: 58px;
    margin-top: 8px;
}

h1 {
    color: #47ba2f;
    font-weight: 200;
}

h1 span {
    color: #47ba2f;
    font-weight: 500;
}

.content-page {
    max-width: 1000px;
    margin: 70px auto 0 auto;
    text-align: center;
}


.mar-tp-60 {
    margin-top: 60px;
}

.content-page .cont-box {
    padding: 27px;
    width: 244px;
    border: 1px solid #dddddd47;
    border-radius: 5px;
    box-shadow: 0px 7px 7px -2px #00000024;
}

.cont-box img {
    height: 120px;
}

.cont-box .tt {
    margin-bottom: 0;
}

.cont-box .btn-edt {
    font-size: 13px;
    font-weight: 500;
}

.footer {
    left: 0;
    background-color: #3d3d3f;
    color: #fff;
    text-align: center;
    border-top: 2px solid #47ba2f;
    padding: 15px 15px 15px;
}

.cont-box:hover {
    background-color: #dddddd47
}

.ic-fac {
    padding-right: 0px !important;
}

@media (max-width: 790px) {
    .content-page .cont-box {
        width: 100%
    }
    .nav-user {
        padding: 0 5px!important;
    }
}