:root {
	/*--unicamp-typography-body-font-family: Gordita;*/
	--unicamp-typography-body-font-family: 'Segoe UI', sans-serif;
	--unicamp-typography-body-font-size: 15px;
	--unicamp-typography-body-font-weight: 400;
	--unicamp-typography-body-line-height: 1.87;
	--unicamp-typography-body-letter-spacing: 0em;
	--unicamp-typography-headings-font-family: Butler;
	--unicamp-typography-headings-font-weight: 700;
	--unicamp-typography-headings-line-height: 1.3;
	--unicamp-typography-headings-letter-spacing: 0em;
	--unicamp-color-primary: #DE2470;
	--unicamp-color-primary-rgb: 174, 21, 45;
	--unicamp-color-secondary: #DE2470;
	--unicamp-color-third: #031f42;
	--unicamp-color-text: #696969;
	--unicamp-color-text-bit-lighten: #7e7e7e;
	--unicamp-color-text-lighten: #ababab;
	--unicamp-color-heading: #111;
	--unicamp-color-link: #696969;
	--unicamp-color-link-hover: #DE2470;
	--unicamp-color-box-white-background: #fff;
	--unicamp-color-box-white-border: #ededed;
	--unicamp-color-box-grey-background: #f8f8f8;
	--unicamp-color-box-light-grey-background: #f9f9fb;
	--unicamp-color-box-fill-separator: #eee;
	--unicamp-color-box-border: #eee;
	--unicamp-color-box-border-lighten: #ededed;
	--unicamp-color-button-text: #fff;
	--unicamp-color-button-border: #DE2470;
	--unicamp-color-button-background: #DE2470;
	--unicamp-color-button-hover-text: #fff;
	--unicamp-color-button-hover-border: #111;
	--unicamp-color-button-hover-background: #111;
	--unicamp-color-form-text: #696969;
	--unicamp-color-form-border: #f5f5f5;
	--unicamp-color-form-background: #f5f5f5;
	--unicamp-color-form-focus-text: #111;
	--unicamp-color-form-focus-border: #DE2470;
	--unicamp-color-form-focus-background: #fff;
	--unicamp-color-sub-menu-border: #ededed;
	--unicamp-color-sub-menu-background: #fff;
}
@media (min-width: 992px) {
  .px-lg-10 {
    padding-left: 6rem !important;  /* 96px */
    padding-right: 6rem !important;
  }
}
.page-header {
    position: relative;
    z-index: 4;
}
.top-bar-03 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    background-color: #DE2470;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.top-bar-03 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.top-bar-03 .top-bar-user-links a + a:before, .top-bar-03 .top-bar-info .info-item + .info-item:before {
    background: rgba(255, 255, 255, 0.4);
}

.top-bar-03 a:hover, .top-bar-03 a:focus {
    color: rgba(255, 255, 255, 0.6);
}

.top-bar-03 .info-list .info-icon, .top-bar-03 .top-bar-icon {
    color: #fff;
}

.top-bar-03 .info-list .info-link:hover .info-icon, .top-bar-03 .top-bar-icon:hover {
    color: rgba(255, 255, 255, 0.6);
}
.top-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 48px;
}
.top-bar-right .top-bar-wrap {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.page-top-bar .top-bar-social-network .inner {
    margin-left: -19px;
    margin-right: -19px;
    font-size: 0px;
    line-height: 1;
}
.top-bar-wrap > * {
    padding: 7px 15px;
}

.page-top-bar .menu--secondary > ul {
    margin: 0px;
}
 .sm-simple {
    position: static;
    display: inline-block;
}
 .sm,  .sm ul,  .sm li {
    display: block;
    text-align: left;
    line-height: normal;
    direction: ltr;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    list-style: none;
}
 .sm {
    position: relative;
    z-index: 9999;
}
.page-top-bar ul {
    z-index: 9999;
    list-style-type: none;
    line-height: 0;
    font-size: 0px;
    padding: 0px;
    margin: 0px 0px 5px;
}

 .sm,  .sm ul,  .sm li {
    display: inline-flex;
    text-align: left;
    line-height: normal;
    direction: ltr;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.page-top-bar .menu li {
    position: relative;
}
.page-top-bar li {
    list-style-type: none;
    margin: 0px;
}

@media (min-width: 1200px) {
    .page-top-bar .menu--secondary > ul > li > a {
        padding: 0px 19px;
    }
}
.page-top-bar .menu--secondary > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0px 10px;
}
.page-top-bar .top-bar-social-network a {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    padding: 0px 19px;
}
.top-bar-03 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
/*inner header*/
