@charset "UTF-8";

/* .bg-purple, .btn-purple { background : #452552 !important; } */
.bg-ocean, .btn-ocean { background : #51657e !important; }
.bg-mark, .btn-mark { background : #717e51 !important; }
.bg-purple, .btn-purple { background : var (--purple);} 

.text-center{ text-align: center;}
.text-white { color: #fff;}
.text-light {color: #f8f9fa;}

.h-big{ font-size: 4.5rem; }
.h1 { font-size: 2.5rem; }
.h2 { font-size: 2rem; }
.h3 { font-size: 1.75rem;}
.h4 { font-size: 1.5rem;}
.h5 { font-size: 1.25rem;}
.h6 { font-size: 1.15rem;}

.img-thumbnail {    padding: 0.25rem auto;     max-width: 100%;    height: auto;}

.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.6rem;
        display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-gray {
    color: #fff;
    border-color: #f8f9fa;
}

.col-tit {
    position: relative;
    text-align: center;
    color: #222;
    font-weight: 600;
    margin-bottom: 2rem;
}
.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #f8f9fa;
    width: 25%;
}

.mt-50 { margin-top: 15rem}
.mb-0 { margin-bottom: 0.5rem !important;}

@media (max-width: 576px){
	.hr {     width: 100%; border-top: 1px solid #f8f9fa;}
	.mt-50 { margin-top: 5rem; }
	.font-smaller {font-size: 95%; }
}

.col-sub-line-title:after {
    position: absolute;
    z-index: -1;
    bottom: 3px;
    left: 0;
    width: -webkit-calc(100% + 3px);
    width: calc(100% + 3px);
    height: 8px;
    content: "";
    background-color: rgba(142, 165, 217, 0.5);
}