<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Arita Treinamentos
Theme URI: https://www.ao5.com.br/
Description: Tema criado exclusivamente para Arita Treinamentos
Author: Rafael Elias Alves Ribeiro
Author URI: http://rafaelias.com.br
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:300,400,600,700&amp;display=swap');

/***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:not([type='checkbox']):not([type='radio']), select, textarea {
	-webkit-appearance: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.clear {
	clear: both;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    			  
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;

    justify-content: space-between;
}

.flex-around {justify-content: space-around}
.flex-left {justify-content: left;}
.flex-center {justify-content: center}
.flex-right {justify-content: flex-end;}
.align-center {-ms-flex-align: center; align-items: center}
.flex-start {align-items: flex-start;}

/* #### HEADER #### */
#header {
	background: #ef922c;
	width: 100%;
	height: 140px;
	text-transform: uppercase;
	position: relative;
	z-index: 1040;
}

	.header_topo {
		background: #eeeeee;
		width: 100%;
		height: 60px;
		position: relative;
		z-index: 2;
	}

		.header_topo .content {
			height: 100%;
			padding: 0 20px;
		}

			#menu_header_topo ul {
				list-style: none;
				margin: 0;
			}

				#menu_header_topo ul li {
					margin: 0 20px 0 0;
					display: inline-block;
				}

					#menu_header_topo ul li a {
						background: transparent;
						padding: 0;
						font-size: 14px;
						line-height: 18px;
						color: #09173c;
						font-weight: 600;
					}

						#menu_header_topo ul li:hover a {
							color: #a27e4d;
						}

			.topo_whats {
				margin: 0 20px 0 0;
			}

				.topo_whats a {
					background: #08ab39;
					padding: 10px 55px 10px 10px;
					font-family: 'Montserrat', sans-serif;
					font-size: 16px;
					line-height: 20px;
					color: #ffffff;
					font-weight: bold;
					border-radius: 3px;
					display: inline-block;
					vertical-align: middle;
					position: relative;
					overflow: hidden;
				}

					.topo_whats a:hover {
						background: #109639;
					}

					.topo_whats a i {
						background: #109639;
						width: 44px;
						height: 100%;
						font-size: 18px;
						line-height: 40px;
						font-weight: normal;
						text-align: center;
						position: absolute;
						top: 0;
						right: 0;
					}

						.topo_whats a:hover i {
							background: #08ab39;
						}

			.topo_tel {
				font-size: 16px;
				line-height: 40px;
				color: #09173c;
			}

				.topo_tel i {
					background: #09173c;
					margin: 0 5px 0 0;
					padding: 10px 12px;
					font-size: 18px;
					line-height: 20px;
					color: #ffffff;
					border-radius: 3px;
				}

			.redes_header {
				margin: 0 0 0 50px;
			}

				.redes_header a {
					margin: 0 0 0 10px;
					font-size: 21px;
					line-height: 25px;
					color: #09173c;
					display: inline-block;
					vertical-align: middle;
				}

	.header_baixo {
		background: #ffffff;
		width: 100%;
		height: 80px;
		position: relative;
		z-index: 1;

		box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
	}

	.header_fixed .header_baixo {
		position: fixed;
		top: 0;
		left: 0;
	}

		.header_baixo .content {
			height: 100%;
			padding: 0 20px;
		}
			.content .logo {
				background: url(assets/img/logo.png) no-repeat top left / contain;
				width: 128px;
				height: 45px;
				margin: 0;
				text-indent: -9999px;
				position: relative;
			}

				.content .logo a {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1;
				}

			.toggleSearch, .mobile_form, .btns_mobile, .info_header_baixo {display: none;}
			.toggleMenu {display: none;}
			.header_baixo_right {
				width: calc(100% - 150px);
				text-align: right;
				position: relative;
				z-index: 2;
			}

				#menu_header_baixo {
					text-align: right;
				}

					#menu_header_baixo ul {
						margin: 0;
						list-style: none;
						position: relative;
					}

						#menu_header_baixo ul li {
							margin: 0 0 0 20px;
							padding: 25px 0;
							display: inline-block;
							position: relative;
						}

						#menu_header_baixo ul li.hide_desktop {
							display: none;
						}

							#menu_header_baixo ul li a {
								background: transparent;
								padding: 5px 0;
								font-size: 16px;
								line-height: 20px;
								color: #09173c;
								font-weight: 600;
								letter-spacing: -0.5px;
								display: inline-block;
								position: relative;
							}

								#menu_header_baixo ul li a:before {
									content: '';
									background: #ffffff;
									width: 100%;
									height: 1px;
									position: absolute;
									left: 0;
									bottom: 0;
								}

								#menu_header_baixo ul li.menu-item-has-children a:after {
									font-family: "Font Awesome 5 Free";
									font-weight: 900;
									content: '\f078';
									margin: 0 0 0 8px;
								}

								#menu_header_baixo ul li:hover a {
									color: #a27e4d;
								}

									#menu_header_baixo ul li:hover a:before {
										background: #a27e4d;
									}

							#menu_header_baixo ul li:hover ul {display: block;}
							#menu_header_baixo ul li ul {
								display: none;
								background: #ffffff;
								width: 310px;
								padding: 5px 10px 15px;
								text-align: left;
								border-bottom-left-radius: 6px;
								border-bottom-right-radius: 6px;
								position: absolute;
								top: 100%;
								left: 0;

								box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
							}

								#menu_header_baixo ul li ul li {
									padding: 0;
									display: block;
								}

									#menu_header_baixo ul li ul li a,
									#menu_header_baixo ul li:hover ul li a {
										padding: 5px 0;
										color: #09173c;
										text-transform: none;
									}

									#menu_header_baixo ul li ul li a:before,
									#menu_header_baixo ul li ul li a:after {
										display: none;
									}

										#menu_header_baixo ul li ul li a:hover {
											background: transparent;
											color: #a27e4d;
										}

				.menu_tel {
					display: none;
					margin: 0 0 0 25px;
					padding: 0;
					position: relative;
					cursor: pointer;

					transition: all 0.25s;
				}

				.header_fixed .menu_tel {
					display: block;
				}

				.menu_tel_ativo {
					padding: 0 120px 0 0;
				}

					.menu_tel i {
						background: #09173c;
						width: 40px;
						padding: 10px 0;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
						text-align: center;
						border-radius: 3px;
						display: inline-block;
					}

					.menu_tel span {
						width: 111px;
						padding: 6px 0;
						opacity: 0;
						position: absolute;
						top: 0;
						right: 0;

						transition: all 0.25s;
					}

					.menu_tel_ativo span {
						opacity: 1;
					}

				.menu_whats {
					display: none;
					margin: 0 0 0 15px;
				}

				.header_fixed .menu_whats {
					display: block;
				}

					.menu_whats a {
						background: #109639;
						width: 40px;
						padding: 10px 0;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
						text-align: center;
						border-radius: 3px;
						display: inline-block;
					}

						.menu_whats a:hover {
							background: #08ab39;
						}

/* #### CONTENT #### */

body.iti-mobile .iti--container{
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	width: 90%;
	height: 100%;
	max-height: 140px;
	transform: translate(-50%, -50%);
}

body.iti-mobile .iti--container .iti__country-list{
	box-shadow: 0 0 0 999999px rgba(0,0,0,0.7);
}

.content_wrapper {
	background: #ffffff;
	width: 100%;
	position: relative;
	z-index: 2;
}

.agenda_ativo .content_wrapper {
	z-index: 2;
}

.content_wrapper_cinza {
	background: #f8f9fa;
}

.section {
	width: 100%;
	position: relative;
}

	.page_header {
		background: url(assets/img/page_header_bg.png) no-repeat center center / cover #050f2a;
		width: 100%;
	}

		.page_header .content {
			padding: 20px 20px 55px;
		}

			.breadcrumb_wrapper {
				width: 100%;
				font-size: 10px;
				line-height: 14px;
				color: #ffffff;
			}

				.breadcrumb_wrapper strong {
					color: #a27e4d;
					font-weight: normal;
				}

			.page_header_baixo {
				width: 100%;
				padding: 25px 0 0 0;
			}

				.page_header_tit {
					width: calc(100% - 400px);
				}

					.content .page_header_tit h1,
					.content .page_header_tit span {
						margin: 0;
						font-family: 'Montserrat', sans-serif;
						font-size: 30px;
						line-height: 34px;
						color: #ffffff;
						font-weight: bold;
						text-transform: uppercase;
					}

						.content .page_header_tit h1 i,
						.content .page_header_tit span i {
							margin: 0 15px 0 0;
							font-size: 34px;
							color: #a27e4d;
						}

				.page_header_busca {
					width: 370px;
				}

				.page-template-obrigado .page_header_busca,
				.page-template-contato .page_header_busca {
					display: none;
				}

					.page_header_busca input {
						background: transparent;
						width: calc(100% - 65px);
						padding: 15px 15px;
						font-size: 12px;
						line-height: 16px;
						color: #ffffff;
						border: 1px solid rgba(255, 255, 255, 0.5);
						border-radius: 6px;
						outline: none;
					}

					.page_header_busca input:focus {
						border: 1px solid rgba(255, 255, 255, 0.8);
					}

						.page_header_busca ::-webkit-input-placeholder {
							color: #ffffff !important;
							opacity: 0.5;
						}

						.page_header_busca ::-moz-placeholder {
							color: #ffffff !important;
							opacity: 0.5;
						}

						.page_header_busca :-ms-input-placeholder {  
							color: #ffffff !important;
							opacity: 0.5;
						}

					.page_header_busca button {
						background: #09173c;
						width: 60px;
						padding: 9px 0;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
						text-align: center;
						border: 5px solid #0f255f;
						border-radius: 6px;
						outline: none;
						cursor: pointer;
					}

						.page_header_busca button:hover {
							background: #0f255f;
						}

	.content {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 65px 20px;
		position: relative;
	}

	.content_after_bread {
		padding: 30px 20px 60px;
	}

		.content h1 {
			margin: 0 0 20px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 40px;
			line-height: 44px;
			color: #09173c;
			font-weight: bold;
		}

		.content h2 {
			margin: 0 0 20px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 34px;
			line-height: 38px;
			color: #09173c;
		}

			.content h1.title_icon,
			.content h2.title_icon {
				margin: 0 0 30px 0;
				padding: 0 0 25px 0;
				font-size: 34px;
				line-height: 38px;
				text-align: center;
				font-weight: 800;
				text-transform: uppercase;
				position: relative;
			}

				.content h1.title_icon i,
				.content h2.title_icon i {
					color: #a27e4d;
					font-weight: bold;
				}

				.content h1.title_icon:before,
				.content h2.title_icon:before {
					content: '';
					background: #f7f7f7;
					width: 266px;
					height: 4px;
					margin: 0 auto;
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					z-index: 0;
				}

				.content h1.title_icon.left:before,
				.content h2.title_icon.left:before {
					width: 100%;
				}

				.content h1.title_icon.escuro:before,
				.content h2.title_icon.escuro:before {
					background: #e0e0e0 !important;
				}

				.content h1.title_icon:after,
				.content h2.title_icon:after {
					content: '';
					background: #a27e4d;
					width: 40px;
					height: 4px;
					margin: 0 auto;
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					z-index: 1;
				}

				.content h1.title_icon.left:after,
				.content h2.title_icon.left:after {
					margin: 0;
					right: inherit;
				}

			.content h2.tit_secundario {
				font-size: 44px;
				line-height: 48px;
				color: #09173c;
				font-weight: 800;
			}

				.content h2.tit_secundario i {
					color: #a27e4d;
				}

			.content h2.title_interna {
				padding: 0 0 20px 0;
				font-size: 24px;
				line-height: 28px;
				font-weight: 900;
				position: relative;
			}

				.content h2.title_interna strong {
					font-weight: 900;
					text-transform: uppercase;
				}

			.content h2.title_interna:before {
				content: '';
				background: #e8e8e8;
				width: 100%;
				height: 4px;
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 0;
			}

			.content h2.title_interna:after {
				content: '';
				background: #a27e4d;
				width: 40px;
				height: 4px;
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 1;
			}

		span.subtit {
			width: 100%;
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
			font-size: 23px;
			line-height: 27px;
			color: #a27e4d;
			font-weight: 800;
		}

			span.subtit i {
				color: #09173c;
			}

		.content h3 {
			margin: 0 0 20px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 24px;
			line-height: 28px;
			color: #09173c;
		}

		.content h4 {
			margin: 0 0 20px 0;
			font-size: 18px;
			line-height: 22px;
			color: #09173c;
		}

		.content p {
			margin: 0 0 20px 0;
		}

		.content ul:not(.iti__country-list) {
			list-style: disc;
			margin: 0 0 25px 18px;
		}

		.content ol {
			list-style: decimal;
			margin: 0 0 25px 18px;
		}

		.content hr {
			background: no-repeat;
			width: 100%;
			padding: 0;
			margin: 0 0 25px 0;
			border: none;
			display: inline-block;
		}

		.center {
			text-align: center;
		}

		.left {
			text-align: left !important;
		}

		.white {
			color: #ffffff !important;
		}

		.content a.btn_principal {
			background: #0f255f;
			width: 100%;
			padding: 10px 15px;
			font-family: 'Montserrat', sans-serif;
			font-size: 16px;
			line-height: 20px;
			color: #ffffff;
			font-weight: bold;
			text-align: center;
			border-radius: 5px;
			display: inline-block;
		}

			.content a.btn_principal i {
				background: #09173c;
				margin: 0 0 0 5px;
				padding: 12px 12px;
				border-radius: 5px;
			}

			.content a.btn_principal:hover {
				background: #09173c;
			}

		.mb-0 {margin-bottom: 0px !important;}
		.mb-1 {margin-bottom: 5px !important;}
		.mb-2 {margin-bottom: 10px !important;}
		.mb-3 {margin-bottom: 15px !important;}
		.mb-4 {margin-bottom: 20px !important;}
		.mb-5 {margin-bottom: 25px !important;}
		.mb-6 {margin-bottom: 30px !important;}
		.mb-7 {margin-bottom: 35px !important;}
		.mb-8 {margin-bottom: 40px !important;}
		.mb-9 {margin-bottom: 45px !important;}
		.mb-10 {margin-bottom: 50px !important;}

		.video-container-wrapper {
			width: 100%;
			margin: 0 auto 20px;
		}

			.video-container {
				width: 100%;
				height: 0;
				padding-bottom: 56.2%;
				position: relative;
				overflow: hidden;
			}

			.video-container iframe, .video-container object, .video-container embed {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}

		.div_table {
			width: 100%;
			height: 100%;
			display: table;
		}

			.div_cell {
				width: 100%;
				vertical-align: middle;
				display: table-cell;
			}

