/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
a {
	color: #25a9e0;
}

a:hover {
	color: #003B87;
}

body {
	color: #555;
}

section#sp-group {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

section#sp-group p {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0;
}

.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #384a9b;
	transition: all 500ms ease;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: none;
}

header#sp-header {
	padding: 0px;
}

header a.readon-button {
	background-color: transparent;
	font-weight: 800;
	font-size: 17px;
	color: #fff;
	line-height: 89px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

header a.readon-button:link {
	text-decoration: none;
	color: #fff;
}

header a.readon-button:visited {
	color: #fff;
}

header a.readon-button:hover {
	color: #fff;
}

header .sp-module ul >li >a:before {
	display: none;
}

header .sp-module ul >li {
	border: none;
}

#offcanvas-toggler {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAABZCAMAAAA3tJvDAAAAFVBMVEVMaXH////////////////////////zsRG/AAAABnRSTlMAQMCAMCBFBbxlAAAACXBIWXMAACxKAAAsSgF3enRNAAAATUlEQVRo3u3a0QnAIBBEwTOJ6b9kU0MQV2Gmgfd3cLB1B/R6A5qqquqv6hXwFAAAADO09b5q4H1VVVU9qpq5TQAAAMxgaaSqqrrh0mgAfRBJU2O7KYYAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 23px auto;
	float: none;
	line-height: 89px;
	margin: 0;
	padding: 0;
}

#offcanvas-toggler:after {
	content: "Menu";
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	padding: 0 0 0 40px;
}

@media (max-width:768px) {
	#sp-header {
		padding: 0 10px !important;
	}

}

section#sp-slogan {
	max-with: 1700px;
}

section#sp-slogan h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.15;
	color: #003B87;
	padding: 0 5px;
}

section#sp-areas .sp-module .sp-module-title, section#sp-call-to-action .sp-module .sp-module-title {
	margin: 0 0 30px 0;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #384a9b;
	font-weight: 400;
}

#sp-areas a.readon-button {
	background-color: #384a9b;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #384a9b;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	margin: auto;
}

#sp-areas a.readon-button:link {
	text-decoration: none;
}

#sp-areas a.readon-button:visited {
	color: #fff;
}

#sp-areas a.readon-button:hover {
	color: #fff;
}

/*
section#sp-areas .sp-module .sp-module-title:before, 
section#sp-call-to-action .sp-module .sp-module-title:before {
	display: inline-block;
	width: 2px;
	height: 40px;
	top: -50px;
	left: 50%;
	position: absolute;
	content: " ";
	background-color: #ccc;
	border-radius: 10px;
	z-index: 20;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
*/

#sp-areas li.mfp_carousel_customfield_id_1 img,
.mfp_carousel_customfield_value img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}

section#sp-news .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: #384a9b;
	font-weight: 400;
}

.nspArt h4.nspHeader a {
	font-size: 22px;
	font-weight: 600;
	color: #384a9b;
}

.nspArt p.nspText {
	font-weight: 500;
	line-height: 21px;
}

#sp-news a.readon-button {
	background-color: #fff;
	display: table;
	font-weight: 700;
	font-size: 14px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-news a.readon-button:link {
	text-decoration: none;
}

#sp-news a.readon-button:visited {
	color: #384a9b;
}

#sp-news a.readon-button:hover {
	color: #384a9b;
}

.nspArt .nspInfo {
	display: block !important;
	font-weight: 700;
	color: #20394A;
	margin: 0;
	padding: 0;
}

section#sp-schedule .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	text-transform: none;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

section#sp-schedule h2 {
	color: #fff;
	padding: 0 15px;
}

#sp-schedule a.readon-button {
	background-color: #fff;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #1f496e;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #fff;
	margin: auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-schedule a.readon-button:link {
	text-decoration: none;
}

#sp-schedule a.readon-button:visited {
	color: #1f496e;
}

#sp-schedule a.readon-button:hover {
	color: #1f496e;
}

#sp-position5 {
	border-right: 2px solid #fff;
}

#sp-call-to-action p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

#sp-call-to-action a.readon-button {
	background-color: #384a9b;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #384a9b;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button:visited {
	color: #fff;
}

