.container {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 1200px;
}
.pb-3, .py-3 {
    padding-bottom: 0.2rem !important;
    padding-top: 0.2rem !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.h3, h3 {
    font-size: 24px;
}
.pull-left {
    float: left;
}
.float-right {
    float: right !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.badge-warning {
    color: #313a46;
    background-color: #ffc041;
}
.text-light {
    color: #f8f8f8 !important;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.float-right {
    float: right !important;
}
.mr-3, .mx-3 {
    margin-right: 0.2rem !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.h6, h6 {
    font-size:16px;
}
.text-warning {
    color: #ffc041 !important;
}


.pb-4, .py-4 {
    padding-bottom: 0.2rem !important;
}
.bg-light {
    background-color: #f8f8f8 !important;
    padding-top: 2%;
}


.swiper-father .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-father .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2%;
}
.swiper-father .swiper-slide:nth-child(4){
    margin-right: 0;
}

.col-3 {
    -ms-flex: 0 0 23.4%;
    flex: 0 0 23.4%;
    max-width: 23.4%;
}
.col-2, .col-3 {
    -webkit-box-flex: 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 30px;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}
.text-center {
    text-align: center;
    padding-bottom: 3%;
}
.border-0 {
    border: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.card {
    border-color: rgba(0, 0, 0, .04);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.p-2 {
    padding: .5rem !important;
}
.text-dark {
    color: #313a46 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}