/* #### HOME #### */
/* inicio */
.home_inicio_wrapper {}
	
	.inicio_txt {
		width: calc(100% - 400px);
		color: #d4d4d4;
	}

		.inicio_txt h2 {
			font-size: 74px;
			line-height: 74px;
			font-weight: bold;
			letter-spacing: -2px;
		}

		.inicio_txt p {
			font-size: 34px;
			line-height: 38px;
			font-weight: 300;
		}

	.inicio_form {
		background: #9d7936;
		width: 360px;
		padding: 20px;
	}

		.inicio_form h3 {
			font-weight: bold;
		}

		.inicio_form span.tit_h3 {
			width: 100%;
		    margin: 0 0 20px 0;
		    font-family: 'Montserrat', sans-serif;
		    font-size: 24px;
		    line-height: 28px;
		    color: #09173c;
		    font-weight: bold;
		    display: block;
		}

		.inicio_form_fale {
			width: 100%;
			margin: 0 0 15px 0;
			text-align: center;
			display: inline-block;
		}

			.inicio_form_fale a {
				padding: 10px 50px 10px 10px;
				font-family: 'Montserrat', sans-serif;
				font-size: 14px;
				line-height: 18px;
				color: #09173c;
				font-weight: bold;
				border: 1px solid #09173c;
				border-radius: 5px;
				display: inline-block;
				position: relative;
			}

				.inicio_form_fale a:hover {
					background: #09173c;
					color: #ffffff;
				}

				.inicio_form_fale a i {
					background: #09173c;
					height: 100%;
					padding: 0 9px 0 10px;
					font-size: 26px;
					line-height: 38px;
					color: #ffffff;
					font-weight: normal;
					position: absolute;
					top: 0;
					right: 0;
				}

		.inicio_form .form_textarea {
			display: none;
		}

/* agenda */
.home_agenda_topo .content {
	padding: 65px 20px 20px;
}