#sp-call-to-action a.readon-button:hover {
	color: #fff;
}

#sp-call-to-action a.readon-button-alt {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	color: #25a9e0;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-call-to-action a.readon-button-alt:link {
	text-decoration: none;
}

#sp-call-to-action a.readon-button-alt:visited {
	color: #25a9e0;
}

#sp-call-to-action a.readon-button-alt:hover {
	color: #25a9e0;
}

#sp-bottom p {
	font-weight: 400;
}

#sp-bottom .sp-module .sp-module-title {
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.85em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 0;
	color: #fff;
}

#sp-bottom .sp-module .sp-module-title:after {
	display: none;
}

#sp-bottom a.readon-button {
	background-color: #384a9b;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #384a9b;
	margin: 20px 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#sp-bottom a.readon-button:link {
	text-decoration: none;
}

#sp-bottom a.readon-button:visited {
	color: #fff;
}

#sp-bottom a.readon-button:hover {
	background-colour: transparent;
	color: #fff;
}

.scrollup {
	background: #384a9b url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93X3VwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgOTYgOTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2IDk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01Miw4NFYyMS43bDIxLjUsMjEuNWMxLjYsMS42LDQuMSwxLjYsNS43LDBjMS42LTEuNiwxLjYtNC4xLDAtNS43TDUwLjgsOS4ybDAsMGMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjUKCWMtMC4xLTAuMS0wLjItMC4xLTAuMy0wLjJjLTAuMS0wLjEtMC4yLTAuMS0wLjQtMC4yYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMWMtMC4xLDAtMC4yLTAuMS0wLjMtMC4xQzQ4LjUsOCw0OC4zLDgsNDgsOGwwLDAKCWMwLDAsMCwwLDAsMGMtMC4zLDAtMC41LDAtMC44LDAuMWMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xYy0wLjEsMC0wLjMsMC4xLTAuNCwwLjFjLTAuMSwwLjEtMC4zLDAuMS0wLjQsMC4yCgljLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4yYy0wLjIsMC4xLTAuNCwwLjMtMC42LDAuNUwxNi45LDM3LjVjLTEuNiwxLjYtMS42LDQuMSwwLDUuN2MxLjYsMS42LDQuMSwxLjYsNS43LDBMNDQsMjEuN1Y4NAoJYzAsMi4yLDEuOCw0LDQsNFM1Miw4Ni4yLDUyLDg0eiIvPgo8L3N2Zz4K) no-repeat center center;
	background-size: 17px 17px;
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 32px;
	right: 50px;
	display: none;
	z-index: 888;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
}

.sp-page-title {
	position: relative;
	padding: 200px 0 25px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sp-page-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	color: #fff !important;
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
}

.sp-page-title h2:after {
	display: none;
}

#sp-main-body {
	padding: 50px 0 100px 0;
}

#sp-main-body p {
	font-weight: 500;
}

#sp-main-body h1 {
	color: #384a9b;
}

#sp-main-body h2 {
	color: #003B87;
	font-weight: 600;
	line-height: 1.35;
	padding: 10px 0px;
	margin-bottom: 20px;
}

#sp-main-body h3 {
	color: #003B87;
	font-weight: 500;
}

section#sp-highlight .sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #003B87;
	text-transform: none;
}

section#sp-highlight p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
	color: #003B87;
}

section#sp-highlight em {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #000;
}

.com-content #sp-main-body {
	background: #ffffff;
}

.panel {
	box-shadow: none;
}

.rl_sliders.accordion>.accordion-group {
	border: none;
}

.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
	background-color: #eee;
}

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	background-color: #eee;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	border: none;
}

a.accordion-toggle:link {
	color: #20394A !important;
	font-size: 22px;
	font-weight: 700;
}

a.accordion-toggle:visited {
	color: #20394A !important;
}

