/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: 'sofia-pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #1F2933;
}

a:hover {
    color: #E55E5C;
}

.btn {
    padding: 15px 30px 17px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #E63C39;
    border-color: #E63C39;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #F84E4B;
    border-color: #F84E4B;
}

.btn-light {
    color: #2D2D2D;
}

.text-primary {
    color: #E63C39 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2D2D2D;
    font-weight: 600;
}

.h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
}

.h2 {
    font-size: 32px;
    line-height: 1.28;
}

.h3 {
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 56px;
        line-height: 1.25;
    }

    .h2 {
        font-size: 40px;
        line-height: 1.125;
    }

    .h3 {
        font-size: 24px;
        line-height: 1.25;
    }
}

.header-site .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #2D2D2D;
}

.header-site .navbar-nav .nav-item.active .nav-link {
    color: #E63C39;
}

.header-site .navbar-nav .nav-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #E63C39;
    padding: 4px 28px 6px;
    border: 1px solid #E63C39;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
}

.header-site .navbar-nav .nav-button:hover {
    background-color: #E63C39;
    color: white;
}

@media screen and (min-width: 992px) {
    .header-site .navbar {
        padding: 14px 0px;
    }

    .header-site #navbar {
        display: flex;
        flex-grow: 1;
        align-items: center;
    }

    .header-site #navbar .navbar-nav + .navbar-nav {
        margin-left: 64px;
    }

    .header-site #navbar .navbar-nav .nav-item + .nav-item {
        margin-left: 31px;
    }

    .header-site .navbar-nav .nav-item.active .nav-link {
        position: relative;
    }

    .header-site .navbar-nav .nav-item.active .nav-link:before {
        content: '';
        width: 60%;
        height: 1px;
        background-color: #E63C39;
        display: block;
        position: absolute;
        bottom: 11px;
        left: 11px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-site #navbar .navbar-nav .nav-item + .nav-item {
        margin-left: 12px;
    }

    .header-site .navbar-nav .nav-link {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (max-width: 991px) {
    .header-site .close-nav {
        content: '';
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: calc(100% - 273px);
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
        transition: ease-out 0.4s;
        opacity: 1;
    }

    .header-site .close-nav span {
        background: #E63C39;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .header-site .close-nav span:before {
        display: block;
        content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M10.41 9l6.3-6.29a1.004 1.004 0 10-1.42-1.42L9 7.59l-6.29-6.3a1.004 1.004 0 00-1.42 1.42L7.59 9l-6.3 6.29a1 1 0 000 1.42.998.998 0 001.42 0L9 10.41l6.29 6.3a.998.998 0 001.42 0 .997.997 0 00.219-1.095.998.998 0 00-.22-.325L10.41 9z' fill='%23fff'/%3E%3C/svg%3E");
        height: 16px;
        width: 16px;
        z-index: 999;
        position: relative;
    }

    .header-site #navbar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 273px;
        background-color: white;
        z-index: 999;
        padding: 53px 18px 0;
        transition: ease-in-out 0.4s;
        opacity: 1;
        overflow: auto;
    }

    body:not(.menu-visible) .header-site #navbar {
        left: -273px;
        opacity: 0;
    }

    body:not(.menu-visible) .header-site .close-nav {
        left: auto;
        right: 100%;
        opacity: 0;
    }

    .header-site .navbar-nav .nav-button {
        border-color: #2D2D2D;
        color: #2D2D2D;
        padding: 4px 19px 6px;
    }

    .header-site .navbar-nav .nav-button:hover {
        background-color: #2D2D2D;
        color: #fff;
    }

    .header-site #navbar .navbar-nav + .navbar-nav {
        margin-top: 24px;
    }

    .header-site .navbar-nav .nav-link i.fas {
        display: none;
    }

    .header-site .navbar-nav .dropdown-menu {
        position: fixed;
        z-index: 9999;
        bottom: 15px;
        left: 0;
        top: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.header-transparent .header-site {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    z-index: 99;
}

.header-transparent .ico-menu button > span {
    background: white;
}

@media screen and (min-width: 992px) {
    .header-transparent .header-site .navbar-nav .nav-link {
        color: #fff;
    }

    .header-transparent .header-site .navbar-nav .nav-button {
        border-color: white;
        color: white;
    }

    .header-transparent .header-site .navbar-nav .nav-button:hover {
        background-color: white;
        color: #2D2D2D;
        text-decoration: none;
    }
}

.ico-menu {
    margin-top: 3px;
}

.ico-menu button {
    background: transparent;
    border: 0;
    display: block;
    outline: none;
    position: relative;
    padding: 12px 8px;
    border-radius: 4px;
}

.ico-menu button > span {
    background: #1F2933;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    -webkit-transition: opacity 0.25s 0.15s, top 0.25s ease 0.15s, -webkit-transform 0.25s ease;
    transition: opacity 0.25s 0.15s, top 0.25s ease 0.15s, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
    transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
    transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -webkit-transform 0.25s ease;
    width: 22px;
}

.ico-menu button > span + span {
    margin-top: 5px;
}

.footer-site {
    padding-top: 30px;
    background: #2D2D2D;
}

.footer-site .h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
}

.footer-site p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-site .footer-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 24px;
}

.footer-site .footer-content {
    padding-top: 51px;
}

.footer-site .footer-content .footer-menu {
    padding-left: 0;
    list-style: none;
}

.footer-site .footer-content .footer-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in-out 0.3s;
}

.footer-site .footer-content .footer-menu a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-site .footer-content .description {
    padding-top: 5px;
}

.footer-site .footer-content .description a {
    color: #E63C39;
    text-decoration: none;
}

.footer-site .footer-content .description .btn {
    margin-top: 6px;
    padding: 15px 26px 17px;
}

.footer-site .footer-copyright {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 28px;
    padding-bottom: 25px;
}

.footer-site .footer-copyright p {
    font-size: 13px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

@media screen and (min-width: 991px) {
    .footer-site {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1071 724'%3E%3Cpath opacity='.8' d='M696.15 0H6.694C2.678 0 0 2.59 0 6.476c0 67.349 8.033 130.812 21.42 190.39 1.339 5.18 6.694 9.066 12.049 9.066h633.228c16.065 0 29.453 12.952 29.453 28.494s-13.388 28.493-29.453 28.493H48.195c-4.016 0-8.032 3.886-6.694 9.067 16.065 49.216 37.485 94.547 62.922 135.993 2.677 3.885 6.693 6.475 10.71 6.475h551.564c16.065 0 29.453 12.952 29.453 28.494s-13.388 28.494-29.453 28.494H160.65c-5.355 0-9.371 6.476-5.355 10.361C283.815 638.519 477.934 724 696.15 724 902.318 724 1071 562.104 1071 361.352 1071 161.896 903.656 0 696.15 0z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1028.81' y1='376.61' x2='300.205' y2='376.61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23232323'/%3E%3Cstop offset='.51' stop-color='%23232323' stop-opacity='.496'/%3E%3Cstop offset='1' stop-color='%23232323' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
    }

    .footer-site .copyright-img {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .footer-site .footer-content .row > :last-child {
        margin-top: 30px;
    }

    .footer-site .footer-copyright {
        text-align: center;
        padding-bottom: 67px;
    }

    .footer-site .footer-copyright img {
        margin-top: 28px;
    }
}

@media screen and (max-width: 991px) and (min-width: 600px) {
    .footer-site .footer-content .row {
        justify-content: flex-start !important;
    }
}