.home_agenda_baixo {
	background: #f7f7f7;
}

	.home_agenda_baixo .content {
		padding: 40px 20px;
		position: relative;
		z-index: 2;
	}

		.edicao_box {
			display: flex;
			flex-direction: column;
		}

		.home_agenda_left {
			width: 50%;
		}

			.home_agenda_left .edicao_box {
				width: 100%;
				max-width: 360px;
				color: #ffffff;
			}

				.home_agenda_left .edicao_box_img {
					display: none;
				}

				.home_agenda_left  .edicao_numero {
					color: #ffffff;
				}

					.home_agenda_left  .edicao_numero i {
						color: #ffffff;
					}

				.home_agenda_left  .edicao_box h3 {
					color: #ffffff;
				}

				.home_agenda_left  .edicao_data {
					color: #ffffff;
					border-color: #ffffff;
				}

				.content .home_agenda_left a.edicao_mais {
					max-width: 255px;

				}

		.home_agenda_right {
			width: 50%;
			padding: 0 0 0 40px;
		}

			.home_agenda_right .edicao_box {
				width: calc(50% - 15px);
			}

			.edicao_box .edicao_mais {
				margin-top: auto;
			}

				.edicao_box_img {
					width: 100%;
					margin: 0 0 10px 0;
				}

					.edicao_box_img img {
						width: 100%;
						height: auto;
						display: block;
					}

				.edicao_numero {
					font-size: 16px;
					line-height: 20px;
					color: #09173c;
					font-weight: 600;
				}

					.edicao_numero i {
						color: #a27e4d;
					}

				.edicao_box h3 {
					font-weight: 800;
					text-transform: uppercase;
				}

				.edicao_data {
					width: 100%;
					margin: 0 0 10px 0;
					padding: 0 0 10px 0;
					font-size: 16px;
					line-height: 20px;
					color: #a27e4d;
					font-weight: bold;
					border-bottom: 1px solid #e4e4e4;
					display: inline-block;
				}

	.agenda_left_bg {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.agenda_left_bg_in {display: none;}

/* treinamentos */
.treinamentos_slider_wrapper {
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
	display: inline-block;
}

	.treinamentos_slider {
		width: calc(100% - 100px);
		margin: 0 auto;
	}

		.treinamentos_slider .slick-track {
		    display: flex !important;
		}

		.treinamentos_slider .slick-slide {
			background: #ffffff;
		    height: inherit !important;
		}

		.treinamentos_slider .slick-slide div {
			height: 100%;
			display: flex;
			flex-direction: column;
		}
		
		.treinamento_box {
			padding: 0 15px;
		}

		.treinamentos_slider .slick-slide .treinamento_box {
			height: 100%;
			display: flex !important;
			flex-direction: column;
		}

			.treinamento_img {
				width: 100%;
				margin: 0 0 15px 0;
			}

			.treinamentos_slider .slick-slide div.treinamento_img {
				height: auto;
				display: block !important;
				flex-direction: none;
			}


				.treinamento_img img {
					width: 100%;
					height: auto;
					display: block;
				}

			.treinamento_box h3 {
				font-weight: 800;
				text-transform: uppercase;
			}

			.treinamento_mais {
				margin: 30px 0 0 0;
				max-width: 260px;
			}

			.treinamentos_slider .slick-slide .treinamento_mais  {
				margin-top: auto;
			}

	.slider_prev,
	.slider_next {
		width: 44px;
		height: 46px;
		margin: auto 0;
		font-size: 44px;
		line-height: 46px;
		color: #a27e4d;
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 10;
	}

	.slider_prev {
		left: 0;
	}

	.slider_next {
		right: 0;
	}

	.slider_prev.slick-disabled,
	.slider_next.slick-disabled {
		opacity: 0.2;
		pointer-events: none;
	}

		.slider_prev:hover,
		.slider_next:hover {
			color: #09173c;
		}

/* sobre */
.home_sobre_wrapper .content {
	padding: 100px 20px;
	position: relative;
}

.home_sobre_wrapper .content:before {
	content: '';
	background: #ffffff;
	width: 1px;
	height: calc(100% - 150px);
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

	.sobre_home_box {
		width: calc(50% - 90px);
		color: #ffffff;
	}

		.sobre_home_box h2 i {
			width: 50px;
			font-size: 42px;
		}

		.sobre_home_box h2 span {
			width: calc(100% - 50px);
			font-weight: 800;
		}

	.sobre_home_box h3 {
		font-weight: 800;
	}

/* cases */
.home_cases_wrapper {
	background: #f7f7f7;
}

	.cases_videos_repeater {
		width: 100%;
		margin: 20px 0 0 0;
		display: inline-block;
		position: relative;
	}

		.cases_videos_slider {
			width: calc(100% - 100px);
			margin: 0 auto;
		}

			.cases_videos_slider .slick-track {
			    display: flex !important;
			}

			.cases_videos_slider .slick-slide {
				background: #ffffff;
			    height: inherit !important;
			}

			.cases_videos_slider .slick-slide {
				margin: 0 15px;
			}

			.cases_videos_box {
				background: #ffffff;
				outline: none;
			}

				.cases_video_img {
					width: 100%;
					position: relative;
				}

					.cases_video_img img {
						width: 100%;
						height: auto;
						display: block;
						position: relative;
						z-index: 1;
					}

					.cases_video_img:after {
						content: '';
						background: url(assets/img/play_arita.png) no-repeat center center;
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 2;
					}

						.cases_videos_box:hover .cases_video_img:after {
							opacity: 0.5;
						}

				.cases_video_txt {
					width: 100%;
					padding: 20px 15px 0;
				}

					.cases_video_txt h3 {
						margin: 0 0 10px 0;
						font-size: 23px;
						line-height: 27px;
						color: #a27e4d;
						font-weight: 800;
					}

						.cases_video_txt h3 i {
							font-size: 19px;
						}

/* fizeram */
.home_fizeram_wrapper {
	position: relative;
}

	.home_fizeram_wrapper .content {
		position: relative;
		z-index: 2;
	}

		.home_fizeram_left {
			width: calc(50% - 40px);
			position: relative;
		}

			.fizeram_box_bg {
				display: none;
			}

			.nome_fez {
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 0;
			}

				.nome_fez h3 {
					margin: 0;
					font-size: 23px;
					line-height: 27px;
					color: #ffffff;
					font-weight: 600;
				}

					.nome_fez h3 i {
						width: 30px;
					}

				.nome_fez p {
					margin: 0;
					padding: 0 0 0 35px;
					font-size: 23px;
					line-height: 27px;
					color: #ffffff;
					font-weight: 600;
				}

		.home_fizeram_right {
			width: calc(50% - 40px);
		}

			.home_fizeram_right span.subtit {
				font-size: 21px;
				line-height: 25px;
			}

				.home_fizeram_right span.subtit i {
					color: #a27e4d;
				}

			.content .home_fizeram_right h2.tit_secundario {
				font-size: 54px;
				line-height: 58px;
			}

			.ja_fizeram_info {
				width: 100%;
				padding: 45px 0 75px;
			}

				.ja_fizeram_info img {
					max-width: 100%;
					height: auto;
					margin: 0 15px 0 0;
					display: block;
				}

				.ja_fizeram_info p {
					margin: 0;
					font-size: 24px;
					line-height: 28px;
				}

			.quero_participar {
				width: 100%;
			}

				.content .quero_participar a.btn_principal {
					background: #3ea98e;
					width: auto;
					padding: 10px 25px;
					text-transform: uppercase;
				}

					.content .quero_participar a.btn_principal i {
						background: #2f957b;
						margin: 0 0 0 15px;
					}

					.content .quero_participar a.btn_principal:hover {
						background: #2f957b;
					}

	.home_fizeram_bg {
		background: #444444;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

		.home_fizeram_bg div {
			height: 100% !important;
		}

		.slide_fizeram {
			position: relative;
		}

			.slide_fizeram:before {
				content: '';
				background: rgba(2, 14, 43, 0.45);
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}

/* destaque palestra */
.home_destaque_palestras_wrapper {
	background: #fcfcfc;
	position: relative;
}

.home_destaque_palestras_wrapper:before {
	content: '';
	background: #ffffff;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

	.home_destaque_palestras_wrapper .content {
		position: relative;
		z-index: 2;
	}

		.home_midia_wrapper {
			width: calc(50% - 40px);
		}

			.galeria_midia {
				width: 100%;
			}

				.galeria_midia ul {
					margin: 0;
					font-size: 0px;
					line-height: 0px;
					list-style: none;
				}

					.galeria_midia ul li {
						width: 33.333%;
						padding: 25px 10px;
						display: inline-block;
						vertical-align: middle;
					}

						.galeria_midia ul li img {
							max-width: 100%;
							height: auto;
							margin: 0 auto;
							display: block;
						}

		.home_palestras_wrapper {
			width: calc(50% - 40px);
		}

			.galeria_palestras {
				width: 100%;
			}

				.galeria_palestras a {
					width: 100%;
					padding: 5px 10px;
					outline: none;
					position: relative;
				}

					.galeria_palestras a img {
						width: 100%;
						height: auto;
						display: block;
						position: relative;
						z-index: 1;
					}

					.galeria_palestras a:before {
						font-family: "Font Awesome 5 Free";
						font-weight: 900;
						content: '\f00e';
						width: 34px;
						height: 34px;
						margin: auto;
						font-size: 34px;
						line-height: 34px;
						color: #ffffff;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: 3;
						opacity: 0;

						transition: all 0.25s;
					}

						.galeria_palestras a:hover:before {
							opacity: 1;
						}

					.galeria_palestras a:after {
						content: '';
						background: rgba(0, 0, 0, 0.3);
						width: calc(100% - 20px);
						height: calc(100% - 10px);
						position: absolute;
						top: 5px;
						left: 10px;
						z-index: 2;
						opacity: 0;

						transition: all 0.25s;
					}

						.galeria_palestras a:hover:after {
							opacity: 1;
						}

				.content .galeria_palestras ul {
					margin: 5px 0 0 0;
					text-align: center;
					list-style: none;
				}

					.content .galeria_palestras ul li {
						background: #cccccc;
						width: 12px;
						height: 12px;
						margin: 0 3px;
						text-indent: -9999px;
						border: none;
						border-radius: 6px;
						outline: none;
						cursor: pointer;
						display: inline-block;
					}

					.content .galeria_palestras ul li.slick-active {
						background: #09173c;
					}

/* videos portal */
.home_videos_portal_wrapper {
	background: #f7f7f7;
	position: relative;
}

	.home_videos_portal_wrapper .content {
		padding: 65px 0;
		position: relative;
		z-index: 2;
	}

		.home_videos_wrapper {
			width: calc(50% - 200px);
			padding: 0 20px;
		}

			.home_videos_wrapper span.subtit i {
				font-weight: normal;
			}

			.videos_repeater {
				width: 100%;
				display: inline-block;
			}

				.videos_box {
					width: 100%;
					margin: 0 0 35px 0;
					outline: none;
					display: inline-block;
				}

					.video_img {
						width: 100%;
						margin: 0 0 10px 0;
						position: relative;
					}

						.video_img img {
							width: 100%;
							height: auto;
							display: block;
							position: relative;
							z-index: 1;
						}

						.video_img:after {
							content: '';
							background: url(assets/img/play_arita.png) no-repeat center center;
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0;
							left: 0;
							z-index: 2;
						}

							.videos_box:hover .video_img:after {
								opacity: 0.5;
							}

					.videos_box h3 {
						margin: 0;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
						font-weight: normal;
					}

						.videos_box h3 i {
							width: 20px;
							color: #a27e4d;
						}

					.videos_box p {
						margin: 0;
						padding: 0 0 0 25px;
						font-size: 16px;
						line-height: 20px;
						color: #ffffff;
					}

			.videos_canal {
				width: 100%;
				margin: 44px 0 0 0;
				text-align: center;
				display: inline-block;
			}

				.videos_canal a {
					padding: 13px 15px;
					font-family: 'Montserrat', sans-serif;
					font-size: 17px;
					line-height: 31px;
					color: #ffffff;
					font-weight: bold;
					border: 1px solid #ffffff;
					border-radius: 5px;
					display: inline-block;
				}

					.videos_canal a i {
						margin: 0 0 0 8px;
						font-size: 29px;
						line-height: 29px;
						font-weight: normal;
						vertical-align: top;
					}

					.videos_canal a:hover {
						background: #ffffff;
						color: #0f255f;
					}

		.home_portal_wrapper {
			width: calc(50% + 200px);
			padding: 0 20px;
		}

			.home_portal_posts {
				margin: 0 -5px;
			}

				.blog_box {
					background: #ffffff;
					width: calc(50% - 20px);
					margin: 0 0 40px 0;
					overflow: hidden;
					position: relative;
				}

				.blog_box.home_blog_box {
					width: calc(33.333% - 10px);
					margin: 0 5px 30px;
				}

					.blog_box_img {
						width: 100%;
						position: relative;
					}

						.blog_box_img img {
							width: 100%;
							height: auto;
							display: block;
							position: relative;
							z-index: 1;
						}

						.blog_box_mais {
							background: #0f255f;
							padding: 7px 7px 7px 10px;
							font-size: 17px;
							line-height: 21px;
							color: #ffffff;
							font-weight: bold;
							border-top-right-radius: 5px;
							border-bottom-right-radius: 5px;
							position: absolute;
							left: -200px;
							bottom: 25px;
							z-index: 2;

							transition: all 0.25s;
						}

						.blog_box:hover .blog_box_mais {
							left: 0;
						}

							.blog_box_mais i {
								background: #09173c;
								margin: 0 0 0 8px;
								padding: 14px 13px;
								font-weight: normal;
								border-radius: 5px;
							}

					.blog_box_txt {
						width: 100%;
						padding: 15px;
					}

						.blog_cat {
							width: 100%;
							margin: 0 0 10px 0;
							font-size: 16px;
							line-height: 20px;
							color: #353535;
							display: inline-block;
						}

						.content .blog_box_txt h2,
						.content .blog_box_txt h3 {
							margin: 0;
							font-size: 16px;
							line-height: 20px;
							color: #353535;
						}

					.blog_box a.blog_mais {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 5;
					}

			.acessar_portal {
				width: 100%;
				margin: 20px 0 0 0;
				text-align: center;
				display: inline-block;
			}

				.content .acessar_portal a.btn_principal {
					width: auto;
				}

	.bg_home_videos {
		background: url(assets/img/bg_videos_home.jpg) no-repeat center center / cover;
		width: calc(50% - 200px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.bg_home_portal {
		background: rgba(247,247,247,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(199,199,199,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(199,199,199,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(199,199,199,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(199,199,199,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(199,199,199,1) 100%);
		background: radial-gradient(ellipse at center, rgba(247,247,247,1) 0%, rgba(199,199,199,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c7c7c7', GradientType=1 );
		width: calc(50% + 200px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}

		.bg_home_portal:after {
			content: '';
			background: url(assets/img/bg_portal.png) no-repeat right bottom;
			width: 100%;
			height: 63px;
			position: absolute;
			right: 0;
			bottom: 15px;
		}

/* downloads */
.home_downloads_wrapper {}

	.home_downloads_left {
		width: 39%;
	}

	.home_downloads_right {
		width: 57%;
		position: relative;
	}

		.home_downloads_slider {
			width: calc(100% - 100px);
			margin: 0 auto;
		}

			.home_downloads_slider .slick-slide {
				margin: 0 10px;
			}

			.download_box {
				background: #f7f7f7;
				border: 1px solid #9c99ac;
				position: relative;
			}

				.download_box_wrraper{
					position: relative;
				}

				.download_box h3 {
					margin: 0;
					font-size: 16px;
					line-height: 20px;
					color: #353535;
					text-align: center;
					padding: 5px;
				}

				.download_box img {
					width: 100%;
					height: auto;
					display: block;
					position: relative;
					z-index: 1;
				}

				.btn_download {
					width: calc(100% - 14px);
					position: absolute;
					left: 7px;
					bottom: 7px;
					z-index: 2;
				}

					.content .download_box a.btn_principal {
						padding: 5px 15px;
						font-size: 12px;
						line-height: 16px;
						outline: none;

						display: flex;
					}

						.content .download_box a.btn_principal span {
							width: calc(100% - 36px);
							text-align: center;
						}

						.content .download_box a.btn_principal i {
							width: 32px;
							margin: 0;
							padding: 10px 10px;
						}

/* #### SOBRE #### */
.sobre_topo_wrapper {
	width: 100%;
	position: relative;
}

	.sobre_topo_wrapper .content {
		padding: 30px 20px 10px;
		position: relative;
		z-index: 1;
	}

		.sobre_topo_left {
			width: 100%;
			max-width: 560px;
		}

	.img_sobre {
		width: calc(50% - 20px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}

.sobre_info_wrapper {
	background: #f7f7f7;
	width: 100%;
}

	.sobre_info_wrapper .content {}

		.sobre_info_num {
			padding: 0 15px 0 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 65px;
			line-height: 69px;
			color: #09173c;
			font-weight: bold;
		}

			.sobre_info_num i {
				margin: 0 5px 0 0;
				font-size: 50px;
				line-height: 69px;
				color: #a27e4d;
				vertical-align: top;
			}

		.sobre_info_box p {
			margin: 0;
		}

			.sobre_info_box p strong {
				font-family: 'Montserrat', sans-serif;
				font-size: 24px;
				line-height: 28px;
				color: #09173c;
				font-weight: bold;
				display: block;
			}

.treinadores_repeater {
	margin: 0 -15px;
	padding: 100px 0 0 0;
}

	.treinador_box {
		background: #f7f7f7;
		width: calc(50% - 20px);
		margin: 0 0 30px;
		padding: 0 15px 15px;
		text-align: center;
	}

		.treinador_box img {
			max-width: 100%;
			height: auto;
			margin: -100px auto 15px;
			display: block;
		}

		.treinador_box h3 {
			font-size: 16px;
			line-height: 20px;
			font-weight: bold;
		}

		.treinador_box p {
			font-size: 16px;
			line-height: 30px;
			color: #09173c;
		}

		.treinador_box ul{
			line-height: 30px;
			text-align: left;
		}
		
		.treinador_box ul li{
			margin-bottom: 10px;
		}

		.treinador_box ul ul li{
			list-style-type: circle;
		}

/* #### AGENDA #### */
.agenda_topo_wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
}

	.agenda_topo_wrapper .content {
		padding: 30px 20px 20px;
	}

		.agenda_topo_baixo {
			width: 100%;
		}

			.agenda_topo_left {
				width: calc(100% - 400px);
			}

			.agenda_topo_right {
				width: 370px;
				position: relative;
			}

				.agenda_select_wrapper {
					width: 100%;
					position: relative;
					z-index: 2
				}

					.agenda_select_left {
						background: #f0f0f0;
						width: calc(100% - 65px);
						padding: 13px 15px;
						font-size: 12px;
						line-height: 18px;
						color: #2f957b;
						font-weight: 600;
						text-transform: uppercase;
						border: 2px solid #2f957b;
						border-radius: 6px;
						cursor: pointer;
					}

					.agenda_select_wrapper button {
						background: #2f957b;
						width: 60px;
						height: 48px;
						font-size: 16px;
						line-height: 16px;
						color: #ffffff;
						text-align: center;
						border: 5px solid #3da68c;
						border-radius: 6px;
						outline: none;
						cursor: pointer;
					}

						.agenda_select_wrapper button i {
							margin: -3px 0 0 0;
							vertical-align: top;
						}

						.agenda_select_wrapper_ativo button i {
							margin: 3px 0 0 0;
						}

						.agenda_select_wrapper button:hover {
							background: #3da68c;
						}

				.agenda_select_options {
					display: none;
					background: #ffffff;
					width: 100%;
					padding: 10px 15px;
					border: 1px solid #e8e8e8;
					border-radius: 6px;
					position: absolute;
					top: 53px;
					left: 0;

					box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
				}

					.agenda_select_options a {
						width: 100%;
						font-size: 12px;
						line-height: 16px;
						color: #353535;
						font-weight: 600;
						text-transform: uppercase;
						display: inline-block;
					}

						.agenda_select_options a:hover {
							color: #09173c;
							font-weight: bold;
						}

.agenda_detalhe_wrapper {
	background: #f7f7f7;
	position: relative;
	z-index: 1;
}

.agenda_baixo_wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}

	.agenda_baixo_wrapper .content {
		padding: 35px 0;
	}

		.agenda_baixo_box {
			width: calc(25% - 40px);
			margin: 15px 20px;
			padding: 18px 0 0 0;
			position: relative;
		}

		.agenda_baixo_box_old {
			opacity: 0.4;
		}

		.agenda_baixo_box:before {
			content: '';
			background: #e8e8e8;
			width: 100%;
			height: 4px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
		}

		.agenda_baixo_box:after {
			content: '';
			background: #a27e4d;
			width: 40px;
			height: 4px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}

			.agenda_baixo_edicao {
				width: 100%;
				font-size: 16px;
				line-height: 20px;
				color: #09173c;
				display: block;
			}

				.agenda_baixo_edicao i {
					margin: 0 5px 0 0;
					color: #a27e4d;
				}

			.agenda_baixo_box h3 {
				margin: 0;
				font-size: 20px;
				line-height: 24px;
				color: #09173c;
				font-weight: bold;
				text-transform: uppercase;
			}

			.agenda_baixo_subtit {
				width: 100%;
				font-size: 12px;
				line-height: 16px;
				color: #09173c;
				display: block;
			}

			.agenda_baixo_box p {
				margin: 15px 0 0 0;
				font-size: 16px;
				line-height: 20px;
				color: #09173c;
			}

				.agenda_baixo_box p i {
					margin: 0 5px 0 0;
				}

				.agenda_baixo_box p strong {
					font-size: 20px;
					line-height: 24px;
					color: #a27e4d;
					font-weight: bold;
					display: block;
				}

/* #### TREINAMENTOS #### */
.treinamentos_loop {
	margin: 0 -20px;
	padding: 30px 0 0 0;
}

	.treinamentos_loop .treinamento_box {
		width: calc(33.333% - 40px);
		margin: 0 20px 65px;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

		.treinamentos_loop .treinamento_box h3 {
			margin: 0 0 10px 0;
		}

		.treinamentos_loop .treinamento_box p.treinamento_leader {
			margin: -10px 0 10px 0;
		}

		.treinamentos_loop .treinamento_mais {
			margin: 0;
			margin-top: auto;
		}

/* #### SINGLE TREINAMENTOS #### */
.single-leader_training .content h1.title_icon,
.single-treinamento .content h1.title_icon,
.single-leader_training .content h2.title_icon,
.single-treinamento .content h2.title_icon {
	font-size: 24px;
	line-height: 28px;
}

.treinamento_topo_wrapper {
	background: #3a4a76;
}
	
	.treinamento_topo_wrapper .inicio_txt {
		max-width: 600px;
	}

		.treinamento_topo_wrapper .inicio_txt .tit_h1 {
			width: 100%;
			margin: 0 0 10px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 54px;
			line-height: 58px;
			text-transform: uppercase;
			color: #09173c;
			font-weight: bold;
			display: block;
		}

		.treinamento_topo_wrapper .inicio_txt .tit_h2 {
			width: 100%;
			margin: 60px 0 10px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 36px;
			line-height: 40px;
			text-transform: uppercase;
			color: #09173c;
			font-weight: bold;
			display: block;
		}

		.treinamento_topo_wrapper .inicio_txt p {
			width: 100%;
			max-width: 340px;
			font-size: 24px;
			line-height: 28px;
			color: #d4d4d4;
		}

.treinamento_sobre_wrapper {
	background: #ffffff;
}

	.treinamento_sobre_wrapper .content {
		padding: 45px 20px;
	}

		.treinamento_sobre_wrapper .content h3 {
			font-weight: bold;
		}

		.treinamento_sobre_left {
			width: calc(50% - 20px);
			padding: 10px 0;
		}

			.treinamento_sobre_left img {
				width: 100%;
				height: auto;
				display: block;
			}

		.treinamento_sobre_right {
			width: calc(50% - 20px);
			padding: 10px 0;
		}

			.treinamento_sobre_right h2 {
				margin: 0 0 20px 0;
				font-size: 24px;
				line-height: 28px;
				color: #09173c;
				font-weight: bold;
			}

			.treinamento_sobre_right img {
				max-width: 100%;
				height: auto;
				margin: 0 auto;
				display: block;
			}

.treinamento_chamada_wrapper {
	background: #a06034;
}

	.treinamento_chamada_wrapper .content {
		max-width: 900px;
		text-align: center;
	}

		.treinamento_chamada_wrapper .content h2 {
			font-size: 30px;
			line-height: 34px;
			font-weight: bold;
		}

		.treinamento_chamada_wrapper .content h3 {
			font-size: 16px;
			line-height: 24px;
		}

.treinamento_quem_wrapper {
	background: #ffffff;
}

	.quem_repeater {
		margin: 0 -20px;
		padding: 25px 0 0 0;
	}

		.quem_box {
			width: calc(25% - 40px);
			min-height: 230px;
			margin: 0 20px 40px;
			padding: 25px 20px;
			text-align: center;
			border: 1px solid #f0f0f0;
			position: relative;
			overflow: hidden;
		}

			.quem_first {
				width: 100%;
			}

				.quem_first img {
					max-width: 100%;
					height: auto;
					margin: 0 auto 25px;
					display: block;
				}

				.quem_first h3 {
					margin: 0;
					color: #353535;
					font-weight: bold;
				}

			.quem_hover {
				background: rgba(191, 128, 67, 0.95);
				width: 100%;
				height: 100%;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 2;

				transition: all 0.25s;
			}

			.quem_box:hover .quem_hover {
				top: 0px;
			}

				.quem_hover_wrapper {
					height: 100%;
					padding: 10px 20px;
					color: #ffffff;
				}

					.quem_hover_wrapper h3 {
						margin: 0 0 5px 0;
						font-weight: bold;
					}

					.quem_hover_wrapper p {
						margin: 0;
					}

.treinamento_pontos_wrapper {
	background: url(assets/img/foco_bg.jpg) no-repeat center center / cover #bd8148;
}

	.treinamento_pontos_wrapper .content {
		max-width: 1340px;
		color: #ffffff;
	}

		.foco_repeater {
			width: 100%;
			padding: 30px 0 0 0;
			position: relative;
		}

			.foco_repeater_slider {
				width: calc(100% - 80px);
				margin: 0 auto;
			}

				.foco_box {
					padding: 0 10px;
					color: #ffffff;
				}

					.foco_box_in {
						width: 100%;
					}

						.foco_img {
							width: 100px;
							padding: 0 10px 0 0;
						}

							.foco_img img {
								max-width: 85px;
								height: auto;
								display: block;
							}

						.foco_txt {
							width: calc(100% - 100px);
						}

							.foco_txt h3 {
								color: #ffffff;
								font-weight: bold;
							}

			.treinamento_pontos_wrapper .slider_prev,
			.treinamento_pontos_wrapper .slider_next {
				color: #ffffff;
			}

				.treinamento_pontos_wrapper .slider_prev:hover,
				.treinamento_pontos_wrapper .slider_next:hover {
					opacity: 0.7;
				}

.treinamento_conteudo_wrapper {
	background: #f7f7f7;
}

	.content ul.programatico_repeater {
		margin: 0 -15px;
		padding: 30px 0 0 0;
		list-style: none;
	}

		.content ul.programatico_repeater li {
			list-style: none;
		}

		.programatico_box {
			width: calc(25% - 30px);
			margin: 0 15px 30px;
		}

			.programatico_img {
				background: #bf8043;
				width: 60px;
				height: 60px;
				padding: 10px;
			}

				.programatico_img img {
					max-width: 100%;
					height: auto;
					margin: 0 auto;
					display: block;
				}

			.programatico_tit {
				width: calc(100% - 70px);
			}

				.programatico_tit h3 {
					margin: 0;
					font-size: 14px;
					line-height: 18px;
					color: #353535;
					font-weight: normal;
				}

.treinamento_treinadores_wrapper {
	background: #ffffff;
}

	/* .treinamento_treinadores_wrapper .treinador_box {
		margin: 0 20px 40px;
	} */

.treinamento_vantagens_wrapper {
	background: #f7f7f7;
}

	.van_repeater {
		margin: 0 -5px;
		padding: 30px 0 0 0;
	}

		.van_box {
			width: calc(25% - 10px);
			min-height: 280px;
			margin: 5px;
			position: relative;
			overflow: hidden;
		}

			.van_first {
				width: 100%;
				height: 100%;
				position: relative;
				z-index: 1;
			}

				.van_first h3 {
					width: 100%;
					margin: 0;
					padding: 0 15px;
					font-size: 20px;
					line-height: 24px;
					color: #ffffff;
					font-weight: bold;
					text-align: center;
					text-transform: uppercase;
					position: absolute;
					left: 0;
					bottom: 25px;
					z-index: 2;
				}

				.van_first:before {
					content: '';
					background: rgba(0,89,133,0);
					background: -moz-linear-gradient(top, rgba(0,89,133,0) 0%, rgba(14,34,87,0.8) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,89,133,0)), color-stop(100%, rgba(14,34,87,0.8)));
					background: -webkit-linear-gradient(top, rgba(0,89,133,0) 0%, rgba(14,34,87,0.8) 100%);
					background: -o-linear-gradient(top, rgba(0,89,133,0) 0%, rgba(14,34,87,0.8) 100%);
					background: -ms-linear-gradient(top, rgba(0,89,133,0) 0%, rgba(14,34,87,0.8) 100%);
					background: linear-gradient(to bottom, rgba(0,89,133,0) 0%, rgba(14,34,87,0.8) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005985', endColorstr='#0e2257', GradientType=0 );
					width: 100%;
					height: 60%;
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 1;
				}

			.van_hover {
				background: rgba(14, 34, 87, 0.85);
				width: 100%;
				height: 100%;
				padding: 15px;
				color: #ffffff;
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 2;

				transition: all 0.25s;
			}

			.van_box:hover .van_hover {
				top: 0px;
			}

				.van_hover h3 {
					margin: 0 0 10px 0;
					padding: 0 0 10px 0;
					font-size: 20px;
					line-height: 24px;
					color: #ffffff;
					font-weight: bold;
					text-transform: uppercase;
					position: relative;
				}

					.van_hover h3:after {
						content: '';
						background: #ffffff;
						width: 100%;
						height: 1px;
						position: absolute;
						left: 0;
						bottom: 0;
						z-index: 1;
					}

				.van_hover ul {
					margin: 0;
					list-style: none;
				}

					.van_hover ul li {
						margin: 0 0 10px 0;
						padding: 0 0 0 20px;
						font-size: 14px;
						line-height: 24px;
						list-style: none;
						position: relative;
					}

						.van_hover ul li:before {
							font-family: "Font Awesome 5 Free";
							font-weight: 900;
							content: '\f058';
							font-size: 14px;
							line-height: 14px;
							color: #a27e4d;
							position: absolute;
							top: 5px;
							left: 0;
						}

.treinamento_chamada_wrapper_2 .content {
	max-width: 1200px;
}

.treinamento_cases_wrapper {
	background: #f7f7f7;
}

.treinamento_duvidas_wrapper {
	background: #ffffff;
}
	
	.duvidas_repeater {
		width: 100%;
		padding: 30px 0 0 0;
	}

	.duvida_box {
		width: calc(50% - 20px);
		margin: 0 0 20px 0;
	}

		.content h3.tit_duvida {
			background: #9f9f9f;
			min-height: 60px;
			margin: 0;
			padding: 10px;
			font-size: 16px;
			line-height: 20px;
			color: #ffffff;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: -0.4px;
			border-radius: 5px;
			cursor: pointer;
		}

		.content h3.tit_duvida_ativo {
			background: #a27e4d;
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
		}

			.content h3.tit_duvida span {
				width: calc(100% - 45px);
			}

			.content h3.tit_duvida i {
				background: #878787;
				width: 40px;
				height: 40px;
				font-style: normal;
				border-radius: 5px;
				position: relative;
			}

			.content h3.tit_duvida_ativo i {
				background: #8a6b42;
			}

				.content h3.tit_duvida i:after {
					font-family: "Font Awesome 5 Free";
					font-weight: 900;
					content: '\f0d7';
					width: 40px;
					line-height: 40px;
					text-align: center;
					position: absolute;
					top: 0;
					left: 0;
				}

				.content h3.tit_duvida_ativo i:after {
					content: '\f0d8';
				}

		.txt_duvida {
			display: none;
			padding: 15px 10px 0;
			font-size: 14px;
			line-height: 24px;
			border: 2px solid #a27e4d;
			border-top: none;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}

			.txt_duvida p {
				margin: 0 0 15px 0;
			}

/* #### IMPRENSA #### */
.imprensa_wrapper {
	background: #f5f5f5;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 35px 20px;
	display: inline-block;
}

	.imprensa_box {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0 0 40px 0;
		position: relative;
	}

		.imprensa_box:before {
			content: '';
			background: #d6d6d6;
			width: 100%;
			height: 4px;
			margin: 0 auto;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 0;
		}

		.imprensa_box:after {
			content: '';
			background: #a27e4d;
			width: 40px;
			height: 4px;
			margin: 0 auto;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 1;
		}

	.imprensa_box:last-of-type {
		margin: 0;
		padding: 0;
	}

		.imprensa_box:last-of-type:before,
		.imprensa_box:last-of-type:after {
			display: none;
		}

		.imprensa_img {
			width: 360px;
		}

			.imprensa_img img {
				width: 100%;
				height: auto;
				display: block;
			}

		.imprensa_txt {
			width: calc(100% - 380px);
		}

			.imprensa_txt h2,
			.imprensa_txt h3 {
				margin: 0;
				font-size: 23px;
				line-height: 27px;
				font-weight: 900;
			}

			.imprensa_txt span {
				width: 100%;
				margin: 0 0 20px 0;
				display: inline-block;
			}

			.imprensa_txt p {
				margin: 0 0 10px 0;
			}

			.imprensa_txt a.imprensa_mais {
				background: #0f255f;
				padding: 7px 7px 7px 15px;
				font-size: 17px;
				line-height: 21px;
				color: #ffffff;
				font-weight: bold;
				border-radius: 5px;
				display: inline-block;
			}

				.imprensa_txt a.imprensa_mais:hover {
					background: #09173c;
				}

				.imprensa_txt a.imprensa_mais i {
					background: #09173c;
					margin: 0 0 0 10px;
					padding: 14px 13px;
					font-weight: normal;
					border-radius: 5px;
				}

/* #### BLOG PRINCIPAL #### */
.blog_left {
	width: calc(100% - 400px);
}
	
	.content h1.blog_cat_tit,
	.content h2.blog_cat_tit {
		font-size: 23px;
		line-height: 27px;
		font-weight: 900;
	}
		
	.banners_blog_main {
		width: 100%;
		margin: 0 0 50px 0;
		position: relative;
	}

		.banner_blog_slider {
			width: 100%;
		}

			.banner_blog_box {
				width: 100%;
				outline: none;
				position: relative;
			}

				.banner_blog_box:before {
					content: '';
					background: rgba(0,0,0,0.7);
					background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0)));
					background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
					background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
					background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
					background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
					width: 100%;
					height: 60%;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
				}

				.banner_blog_box img {
					width: 100%;
					height: auto;
					display: block;
					position: relative;
					z-index: 1;
				}

				.banner_blog_box h2 {
					width: 100%;
					padding: 15px;
					font-size: 23px;
					line-height: 27px;
					color: #ffffff;
					font-weight: 900;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 3;
				}

				.banner_blog_box a {
					width: 100%;
					height: 100%;
					outline: none;
					position: absolute;
					top: 0;
					left: 0;
					z-index: 5;
				}

		.banner_blog_prev {
			background: url(assets/img/blog_prev.png) no-repeat center center / contain;
			width: 69px;
			height: 85px;
			margin: auto 0;
			cursor: pointer;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			z-index: 10;
		}

		.banner_blog_next {
			background: url(assets/img/blog_next.png) no-repeat center center / contain;
			width: 69px;
			height: 85px;
			margin: auto 0;
			cursor: pointer;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: 10;
		}

			.banner_blog_prev:hover,
			.banner_blog_next:hover {
				opacity: 0.5;
			}
	
	.blog_repeater .blog_box {
		margin: 0 0 30px 0;
	}

		.blog_repeater .blog_box_txt {
			padding: 10px 0 0 0;
		}

			.blog_repeater .blog_box_txt h2,
			.blog_repeater .blog_box_txt h3 {
				margin: 0 0 5px 0;
				font-weight: 900;
			}

			.blog_repeater .blog_box_txt p {
				margin: 0;
			}

	.banner_meio {
		width: 100%;
		margin: 0 0 30px 0;
	}

		.banner_meio img {
			max-width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
		}

#sidebar_blog {
	width: 360px;
}
	
	.side_banner {
		margin: 0 0 20px 0;
	}

		.side_banner img {
			width: 100%;
			height: auto;
			display: block;
		}

	.side_banner {
		width: 100%;
		display: inline-block;
	}

		.side_banner ul {
			margin: 5px 0 0 0;
			text-align: center;
			list-style: none;
		}

			.side_banner ul li {
				list-style: none;
				display: inline-block;
			}

				.side_banner ul li button {
					background: #e0e0e0;
					width: 12px;
					height: 12px;
					margin: 0 3px;
					text-indent: -9999px;
					border: none;
					border-radius: 6px;
					outline: none;
					cursor: pointer;
				}

				.side_banner ul li.slick-active button,
				.side_banner ul li button:hover {
					background: #a27e4d;
				}

	.blog_categorias {
		margin: 0 0 30px 0;
	}

		.blog_categorias span {
			width: 100%;
			margin: 0 0 15px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 20px;
			line-height: 24px;
			color: #09173c;
			font-weight: 900;
			display: inline-block;
		}

			.blog_categorias span i {
				font-size: 24px;
				vertical-align: middle;
			}

		.blog_categorias ul {
			margin: 0;
			list-style: none;
		}

			.blog_categorias ul li {
				display: block;
				list-style: none;
			}

				.blog_categorias ul li a {
					font-size: 16px;
					line-height: 20px;
					color: #09173c;
				}

					.blog_categorias ul li a:hover {
						font-weight: bold;
					}

					.blog_categorias ul li a:before {
						font-family: "Font Awesome 5 Free";
						font-weight: 900;
						content: '\f061';
						margin: 0 5px 0 0;
						color: #a27e4d;
					}

.banner_faixa_wrapper {
	background: #e3e3e3;
	width: 100%;
}

	.banner_faixa_wrapper .content {
		padding: 10px 20px;
	}

		.banner_faixa_wrapper img {
			max-width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
		}

.ultimos_videos_wrapper {
	background: #f5f5f5;
}

	.ultimos_videos_tit {
		width: 100%;
		margin: 0 0 35px 0;
		padding: 0 0 25px 0;
		position: relative;
	}

	.ultimos_videos_tit:before {
	    content: '';
	    background: #e0e0e0 ;
	    width: 100%;
	    height: 4px;
	    margin: 0 auto;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 0;
	}

	.ultimos_videos_tit:after {
	    content: '';
	    background: #a27e4d;
	    width: 40px;
	    height: 4px;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    z-index: 1;
	}

		.ultimos_videos_tit h2 {
			margin: 0;
			font-size: 34px;
			line-height: 38px;
			font-weight: 800;
			text-transform: uppercase;
			position: relative;
		}

			.ultimos_videos_tit h2 i {
			    color: #a27e4d;
			    font-weight: bold;
			}
		
		.content .ultimos_canal a.btn_principal {
			background: #3ea98e;
			width: auto;
			padding: 5px 5px 5px 10px;
			text-transform: uppercase;
		}

			.content .ultimos_canal a.btn_principal i {
				background: #2f957b;
				margin: 0 0 0 10px;
				padding: 8px 8px;
				font-weight: normal;
			}

			.content .ultimos_canal a.btn_principal:hover {
				background: #2f957b;
			}

	.ultimos_videos_box_wrapper {
		margin: 0 -12px;
	}

		.ultimos_videos_box_wrapper .cases_videos_box {
			width: calc(33.333% - 24px);
			margin: 0 12px;
		}

.mais_lidos_wrapper {
	background: #ffffff;
}
	
	.mais_lidos_repeater {
		margin: 0 -20px;
	}

		.mais_lidos_repeater .blog_box {
			width: calc(33.333% - 40px);
			margin: 0 20px;
		}

/* #### BLOG SINGLE #### */
.post_info {
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
}

	.post_cat{
		margin: 0 0 0 35px;
	}

	.post_info i {
		margin: 0 5px 0 0;
	}

.single_img {
	width: 100%;
	margin: 0 0 20px 0;
	display: inline-block;
}

	.single_img img {
		max-width: 100%;
		height: auto;
		display: block;
	}

.blog_share {
	width: 100%;
	padding: 0 0 20px 0;
}

	.blog_share a {
		margin: 0 10px 0 0;
	}

		.blog_share a i {
			background: #3b5998;
			width: 40px;
			height: 40px;
			font-size: 18px;
			line-height: 40px;
			color: #ffffff;
			text-align: center;
		}

		.blog_share a.tweet i {background: #00a2f5;}
		.blog_share a.whats i {background: #8db827;}
		.blog_share a.linke i {background: #0075b7;}

		.blog_share a div {
			background: #263f74;
			width: 0px;
			height: 40px;
			font-size: 12px;
			line-height: 40px;
			color: #ffffff;
			text-align: center;
			opacity: 1;

			transition: all 0.15s;
		}

		.blog_share a.tweet div {background: #0194df;}
		.blog_share a.whats div {background: #7da61d;}
		.blog_share a.linke div {background: #00669f;}

			.blog_share a:hover div {
				width: 100px;
				opacity: 1;
			}

.blog_left_single h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.blog_left_single h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.blog_left_single h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.blog_left_single ul,
.blog_left_single ol {
	margin: 0 0 20px 40px;
}

.blog_content img {
	display: none !important;
}

.blog_content a{
	color: #007bff;
	text-decoration: underline;
}

.banner_meio_single {
	margin: 30px 0 0 0;
	display: inline-block;
}

.artigos_relacionados_wrapper {
	background: #F5F5F5;
	width: 100%;
}
	
	.artigos_relacionados_wrapper .blog_box {
		background: transparent;
	}

/* #### MATERIAIS PARA DOWNLOAD #### */
.downloads_wrapper {
	width: 100%;
	padding: 20px 0 0 0;
}
	
	#sidebar_downloads {
		width: 360px;
	}

		.downloads_categorias {
			width: 100%;
		}

			.downloads_categorias span {
				width: 100%;
				margin: 0 0 15px 0;
				font-family: 'Montserrat', sans-serif;
				font-size: 23px;
				line-height: 27px;
				color: #09173c;
				font-weight: 900;
				display: inline-block;
			}

			.downloads_categorias ul {
				margin: 0;
				list-style: none;
			}

				.downloads_categorias ul li {
					display: block;
					list-style: none;
				}

					.downloads_categorias ul li a {
						width: 100%;
						padding: 10px 0;
						font-size: 16px;
						line-height: 20px;
						color: #353535;
						display: inline-block;
					}

						.downloads_categorias ul li a:before {
							font-family: "Font Awesome 5 Free";
							font-weight: 900;
							content: '\f00c';
							margin: 0 8px 0 0;
							padding: 3px;
							color: #ffffff;
							border: 1px solid #09173c;
							border-radius: 5px;
						}

						.downloads_categorias ul li.current-cat a,
						.downloads_categorias ul li a:hover {
							font-weight: bold;
							color: #09173c;
						}

						.downloads_categorias ul li.current-cat a:before,
						.downloads_categorias ul li a:hover:before {
							color: #09173c;
						}

	.downloads_right {
		width: calc(100% - 400px);
	}

		.downloads_repeater {
			margin: 0 -20px;
		}

			.downloads_repeater .download_box {
				width: calc(33% - 40px);
				margin: 0 20px 40px;
			}

/* #### CONTATO #### */
.contato_page_wrapper {
	width: 100%;
	position: relative;
}

	.contato_page_wrapper .content {
		position: relative;
		z-index: 2;
	}

		.contato_left {
			width: 100%;
			max-width: 560px;
		}

			.contato_info_wrapper {
				width: 100%;
			}

				.contato_box {
					width: 100%;
					margin: 0 0 20px 0;
				}

				.contato_box_whats {
					width: 100%;
					max-width: 380px;
					border: 2px solid #08ab39;
					position: relative;
				}

					.contato_box i {
						background: #a27e4d;
						width: 70px;
						font-size: 30px;
						line-height: 70px;
						color: #ffffff;
						text-align: center;
					}

					.contato_box_whats i {
						background: #08ab39;
					}

					.contato_box_txt {
						width: calc(100% - 90px);
						margin: 0 0 0 20px;
					}

						.contato_box_txt p {
							margin: 0;
							line-height: 20px;
						}

							.contato_box_txt p strong {
								font-size: 20px;
								line-height: 28px;
							}

							.contato_box_txt p.contato_tel strong {
								font-size: 16px;
								line-height: 30px;
								font-weight: normal;
							}

					.contato_box_whats a {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 5;
					}

		.contato_right {
			width: 100%;
			max-width: 360px;
		}

.contato_page_wrapper:after {
	content: '';
	background: #eeeeee;
	width: calc(50% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.mapa_contato {
	width: 100%;
	height: 500px;
}

	.mapa_contato iframe {
		width: 100%;
		height: 100%;
	}

.page-template-contato .footer_form_wrapper {
	display: none;
}

/* #### FORMULARIOS DE CONTATO #### */
.content_form {
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
				  
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;

	justify-content: space-between;
}

	.form_control {
		width: 100%;
		margin: 0 0 10px 0;
		position: relative;
	}

	.form_control.inputs-wrapper{
		display: flex;
		flex-wrap: nowrap;
	}

	.form_control.inputs-wrapper input{
		padding: 19px 0 19px 5px;
		height: 100%;
	}

	.modal-content-geral .form_control.inputs-wrapper input{
		padding: 12px 0 12px 5px;
	}

	.form_control.inputs-wrapper .dial-code{
		padding: 0;
		width: 0;
		height: 100%;
		visibility: hidden;
	}

	.form_control.inputs-wrapper .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
		right: 0;
	}

	.form_control.inputs-wrapper .iti{
		/* min-width: 70px; */
		width: 76px;
		background: #ffffff;
		border-radius: 5px;
		border: 1px solid #ffffff;
	}

	.form_control.inputs-wrapper .iti .iti__selected-flag{
		padding: 0 5px 0 5px;	
	}

	.form_control.inputs-wrapper .iti .iti__selected-dial-code{
		margin-left: 3px;
	}

	.form_control.inputs-wrapper .ddd{
		max-width: 65px;
	}



	.inputs-wrapper.form_control &gt; div:nth-child(2){
		width: 20%;
		margin: 0 5px;
	}

	.inputs-wrapper.form_control &gt; div:nth-child(3){
		flex: 1;
	}

	@media(max-width: 350px){
		.form_control.inputs-wrapper input{
			font-size: 14px;
		}
	}

	.form_control .yts-box-val{
		width: 100%;
	}

	.form_control_anexo {
		padding: 10px 0;
	}

		.form_control i {
			width: 30px;
			font-size: 16px;
			line-height: 58px;
			color: #06112d;
			text-align: center;
			position: absolute;
			top: 0;
			left: 10px;
			z-index: 1;
		}

		.contato_right .notice,
		.modal-content-geral .notice{
			color: #353535;
		}

		.inicio_form .notice{
			color: #fff;
		}

	 	form .notice{
			color: #fff;
			font-size: 11px;
			margin-top: 5px;
		}

		.form_control .fa-whatsapp{
			display: none;
		}

		.form_control input, .form_control select, .form_control textarea {
			background: #ffffff;
			width: 100%;
			padding: 19px 15px 19px 45px;
			font-family: 'Open Sans', sans-serif;
			font-size: 16px;
			line-height: 20px;
			color: #06112d;
			border: 1px solid #ffffff;
			border-radius: 5px;
			outline: none;
			box-shadow:none;
		}

		.form_control select {
			background: url(assets/img/seta_dropdown.png) no-repeat center right 15px #ffffff;
			padding: 9px 15px 9px 18px;
			-webkit-appearance: none;
			cursor: pointer;
		}

			.form_control input:focus, .form_control textarea:focus {
				color: #06112d;
				border: 1px solid #06112d;

				box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
			}

			.content_form ::-webkit-input-placeholder {
				color: #06112d !important;
			}

			.content_form ::-moz-placeholder {
				color: #06112d !important;  
			}

			.content_form :-ms-input-placeholder {  
				color: #06112d !important;  
			}

		.form_control_anexo input {
			width: auto;
			margin: 0 0 0 10px;
			padding: 0;
			border: none;
			border-radius: 0px;
		}

		.form_control textarea {
			max-width: 100%;
			height: 120px;
			display: block;
		}

	.form_button {
		width: 100%;
		margin: 10px 0 0 0;
	}

		.form_button button {
			background: #183b99;
			width: 100%;
			padding: 7px 7px 7px 15px;
			font-family: 'Open Sans', sans-serif;
			font-size: 17px;
			line-height: 21px;
			color: #ffffff;
			font-weight: bold;
			letter-spacing: -0.5px;
			text-align: center;
			border: none;
			border-radius: 5px;
			outline: none;
			cursor: pointer;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

			.form_button button i {
				background: #0f255f;
				margin: 0 0 0 10px;
				padding: 15px 15px;
				border-radius: 5px;
			}

			.form_button button:hover {
				background: #0f255f;
			}

.content p.aviso_form {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

/* #### FOOTER #### */
#footer {
	background: #09173c;
	width: 100%;
}
	
	.footer_form_wrapper .inicio_txt {
	    width: calc(100% - 420px);
	}

		.footer_form_wrapper .inicio_txt h2 {
		    font-size: 23px;
		    line-height: 27px;
		    font-weight: normal;
		    letter-spacing: 0px;
		}

			.footer_form_wrapper .inicio_txt h2 strong {
				font-weight: 800;
			}

		.footer_form_wrapper .inicio_txt h3 {
			font-size: 44px;
			line-height: 48px;
			font-weight: 800;
		}

		.footer_form_txt_wrapper {
			width: 100%;
		}

			.footer_form_txt {
				width: calc(100% - 120px);
				padding: 5px 0 0 0;
			}

				.footer_form_wrapper .inicio_txt p {
					font-size: 23px;
					line-height: 27px;
					color: #ffffff;
					font-weight: normal;
				}

					.footer_form_wrapper .inicio_txt p strong {
						font-weight: 800;
					}

			.footer_form_img {
				width: 110px;
			}

				.footer_form_img img {
					max-width: 100%;
					height: auto;
					display: block;
				}

	.footer_topo {
		background: transparent;
		width: 100%;
		height: 60px;

		box-shadow: 0 9px 21px rgba(0, 0, 0, 0.3);
	}

		.footer_topo .content {
			height: 100%;
			padding: 0 20px;
		}

			#menu_footer_topo ul {
				list-style: none;
				margin: 0;
			}

				#menu_footer_topo ul li {
					margin: 0 20px 0 0;
					display: inline-block;
				}

					#menu_footer_topo ul li a {
						background: transparent;
						padding: 0;
						font-size: 14px;
						line-height: 18px;
						color: #ffffff;
						text-transform: uppercase;
						font-weight: 600;
					}

						#menu_footer_topo ul li a:hover {
							color: #a27e4d;
						}

			.footer_whats {
				margin: 0 20px 0 0;
			}

				.footer_whats a {
					color: #ffffff;
					font-weight: bold;
				}

					.footer_whats a:hover {
						color: #a27e4d;
					}

					.footer_whats i {
						margin: 0 5px 0 0;
						color: #a27e4d;
					}

			.footer_tel {
				font-size: 16px;
				line-height: 40px;
				color: #ffffff;
			}

				.footer_tel i {
					margin: 0 5px 0 0;
					color: #a27e4d;
				}

			.redes_footer {
				margin: 0 0 0 50px;
			}

				.redes_footer a {
					margin: 0 0 0 10px;
					font-size: 21px;
					line-height: 25px;
					color: #a27e4d;
					display: inline-block;
					vertical-align: middle;
				}

					.redes_footer a:hover {
						color: #ffffff;
					}

	.footer_meio {
		width: 100%;
	}

		.footer_meio .content {
			color: #ffffff;
		}

			.footer_meio_cima {
				width: 100%;
				margin: 0 0 25px 0;
				padding: 0 0 30px 0;
				border-bottom: 1px solid #49536d;
			}

				.footer_logo {
					width: 144px;
				}

					.footer_logo img {
						max-width: 100%;
						height: auto;
						display: block;
					}

				#menu_footer_treinamento {
					width: 550px;
				}

					#menu_footer_treinamento span {
						width: 100%;
						margin: 0 0 12px 0;
						padding: 0 0 2px 0;
						color: #a27e4d;
						font-weight: 600;
						text-transform: uppercase;
						border-bottom: 1px solid #a27e4d;
						display: inline-block;
					}

					#menu_footer_treinamento ul {
						width: 100%;
						margin: 0;
						list-style: none;

						column-count: 2;
						-moz-column-count: 2;
						-webkit-column-count: 2;

						column-gap: 20px;
						-moz-column-gap: 20px;
						-webkit-column-gap: 20px;
					}

						#menu_footer_treinamento ul li {
							margin: 0 0 5px 0;
							list-style: none;
						}

							#menu_footer_treinamento ul li a {
								font-size: 15px;
								line-height: 19px;
							}

								#menu_footer_treinamento ul li a:hover {
									color: #a27e4d;
								}

				#menu_footer {
					width: 300px;
				}

					#menu_footer ul {
						margin: 0;
						list-style: none;
					}

						#menu_footer ul li {
							margin: 0 0 5px 0;
							list-style: none;
						}

							#menu_footer ul li a {
								font-size: 16px;
								line-height: 20px;
								text-transform: uppercase;
							}

								#menu_footer ul li a:hover {
									color: #a27e4d;
								}

			.footer_meio_baixo {
				width: 100%;
			}

				.footer_rede_box {
					width: calc(100% - 570px);
				}

				.footer_rede_face {
					width: 500px;
				}

					.footer_rede_box span {
						width: 100%;
						margin: 0 0 15px 0;
						font-size: 19px;
						line-height: 23px;
						display: inline-block;
					}

						.footer_rede_box span i {
							margin: 0 5px 0 0;
							font-size: 23px;
							color: #a27e4d;
						}

					.footer_rede_box img {
						width: 100%;
						height: auto;
						display: block;
					}

					.footer_rede_box iframe {
						width: 1px;
        				min-width: 100%;
        				*width: 100%;
					}

					.insta_rede_box {
						background: #ffffff;
						padding: 5px 5px 0;
						display: block;
					}

	.footer_copyright {
		background: #ffffff;
		width: 100%;
	}

		.footer_copyright .content {
			padding: 20px 20px 15px;
			text-align: center;
		}