a.accordion-toggle:hover {
	color: #20394A !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle {
	background-image: url(../images/minus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed {
	background-image: url(../images/plus.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 33px auto;
	color: #0e1d5d;
	font-weight: bold;
	padding-left: 0 !important;
}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    background-color:#eee;
	padding: 20px 35px 25px 20px;
}

.panel {background-color:#eee;}

.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner p {
	color: #003B87;
	font-weight: 500;
}

span.sp-copyright {
	font-size: 14px;
}

#sp-component .blog p {
	color: #003B87;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

#sp-component .blog img {
	margin-bottom: 10px;
}

input[type="text"], input[type="textarea"], textarea {
	border-bottom: 2px solid #20394a;
	padding: 30px 20px;
	width: 100%;
}

input[type="textarea"], textarea {
	border-bottom: 2px solid #20394a;
	padding: 30px 20px;
	width: 100%;
	min-height: 180px;
}

.rsform-block-referertitle input[type="text"] {
	background-color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding: 0px;
	width: 100%;
	display: none;
}

.rsform-block-referertitle .control-label {
	display: none;
}

/*
.rsform-block label {
	display: none;
}
*/

button[type="submit"], input[type="submit"], button[type="submit"]:hover, button[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #25a9e0;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #25a9e0;
	margin: 20px 0;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.bt-googlemaps {
	box-shadow: 0 40px 85px rgba(0, 0, 0, 0.15), 0 25px 80px rgba(0, 0, 0, 0.1);
}

.control-group {
	margin-bottom: 30px;
}

.rsform-block label {
	font-weight: 700;
	color: #000;
	margin-top: 5px;
}

.rsform-block label.checkbox,
.rsform-block label.radio {
	font-weight: 500;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: static;
	margin-top: 4px\9;
	margin-right: 7px;
	margin-left: 0;
}

#sp-bottom p, #sp-footer p {
	font-weight: 500 !important;
	font-size: 15px;
}

#sp-footer a {
	margin-right: 15px;
}

#sp-footer2 a:link, #sp-footer2 a:visited, #sp-footer2 a:hover {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #25a9e0;
}

@media only screen and (max-width:1010px) {
	.dj-main {
		display: none;
	}

}

.sigplus-gallery > ul {
	line-height: 0;
}

.slideplus-navigation > a, .slideplus-paging > a {
	padding: 0 3px;
	margin: 20px 5px 5px 5px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background-size: 0px !important;
	background-repeat: no-repeat;
}

.slideplus-pager.slideplus-current {
	color: white;
	font-weight: 600;
	background-color: #25a9e0;
	border: 1px solid #25a9e0;
}

#sigplus_1001 .slideplus-aspect {
	padding: calc(0px + 0px) calc(0px + 0px) calc(0px + 0px + 100%);
}

#fancybox-content {
	border: none;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px 7px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: initial;  /* top: 0; */

	/* right: 0; */
	padding: 10px 20px;
	cursor: pointer;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
	left: auto;
	right: auto;
	font-size: 28px;
	padding: 20px 0px;
}

.page-footer {
	display: none;
}

.format {
	background-color: red;
	width: 35px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
}

table p {
	margin: 0;
}

.table>tbody>tr>td {
	padding: 20px 10px;
	border: none;
}

.blog .accordion-inner {
	padding: 15px 0px 15px 0px !important;
}

.scrollup {
  right: 100px;
}

#sp-bottom4 .sp-module ul >li >a {
	padding: 0;
}

.jmm-social.default .jmm-list li {
	margin: 0 !important;
}

/* Formação */

.for-main-image img {
	object-fit: cover;
	width: 100%;
	height: 450px;
}

.for-data {
  background: #384a9b;
  padding: 20px;
  position: relative;
  top: -20px;
  max-width: 350px;
  text-align: center;
  color: #fff;
}
.for-components ul {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
}
.for-components ul li {
    list-style: none;
}

.for-components h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.for-link a.readon-button {
	background-color: #eee;
	display: table;
	font-weight: 600;
	font-size: 14px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #eee;
	margin: 20px auto;
	padding: 15px 25px;
	border-radius: 50px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.for-link a.readon-button:link {
	text-decoration: none;
}

.for-link a.readon-button:visited {
	color: #384a9b;
}

.for-link a.readon-button:hover {
	color: #384a9b;
}

#coordenacao,
#formadores,
#programa {
	padding: 25px 0;
	border-top: 1px solid #e4e4e4;
}

#coordenacao {
	margin-top: 30px;
}

