@font-face {
    font-family: 'Quicksand', sans-serif;
    src: url('Quicksand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif !important;
}

.page_container {
    max-width: 1200px;
    margin: 0 auto;
}

.header_bottom {
    width: 100%;
    height: 88px;
}

.header_logo_left {
    width: 340px;
    height: auto;
}

.header_logo_left a img {
    width: 100%;
    height: auto;
}

.header_logo_right {
    width: 150px;
    height: auto;
}

.header_logo_right a img {
    width: 100%;
    height: auto;
}

.custom_tab_content {
    min-height: 250px;
    width: 600px;
}

.custom_inputs {
    color: #000000 !important;
    font-weight: 500;
}

.color_site {
    color: #8C1E21 !important;
}

.bg_site {
    background-color: #8C1E21 !important;
    border: none !important;
}


footer {
    background-color: #a41e22db;
    height: 50px;
}

.footer_text {
    margin-bottom: 0rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
}

.footer_text a {
    color: #040260 !important;
    font-weight: 600;
}

.footer_text a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 576px) {

    .page_container {
        padding: 0 20px;
    }

    .page-content {
        padding: 20px 0px;
    }

    .header-top {
        display: none;
    }

    .header_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header_logo_left {
        width: 200px;
    }

    .header_logo_right {
        width: 90px;
    }

    .tab-pane {
        width: 100% !important;
        padding: 0.1rem !important;
    }

    .footer_container {
        height: 80px;
    }

    .tab_content_title {
        font-size: 16px;
    }

    .sw-theme-dots>.nav .nav-link {
        margin-top: 40px !important;
        padding-left: 15px !important;
    }

    .sw-theme-dots>.nav .nav-link::after  {
        top: -27px !important;
        width: 25px !important;
        height: 25px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .sw-theme-dots>.nav::before {
        content: none !important;
    }

    footer {
        height: auto;
        padding: 15px 0px;
    }

    .footer_text {
        line-height: 20px;
    }

    footer .page_container .row .col-md-5 {
        text-align: center;
    }

    footer .page_container .row .col-md-7 {
        text-align: center;
    }
    
}