html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.navbar-brand img {
    max-height: 45px;
}

.g-border-bottom {
    border-bottom: 1px solid #3e404b;
}

.g-border-top {
    border-top: 1px solid #3e404b;
}

header {
    background-color: #f4f4f4;
}

.main-body {
    background-color: #f4f4f4;
}

footer {
    background-color: #1c1f2b;
}

.foot-logo {
    max-height: 70px;
}

.foot-small {
    font-size: 12px;
    font-weight: 300;
}

.foot-addr {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .foot-addr li {
        margin-top: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }

.page-lnk {
    color: #1c1f2b;
    text-decoration: underline;
}
    .page-lnk:hover {
        color: #f38315;
        text-decoration: none;
    }

.page-lnk-inverted {
    color: #fff;
    text-decoration: underline;
}
    .page-lnk-inverted:hover {
        color: #f38315;
        text-decoration: none;
    }


.foot-lnk {
    color: #6c757d;
}
    .foot-lnk:hover {
        color: #f38315;
    }

.txt-title {
    font-size: 45px;
    font-weight: 400;
}

.txt-orange-unigesco {
    color: #f38315;
}

.txt-title-orange {
    color: #f38315;
    font-size: 45px;
    font-weight: 400;
}

.txt-small-title {
    font-size: 17px;
    font-weight: 400;
}

.txt-xsmall-title {
    color: #f38315;
    font-size: 18px;
    font-weight: 400;
}

.btn-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: paralucent;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background-color: #f38315;
    letter-spacing: .42px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
}

    .btn-action:hover {
        background-color: #1c1f2b;
        color: #fff;
    }

.foot-social {
    float: left;
}

.foot-lnk-circle {
    text-align:center;
    height: 50px;   
    width: 50px;
    line-height: 50px;
    border: 2px #f38315 solid;
    border-radius: 50%;
    color: #fff;
    background-color: #1c1f2b;
    font-size: 18px;
}

    .foot-lnk-circle:hover {
        color: #f38315;
        background-color: #1c1f2b;
    }