.for-coordination ul {
  -webkit-columns: 1 200px;
     -moz-columns: 1 200px;
          columns: 1 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}
.for-coordination li {
	list-style: none;
  display: inline-block; /*necessary*/
}

.for-coordination h1 {
	font-weight: 600;
  margin: 15px 0 45px 0 !important; 
}

.for-coordination h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.for-coordination img {
  margin: auto;
}

.for-coordination li {
	margin-bottom: 25px;
}

.for-coordination p {
	font-size: 14px;
	margin: 10px;
}

.for-coordination a:link,
.for-coordination a:visited,
.for-coordination a:hover {
	background-color: #eee;
	display: table;
	font-weight: 600;
	font-size: 16px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #eee;
	padding: 7px 15px;
	border-radius: 50px;
	margin: auto;
}

/*
.for-teaching ul {
  -webkit-columns: 200px 3;
     -moz-columns: 200px 3;
          columns: 200px 3;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}

.for-teaching ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  list-style-position: inside;
  list-style-type: none;
}

.for-teaching li {
	list-style: none;
  display: inline-block; /necessary/
  margin-bottom: 20px;
}
*/

.for-teaching ul {
  -webkit-columns: 1 200px;
     -moz-columns: 1 200px;
          columns: 1 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}
.for-teaching li {
	list-style: none;
  display: inline-block; /*necessary*/
}

.for-teaching h1 {
	font-weight: 600;
  margin: 15px 0 45px 0 !important; 
}

.for-teaching h2 {
  color: #003B87;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 0 5px 0 !important;
  margin-bottom: 0 !important; 
}

.for-teaching img {
  margin: auto;
}

.for-teaching p {
	font-size: 14px;
	margin: 10px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #e4e4e4;
}

.for-teaching a:link,
.for-teaching a:visited,
.for-teaching a:hover {
	background-color: #eee;
	display: table;
	font-weight: 600;
	font-size: 16px;
	color: #384a9b;
	line-height: 1.42857;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 2px solid #eee;
	padding: 7px 15px;
	border-radius: 50px;
	margin: auto;
}

.for-program ul {
  -webkit-columns: 1 200px;
     -moz-columns: 1 200px;
          columns: 1 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
          padding: 0;
}
.for-program li {
	list-style: none;
  /*display: inline-block; necessary*/
  margin-bottom: 35px;
}

.for-program h1 {
	font-weight: 600;
  margin: 15px 0 45px 0 !important; 
}

.for-program h2 {
	font-size: 25px;
	font-weight: 500;
	color: #25a9e0 !important;
  margin: 5px 0 20px 0 !important;
  padding: 0 !important;
}

.for-program h3 {
	font-size: 20px;
	font-weight: 600;
	color: #25a9e0 !important;
  margin: 5px !important;
  padding: 0 !important;
}	

.for-coordination h2 {
  color: #003B87;
  font-weight: 600;
  line-height: 1.35;
  padding: 10px 0px;
  margin-bottom: 5px !important; 
}

.mfp_masonryxt_item .mfp_masonryxt_item_inner .mfp_overlay {
	background: none !important;
}

h4.mfp_carousel_title {
	min-height: 70px;
}

.mfp_carousel_skin_default .mfp_block_title {
	display: none;
}

.rsform-block-temascurriculares > div > label > strong {
	background: #fff;
	margin-left: -20px;
	margin-top: 10px;
	display: inline-block;
}

.mfp_carousel_skin_default .mfp_carousel_customfield .mfp_customfield_layout_nolabel li {
	font-size: .9em;
	line-height: 18px;
	list-style: none;
	border: none !important; 
	padding: .3em 0;
	display: block;
}
.mfp_carousel_skin_default .tns-controls button:first-child {
	color: transparent;
	width: 30px !important; 
	height: 30px !important; 
	overflow: hidden;
	background: url(../../../tmpl/carousel/back.png) no-repeat;
	background-size: 30px !important; 
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.mfp_carousel_skin_default .tns-controls button:last-child {
	color: transparent;
	width: 30px !important; 
	height: 30px !important; 
	overflow: hidden;
	background: url(../../../tmpl/carousel/next.png) no-repeat;
	background-size: 30px !important;
}