@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&subset=latin-ext');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

/* ---------------------------------------------------
    STYLE LINK
----------------------------------------------------- */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none;
}

a{
    color: #000;
    font-weight: 800;
}

/* ---------------------------------------------------
    STYLE HEADER
----------------------------------------------------- */
.bg-header{
    background: #3e4163;
    min-height: 60px;
    color: #fff;
}

.bg-header p{
    margin: 0;
    padding: 0;
}

.h-130{
    height: 130px;
}

/* ---------------------------------------------------
    STYLE SIDEBAR
----------------------------------------------------- */

.sidebar {
    transition: all 0.3s;
}

.sidebar ul li a.sidebar-link {
    color: #000;
	font-weight: 400;
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebar ul li a.active {
    font-weight: 800;
}


.sidebar ul li a:hover {
    color: #856ab7;
    background: #fff;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #856ab7;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    BREADCRUMB
----------------------------------------------------- */

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    background: none;
    color: #000;
    padding: 0;
}

.breadcrumb-item.active{
    color: #000;
}

/* ---------------------------------------------------
    CONTENT
----------------------------------------------------- */
.w-100{
    width: 100%;
}

.btn-primary{
    background: none;
    border: 1px solid #856ab7;
    border-radius: 20px;
    color: #856ab7 !important;
    font-weight: 600;
}

.btn-primary:hover {
    color: #FFF !important;
}

.btn-uppercase {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.content h1 {
    font-size: 2em;
    margin-bottom: 1rem;
}

.content h2 {
    font-size: 1.5em;
    font-weight: 800;
}

/* ---------------------------------------------------
    MEDIA ABOUT PROJECT
----------------------------------------------------- */
.media-articles h1, .publications h1, .about h1{
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 10px;
}

.media-articles .media-articles-description{
    font-weight: 600;
}

.media-articles .text-article-info{
    padding: 10px 0;
    font-size: 12px;
}

/* ---------------------------------------------------
    PUBLICATIONS PAGE
----------------------------------------------------- */

.publications h1{
    font-size: 1.5em;
}


/* ---------------------------------------------------
    EVENT PAGE
----------------------------------------------------- */

.event{
    margin: 20px 0;
}

.event h1 {
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 0;
}

.event .text-event-info{
    padding: 0;
    font-size: 14px;
}

.event .text-event-info span{
    padding: 0 5px;
}

.event .text-event {
    text-align: justify;
}

/* ---------------------------------------------------
    TERM PAGE
----------------------------------------------------- */

.term h3{
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px;
}

/* ---------------------------------------------------
    CONTACT PAGE
----------------------------------------------------- */

.contact img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
}

.contact .font-weight-bold{
    font-weight: 600;
}

/* ---------------------------------------------------
    APP PAGE
----------------------------------------------------- */

.app-store{
    max-width:135px;
}

/* ---------------------------------------------------
    DOWNLOAD PAGE
----------------------------------------------------- */

.download p{
    font-size: 1.2em;
}

/* ---------------------------------------------------
    ABOUT
----------------------------------------------------- */

.company-logo {
    max-width: 250px;
}

.company-name {
    padding: 15px 0;
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */
.footer{
    margin-top: 100px;
}

.border-bottom{
    height: auto;
    width: 100%;
    /*border-top: 2px solid #878787 !important;*/
	border-bottom: 0px !important;
    margin-bottom: 5px;
}

.title-separator::before {
    content: "";
    display: inline-block;
    margin-bottom: 7px;
    width: 70px;
    padding-top: 20px;
    border-bottom: 2px solid black;
}





.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer{
    display: block;
}

.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
}

h4{
    font-size: 35px;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

form{
    display: inline-block;
    align-items: center;
    width: 350px;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 7px #00000055
}

.text_input{
    margin-top: 1.2rem;
    font-size: 20px;
    border: none;
    width: 80%;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}

.login{
    margin-top: 28px;
    width: 165px;
    height: 60px;
    border-radius: 30px;
    background: #B58DED;
    border: none;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(181, 141, 237, 0.7), 0 6px 20px 0 rgba(181, 141, 237, 0.9);
    cursor: pointer;
}