body {
	transition: .5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open .modal {
    display: flex !important;
    align-items: center !important;
}

.modal-open .modal .modal-dialog {
	flex-grow: 1;
}

.font1 {
	font-family: 'Nunito', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

.color1 {
	color: #ffffff;
}

.tc {
  text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-100 {
    padding-top: 100px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-60 {
    padding-left: 60px;
}

.pda-20 {
    padding: 20px;
}

.npd {
    padding: 0;
}

.nm {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
  cursor: pointer;
}

.logofixed {
  	position: absolute;
    top: 38px;
    left: 38px;
  	z-index: 8900;
}

.richTextBox img {
    height: auto;
    max-width: 100%;
    float: left;
    margin: 0 1em 1em 0;
    display: block;
}

.richTextBox figure.image {
  float: left;
  margin: 0 1em 1em 0;
  background-color: #f6f6f6;
  padding:0.6em;
}

.richTextBox figcaption {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;  
  padding-top: 0.5em;
}

.richTextBox iframe {
	width: 100%;
	height: 500px;
}

@media (max-width: 990px) {
	.richTextBox iframe {
		height: 300px;
	}
}

.page-error {
	padding-top: 200px;
	padding-bottom: 100px;
}

.page-error h1 {
	font-size: 60px;
	color: #491762;
}

.page-error h2 {
	margin: 20px 0 30px 0;
}

/*MENU*/
.modalmenu .container-fluid {
    padding: 0;
}

header .menubox {
    font-size: 18px;
}

header .mbd1 a {
  color: #ffffff;
  text-decoration: none;
  transition: .25s;
}

header .mbd2 a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
	border-right: 2px solid #ffffff;
	transition: .25s;
}

header .menubox a:hover {
	color: #ffc10f;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 9001;
	transition: .5s;
}

header .topmenulogo {
	top: 15px;
	position: absolute;
	left: 30px;
	width: 68px;
}

header .topmenulogo.color path {
	fill: #748bb3;
}

header .topmenulogo path {
	fill: #fff;
	fill-rule: evenodd;
}

.header-scroll .topmenulogo path, .modal-open .topmenulogo path {
	fill: #fff !important;
}

header .open-search {
	margin-left: 5px;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	border: none;
	transition: .25s;
	outline: none;
	font-size: 20px;
}

header .open-search:hover {
	color: #ffc10f;
}

header #form-search {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #748bb3;
	z-index: 2;
	transform: translate3d(60px, 0, 0);
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

header #form-search.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

header #form-search .fields {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px 0 10px;
	width: 100%;
}

header #form-search	input[type=text] {
	height: 50px;
	float: left;
	width: calc(100% - 120px);
	border: 2px solid #fff;
	background-color: transparent;
	padding-left: 10px;
	font-size: 20px;
	border-radius: 3px;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	outline: none;
}

header #form-search	input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
header #form-search	input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
header #form-search	input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

header #form-search	button[type=submit] {
	float: left;
	width: 70px;
	height: 50px;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	cursor: pointer;
	border-left: none;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	outline: none;
	font-size: 20px;
}

header #form-search	.close-search {
	width: 50px;
	float: left;
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 25px;
	margin-top: 8px;
}

.header-scroll .topmenulogo, .modal-open .topmenulogo {
	 /*transition-delay: 0.5s;*/
	display: inherit !important;
}

.header-scroll .mbd1 {
	width: calc(100% - 260px);
}

.modal-open .mbd1 {
	width: 180px;
}

header nav {
	float: right;
	height: 100%;
	width: 100%;
	position: relative;
}