/* #### ERRO #### */
.page_baixo_wrapper {
	width: 100%;
	position: relative;
}

	.page_baixo_wrapper .content {
		padding: 150px 20px;
		position: relative;
		z-index: 2;
	}

		.bloco_right {
			width: 100%;
			max-width: 480px;
		}

			.btns_msgs {
				width: 100%;
			}

				.content .btns_msgs a.btn_principal {
					width: calc(50% - 10px);
					margin: 10px 0;
					padding: 5px 10px;
					display: flex;
				}

					.content .btns_msgs a.btn_principal i {
						padding: 10px 10px;
					}

	.page_baixo_img {
		width: 50%;
		height: calc(100% - 160px);
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 1;
	}

/* #### MODAL #### */
body .modal-dialog {
	max-width: 660px;
}

body .modal-dialog.modal_no_img {
	max-width: 400px;
}

.modal-content-geral {
	background: #ffffff;
	border: none;
	border-radius: 6px;
	position: relative;
}
	
	a.close_modal {
		background: #971515;
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: -15px;
		right: -15px;
		z-index: 10;
		border-radius: 15px;
	}

	.modal_form_img {
		background: #00913d;
		width: 50%;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.modal_form_info {
		width: 50%;
		padding: 20px;
	}

	.modal_no_img .modal_form_info {
		width: 100%;
	}

		.modal-content-geral h2 {
			margin: 0 0 10px 0;
			font-family: 'Montserrat', sans-serif;
			font-size: 24px;
			line-height: 36px;
			color: #09173c;
			font-weight: bold;
		}

			.modal-content-geral h2 i {
				background: #009e3f;
				width: 36px;
				height: 36px;
				margin: 0 3px 0 0;
				font-size: 16px;
				line-height: 36px;
				color: #ffffff;
				text-align: center;
				font-weight: normal;
				border-radius: 18px;
				vertical-align: middle;
			}

		.modal-content-geral p {
			margin: 0 0 15px 0;
			font-size: 14px;
			line-height: 18px;
			font-weight: bold;
		}
		
		.modal-content-geral .form_control input {
			background: #e8e8e8;
			padding: 12px 15px 12px 45px;
		}

			.modal-content-geral .form_control i {
				line-height: 46px;
			}

		.modal-content-geral .form_button button {
			background: #00b047;
			padding: 5px 15px;
		}

			.modal-content-geral .form_button button:hover {
				background: #009e3f;
			}

			.modal-content-geral .form_button button i {
				background: #009e3f;
				padding: 10px;
			}

/* #### BARRA DE PAGINAÃ‡ÃƒO #### */
.content .wp-pagenavi {
	width: 100%;
    height: 40px;
    margin: 30px 0 10px 0;
    text-align: left;
    display: inline-block;
}

.content .wp-pagenavi a, .wp-pagenavi span {
	background: #09173c;
	min-width: 40px;
	padding: 8px 6px;
	margin: 0 2px;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #09173c;
	border-radius: 0px;
	display: inline-block;
}

.content .wp-pagenavi a:hover,
.content .wp-pagenavi span.current {
    background: #a27e4d;
    padding: 8px 6px;
    margin: 0 2px;
    color: #09173c;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #a27e4d;
    display: inline-block;
}

.content .wp-pagenavi span.extend {
	background: none;
	min-width: auto;
	border: none;
	margin: 0 5px;
	padding: 0;
	font-size: 14px;
	color: #353535;
	display: inline-block;
}

/* WP classes */
.alignnone {
    margin: 5px 20px 20px 0 !important;
} 

.aligncenter,
div.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    max-width: 100%;
    height: auto;
    margin: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 15px 15px 15px 0;
}

.aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px auto 20px auto;
}

a img.alignright {
	max-width: 100%;
	height: auto;
    float: right;
    margin: 15px 0 15px 15px;
}

a img.alignnone {
	max-width: 100%;
	height: auto;	
    margin: 5px 0 20px 0;
}

a img.alignleft {
	max-width: 100%;
	height: auto;
    float: left;
    margin: 15px 15px 15px 0;
}

a img.aligncenter {
	max-width: 100%;
	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    max-width: 100%;
    height: auto;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



/* ------------------------------------------------------------------------------- */
/*  18. Media Queries
/* ------------------------------------------------------------------------------- */

@media screen and (max-width: 1766px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1366px) {

	/* content */
	.content {
	    padding: 45px 20px;
	}

	.home_agenda_topo .content {padding: 45px 20px 20px;}
	.home_sobre_wrapper .content {padding: 60px 20px;}
	.home_videos_portal_wrapper .content {padding: 45px 0;}

	/* home */
	.inicio_txt h2 {
	    font-size: 54px;
	    line-height: 54px;
	    letter-spacing: 0px;
	}

	.inicio_txt p {
	    font-size: 24px;
	    line-height: 28px;
	}

	.content .home_fizeram_right h2.tit_secundario {
	    font-size: 44px;
	    line-height: 48px;
	}

}

@media screen and (max-width: 1200px) {

	/* header */
	#menu_header_topo ul li {
	    margin: 0 12px 0 0;
	    letter-spacing: -0.5px;
	}

	.redes_header {
		margin: 0 0 0 30px;
	}

		.redes_header a {
		    margin: 0 0 0 5px;
		}

	.header_baixo_right {
	    width: calc(100% - 130px);
	}

		#menu_header_baixo ul li {
			margin: 0 0 0 10px;
		}

		.menu_tel {
		    margin: 0 0 0 15px;
		}

			.menu_tel span {
			    width: 90px;
			    font-size: 12px;
			}

			.menu_tel_ativo {
			    padding: 0 95px 0 0;
			}

		.menu_whats {
		    margin: 0 0 0 10px;
		}

	/* sobre */
	.sobre_topo_left {
		max-width: 100%;
	}

	.img_sobre {
	    width: 100%;
	    height: 400px;
	    position: relative;
	    top: inherit;
	    right: inherit;
	    z-index: 0;
	}

	/* treinamento */
	.home_fizeram_mobile .content {
		padding: 0;
	}

	.home_fizeram_left {
		width: 100%;
		height: 400px;
		padding: 30px;
		position: relative;
	}

		.home_fizeram_left h2 {
			position: relative;
			z-index: 5;
		}

		.nome_fez {
			height: 100%;
		}

			.fizeram_box {
				height: 400px !important;
				position: relative;
			}

				.fizeram_box_txt {
					width: 100%;
					padding: 0 30px;
					position: absolute;
					left: 0;
					bottom: 20px;
					z-index: 2;
				}

				.fizeram_box_bg {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					display: block;
					z-index: 1;
				}

	.home_fizeram_right {
	    width: 100%;
	}

	.home_fizeram_mobile .home_fizeram_right {
	    padding: 50px 20px;
	}

		.ja_fizeram_info {
			justify-content: left;
		}

			.ja_fizeram_local {
				margin: 0 0 0 50px;
			}

	.home_fizeram_mobile .home_fizeram_bg {
		display: none;
	}

	.home_fizeram_bg {
	    width: 100%;
	    height: 500px;
	    position: relative;
	    top: inherit;
	    left: inherit;
	    z-index: 0;
	}

	/* footer */
	#menu_footer_treinamento {
		width: 450px;
	}

}

