body {
	font-family: 'Open sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body.fixed-header {
	padding-top: 212px;
}
h1, h2 {
	color: #132D60;
	font-weight: 300;
	font-size: 3.21em;
	margin-bottom: 1em;
	letter-spacing: -0.06em;
}
p {
	color: #535353;
	font-size: 15px;
	line-height: 180%;
}
b, strong {
    font-weight: 600;
}

/**
 * Header 
 */
.header {
	padding: 2em 0 1em;
	background-color: #204388;
	border-bottom: 10px solid #DA251E;
	background-image: url(../imagens/h-fundo.png);
}
.header:before {
	top: 0;
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background: url(../imagens/linha-topo.jpg) repeat-x;
}
.header.navbar-fixed-top {
    padding: 1em 0;
	animation: fadeInDown 1s alternate ease;
    box-shadow: 0 2px 5px 0px #333333;
    -webkit-box-shadow: 0 2px 5px 0px #333333;
    -moz-box-shadow: 0 2px 5px 0px #333333;
    -o-box-shadow: 0 2px 5px 0px #333333;
}
.navbar-collapse {
	margin-top: 3em;
}
.header.navbar-fixed-top img {
    width: 80px;
}
.header.navbar-fixed-top .navbar-collapse {
    margin-top: 1em;
}
.header.navbar-fixed-top .navbar-collapse.in,
.header.navbar-fixed-top .navbar-collapse.collapsing {
    margin-top: 3em;
}
.header.navbar-fixed-top .navbar-collapse li + li {
    margin-left: 1.21em;
}
.header.navbar-fixed-top .navbar-collapse.in li + li ,
.header.navbar-fixed-top .navbar-collapse.collapsing li + li {
	margin-left: 0;
}
#menu a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 1.2857em;
	letter-spacing: -0.07em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu a:hover, #menu a:focus, #menu a:active {
	background: -moz-linear-gradient(top, #d10906 0%, #d85450 8%, #d85450 8%, #d61c19 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d10906 0%,#d85450 8%,#d85450 8%,#d61c19 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d10906 0%,#d85450 8%,#d85450 8%,#d61c19 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10906', endColorstr='#d61c19',GradientType=0 ); /* IE6-9 */
}
#menu li + li {
	margin-left: 3.21em;
}
.navbar-toggle {
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #204388;
}

/** 
 * Responsive menu
 */
.navbar-collapse.in, .navbar-collapse.collapsing{
	left: 5%;
	width: 90%;
	z-index: 9999;
    padding: 0 1em;
	overflow: hidden;
	margin-left: 0px;
    margin-right: 0px;
	position: absolute;
    float: none !important;
    background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 5px 0px #333333;
    -webkit-box-shadow: 0 2px 5px 0px #333333;
    -moz-box-shadow: 0 2px 5px 0px #333333;
    -o-box-shadow: 0 2px 5px 0px #333333;
}

/**
 * Slider
 */
.slider .item {
	position: relative;
}
.slider .item img {
	width: 100%;
	height: auto;
}
.item .details {
	top: 30%;
	left: 20%;
	z-index: 999;
	color: #122C5D;
	font-weight: 300;
	font-size: 4.35em;
	line-height: 1;
	position: absolute;
	letter-spacing: -0.06em;
}
.details span {
	color: #DD352F;
	font-weight: bold;
	font-style: italic;
	display: block;
	font-size: 1.18em;
	text-indent: 1em;
}
.details:before {
	content: '';
	display: block;
	width:1px;
	height:1px;
	box-shadow: 3em 2em 3em 3em #fff;
	-webkit-box-shadow: 3em 2em 3em 3em #fff;
    -moz-box-shadow: 3em 2em 3em 3em #fff;
    -o-box-shadow: 3em 2em 3em 3em #fff;
}
.owl-prev {
	top: 45%;
    width: 10%;
	height: 44px;
	position: absolute;
	text-indent: -9999em;
	background: url(../imagens/prev-arrow.png) center no-repeat;
}
.owl-next {
	top: 45%;
    right: 0;
    width: 10%;
	height: 44px;
	position: absolute;
	text-indent: -9999em;
	background: url(../imagens/next-arrow.png) center no-repeat;
}
/**
 * About
 */
.about {
	padding: 7em 0;
	position: relative;
}
.lapis {
	left:0;
	padding: 0;
	bottom: -5em;
	position: absolute;
}
.about:before {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.15;
	position: absolute;
	background: url(../imagens/fundo-instituicao.png) no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.about .owl-carousel .owl-wrapper-outer {
	width: 80%;
	margin: auto;
}
#into {
	margin-bottom: 2em;
}

/**
 * Study 
 */