header .mbd1 {
	width: 180px;
	background: linear-gradient(to left, #304361, #491762);
}

header .mbd1, header .mbd2 {
	height: 100%;
	padding-top: 30px;
	float: right;
	transition: .25s;
	text-align: right;
	padding-right: 48px;
}

header .mbd2 {
	width: 260px;
	background-color: #748bb3;
}

/*MODAL MENU*/
.modalmenu {
    position: fixed;
    /*overflow-x: hidden;
    overflow-y: overlay;*/
	overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #748bb3;
    z-index: 9000;
}

.modalmenu .container-fluid, .modalmenu .row {
	height: 100%;
}

.modalmenubg {
    background-color: #304361;
	padding-top: 113px;
	height: 100%;
	overflow: auto;
}

.menucol {
	padding-top: 90px;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	height: 100%;
}

.modalmenubg .pl-15{
    padding-left: 40px !important;
}

.modal-open .menubox .mbd1 {
	background: #748bb3;
}

.modal-open .menubox .mbd2 {
	background-color: #304361;
}

.menulist {
    list-style: none;
    padding: 0px;
    font-size: 22px;
}

.menulist li {
    cursor: pointer;
	padding: 5px 0;
	line-height: 1;
}

.menulist a {
	transition: .25s;
}

.slideshow img:not(:first-child) {
	display: none;
}

.menulist a:hover {
	color: #ffc10f;
}

.ml1 a {
    color: #ffffff;
}

.ml2 a {
    color: #c5c3c3;
}

.ml3 {
    display: none;
    padding-left: 50px;
    font-size: 32px;
    line-height: 60px;
}

.ml3 a {
	color: #ffffff;
}

.menuline {
    border-top: 4px solid #ffffff;
    width: 40px;
    margin-bottom: 20px;
}

.modalmenu .title {
    display: block;
    font-size: 65px;
    color: #000000;
	transition: .21s;
}

.modalmenu .title:hover {
	color: #ffc10f;
}

.modalmenu .title img {
    bottom: 9px;
    left: 15px;
    position: relative;
    cursor: pointer;
}

.modalmenu .title:hover img {
	filter: invert(86%) sepia(26%) saturate(5211%) hue-rotate(349deg) brightness(105%) contrast(101%);
}

.modalopen {
    overflow-x: hidden;
    overflow-y: auto;
}

.modalbodyopen {
    overflow: hidden;
}

.breathe {
    padding-bottom: 300px;
}

.menuicon {
    transition: .5s ease-in-out;
}

/*.modalmenu .title:hover .menuicon img, .menuicon:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

/*VIDEO BANNER*/
.videobanner {
  width: 100%;
  height: 100vh;
  background-image: url('../img/videobanner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*REV SLIDER*/
div#rev_slider_497_1_forcefullwidth, div#rev_slider_497_1_wrapper, div#rev_slider_497_1_forcefullwidth .fullwidthbanner-container .fullwidthabanner {
    height: 100vh !important;
    overflow: hidden;
}

/*MENU ICON*/
/* Icon 1 */

.animated-icon1, .animated-icon3, .animated-icon4 {
	display: inline-block;
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	top: 2px;
	left: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon3 span {
    background: #ffffff;
}

.open-menu .hamburger-title {
	transition: .25s;
	cursor: pointer;
}

.open-menu:hover .hamburger-title {
	color: #ffc10f;
}

.open-menu:hover:hover .animated-icon3 span {
	background: #ffc10f;
}

/* Icon 3*/

.animated-icon3 span:nth-child(1) {
  top: 0px;
}

.animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) {
  top: 10px;
}

.animated-icon3 span:nth-child(4) {
  top: 20px;
}

.animated-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/*BOXES*/
.cards {
  position: relative;
  padding: 35px 0px;
  /*height: 500px;*/
  background-color: #748bb3;
}

.slider {
  width: 100%;
}

.box {
  position: relative;
  width: 100%;
  height: 430px;
}

.img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.boxtxt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.boxtxt .title, .cursostxt .title {
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 14px;
}

.box img {
  width: 100%;
  transition: .5s ease-in-out;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imgshadow {
    background-image: url('../img/boxshadow.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
}

.button {
  margin: 0 auto;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 5px 0px;
  text-align: center;
  cursor: pointer;
}

.box .buttons {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}

.bvest {
    background-color: #748bb3;
    color: #ffffff;
    transition: .2s ease-in-out;
	margin-bottom: 20px;
}

.bvest:hover {
    background-color: #ffffff;
    color: #748bb3;
}

.bsaiba {
    background-color: #efc031;
    color: #464646;
    transition: .2s ease-in-out;
}

.bsaiba:hover {
    background-color: #464646;
    color: #efc031;
}

.leftarrow {
    position: absolute;
    left: 40px;
    top: 45%;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.rightarrow {
    position: absolute;
    right: 40px;
    top: 45%;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.leftarrow:hover, .rightarrow:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*DESTAQUES*/
.destaques {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 80px;
}

.destaques span, .noticias span {
  font-size: 32px;
  color: #464646;
  margin-bottom: 10px;
}

.destaquebox {
    background-color: #ffffff;
    height: 275px;
    position: relative;
    width: 100%;
}

.dboxtext {
    width: 60%;
    height: 100%;
    padding: 25px 80px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

.dboxdate {
    font-size: 16px;
    color: #7b7b7b;
}

.dboxtext span {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #748bb3;
    margin-top: 20px;
    margin-right: 50px;
}

.dboxtext p {
    font-size: 22px;
    line-height: 26px;
    color: #7b7b7b;
    margin-top: 23px;
}

.dboximg {
    width: 40%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.colorbox {
    height: 315px;
    padding: 10px 30px;
    margin-right: 10px;
    background-color: #ffffff;
    border-bottom-right-radius: 160px;
    border-top-right-radius: 160px;
}

.destaques-slider {
  width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    background-color: #b5b5b5;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #efc031;
}

.slick-dots li button:before {
    content: '';
}

/*NOTÍCIAS*/
.noticias {
  padding: 50px 0px;
}

.noticias .newscard {
    width: 100%;
    cursor: pointer;
    transition: .5s ease-in-out;
}

/*.newscard:hover {
    background-color: #f6f6f6;
}*/

.newsimg {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.newsimg img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    transition: .5s ease-in-out;
	display: inline-block;
}

.newscard:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.newsdate {
    font-size: 14px;
    margin-top: -10px;
    color: #7b7b7b;
}

.noticias .info {
    font-size: 14px;
    line-height: 35px;
    margin-top: 10px;
    color: #707070;
}

.noticias .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    color: #748bb3;
}

.noticias .news {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #464646;
}

.noticias button, .blog button, .faleconoscoform button, .locampus1 button {
    background-color: #748bb3;
    color: #ffffff;
    width: 190px;
    height: 60px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.noticias button:hover, .blog button:hover, .faleconoscoform button:hover, .locampus1 button:hover {
    background-color: #efc031;
    color: #748bb3;
}

/*EVENTOS*/
.eventos {
    position: relative;
    background-color: #748bb3;
    padding: 50px 0px;
}

.eventos span {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.eventos-slider {
    width: 100%;
    height: 380px;
    max-height: 380px;
}

.eventos-slider .slick-track {
    min-width: 3800px;
}

.eventbox {
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    transition: .2s ease-in-out;
}

/*.eventbox:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.eventbox .date {
    position: relative;
    background-color: #f6f6f6;
    height: 100px;
}

.date .dateday {
    position: absolute;
    background-color: #dcdcdc;
    width: 30%;
    height: 100%;
    padding: 25px;
    text-align: center;
}

.dateday span {
    font-size: 36px;
    color: #464646;
}

.datepick {
    color: #748bb3 !important;
}

.date .datemonth {
    position: absolute;
    background-color: #f6f6f6;
    width: 70%;
    height: 100%;
    right: 0px;
    padding: 25px;
    text-align: center;
}

.datemonth span {
    font-size: 28px;
    margin-top: 6px;
    margin-right: 20px;
    float: right;
    color: #464646;
}

.datetext {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.datetext span {
    font-size: 28px;
    color: #464646;
}

.datetext p {
    font-size: 16px;
    color: #464646;
}

.dateline {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 auto;
    width: 50px;
}

.eventos button {
    background-color: #efc031;
    color: #464646;
    width: 250px;
    height: 60px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.eventos button:hover {
    background-color: #464646;
    color: #efc031;
}

.dateleftarrow {
    position: absolute;
    left: 40px;
    top: 45%;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.daterightarrow {
    position: absolute;
    right: 40px;
    top: 45%;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.dateleftarrow:hover, .daterightarrow:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*BLOG*/
.blog {
    position: relative;
    /*background-color: #748bb3;*/
    background: linear-gradient(to right, #748bb3 70%, #f6f6f6 30%);
}

.bloglogo, .blogbutton {
    background-color: #f6f6f6;
    padding: 40px 60px;
}

.blogspacing {
    background-color: #f6f6f6;
    padding: 20px;
}

.blogcol {
    margin-left: 5%;
}

.blogbox {
    height: 350px;
}

.blogtxt {
    padding: 35px 80px;
}

.blogtxt img {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.blogtxt img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* PAGINAÇÃO */
.paginacao {
  display: block;
  width: 100%;
  padding-top: 15px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 1px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #707070;
    margin-left: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 5px;
    margin-right: 5px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #63676a;
}

.pagination i {
    color: #efc031;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    cursor: default;
    border-bottom: 2px solid #efc031;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #6b625e;
  background-color: #ffffff;
  border-color: #dddddd;
}

/*BANNERS*/
.banners {
    background-color: #748bb3;
    padding: 50px 0px;
}

.bannerbox {
    width: 100%;
    /*height: 415px;
    max-height: 415px;*/
}

.banner-slider {
    width: 100%;
}

.banner-slider .slick-dots li {
    background-color: #ffffff;
}

.banner-slider .slick-dots li.slick-active {
    background-color: #efc031;
}

.bannerbox img {
    width: 100%;
}

/*ALUMNI*/
.alumni-slider {
    width: 100%;
}

.alumni .slick-slide {
    height: inherit;
}

.alumnibox {
    width: 100%;
    height: 460px;
    position: relative;
}

.alumnibox img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.alumniinfo {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    z-index: 9000;
}

.alumnitxt {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 105px 30px;
    opacity: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: rgba(48, 67, 97, 0.7);
    z-index: 8000;
    top: 0px;
    transition: .5s ease-in-out;
}

.alumnibox:hover .alumnitxt {
    opacity: 1;
}

.alumniinfo span {
    font-size: 24px;
    font-weight: 400;
}

/*SOMOS*/
.somos {
    position: relative;
    background-color: #304361;
    color: #82c2bb;
    padding: 30px 0px;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.somos a {
	color: #82c2bb;
}

.somos:before {
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.somos:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(125deg, #748bb3 24%, #4674c1 91%, #427bca 100%);
    /*background: linear-gradient(125deg, #604284 24%, #4674c1 91%, #427bca 100%);*/
    /*background: linear-gradient(125deg, #373a8a 24%, #4674c1 91%, #427bca 100%);*/
    visibility: hidden;
    transform: translateX(-100%);
}

.somos.hovered {
    color: #ffffff;
}

.somos.hovered:before {
    visibility: visible;
    transform: translateX(0);
}

	.somostxt1 {
    font-size: 34px;
    line-height: 40px;
}

.somostxt2 {
    font-size: 34px;
    /*line-height: 40px;*/
    margin-top: 20px;
    /*float: right;*/
	width: 100%;
    cursor: pointer;
	text-align: right;
	padding: 15px 0;
}

.somostxt2 img {
    width: 60px;
    position: relative;
    top: -3px;
    left: 5px;
    transition: .5s ease-in-out;
}

.somostxt2:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*FOOTER*/
.footer {
    padding: 50px 0px;
}

.acctitle {
    font-size: 20px;
    color: #748bb3;
}

.accline {
    border-top: 2px solid #efc031;
    width: 20px;
}

.acclinks {
    margin-top: 10px;
}

.acclinks a {
    color: #748bb3;
    text-decoration: none;
	display: block;
}

.acclinks a:hover {
    color: #304361;
}

#insta, #twitter, #facebook, #youtube, #pinterest, #linkedin {
    margin-left: 10px;
}

#insta path, #twitter path, #facebook path, #youtube path, #pinterest path, #linkedin path {
    fill: #748bb3;
}

#insta:hover path, #twitter:hover path, #facebook:hover path, #youtube:hover path, #pinterest:hover path, #linkedin:hover path {
    fill: #304361;
}

.redes {
    width: 100%;
    text-align: right;
}

.menuredes {
    width: 100%;
}

.menuredes #insta, .menuredes #twitter, .menuredes #facebook, .menuredes #youtube, .menuredes #pinterest, .menuredes #linkedin {
    margin-left: 0px;
    margin-right: 10px;
}

.menuredes #insta path, .menuredes #twitter path, .menuredes #facebook path, .menuredes #youtube path, .menuredes #pinterest path, .menuredes #linkedin path {
    fill: #ffffff;
}

.menuredes #insta:hover path, .menuredes #twitter:hover path, .menuredes #facebook:hover path, .menuredes #youtube:hover path, .menuredes #pinterest:hover path, .menuredes #linkedin:hover path {
    fill: #748bb3;
}

/*HUMAN2BE*/
.human2be {
    width: 100%;
    text-align: right;
    padding-top: 50px;
}

#human2be {
    fill: #748bb3;
    max-width: 50px;
}
#human2be .h2be_h {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_dot {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_2 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#human2be .h2be_b {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#human2be .h2be_circle {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
#human2be:hover .h2be_2,
#human2be:hover .h2be_b,
#human2be:hover .h2be_circle {
  fill: #0ab49b;
}
#human2be:hover .h2be_h {
  fill: #748bb3;
}
#human2be:hover .h2be_dot {
  fill: #748bb3;
}

#human2be {
    /*float: right;*/
}

/*SLIDER*/
.slick-dots li button, .slick-dots li button:before {
    width: 40px;
    height: 5px;
}

/*##################################################*/
/*##################################################*/
/*
/*  _____       _
/* |_   _|     | |
/*   | |  _ __ | |_ ___ _ __ _ __   __ _ ___
/*   | | | '_ \| __/ _ \ '__| '_ \ / _` / __|
/*  _| |_| | | | ||  __/ |  | | | | (_| \__ \
/* |_____|_| |_|\__\___|_|  |_| |_|\__,_|___/
/*
/*
/*##################################################*/
/*##################################################*/

.fixedbanner {
      width: 100%;
      height: 450px;
      overflow: hidden;
      max-width: 100vw;
      background-color: #808080;
      background-repeat: no-repeat;
      background-attachment: fixed;
	 background-position: center;
}

.resume {
      padding: 30px 0px;
}

.content {
      background-color: #f6f6f6;
      padding: 30px 0px;
}

.bread img {
      margin-bottom: 4px;
}

.bread span, .bread a {
      color: #748bb3;
      font-size: 14px;
}

.resume .title, .faleconosco .title, .faleconoscoform .title {
      margin-top: 20px;
      color: #748bb3;
      font-size: 30px;
	  line-height: 1.2;
}

.resume .desc, .faleconosco .desc {
      margin-top: 20px;
      margin-bottom: 40px;
      color: #696969;
      font-size: 20px;
      font-weight: 400;
}

/*DOCUMENTOS*/
.bgdocumentos {
      background-image: url('../img/bgdocumentos.jpg');
      background-position: center center;
      background-size: cover;
}

.docsearch input, .docsearch select {
      border: none;
      width: 100%;
      height: 40px;
      padding: 8px;
      background-color: #ffffff;
      color: #696969;
      font-size: 18px;
}

.docsearch select {
      padding: 5px;
}

.docsearch button {
      background-color: transparent;
      border: none;
      position: absolute;
      top: 8px;
      right: 25px;
      cursor: pointer;
}

.docbox {
      background-color: #ffffff;
      color: #696969;
      padding: 20px;
      margin-bottom: 15px;
      font-size: 26px;
}

/*CURSOS*/
.bgcursos {
      background-image: url('../img/bgcursos.jpg');
      background-size: cover;
}

.tipo-ensino-descricao {
  	color: #696969;
  	font-size: 20px;
    margin-bottom: 50px;
}

.tipo-ensino-descricao h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    color: #748bb3;
}

.cursosbox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cursosbox {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background-color: #808080;
    overflow: hidden;
}

.cursosbox img {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

.cursosshadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/boxshadow.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.cursostxt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.cursostxt .title {
    padding: 0px 10px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.cursosinfo {
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: -50%;
    right: -50%;
    border-radius: 5px;
    width: 80%;
    text-align: center;
    background-color: #748bb3;
}

.cursosinfotxt {
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.cursosbtn {
    width: 80%;
    position: absolute;
    bottom: 20px;
    left: -50%;
    right: -50%;
    background-color: #d86400;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.cursosbtn:hover {
    background-color: #ffffff;
    color: #d86400;
}

/*AGENDA*/
.bgagenda {
      background-image: url('../img/bgagenda.jpg');
      background-size: cover;
}

.agebox, .newsintbtnbox {
    display: inline-block;
    cursor: pointer;
}

.agetitle, .newsintbtntitle {
    font-size: 22px;
    color: #748bb3;
}

.ageline, .newsintbtnline, .faleline {
    border-top: 2px solid #efc031;
    width: 20px;
    margin-top: 2px;
}

.agemon {
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
	transition: .5s;
	cursor: pointer;
}

.agemon:hover, .agemon.active {
	background-color: #748bb3;
}

.agemon:hover .agetitle, .agemon.active .agetitle {
	color: #fff;
}

.agedate {
    display: none;
    width: 100%;
    background-color: #748bb3;
    padding: 20px 0px;
}

.agedate .eventbox {
    margin-top: 20px;
}

/*NOTICIAS*/
.bgnoticias {
    background-image: url('../img/bgnoticias.png');
    background-size: cover;
}

.newstags {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.newstags li {
    float: left;
    padding-right: 15px;
}

.newstags li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.destaquesinterna {
    padding-top: 0px;
    padding-bottom: 0px;
}

.search {
    background-color: #f6f6f6;
    padding-top: 20px;
}

.noticiasinterna {
    background-color: #f6f6f6;
}

.noticiasinterna .newscard {
    margin-bottom: 40px;
}

.buttonint {
    width: 100%;
    background-color: #ffffff;
}

.resume .subtitle, .resume .autor {
    font-size: 14px;
    line-height: 35px;
    margin-top: -8px;
    color: #707070;
}

.resume .autor {
    font-size: 14px;
    line-height: 35px;
    margin-top: -10px;
    color: #707070;
}

.nimgbox {
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}

.nimgbox img {
    width: 100%;
}

@media (min-width: 860px) {
	.comp .whatsapp {
		display: none;
	}
}

.comp i {
    font-size: 30px;
    margin-right: 15px;
    color: #748bb3;
    transition: .2s ease-in-out;
}

.comp i:hover {
    color: #efc031;
}

.leia {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #464646;
    font-size: 30px;
}

/*SERVIÇOS*/
.bgservicos {
    background-image: url('../img/bgservicos.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicostxt {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -255px;
    transition: .2s ease-in-out;
}

.cursosbox:hover .servicostxt {
    /*transform: translateY(-160px);*/
    transform: translateY(-210px);
}

.servicostitle {
    color: #696969;
    font-size: 16px;
    font-weight: 600;
}

.servicostitle2 {
    color: #696969;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.servicosdesc {
    color: #696969;
    font-size: 14px;
    padding: 0px 20px;
}

.servicosbtn {
    width: 80%;
    background-color: #d86400;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.servicosbtn:hover {
    background-color: #ffffff;
    color: #d86400;
}

.servicostxt a {
    text-decoration: none;
}

/*FALE CONOSCO*/
.bgfale {
    background-image: url('../img/bgfale.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.faletitle {
    font-size: 20px;
    color: #696969;
}

.faleconosco {
    width: 100%;
    margin-top: 20px;
}

/*LOCALIZAÇÃO*/
.bglocali {
    background-image: url('../img/bglocali.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.locampus1 {
    background-image: url('../img/locampus1.png');
    background-size: 100%;
    background-position: center center;
    height: 300px;
    text-align: center;
    transition: .2s ease-in-out;
}

.locampus1:hover {
    background-size: 120%;
    background-position: center center;
}

.locampus1 .title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.locampus1 .text {
    font-size: 18px;
    color: #ffffff;
    padding: 20px;
}

.locampus1 button {
    height: 50px !important;
}

/*BUSCA*/
.page-search .item {
	background-color: #fff;
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.page-search .item .title {
	color: #696969;
	font-size: 26px;
}

.page-search .item .type {
	font-size: 18px;
	color: #748bb3;
}

/*PROFESSORES*/
.bgprofe {
    background-image: url('../img/bgprofe.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*EVENTO INTERNO*/
.page-evento-interno .titulo {
	font-size: 40px;
	color: rgb(116, 139, 179);
	font-weight: 700;
	margin-bottom: 20px;
}

.page-evento-interno .descricao p {
	font-size: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-evento-interno .calendar {
	padding: 0 15px;
}

.page-evento-interno .calendar .body {
	background-color: rgb(246, 246, 246);
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-evento-interno .calendar .day {
	background-color: rgb(116, 139, 179);
	font-size: 30px;
	color: #fff;
	padding: 30px 0;
}

.page-evento-interno .calendar .month {
	font-size: 25.6px;
	color: rgb(102, 102, 102);
	background-color: rgb(220, 220, 220);
	padding: 30px 0;
}

.page-evento-interno .calendar .horario {
	font-size: 25.6px;
	color: rgb(102, 102, 102);
}

.page-evento-interno .calendar .local {
	font-size: 22.3px;
	color: rgb(102, 102, 102);
}

.page-evento-interno .calendar span {
	display: block;
}

.page-evento-interno .calendar hr {
	background-color: rgb(175, 174, 174);
	width: 54px;
	height: 2px;
	display: block;
	border: none;
}

@media (max-width: 768px) {
	.page-evento-interno .order {
		order: 2;
		margin-top: 40px;
	}

	.page-evento-interno .calendar .day {
		width: 120px;
	}

	.page-evento-interno .calendar .month {
		width: calc(100% - 120px);
	}
}

/*SOBRE*/
.page-sobre {
	padding-bottom: 0;
}

.page-sobre .desc {
	padding: 10px 0 100px 0;
}

.page-sobre .desc .quote:after {
	content: '';
	position: absolute;
	top: 0;
	height: 60px;
	width: 60px;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left top;
	filter: brightness(0) invert(0.9);
	left: 30px;
}

.page-sobre .desc p {
	font-size: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-sobre .desc .quote {
	font-size: 30px;
	color: rgb(116, 139, 179);
	line-height: 1.167;
	padding-left: 30px;
	padding-top: 10px;
	position: relative;
	text-indent: 60px;
}

.page-sobre .criador {
	padding: 70px 0;
	background-color: rgb(116, 139, 179);
}

.page-sobre .criador img {
	position: absolute;
	left: 0;
	top: -150px;
	z-index: 1;
	width: 430px;
}

.page-sobre .criador h2 {
	font-size: 25px;
	color: #fff;
}

.page-sobre .criador p {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
}

.page-sobre .criador .quote {
	margin: 50px 0 80px 0;
	font-size: 20px;
	position: relative;
	text-indent: 60px;
	padding-top: 15px;
}

.page-sobre .criador .quote:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left top;
}

.page-sobre .nossa-facul {
	background-color: rgb(116, 139, 179);
}

.page-sobre .nossa-facul .container {
	margin-right: 0;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.page-sobre .nossa-facul hr {
	display: inline-block;
	background-color: rgb(153, 153, 153);
	width: 30px;
	height: 3px;
}

.page-sobre .nossa-facul h3 {
	font-size: 25px;
	color: rgb(116, 139, 179);
}

.page-sobre .nossa-facul p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-sobre .predio-ucpel {
	width: 100%;
	background-image: url('../img/estrutura/estrutura1.jpg');
	box-shadow: inset 0px 0px 60px 0px rgba(36, 41, 43, 0.45);
	min-height: 500px;
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
	transition: background 1s linear;
}

.page-sobre .estrutura {
	background-image: url('../img/formanda.png');
	background-position: 10% bottom;
	background-size: 500px;
	background-repeat: no-repeat;
	background-color: rgb(116, 139, 179);
	padding: 70px 0;
}

.page-sobre .estrutura h2 {
	font-size: 25px;
	color: #fff;
}

.page-sobre .estrutura p {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
}

.page-sobre .facul-slider-container {
	background-color: rgb(116, 139, 179);
}

.page-sobre .facul-slider {
	margin-bottom: 0;
}

.page-sobre .facul-slider .item {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.page-sobre .facul-slider-container .container {
	margin-right: 0;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 0;
}

.page-sobre .facul-slider-container .item .bg-title {
	font-size: 160px;
	color: rgb(236, 239, 241);
	font-weight: 700;
	position: absolute;
	left: -9px;
	bottom: -9px;
	line-height: 0.7;
}

.page-sobre .facul-slider .item.valores span:not(.bg-title) {
	float: left;
	width: 50%;
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.page-sobre .facul-slider .item h2 {
	font-size: 30px;
	color: rgb(116, 139, 179);
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.page-sobre .facul-slider .item p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-sobre .facul-slider .slick-dots {
	text-align: right !important;
	bottom: 20px;
}

.page-sobre .sobre-slider {
	margin-bottom: 0;
}

.page-sobre .sobre-slider .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 590px;
}

.page-sobre .sobre-slider .item.larcrianca {
	background-image: url('../img/banner-larcrianca.jpg');
}

.page-sobre .sobre-slider .item.centros {
	background-image: url('../img/banner-centros.jpg');
}

.page-sobre .sobre-slider .item.ru {
	background-image: url('../img/banner-ru.jpg');
}

.page-sobre .sobre-slider .item.hu {
	background-image: url('../img/banner-hu.jpg');
}

.page-sobre .sobre-slider .item.admsuperior {
	background-image: url('../img/banner-admsuperior.jpg');
}

.page-sobre .sobre-slider .item .container {
	padding-left: 100px;
}

.page-sobre .sobre-slider .item h3, .page-sobre .sobre-slider .item h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1.172;
	text-shadow: 0px 2px 8px rgba(36, 41, 43, 0.2);
	margin: 30px 0 0 0;
	display: block;
}

.page-sobre .sobre-slider .item h2 {
	font-size: 20px;
	margin-top: 10px;
}

.page-sobre .sobre-slider .item p {
	font-size: 20px;
	color: #fff;
	line-height: 1.25;
	margin: 30px 0 60px 0;
	display: block;
}

.page-sobre .sobre-slider .item a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border: 3px solid #fff;
	border-radius: 4px;
	padding: 15px 60px;
}

.page-sobre .sobre-slider .slick-arrow {
	position: absolute;
	width: 78px;
	height: 45px;
	background-repeat: no-repeat;
	z-index: 1;
}

.page-sobre .sobre-slider .slick-arrow:before {
	content: '';
}

.page-sobre .sobre-slider .slick-next {
	background-image: url('../img/rightarrow.png');
	right: 10%;
}

.page-sobre .sobre-slider .slick-prev {
	background-image: url('../img/leftarrow.png');
	left: 10%;
}

.page-sobre .sobre-slider .slick-dots {
	bottom: 30px;
}

.page-sobre .sobre-slider .slick-dots li {
	width: 124px;
}

.page-sobre .sobre-slider .slick-dots .slick-active:after {
	color: #fff !important;
}

.page-sobre .sobre-slider .slick-dots li:after {
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: rgb(207, 216, 220);
}

.page-sobre .sobre-slider .slick-dots li:first-child:after {
	content: 'Adm. Superior';
}

.page-sobre .sobre-slider .slick-dots li:nth-child(2):after {
	content: 'Centros e Institutos';
}

.page-sobre .sobre-slider .slick-dots li:nth-child(3):after {
	content: 'HUSFP';
}

.page-sobre .sobre-slider .slick-dots li:nth-child(4):after {
	content: 'Centro da Criança';
}

.page-sobre .sobre-slider .slick-dots li:last-child:after {
	content: 'Rádio Universidade';
}

.bgsobre {
    background-image: url('../img/bgsobre.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgsobre h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: 0px 2px 8px rgba(36, 41, 43, 0.2);
	font-weight: 700;
	margin-top: 200px;
}

/*PAGINA DEPOIMENTO*/
.page-show-depoimento .titulo {
	font-size: 40px;
    color: rgb(116, 139, 179);
    font-weight: 700;
	margin-top: 20px;
}

.page-show-depoimento .curso {
	margin-bottom: 30px;
	font-size: 25px;
}

.page-show-depoimento .descricao {
	font-size: 20px;
}

/*PERGUNTAS FREQUENTES*/
.page-perguntas .agedate {
	color: #fff;
}

/*LAR DA CRIANÇA*/
.page-lar-crianca .desc {
	padding: 10px 0 100px 0;
}

.page-lar-crianca .desc .quote:after {
	content: '';
	position: absolute;
	top: 0;
	height: 60px;
	width: 60px;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left top;
	filter: brightness(0) invert(0.9);
	left: 30px;
}

.page-lar-crianca .desc p {
	font-size: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-lar-crianca .desc .quote {
	font-size: 30px;
	color: rgb(116, 139, 179);
	line-height: 1.167;
	padding-left: 30px;
	padding-top: 10px;
	position: relative;
	text-indent: 60px;
}

.page-lar-crianca .historia {
	padding: 70px 0;
	background-color: rgb(116, 139, 179);
}

.page-lar-crianca .historia img {
	position: absolute;
	left: 0;
	top: -150px;
	z-index: 1;
	width: 430px;
}

.page-lar-crianca .historia h2 {
	font-size: 25px;
	color: #fff;
}

.page-lar-crianca .historia p {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
}

.page-lar-crianca .historia .quote {
	margin: 50px 0 80px 0;
	font-size: 20px;
	position: relative;
	text-indent: 60px;
	padding-top: 15px;
}

.page-lar-crianca .historia .quote:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: left top;
}

.page-lar-crianca .about {
	background-color: rgb(116, 139, 179);
}

.page-lar-crianca .about .container {
	margin-right: 0;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.page-lar-crianca .about p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-lar-crianca .banner-interno {
	width: 100%;
	box-shadow: inset 0px 0px 60px 0px rgba(36, 41, 43, 0.45);
	min-height: 500px;
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
}

.page-lar-crianca .banner-interno h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.page-lar-crianca .banner-interno h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.page-lar-crianca .banner-interno p {
	font-size: 15px;
	color: #fff;
}

.page-lar-crianca .banner-interno a {
	margin-top: 10px;
	border-width: 3px;
	border: 3px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
}

.page-lar-crianca .banner-interno.infra {
	background-image: url('../img/lar-crianca/banner-infra.jpg');
	padding: 100px 0;
}

.page-lar-crianca .banner-interno.resp {
	background-image: url('../img/lar-crianca/banner-resp.jpg');
	padding: 20px 0;
}

.page-lar-crianca .equipe {
	background-color: rgb(116, 139, 179);
	padding: 70px 0;
}

.page-lar-crianca .equipe h2 {
	font-size: 40px;
	color: #fff;
}

.page-lar-crianca .equipe .group {
	color: #fff;
	margin-bottom: 40px;
}

.page-lar-crianca .equipe .group .cargo {
	font-size: 20px;
	display: block;
	line-height: 1;
	word-break: break-word;
}

.page-lar-crianca .equipe .group .name {
	font-size: 30px;
	display: block;
	line-height: 1.1;
	margin-top: 5px;
}

.page-lar-crianca .facul-slider-container {
	background-color: rgb(116, 139, 179);
}

.page-lar-crianca .facul-slider {
	margin-bottom: 0;
}

.page-lar-crianca .facul-slider .item {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.page-lar-crianca .facul-slider-container .container {
	margin-right: 0;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 0;
}

.page-lar-crianca .facul-slider-container .item .bg-title {
	font-size: 160px;
	color: rgb(236, 239, 241);
	font-weight: 700;
	position: absolute;
	left: -15px;
	bottom: -30px;
	line-height: 0.7;
}

.page-lar-crianca .facul-slider .item.valores span:not(.bg-title) {
	float: left;
	width: 100%;
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.page-lar-crianca .facul-slider .item h2 {
	font-size: 30px;
	color: rgb(116, 139, 179);
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.page-lar-crianca .facul-slider .item p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.page-lar-crianca .facul-slider .slick-dots {
	text-align: right !important;
	bottom: 20px;
}

.page-lar-crianca .faleconoscoform .top h2 {
	font-size: 40px;
	color: #748bb3;
	font-weight: normal;
}

.page-lar-crianca .faleconoscoform .top p {
	font-size: 20px;
	color: #666666;
}

.bg-lar-crianca {
    background-image: url('../img/lar-crianca/banner-topo.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-lar-crianca h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: 0px 2px 8px rgba(36, 41, 43, 0.2);
	font-weight: 700;
	margin-top: 200px;
}

/*TELEFONES*/
.telbox {
    background-color: #ffffff;
    color: #748bb3;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 26px;
    cursor: pointer;
}

.telbox i {
    font-size: 30px;
}

.tels {
    display: none;
    padding: 20px;
    font-size: 18px;
    color: #696969;
}

.tels div {
    margin-bottom: 5px;
    border-bottom: 1px solid #696969;
}
/*+++++++++++++++++++++++++*/
/*MATERIAL FORM*/
/*+++++++++++++++++++++++++*/
fieldset {
  margin: 0 0 48px;
  padding: 0;
  border: none;
}
.form-radio,
.form-group {
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
}
.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.form-help {
  margin-top: 2px;
  margin-left: 2px;
  color: #808183;
  font-size: 12.8px;
}
.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 16px;
}
.form-radio .form-help {
  padding-top: 4px;
  margin-top: -20px;
}
.form-group input {
  height: 30.4px;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 20px;
  height: 28px;
  padding: 2px 8px 1px;
  background: none;
  border-width: 0;
  border-bottom: 1px solid;
  border-color: #748bb3;
  line-height: 1.9;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 4px;
  pointer-events: none;
  padding-left: 10px;
  z-index: 1;
  color: #808183;
  font-size: 20px;
  font-weight: normal;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 1px solid #fff;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background: #748bb3;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 2px 2px 1px;
  font-size: 20px;
  border-width: 0;
  border-bottom: 1px solid;
  border-color: #748bb3;
  line-height: 1.9;
  width: 100%;
  color: #808183;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #696969;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 20px;
  color: #748bb3;
  top: -20px;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #748bb3;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.checkbox .form-help,
.has-error.radio .form-help,
.has-error.form-radio .form-help,
.has-error.form-group .helper,
.has-error.checkbox .helper,
.has-error.radio .helper,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.botao {
    font-size: 16px;
    margin-top: 20px;
}
/*INTRANET*/
.bgintranet {
    background-image: url('../img/bgintranet.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*MENSAGEM DE SEM RESULTADOS*/
.sem-resultados p {
    color: #696969;
    font-size: 20px;
	margin: 0;
}
/*##################################################*/
/*##################################################*/
/*
/*  _____                                 _
/* |  __ \                               (_)
/* | |__) |___  ___ _ __   ___  _ __  ___ ___   _____
/* |  _  // _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
/* | | \ \  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
/* |_|  \_\___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
/*                 | |
/*                 |_|
/*
/*##################################################*/
/*##################################################*/

@media (min-width: 320px) and (max-width: 991px) {
	.page-lar-crianca .historia img {
		position: static;
		width: 300px;
		margin: 50px auto 0 auto;
		display: block;
	}

	.bg-lar-crianca h1 {
		font-size: 35px;
		margin-top: 100px;
	}

	.page-lar-crianca .banner-interno h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.page-lar-crianca .banner-interno h3 {
		margin-bottom: 10px;
	}

	.page-lar-crianca .banner-interno a {
		margin-top: 0;
	}

	.page-sobre .criador .img-criador-container {
		position: relative;
		width: 100%;
		padding-top: 100%;
		margin-top: 20px;
		overflow: hidden;
	}

	.page-sobre .criador img {
		width: 100%;
		height: 100%;
		top: 0;
		object-fit: contain;
	}

	.page-sobre .estrutura {
		background-image: none;
	}

	.page-sobre .desc .quote {
		padding-left: 0;
	}

	.page-sobre .nossa-facul .container {
		padding: 50px 15px;
	}

	.page-sobre .desc {
		padding-bottom: 50px;
	}

	.page-sobre .desc .quote::after {
		left: 0;
	}

	.page-sobre .predio-ucpel {
		min-height: 250px;
	}

	.page-sobre .facul-slider-container .item .bg-title {
		font-size: 60px;
	}

	.page-sobre .facul-slider .slick-dots {
		bottom: 45px;
	}

	.page-sobre .sobre-slider .item .container {
		padding-left: 10px;
	}

	.page-sobre .sobre-slider .item h3 {
		font-size: 40px;
	}

	.page-sobre .sobre-slider .item p {
		font-size: 16px;
	}

	.page-sobre .sobre-slider .slick-arrow {
		top: 90%;
	}

	.bgsobre h1 {
		font-size: 45px;
		margin-top: 100px;
	}

	.logofixed {
		display: none;
	}

	header {
		height: 60px;
	}

	.header-scroll .mbd1, .modal-open .mbd1 {
		width: calc(100% - 65px);
	}

	header .mbd1 {
		padding: 20px 23px 0 0;
		background: linear-gradient(to left, #304361, #491762);
		width: 65px;
	}

	header .mbd2 {
		padding: 17px 16px 0 0;
		width: 65px;
	}

	header .topmenulogo {
		display: inherit !important;
		width: 36px;
		padding: 0;
		top: 10px;
		left: 10px;
	}

	header .animated-icon3 {
		width: 22px;
	}

	header .animated-icon3 span:nth-child(2), header .animated-icon3 span:nth-child(3) {
        top: 8px;
    }

    header .animated-icon3 span:nth-child(4) {
        top: 16px;
    }

	header .icon-search {
		width: 20px;
		height: 20px;
		margin-left: 0;
	}

	.modalmenu {
		overflow-y: auto;
	}

	/*Inverter posição das divs*/
	.modalmenubg {
		order: 2;
		padding-top: 0;
	}

  .mobileoff, .rightarrow, .leftarrow, .daterightarrow, .dateleftarrow, .alumnitxt, .alumniinfo {
      display: none !important;
  }

  .modalmenubg .ml1 {
      margin-top: 20px;
  }

  .menucol {
      margin-bottom: 10px;
	  padding-top: 60px;
	  padding-left: 10px;
	  position: inherit;
	  height: auto;
  }

  .menucol .title {
      font-size: 30px;
      padding-left: 15px;
  }

  .menucol .ml3 {
      padding-left: 40px;
      font-size: 22px;
      line-height: 36px;
  }

  .menucol .title img {
      width: 30px;
      bottom: 5px;
      left: 8px;
  }

  .menuredes {
      text-align: center;
      margin-bottom: 50px;
  }

  .cursosbox {
      height: 420px;
  }

  .servicostxt {
      bottom: -95px;
  }

  .cursosbox img {
      height: 70%;
  }

  .cursosbox:hover .servicostxt {
      transform: translateY(+0px);
  }

  .box {
    width: 100%;
    height: 435px;
    margin: 0 auto;
  }

  .boxtxt {
    width: 100%;
  }

  .imgshadow {
      background-size: cover;
  }

  .bsaiba {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
  }

  .destaques {
      padding-top: 30px;
      padding-bottom: 50px;
  }

  .noticias, .blogmobile {
      padding: 30px 0px;
  }

  .bloglogomobile {
    width: 60%;
  }

  .desktopoff .newscard {
      /*height: 480px;*/
	  height: 450px;
  }

  .desktopoff .newscard .title, .desktopoff .newstitlemobile {
      font-size: 24px;
      color: #748bb3;
  }

  .desktopoff .newslinemobile {
      margin-top: 5px;
      margin-bottom: 20px;
      border-top: 4px solid #efc031;
      width: 40px;
  }

  .blog {
      background: linear-gradient(to right, #f6f6f6 70%, #f6f6f6 30%);
  }

  .blog img, .banners img  {
      width: 100%;
  }

  .blogmobile .newscard {
      /*height: 550px;*/
  }

  .banners {
      background-color: #ffffff;
  }

  .bannerbox {
     /* height: 250px;
      max-height: 250px;*/
  }

  .alumnimobile {
      width: 100%;
      /*height: 40%;*/
      position: absolute;
      padding: 10px;
      bottom: 0px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      background-color: rgba(48, 67, 97, 0.7);
      z-index: 8000;
  }

  .alumnimobile span {
      font-size: 20px;
  }

  .somostxt1, .somostxt2 {
      font-size: 18px;
      line-height: 20px;
      margin-top: 0px;
  }

  .somostxt2 {
	  margin-top: 5px;
  }

  .somostxt2 img {
      width: 40px;
      top: 0px;
      /*left: 60px;*/
  }

  .footer {
      padding: 30px 0 0 0;
      background-color: #fff;
      text-align: center;
  }

  .footer .container {
	  width: 100%;
  }

  .footer * {
	  padding: 0;
  }

  .footer .row {
	  margin: 0;
  }

  .footer .acclinks a {
	  font-size: 20px;
	  display: block;
	  padding: 5px 0;
  }

  .accline {
      margin-bottom: 20px;
      width: 40px;
  }

  .footer .redes {
	  background-color: #f2f3f4;
	  text-align: center;
	  padding: 50px 0;
	  margin-top: 30px;
  }

  .footer .redes .logo-ucpel {
	  margin-top: 40px;
  }

  .footer .human2be {
	  text-align: center;
	  padding: 20px 0;
	  background-color: #e8eaec;
  }

  .footer .content-center {
	  text-align: left;
	  display: inline-block;
  }

/*INTERNAS RESPONSIVE*/
  .fixedbanner {
      height: 250px;
  }

  .docbox {
      font-size: 18px;
  }

  .cursosbox img {
      height: unset;
  }

  .eventbox {
      margin-bottom: 20px;
  }

  .telbox {
        font-size: 16px;
  }

  .telbox i {
      font-size: 18px;
  }

    .tels {
        padding: 10px;
        font-size: 14px;
    }
}

@media (min-width: 375px) and (max-width: 424px) {

  .bvest {
      top: 280px;
  }

  .blogmobile .newscard {
      /*height: 600px;*/
  }

  .footerm2 .logo {
      width: 50%;
  }

}

@media (min-width: 425px) and (max-width: 767px) {
  .box {
      margin: 0 auto;
  }

  .boxtxt .title {
    padding: 10px;
  }

  .bvest {
      top: 230px;
  }

  .bsaiba {
      top: 360px;
  }

  .blogmobile .newscard {
      /*height: 620px;*/
  }

  .footerm2 .logo {
      width: 40%;
  }

  .footerm2, .footerm3 {
    width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
 /* .mobilemenucol .title {
      font-size: 42px;
  }

  .mobilemenucol .ml3 {
      font-size: 30px;
      line-height: 50px;
  }*/

  .modalmenubg .ml1 {
      font-size: 30px;
  }

  .bvest {
      top: 270px;
  }

  .destaques .desktopoff .newscard {
      height: 550px;
  }

  .destaques .desktopoff .newscard .newsimg {
      height: 350px;
  }

  .blogmobile .newscard {
      /*height: 850px;*/
  }

  .bannerbox {
      /*height: 550px;
      max-height: 550px;*/
  }

  .bannerbox img {
      height: 100%;
  }

  .footerm2, .footerm3 {
    width: 100%;
  }

  .footerm2 .logo {
      width: 25%;
      margin-top: 10px;
  }

  .menuredes {
      margin-top: 50px;
      margin-bottom: 50px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .desktopoff, .rightarrow, .leftarrow, .daterightarrow, .dateleftarrow, .alumnitxt, .alumniinfo {
      display: none !important;
  }

  /*.menubox .mbd1, .menubox .mbd2 {
      font-size: 14px;
  }

  .menubox .mbd1 {
      padding: 15px;
  }

  .menubox .mbd2 {
      width: 60%;
  }

  .menubox .mbd2 img {
      margin-top: -3px;
  }*/

  .cards {
      /*height: 450px;*/
  }

  .boxtxt .title {
      font-size: 20px;
  }

  .bvest {
      top: 180px;
  }

  .bsaiba {
      left: 5px;
      top: 300px;
  }

  .dboxtext span {
      font-size: 28px;
  }

  .dboxtext p {
      font-size: 16px;
      margin-top: 20px;
  }

  .noticias .title {
      font-size: 28px;
  }

  .noticias .news {
      font-size: 18px;
  }

  .datetext span {
      font-size: 26px;
  }

  .datetext p {
      font-size: 14px;
  }

  .blog {
      background: linear-gradient(to right, #f6f6f6 70%, #f6f6f6 30%);
  }

  .alumnimobile {
      width: 100%;
      /*height: 40%;*/
      position: absolute;
      padding: 10px;
      bottom: 0px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      background-color: rgba(48, 67, 97, 0.7);
      z-index: 8000;
  }

  .alumnimobile span {
      font-size: 18px;
  }
}

@media (min-width: 767px) {
  .material__design textarea {
      height: 298px;
  }
}

/*FIX Background Parallax on Iphone*/
@media (max-width: 425px) {
  .fixedbanner {
      background-size: 225%;
  }
}

/*Special*/
@media (min-width: 1200px) and (max-width: 1300px) {
  .desktopoff, .rightarrow, .leftarrow, .daterightarrow, .dateleftarrow, .alumnitxt, .alumniinfo {
      display: none !important;
  }

  .blog {
      background: linear-gradient(to right, #f6f6f6 70%, #f6f6f6 30%);
  }

  .alumnimobile {
      width: 100%;
      /*height: 40%;*/
      position: absolute;
      padding: 10px;
      bottom: 0px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      background-color: rgba(48, 67, 97, 0.7);
      z-index: 8000;
  }

  .alumnimobile span {
      font-size: 18px;
  }
}

/*Desktop Off*/
@media (min-width: 1301px) {
  .desktopoff, .alumnimobile {
      display: none !important;
  }
}