@media screen and (max-width: 1024px) {

	/* header */
	#header {
		background: #ffffff;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
	}

		.header_topo {display: none;}

		.btns_mobile,
		.btns_mobile .menu_tel,
		.btns_mobile .menu_whats {
			display: block;
		}

			.btns_mobile .menu_tel {
				position: absolute;
				top: 20px;
				right: 130px;
			}

			.btns_mobile .menu_whats {
				position: absolute;
				top: 20px;
				right: 75px;
			}

		.toggleMenu {
			display: block;
			width: 40px;
			height: 40px;
			text-decoration: none;
			position: absolute;
			top: 20px;
			right: 20px;
			cursor: pointer;
			border: 2px solid #9f9f9f;
			border-radius: 5px;
			z-index: 99999;

			transition: all 0.15s;
		}

		.toggleMenu.toggle_ativo {
			background: #9d7936;
			border-radius: 20px;
			border-color: #9d7936;
			top: 10px;
		}

			.line_one {
				background: #9f9f9f;
				width: 19px;
				height: 3px;
				position: absolute;
				top: 8px;
				right: 9px;

				transition: all 0.35s;
			}

				.toggle_ativo .line_one {
					background: #ffffff;

					-webkit-transform: rotate(45deg) translate(7px,6px);
					-moz-transform: rotate(45deg) translate(7px,6px);
					-ms-transform: rotate(45deg) translate(7px,6px);
					-o-transform: rotate(45deg) translate(7px,6px);
					transform: rotate(45deg) translate(7px,6px);
				}

			.line_two {
				background: #9f9f9f;
				width: 19px;
				height: 3px;
				position: absolute;
				top: 16px;
				right: 9px;

				transition: all 0.35s;
			}

				.toggle_ativo .line_two {
					opacity: 0;
				}

			.line_three {
				background: #9f9f9f;
				width: 19px;
				height: 3px;
				position: absolute;
				bottom: 9px;
				right: 9px;

				transition: all 0.35s;
			}

				.toggle_ativo .line_three {
					background: #ffffff;

					-webkit-transform: rotate(-45deg) translate(5px,-5px);
					-moz-transform: rotate(-45deg) translate(5px,-5px);
					-ms-transform: rotate(-45deg) translate(5px,-5px);
					-o-transform: rotate(-45deg) translate(5px,-5px);
					transform: rotate(-45deg) translate(5px,-5px);
				}

		.header_baixo_right {
			background: #ffffff;
			width: 90%;
			max-width: 350px;
			height: 100vh;
			padding: 20px 20px 15px 25px;
			position: fixed;
			top: 0;
			right: -100%;

			display: -ms-flexbox;
			display: flex;
						  
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;

			justify-content: space-between;

			transition: all 0.35s;
		}

		.menu_ativo {
			right: 0;
			box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
		}

			.header_baixo_cima {
				display: block;
				margin-top: auto;
				order: 2;
			}

				.header_form {
				    width: 100%;
				    margin: 0 0 15px 0;
				}

				.header_contato {
					width: 100%;
					margin: 0 0 5px 0;
					text-align: center;
					order: 2;
				}

					.header_contato a {
						width: 100%;
					}

			#menu_header_baixo {
				width: 100%;
				height: calc(100% - 110px);
				padding: 40px 0 0 0;
				text-align: center;
				order: 1;
			}

				#menu_header_baixo ul {
					width: 100%;
					text-align: left;
				}

					#menu_header_baixo ul li {
						margin: 0;
						padding: 0;
						display: block;
						position: initial;
					}

					#menu_header_baixo ul li.hide_desktop {
						display: block;
					}

						#menu_header_baixo ul li a {
							width: 100%;
						    padding: 10px 0;
						}

						#menu_header_baixo ul li:first-of-type a {
							border-top: 1px solid #a27e4d;
						}

							#menu_header_baixo ul li a:before {
								display: none;
							}

							#menu_header_baixo ul li:hover a,
							#menu_header_baixo ul li a:hover {
								background: transparent;
							}

						#menu_header_baixo ul li.menu-item-has-children a {
							position: relative;
						}

							#menu_header_baixo ul li.menu-item-has-children a:after {
								font-family: "Font Awesome 5 Free";
								font-weight: 900;
								content: '\f054';
								margin: 0 0 0 5px;
								font-size: 14px;
							}

						#menu_header_baixo ul li.menu-item-has-children &gt; ul {
							background: #0f255f;
							width: calc(100% + 30px);
						    height: 100vh;
						    position: absolute;
						    left: 110%;
						    top: -64px;
						    visibility: visible;
						    border-radius: 0px;
						    opacity: unset;
						    z-index: 50;

						    display: -ms-flexbox;
						    display: flex;

						    -ms-transform: none;
						    transform: none;

						    -ms-flex-direction: column;
						    flex-direction: column;

						    overflow: scroll;

						    -ms-flex-pack: start;
						 	justify-content: flex-start;

						    column-count: 1;
						    -moz-column-count: 1;
						    -webkit-column-count: 1;

						    column-gap: 0px;
						    -moz-column-gap: 0px;
						    -webkit-column-gap: 0px;

						    transition: left .2s ease-in-out;
						}

							#menu_header_baixo ul li.menu-item-has-children &gt; ul.sub-menu-on {
								left: -10px;
								padding: 60px 15px 15px;
							}

							.whatsap_ativo {
								z-index: 0;
							}

								header .menu-voltar {
								    position: absolute;
								    top: 0;
								    left: 0;
								    width: 100%;
								    text-align: left;
								    font-size: 15px;
								    padding: 15px 15px;
								    border: 0;
								    background: #0f255f;
								    color: #fff;
								}

									header .menu-voltar:before {
									    content: "ï„€";
									    font-family: "Font Awesome 5 Free";
									    font-weight: 900;
									    background: #000000;
									    margin-right: 8px;
									    padding: 12px 13px;
									    border-radius: 5px;
									}

								#menu_header_baixo ul li.menu-item-has-children &gt; ul li a {
									padding: 10px 0;
									color: #ffffff;
									font-weight: normal;
								}

			.info_header_baixo {
				display: block;
				order: 2;
				text-align: left;
			}

				.info_header_baixo .menu_whats {
					display: inline-block;
					margin: 0;
				}

				.info_header_baixo .menu_tel {
					margin: 0 0 0 5px;
					display: inline-block;
				}

					.info_header_baixo .menu_tel i {
						margin: 0 5px 0 0;
					}

				.info_header_baixo .redes_header {
					width: 100%;
					margin: 15px 0 0 0;
					padding: 10px 0 0 0;
					border-top: 1px solid #a27e4d;
					display: inline-block;
				}

					.info_header_baixo .redes_header a {
						margin: 0 10px 0 0;
					}

	/* content */
	.content_wrapper {
		margin: 80px 0 0 0;
	}

		.page_header_tit {
			width: 100%;
		}

		.page_header_busca {
			width: 100%;
			padding: 20px 0 0 0;
		}

	/* home */
	.inicio_txt {
	    width: 100%;
	    padding: 0 0 30px 0;
	    text-align: center;
	}

		.inicio_txt h2 {
		    font-size: 44px;
		    line-height: 44px;
		    letter-spacing: 0px;
		}

			.inicio_txt p {
				font-size: 18px;
				line-height: 22px;
				color: #ffffff;
			}

	.inicio_form {
		width: 100%;
	}

	.home_agenda_baixo .content {
		padding: 0;
	}

		.home_agenda_left {
			width: 100%;
			padding: 40px 20px;
			text-align: center;
			position: relative;
		}

			.home_agenda_left .edicao_box {
				max-width: 100%;
				position: relative;
				z-index: 2;
			}

			.agenda_left_bg_in {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}

			.agenda_left_bg {
				display: none;
			}

		.home_agenda_right {
			width: 100%;
			padding: 40px 20px;
		}

	.home_sobre_wrapper .content {
		padding: 30px 20px;
	}

		.sobre_home_box {
			width: 100%;
			margin: 30px 0;
		}

		.home_sobre_wrapper .content:before {display: none;}

	.home_destaque_palestras_wrapper {
		background: #f7f7f7;
	}

		.home_midia_wrapper {
			width: 100%;
			padding: 0 0 50px 0;
		}

		.home_palestras_wrapper {
			width: 100%;
		}

		.home_destaque_palestras_wrapper:before {display: none;}

	.home_videos_portal_wrapper .content {
		padding: 0;
	}

		.home_videos_wrapper {
			background: #09173c;
			width: 100%;
			padding: 50px 20px;
		}

			.home_videos_wrapper .videos_repeater {
				width: auto;
				margin: 0 -15px;

				display: -ms-flexbox;
				display: flex;
							  
				-webkit-flex-flow: row wrap;
				-ms-flex-flow: row wrap;

				justify-content: left;
			}

				.home_videos_wrapper .videos_box {
					width: calc(50% - 30px);
					margin: 0 15px 30px;
				}

		.home_portal_wrapper {
			background: #f7f7f7;
			width: 100%;
			padding: 50px 20px;
		}

		.bg_home_videos,
		.bg_home_portal {
			display: none;
		}

	.home_downloads_left {
		width: 100%;
	}

	.home_downloads_right {
		width: 100%;
	}

	/* sobre */
	.sobre_info_wrapper .content {
		padding: 40px 20px;
		text-align: center;
		justify-content: center;
	}

		.sobre_info_box {
			padding: 10px 0;
		}

	.sobre_treinadores_wrapper .content {
		padding: 65px 20px 0;
	}

		.treinador_box {
			width: calc(50% - 10px);
			margin: 0 0 150px;
		}

	/* single treinamento */
	.treinamento_topo_wrapper .inicio_txt {
		max-width: 100%;
	}

		.treinamento_topo_wrapper .inicio_txt p {
			max-width: 100%;
		}

	.treinamento_sobre_left,
	.treinamento_sobre_right {
		width: 100%;
	}

	.treinamento_sobre_2 .treinamento_sobre_left {
		order: 2;
	}

		.treinamento_sobre_left img {
			width: auto;
			max-width: 100%;
			margin: 0 auto;
			display: block;
		}

	.quem_box {
		width: calc(50% - 40px);
	}

	.programatico_box {
	    width: calc(33.333% - 30px);
	}

	.van_box {
	    width: calc(50% - 10px);
	}

	.duvida_box {
	    width: 100%;
	}

	/* agenda */
	.agenda_topo_wrapper .content {
	    padding: 30px 20px 40px;
	}

		.agenda_topo_left {
			width: 100%;
		}

	.agenda_baixo_box {
	    width: calc(33.333% - 40px);
	}

	/* materiais para download */
	#sidebar_downloads {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.downloads_right {
		width: 100%;
	}

	/* imprensa */
	.imprensa_txt {
	    width: 100%;
	    padding: 20px 0 0 0;
	}

	/* blog */
	.blog_left {
		width: 100%;
	}

	#sidebar_blog {
	    width: 100%;
	    max-width: 360px;
	    margin: 20px auto 0;
	}

	.ultimos_videos_box_wrapper .cases_videos_box {
	    width: calc(50% - 24px);
	    margin: 0 12px 24px;
	}

	.mais_lidos_repeater .blog_box {
	    width: calc(50% - 40px);
	    margin: 0 20px 40px;
	}

	/* contato */
	.contato_page_wrapper:after {
		display: none;
	}

		.contato_left {
			width: 100%;
		}

		.contato_right {
			max-width: 100%;
			padding: 30px 0 0 0;
		}

			.form_control input, .form_control select, .form_control textarea {
				border-color: #9f9f9f;
			}

	/* obrigado */
	.page_baixo_img {
		display: none;
	}

	.bloco_right {
		max-width: 100%;
	}

	/* footer */
	.footer_form_wrapper .inicio_txt {
	    width: 100%;
	    padding: 0 0 30px 0;
	}

		.footer_form_txt {
			width: 100%;
		}

			.footer_form_wrapper .inicio_txt h3 {
			    font-size: 34px;
			    line-height: 38px;
			    font-weight: 800;
			}

				.footer_form_wrapper .inicio_txt p {
					font-size: 16px;
					line-height: 20px;
				}

		.footer_form_img {display: none;}

	.footer_topo {
		height: auto;
	}

		.footer_topo .content {
			padding: 20px 20px;
			text-align: center;
			justify-content: center;
		}

			#menu_footer_topo {
				width: 100%;
				text-align: center;
			}

	.footer_logo {
		width: 100%;
	}

		.footer_logo img {
			margin: 0 auto;
		}

	#menu_footer_treinamento {
		width: 100%;
		margin: 30px 0;
	}

	#menu_footer {
		width: 100%;
		text-align: center;
	}

	.footer_rede_box {
		width: 100%;
		padding: 0 0 50px 0;
	}

	.footer_rede_box {
		width: 100%;
	}

	/* modal */
	body .modal-dialog {
		max-width: 400px;
	}

		.modal_form_img {
			display: none;
		}

		.modal_form_info {
			width: 100%;
		}

}