.study {
	padding: 7em 0;
	background-color: #DA251E;
	background-image: url(../imagens/balao-fundo.png);
	background-repeat: no-repeat;
	background-size: 45% auto;
	-o-background-size: 45% auto;
	-moz-background-size: 45% auto;
	-webkit-background-size: 45% auto;
}
.fale-conosco {
	position: relative;
}
.fale-conosco h2{
	color: #fff;
}
.fale-conosco p{
	color: #fff;
	margin-bottom: 30px;
}
.btn-default{
	height: 50px;
	color: #132D60;
	padding: 0 2.5em;
	line-height: 50px;
	font-size: 1.21em;
	font-weight: bold;
	background-color: #fff;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}
.telefone {
	float: right;
}	
.telefone p{
	font-size: 1.57em;
	font-weight: 300;
	letter-spacing: -0.06em;
}
#hola {
	top: -5%;
	right: 45%;
	position: absolute;
}
#salut {
	top: -10%;
	right: 30%;
	position: absolute;
}
#hallo {
	top: -5%;
	right: 12%;
	position: absolute;
}
#aloha {
	top: 17%;
	right: 25%;
	position: absolute;
}

/**
 * Courses
 */
.courses {
	padding: 7em 0;
	background: #F4F4F4;
}
.content-courses{
	width: 280px;
	margin: auto;
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #EEEEEE;
}
.content-courses h3{
	color: #132D60;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 1.78em;
	letter-spacing: -0.06em;
}
.content-courses small{
	color: #DA251E;
	font-size: 0.93em;
	letter-spacing: -0.06em;
}
.image{
	overflow: hidden;
	margin-top: 13px;
}
.image img {
	transition: all 0.8s;
}
.content-courses:hover img {
	transform: scale(1.2);
}
#slider-courses {
	width: 80%;
	margin: auto;
}
#slider-courses .owl-prev {
	left: -10%;
}
#slider-courses .owl-next {
	right: -10%;
}
.course-info {
	margin: auto;
	max-width: 900px;
	background: #fff;
	position: relative;
}
.course-info .top-header {
    padding: 1em 0 1em 13%;
    border-bottom: 5px solid #DA251E;
	background: #132D60 url(../imagens/balao-fundo.png) no-repeat;
    background-size: 10% auto;
	-o-background-size: 10% auto;
	-moz-background-size: 10% auto;
	-webkit-background-size: 10% auto;
}
.top-header h1 {
	margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 2.64em;
}
.top-header small {
    color: #DA251E;
    font-size: 1.07em;
    letter-spacing: -0.06em;
}
.mfp-close-btn-in .mfp-close {
	top: 25px;
	right: 20px;
	color: #fff;
	opacity: 1;
}
.course-info p {
    padding: 6% 8%;;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Contact
 */
.contact {
	padding: 7em 0;
}
.contact input, .contact textarea {
	border: none;
	color: #535353;
	box-shadow: none;
	-moz-box-shadow: none;
	-wekit-box-shadow: none;
	background: #E4E4E4;
}
.contact input {
	height: 50px;;
}
.contact .form-group {
	margin-bottom: 5px;
}
.contact input[type=submit] {
	color: #fff;
	float: right;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	background: #132D60;
	letter-spacing: -0.06em;
}
.contact-form {
	margin-bottom: 4em;
}
.map {
	margin-bottom: 4em;
	overflow: hidden;
}
.map iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
}
.like p {
	line-height: 0.85;
	color: #132C5F;
	font-size: 1.86em;
	font-weight: 300;
	margin-bottom: 0;
	letter-spacing: -0.06em;
}
.like small {
	display: block;
	color: #284E95;
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 1em;
	font-style: italic;
	letter-spacing: -0.03em;
	transform: translateX(32%);
}
#highlight_fb {
	color: #DA251E;
	font-size: 2.15em;
	font-weight: bold;
	font-style: italic;
	text-indent: 2.5em;
}
.fb-like {
	margin-top: 2em;
	transform: translateX(60%);
	display: block!important;
}
.box {
	float: left;
}

/** 
 * Footer 
 */
.footer {
	padding: 7em 0;
	background-color: #132D60;
	background-image: url(../imagens/h-fundo.png);
}
.subfooter {
	padding: 2em 0;
	background: #DA251E;
}
.subfooter p {
	margin: 0;
	color: #fff;
}

/**
 * Responsive fixes 
 */
@media (max-width: 992px) {
	.study {
		background-image: none;
	}
	.box {
		float: none;
		text-align: center;
	}
	.box img {
		transform: translateX(40%) translateY(20%) rotateY(180deg);
	}
	.fb-like, .like small {
		transform: none;
	}
	.item .details {
		font-size: 3.2em;
	}
	#menu li + li {
		margin-left: 0;
	}	
}
@media (max-width: 768px) {
	.item .details {
		font-size: 2em;
	}
}
@media (max-width: 480px) {
	.telefone {
		float: none;
	}
}
@media (max-width: 380px) {
	.mfp-close-btn-in .mfp-close {
		top: 0;
		right: 15px;
	}
	.course-info .top-header {
		padding-top: 3em;
	}
}

/**
 * Animations 
 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}