@media screen and (max-width: 767px) {

	/* content */
	body {
		font-size: 14px;
	    line-height: 24px;
	}

	.breadcrumb_wrapper {
		display: none;
	}

	.content h2.tit_secundario {
	    font-size: 34px;
	    line-height: 38px;
	}

	.slider_prev, .slider_next {
	    width: 34px;
	    height: 36px;
	    font-size: 34px;
	    line-height: 36px;
	}

	/* home */
	.inicio_txt h2 {
	    font-size: 34px;
	    line-height: 38px;
	}

	.home_agenda_right .edicao_box {
	    width: 100%;
	    margin: 15px 0;
	}

	.ja_fizeram_local {
		width: 100%;
		margin: 20px 0 0 0;
		justify-content: left;
	}

		.ja_fizeram_info p {
		    font-size: 18px;
		    line-height: 28px;
		}

	.content .quero_participar a.btn_principal {
	    padding: 10px 15px;
	}

	.videos_box h3 {
		font-size: 14px;
		line-height: 18px;
	}

		.videos_box h3 i {
			display: none;
		}

	.videos_box p {
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.blog_box {
	    width: calc(50% - 10px);
	    margin: 0 0 20px 0;
	}

	.blog_box.home_blog_box {
	    width: calc(50% - 10px);
	    margin: 0 5px 20px;
	}

	/* sobre */
	.sobre_info_num {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.sobre_info_box p {
		width: 100%;
	}

	.treinador_box {
	    width: 100%;
	    margin: 0 15px 150px;
	}

	/* treinamento */
	.treinamentos_loop .treinamento_box {
	    width: calc(50% - 20px);
	    margin: 0 10px 50px;
	}

	/* treinamento single */
	.treinamento_topo_wrapper .inicio_txt .tit_h1 {
	    font-size: 34px;
	    line-height: 38px;
	}

	.treinamento_topo_wrapper .inicio_txt .tit_h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.treinamento_topo_wrapper .inicio_txt p {
		font-size: 20px;
		line-height: 24px;
	}

	.quem_box {
	    width: calc(50% - 20px);
	    margin: 0 10px 20px;
	    padding: 25px 0 0 0;
	}

		.quem_first h3 {
			display: none;
		}

		.quem_hover {
			width: 100%;
			height: auto;
			padding: 20px 15px;
			position: relative;
			top: inherit;
			left: inherit;
		}

	.foco_img {
	    width: 100%;
	    padding: 0 0 20px 0;
	}

		.foco_img img {
			margin: 0 auto;
		}

	.foco_txt {
		width: 100%;
	}

	.content .home_fizeram_right h2.tit_secundario {
	    font-size: 34px;
	    line-height: 38px;
	}

	.home_fizeram_bg {
	    height: 300px;
	}
	
	.programatico_box {
	    width: calc(50% - 30px);
	}

	.treinamento_treinadores_wrapper .treinador_box {
	    width: 100%;
	    margin: 0 0 150px;
	}

	.van_box {
	    min-height: auto;
	}

		.van_first {
		    height: 200px;
		}

			.van_first h3 {
			    padding: 0 10px;
			    font-size: 16px;
			    line-height: 20px;
			}

		.van_hover {
		    background: rgba(14, 34, 87, 1);
		    width: 100%;
		    height: auto;
		    padding: 15px;
		    color: #ffffff;
		    position: relative;
		    top: inherit;
		    left: inherit;
		}

			.van_hover h3 {
				display: none;
			}

	/* agenda */
	.agenda_baixo_box {
	    width: calc(50% - 40px);
	}

	/* materiais para download */
	.downloads_repeater .download_box {
	    width: calc(33.333% - 20px);
	    margin: 0 10px 20px;
	}

	/* blog home */
	.ultimos_canal {
		padding: 15px 0 0 0;
	}

	/* contato */
	.mapa_contato {
	    width: 100%;
	    height: 300px;
	}

	/* footer */
	#menu_footer_topo ul li {
		margin: 0 10px;
	}

	.redes_footer {
	    width: 100%;
	    margin: 0;
	}

		.redes_footer a {
			margin: 0 5px;
		}

}

@media screen and (max-width: 479px) {

	/* header */
	.content .logo {
	    background: url(assets/img/logo_mobile.png) no-repeat top left / contain;
	    width: 38px;
	    height: 33px;
	}

	/* content */
	.content h2,
	.content h1.title_icon, .content h2.title_icon,
	.content h2.tit_secundario,
	.content .page_header_tit h1, .content .page_header_tit span {
		font-size: 28px;
		line-height: 32px;
	}

	span.subtit {
		font-size: 20px;
		line-height: 24px;
	}

	.content a.btn_principal i {
		display: none;
	}

	/* home */
	.treinamentos_slider,
	.cases_videos_slider,
	.home_downloads_slider {
	    width: calc(100% - 70px);
	}

	.cases_video_txt h3 {
	    font-size: 18px;
	    line-height: 22px;
	}

		.cases_video_txt h3 i {
			display: none;
		}

	.home_videos_wrapper .videos_box {
	    width: calc(50% - 10px);
	    margin: 0 5px 30px;
	}

		.video_img:after {
		    background-size: 50px auto;
		}

	.blog_box {
	    width: 100%;
	}

	.blog_box.home_blog_box {
	    width: calc(100% - 10px);
	    margin: 0 5px 20px;
	}

	.home_downloads_slider .slick-slide {
	    margin: 0 5px;
	}

	.form_button button {
	    font-size: 14px;
	    line-height: 20px;
	}

	/* sobre */
	.sobre_info_num {
	    font-size: 55px;
	    line-height: 69px;
	}

	/* agenda */
	.agenda_topo_right {
		width: 100%;
	}

	.agenda_baixo_box {
	    width: calc(50% - 20px);
	    margin: 20px 10px;
	}

	/* treinamento */
	.treinamentos_loop .treinamento_box {
	    width: 100%;
	    margin: 0 20px 50px;
	}

	/* treinamento single */
	.quem_box {
	    width: 100%;
	    margin: 0 20px 20px;
	}

	.programatico_img {
		margin: 0 auto;
	}

	.programatico_tit {
		width: 100%;
		padding: 10px 0 0 0;
		text-align: center;
	}

	.cases_video_img:after {
	    background-size: 50px auto;
	}

	.van_first {
	    height: 260px;
	}

	/* blog */
	.content .banner_blog_slider h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.banner_blog_prev,
	.banner_blog_next {
	    width: 39px;
	    height: 55px;
	}

	.ultimos_videos_box_wrapper .cases_videos_box {
	    width: 100%;
	}

	.mais_lidos_repeater .blog_box {
	    width: 100%;
	}

	/* blog single */
	.post_data {
		width: 100%;
	}

	.post_cat {
		width: 100%;
		margin: 5px 0 0 0;
	}

	/* treinamentos */
	.van_box {
	    width: 100%;
	    min-height: 280px;
	}

	/* footer */
	#menu_footer_topo ul li {
	    margin: 0;
	    display: block;
	}

	/* 404 */
	.page_baixo_wrapper .content {
	    padding: 40px 20px;
	}

	.content .btns_msgs a.btn_principal {
	    width: 100%;
	    padding: 10px 10px;
	    justify-content: center;
	}

}

@media screen and (max-width: 374px) {

	/* header */
	.btns_mobile .menu_tel {
		right: 120px;
	}

	.btns_mobile .menu_whats {
	    right: 70px;
	}

	/* content */
	.content a.btn_principal {
	    padding: 10px 10px;
	    font-size: 14px;
	    line-height: 20px;
	}

	/* home */
	.videos_canal a {
	    font-size: 13px;
	}

	/* materiais */
	.downloads_repeater .download_box {
		width: calc(50% - 20px);
	}

	/* footer */
	.inicio_form {
		padding: 15px;
	}

		.form_button button {
		    font-size: 13px;
		}

	#menu_footer_treinamento span {
		text-align: center;
	}

	#menu_footer_treinamento ul {
	    text-align: center;
	    column-count: 1;
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-gap: 0px;
	    -moz-column-gap: 0px;
	    -webkit-column-gap: 0px;
	}
}
</pre></body></html>