body {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Oswald', sans-serif;
	font-family: 'Rubik', sans-serif;*/
}

.container {
	max-width: 1300px;
}

.primary-color {
	color: #D4A300;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #D4A300 !important;
}

.secondary-color {
	color: #105A91;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #105A91 !important;
}

.terciary-color {
	color: #262626;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #262626 !important;
}

.primary-bg {
	background-color: #D4A300;
}

.secondary-bg {
	background-color: #105A91;
}

.terciary-bg {
	background-color: #262626;
}

label.error {
	color: red;
	font-size: 13px;
}

::-moz-selection {
	background: #D4A300; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #D4A300; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

ul li {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #D4A300;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

.h1, h1 {
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	color: #105a91;
}

.h1 strong, h1 strong {
	font-weight: 700;
}

.h2, h2 {
    font-size: 20px;
    color: #D4A300;
    font-weight: 600;
}

.notransition {
	transition: none !important;
}

/* botoes */
.btn-primary {
    color: #425b68;
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    box-shadow: none;
    transition: all .3s;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: transparent !important;
	border-bottom: 1px solid rgba(227,227,227,.7) !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
	background-color: #425b68;
	color: #FFF;
}

.btn-primary .fa {
	border-radius: 200px;
	border: 1px solid #BFBFBF;
	height: 25px;
	width: 25px;
	line-height: 23px;
	padding-left: 1px;
	text-align: center;
	color: #BFBFBF;
	margin-right: 10px;
}

.btn-secondary {
    color: #FFF;
    background-color: #D4A300;
    border: 1px solid #D4A300 !important;
    border-radius: 200px;
    display: inline-block;
    font-weight: 400;
    box-shadow: none;
    box-shadow: 0px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
    text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #F6AE08 !important;
    border-color: #F6AE08 !important;
    border-bottom: 1px solid rgba(151,106,12,.7) !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-terciary {
    color: #FFF;
    background-color: rgba(0,0,0,.2);
    border: 1px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #FFF !important;
    background-color: #f2b200 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-quaternary {
    color: #FFF;
    background-color: #105a91;
    border: 1px solid #105a91 !important;
    border-radius: 200px;
    display: inline-block;
    font-weight: 400;
    box-shadow: none;
    box-shadow: 0px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
    text-transform: uppercase;
}

.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active {
    color: #fff !important;
    background-color: #105a91CC !important;
    border-color: #105a91CC !important;
    border-bottom: 1px solid #105a91 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-md {
	font-size: 17px;
	padding: 9px 18px;
}

.btn-lg {
	font-size: 17px;
	padding: 13px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 14px 36px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.btn-whatsapp {
	background: initial;
	background: unset;
	border-color: #25D366 !important;
	background-color: #25D366 !important;
	border-radius: 200px !important;
	color: #FFF !important;
}

.btn-whatsapp span {
	vertical-align: middle;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
	background-color: #01A18C !important;
	border-color: transparent !important;
	border-bottom: 1px solid rgba(151,106,12,.7) !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 0px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border-radius: 200px;
	border: 0px solid #ccc;
}

.social-buttons li a .fab {
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #105a91;
}

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #7c4a3a;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366;
}

.social-buttons li a.google-plus-btn:hover,
.social-buttons li a.google-plus-btn:focus,
.social-buttons li a.google-plus-btn:active {
	background: #dd4b39;
}

.social-buttons li a:hover .fab,
.social-buttons li a:focus .fab,
.social-buttons li a:active .fab {
	color: #FFF;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #D4A300;
    border-color: #D4A300 #D4A300 #D4A300;
    color: #FFF;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #D4A300;
    border-color: #D4A300 #D4A300 #D4A300;
    color: #ffffff;
    transform: scale(1.1);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}


/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
}

@media (max-width: 768px) {
	#header {
		height: auto !important;
	}

	.sticky-header {
		height: auto !important;
	}
}

/* header */
#header {
	position: absolute;
	width: 100%;
	z-index: 99;
	transition: all .3s;
	background-color: #FFF;
}

html.sticky-header-active #header {
	position: fixed;
	overflow: hidden;
}

#header .header-content {
	height: 150px;
}

#header .header-content > .container {
	position: relative;
	/*min-height: 172px;*/
	min-height: 148px;
}

.header-top {
	border-bottom: 1px solid rgba(255,255,255,.1);
	height: 40px;
	padding-top: 3px;
}

/* logo */
#header .logo {
	padding: 20px 0;
	text-align: left;
	transition: all .3s;
	position: relative;
	top: 0;
}

@media (max-width: 768px) {
	#header .logo {
		padding: 10px 0;
	}
	#header .header-content > .container {
		position: relative;
		/*min-height: 172px;*/
		height: 100px;
		min-height: 100px;
	}
}

#header .logo img {
	height: 69px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 991px) {
	#header .logo {
		text-align: center;
	}
	#header .logo img {
		height: 79px;
		margin-right: 30px;
		margin-bottom: 10px;
		padding: 14px 10px 10px 10px;
	}
}

#header .logo .logo-grande {
	display: inline-block;
}

#header .logo .logo-pequena {
	display: none;
	height: 40px !important;
}

/*@media (min-width: 992px) {*/
	html.sticky-header-active #header {
		background-color: #FFF !important;
		/*top: -40px;*/
		top: -120px;
		box-shadow: 0 0 30px 2px rgba(0,0,0,.5);
	}
/*}*/

#header .header-top .top-desktop .atendimento {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

#header .header-top .top-desktop .atendimento .titulo {
	color: #d9a600;
	text-transform: uppercase;
	font-size: 14px;
}

#header .header-top .top-desktop .atendimento .separador {
	color: #d9a600;
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: text-top;
}

#header .header-top .top-desktop .atendimento .telefone {
	color: #d9a600;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

#header .header-top .top-desktop .atendimento .telefone .fab {
	color: #25D366;
}

#header .header-top .top-desktop .atendimento .email {
	display: inline-block;
	color: #2883c7;
	font-weight: 600;
	font-size: 13px;
}

#header .header-top .top-desktop .atendimento a:hover {
	color: #d9a60066;
}


#header .header-top .top-desktop .atendimento .email:hover {
	text-decoration: underline;
}

#header .header-top .top-desktop .sociais {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

#header .header-top .top-desktop .sociais .titulo {
	color: #105a91;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin-right: 10px;
}

#header .header-top .top-mobile .sociais .titulo {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 100;
	margin-right: 10px;
}

#header .header-top .top-desktop .sociais ul {
	display: inline-block;
}

#header .header-top .top-desktop .conta {
	background-color: #D4A300;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .header-top .top-desktop .conta a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}

#header .header-top .top-desktop .conta a:hover {
	text-decoration: underline;
}

#header .header-top .top-desktop .conta .separador {
	color: #FFF;
	text-transform: uppercase;
}

/* menu */
#header .menu {

}

@media (max-width: 991px) {
	#header .menu > .container {
		padding: 0;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .menu {
		/*padding-top: 42px;*/
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header .menu nav > ul > li {
	display: inline-block;
	position: relative;
}

#header .menu nav > ul > li > a {
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	color: #105a91;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 28px 17px;
	transition: color .1s, background-color .1s;
	position: relative;
}

@media (max-width: 1400px) {
	#header .menu nav > ul > li > a {
		padding: 28px 14px;
	}
}

@media (max-width: 991px) {
	#header .menu nav > ul > li > a {
		padding: 18px 20px;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		color: #333;
	}
}

html.sticky-header-active-i #header .menu nav > ul > li > a {
		color: #333 !important;
}


@media (min-width: 768px) and (max-width: 1199px) {
	#header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 10px;
	}	
}

#header .menu nav > ul > li > a:hover,
#header .menu nav > ul > li > a:focus,
#header .menu nav > ul > li > a:active {
	background-color: rgba(255,255,255,.05);
	color: #d9a600;
}

html.sticky-header-active #header .menu nav > ul > li > a:hover,
html.sticky-header-active #header .menu nav > ul > li > a:focus,
html.sticky-header-active #header .menu nav > ul > li > a:active {
	background-color: rgba(0,0,0,.05);
	color: #d9a600;
}

html.sticky-header-active-i #header .menu nav > ul > li > a:hover,
html.sticky-header-active-i #header .menu nav > ul > li > a:focus,
html.sticky-header-active-i #header .menu nav > ul > li > a:active {
	background-color: rgba(0,0,0,.05) !important;
	color: #d9a600 !important;
}

#header .menu nav > ul > li.current a {
	background-color: #D4A300;
	color: #FFF;
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #D4A300;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu-responsivo-col {
	position: absolute;
	top: 26px;
	right: 0;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	color: #FFF;
}

.menu-responsive {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s, max-height .2s;
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
	background-color: rgba(0,0,0,.96);
	transition: opacity .6s, max-height .3s;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu-responsive ul li {
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li a {
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.menu-responsive ul li.current a {
	color: #444;
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

/* main */
main {
	min-height: 601px;
}

main .pagina-conteudo {
	min-height: 420px;
}

/* slider */
@media (max-width: 991px) {
	.slider-home {
		padding-top: 150px;
	}
}

.tp-caption.top-label {
	text-shadow: 1px 1px 10px rgba(0,0,0,.5);
	font-family: 'Rubik', sans-serif;
	letter-spacing: -2px !important;
}

.tp-caption.top-label strong {
	font-weight: 700;
	color: #d9a600;
}

.tp-caption.main-label {
	background-color: rgba(70,146,207,.3);
	color: #d9a600;
	padding: 20px 40px;
	border-radius: 10px;
}

.tp-caption.shape-label {
	background-color: rgba(8,42,69,.8) !important;
	width: 550px !important;
	height: 600px !important;
}

@media (max-width: 991px) {
	.slider-container .btn {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}
}

@media (max-width: 499px) {
	.tp-bgimg.defaultimg  {
		background-size: cover !important;
		background-position: center center !important;
	}
}

.intro {
	background-color: #FFF;
	border-radius: 16px;
	border-top: 4px solid #d4a300;
	padding: 30px 0 90px 0;
	margin-top: -100px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.intro h1 {
	font-size: 50px;
	line-height: 40px;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10px;
}

.intro h1 strong {
	color: #d5a300;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin-top: 10px;
	display: block;
}

.intro p {
	font-family: 'Rubik', sans-serif;
	color: #105a91;
	font-size: 20px;
	line-height: 20px;
	padding: 0 40px;
}

/* serviços */
section.servicos {
	padding: 50px 0;
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
}

section.servicos .topo h1 {
	font-weight: 700;]
	margin-bottom: 0;
}

section.servicos .conteudo .item {
	margin: 20px 0;
	overflow: hidden;
	font-size: 0 !important;
	position: relative;
	height: 300px;
}

.servicos-pagina section.servicos .conteudo .item {
	margin: 10px 0;
}

section.servicos .conteudo .item a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50%;
	box-shadow: inset 0 -100px 100px 0px rgba(0,0,0,.5);
	z-index: 3;
}

section.servicos .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

section.servicos .conteudo .item figure {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0;
}

section.servicos .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 5s;
}

section.servicos .conteudo .item:hover figure img {
	transform: scale(1.1);
}

section.servicos .conteudo .item > a:hover {
	box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
}

section.servicos .conteudo .item .texto {
	text-align: center;
	padding: 60px 30px 30px 30px;
	position: absolute;
	bottom: -130px;
	width: 100%;
	box-shadow: inset 0 -120px 60px -30px rgba(0,0,0,.4);
	z-index: 3;
	transition: all .2s;
	height: 100%;
	padding-top: 100px;
	vertical-align: bottom;
	top: 120px;
}

section.servicos .conteudo .item > a:hover .texto {
	bottom: 0;
	top: 0;
	background-color: rgba(66,91,104,.8);
	transition: all .3s ease-out, background-color 1s ease;
}

section.servicos .conteudo .item .texto .titulo {
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	height: 50px;
}

section.servicos .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.servicos .conteudo .item .texto .link {
	font-weight: 700;
	color: #7a3e32;
	font-style: italic;
}

section.servicos .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.servicos .conteudo .item .texto .link .fa,
section.servicos .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.servicos .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

section.servicos .ver-todos a:hover {
	text-decoration: underline;
}

section.servicos .ver-todos a .fa,
section.servicos .ver-todos a .far {
	font-size: 14px;
}

/* clientes */
section.clientes {
	padding: 50px 0;
	background-color: #FBFBFB;
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
}

section.clientes .topo h1 {
	font-weight: 700;]
	margin-bottom: 0;
}

section.clientes .conteudo .item {
	margin: 20px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	background-color: #FFF;
}

section.clientes .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}

section.clientes .conteudo .item figure {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin: 0;
}

section.clientes .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	transition: all 5s;
}

section.clientes .conteudo .item:hover figure img {
	transform: scale(1.1);
}

section.clientes .conteudo .item > a:hover {
	box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
}

section.clientes .conteudo .item .texto {
	padding: 20px 30px 20px 30px;
	width: 100%;
}

section.clientes .conteudo .item .texto .titulo {
	color: #333;
	display: block;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .link {
	font-weight: 700;
	font-style: italic;
}

section.clientes .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.clientes .conteudo .item .texto .link .fa,
section.clientes .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.clientes .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

section.clientes .ver-todos a:hover {
	text-decoration: underline;
}

section.clientes .ver-todos a .fa,
section.clientes .ver-todos a .far {
	font-size: 14px;
}


.menu-lateral ul {
	list-style: none;
	padding: 0;
}

.menu-lateral ul li {
	border-top: 1px solid rgba(0,0,0,.1);
}

.menu-lateral ul li:first-child {
	border-top: none;
}

.menu-lateral ul li a {
	display: block;
	padding: 6px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.menu-lateral ul li a:hover {
	color: #333;
}


/* footer */
#footer {
	/*background-image: url(../../img/hotsite/background/1.jpg);*/
	background-image: url(/img/background/4.jpg);
	background-size: cover;
	background-position: center;
}

#footer .conteudo .sociais a {
	color: #FFF;
}

#footer .conteudo .informacoes a {
	color: #2883c7;
}

#footer .conteudo .informacoes .whatsapp a {
	color: #FFF;
}

#footer .topo {
	padding: 0px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer > .conteudo {
	padding: 30px 0;
}

#footer .conteudo .informacoes .titulo {
	display: block;
	color: #FFF;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

#footer .conteudo .informacoes .item {
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}

#footer .conteudo .informacoes .item .fab {
	color: #25D366;
}

#footer .conteudo .informacoes a:hover,
#footer .conteudo .informacoes a:focus,
#footer .conteudo .informacoes a:active {
	color: #D4A300;
	text-decoration: underline;
}

#footer .conteudo .informacoes .item a {
	color: #2883c7;
}

#footer .conteudo .informacoes .item a:hover {
	/*color: #105a91;*/
}

#footer .conteudo .logo-folder .folder span {
	color: #808080;
	font-weight: 500;
}

#footer .conteudo .sociais .titulo {
	color: #FFF;
	display: block;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
}

#footer .conteudo .sociais a {
	display: block;
	margin-bottom: 6px;
	font-size: 25px;
}

#footer .conteudo .sociais a:hover,
#footer .conteudo .sociais a:focus,
#footer .conteudo .sociais a:active {
	color: #D4A300;
	text-decoration: underline;
}

#footer .conteudo .sociais a .fab {
	text-align: center;
	margin-right: 4px;
	width: 30px;
	color: #D4A300;
}

#footer .conteudo .newsletter .titulo {
	color: #FFF;
	display: block;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
}

#footer .conteudo .newsletter input[type="text"],
#footer .conteudo .newsletter input[type="email"] {
	background-color: #454545;
	color: #FFF;
	font-weight: 600;
	border: none;
	padding: 14px;
	height: 45px;
	margin-bottom: 8px;
}

#footer .creditos {
	background-color: transparent;
	max-width: 100%;
	overflow: hidden;
}

#footer .creditos > .container {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0;
}

#footer .creditos .cia span {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
}

#footer .creditos .dev a {
	color: #4D4D4D;
	font-weight: 600;
	font-size: 13px;
}

/* page header */
.page-header {
	position: relative;
	top: 160px;
	background-image: url(../../img/background/1.jpg);
	background-size: cover;
	/*background-size: auto;*/
	background-position: 50% 50%;
	padding: 35px;
	text-align: left;
	box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);
}

.page-header h1 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: 600;
	color: #333;;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
}

.pagina-conteudo {
	padding: 30px 0;
	margin-top: 160px;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
	}
}

.pagina-conteudo h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	color: #D4A300;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: top;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #333;
	text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #D4A300;
	text-shadow: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #333;
    content: "/";
    text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.breadcrumb-item.active {
    color: #999;
}

/* blog */
section.blog {
	padding: 40px 0;
}

section.blog .topo h1 {
	font-weight: 700;]
	margin-bottom: 0;
}

section.blog .conteudo .item {
	margin-bottom: 20px;
	padding: 20px;
	transition: all .3s ease;
}

section.blog .conteudo .item .categoria {
	border-radius: 6px;
	background-color: #D4A300;
	color: #FFF;
	padding: 6px 14px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto';
}

section.blog .conteudo .item .titulo {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #105a91;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	font-family: 'Roboto';
}

section.blog .conteudo .item .leia-mais {
	color: #3a3f4b;
}

section.blog .conteudo .item .leia-mais .fa {
	border-radius: 200px;
	border: 1px solid #D3d3d3;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	padding-left: 1px;
	margin-left: 6px;
	color: #D3d3d3;
	transition: all .3s;
}

section.blog .conteudo .item:hover {
	box-shadow: -1px -1px 30px 2px rgba(0,0,0,.2);
}

section.blog .conteudo .item:hover .leia-mais {
	color: #105a91;
}

section.blog .conteudo .item:hover .leia-mais .fa {
	color: #105a91;
	border-color: #105a91;
}

/* contato */
section.contato {
	padding: 60px 0 0;
}

section.contato .topo h1 {
	color: #FFF;
	font-weight: 700;
	margin: 0;
}

section.contato .topo .subtitulo {
	color: #FFF;
	font-weight: 200;
	font-family: 'Roboto';
}

section.contato .conteudo form input[type="text"],
section.contato .conteudo form input[type="email"],
section.contato .conteudo form textarea {
	border: none;
	border-right: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	background-color: #F7F7F7;
}

section.contato .conteudo {
	position: relative;
}

section.contato .conteudo label {
	/*color: #FFF;*/
	margin-right: 14px;
}

section.contato .conteudo label input {
	margin-right: 5px;
}

section.contato .conteudo .imagem img {
	position: absolute;
	bottom: 0;
	left: 10%;
}

.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .far {
	color: #D4A300;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	margin-right: 6px;
}

.contato-pagina .endereco .list-icons .texto {
	max-width: 85%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D4A300;
    outline: 0;
    box-shadow: none;
}

.contato-pagina h2 {
	color: #D4A300;
	font-size: 24px;
}

/* empresa */
section.empresa {
	padding-bottom: 70px;
	background-image: url(../../img/hotsite/background/2.png);
	background-size: contain;
	margin-top: -200px;
	z-index: 2;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 991px) {
	section.empresa {
		/*margin-top: -50px;*/
		margin-top: 70px;
	}
}

section.empresa > .container {
}

@media (max-width: 991px) {
	section.empresa .conteudo .textos h1 {
		font-size: 28px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 20px;
	}
}

section.empresa .conteudo .imagem figure {
	position: relative;
	width: 100%;
	height: 440px;
}

section.empresa .conteudo .imagem figure img {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 440px;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {
	section.empresa .conteudo .imagem figure:before {
		content: "";
		position: absolute;
		bottom: -20px;
		right: -20px;
		width: 80%;
		height: 80%;
		z-index: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f9f9f9+100&0+36,0+36,1+100 */
		background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 1%, rgba(253,253,253,0) 36%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 1%,rgba(253,253,253,0) 36%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(255,255,255,0) 1%,rgba(253,253,253,0) 36%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}

section.empresa .conteudo .textos .subtitulo {
	color: #d9a600;
	font-size: 14px;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

section.empresa .conteudo .textos {
	padding: 70px 50px;
}

@media (max-width: 991px) {
	section.empresa .conteudo .textos .subtitulo {
		text-align: center;
	}

	section.empresa .conteudo .textos {
		padding: 20px 40px;
		max-width: 100%;
	}
}

section.inscricao {
	padding-bottom: 60px;
}

section.inscricao > .container {
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 60px;
}

section.inscricao .topo .subtitulo {
	color: #d9a600;
	font-size: 14px;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

section.inscricao .conteudo .item .item-container {
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
	position: relative;
}

section.inscricao .conteudo .item .item-container:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9a600+0,093d64+100 */
	background: rgb(217,166,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(217,166,0,1) 0%, rgba(9,61,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(217,166,0,1) 0%,rgba(9,61,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(217,166,0,1) 0%,rgba(9,61,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9a600', endColorstr='#093d64',GradientType=1 ); /* IE6-9 */
}

section.inscricao .conteudo .item .data {
	background-color: #fafafa;
	border-radius: 6px;
	display: block;
	padding: 20px 20px 15px 20px;
}

section.inscricao .conteudo .item .data .titulo {
	display: block;
	/*text-transform: uppercase;*/
	color: #105a91;
	font-size: 16px;
	line-height: 16px;
	/*font-weight: 300;*/
	font-weight: 500;
}

section.inscricao .conteudo .item .data .texto {
	display: block;
	text-transform: uppercase;
	color: #d9a600;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 6px;
}

section.inscricao .conteudo .item .valor .texto {
	display: block;
	text-transform: uppercase;
	color: #d9a600;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 20px;
}

section.inscricao .conteudo .item .valor .titulo {
	display: block;
	text-transform: uppercase;
	color: #105a91;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin-top: 10px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

section.palestrantes {
	padding: 60px 0;
	background-color: #f7f7f7;
}

section.palestrantes .lateral .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 45px;
	line-height: 45px;
	border-right: 1px solid #105a91;
	padding: 60px 20px 20px 0;
	font-weight: 800;
	display: block;
	text-align: right;
}

section.palestrantes .lateral .subtitulo {
	text-transform: uppercase;
	background-color: #105a91;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 10px;
	font-weight: 400;
	display: block;
	text-align: right;
}

section.palestrantes .conteudo .item {
	margin-bottom: 30px;
}

section.palestrantes .conteudo .item img {
	display: block;
	width: 100%;
	height: 294px;
	object-fit: cover;
	object-position: center top;
}

section.palestrantes .conteudo .item .titulo {
	color: #105a91;
	font-size: 28px;
	line-height: 28px;
	display: block;
	margin-top: 10px;
	font-weight: 700;
}

section.palestrantes .conteudo .item .chamada {
	margin-top: 10px;
	color: #d9a600;
	font-size: 16px;
	line-height: 18px;
	display: block;
}

section.palestrantes .conteudo .item > a.card {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 10px 75px 10px;
	border: 2px solid transparent;
	transition: all .3s;
}

section.palestrantes .conteudo .item > a.card:hover {
	box-shadow: 0 0 30px 2px rgb(0 0 0 / 10%);
    border: 2px solid transparent;
}

section.palestrantes .conteudo .item > .social-palestrante {
	/*position: absolute;
	bottom: 10px;
	left: 30px;*/
	display: block;
	text-align: center;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}

section.palestrantes .conteudo .item > .social-palestrante .fa,
section.palestrantes .conteudo .item > .social-palestrante .fab {
	font-size: 25px;
	color: #105a91;
}

section.programacao {
	padding: 60px 0;
}

section.programacao .lateral .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 45px;
	line-height: 45px;
	border-right: 1px solid #105a91;
	padding: 60px 20px 20px 0;
	font-weight: 800;
	display: block;
	text-align: right;
}

section.programacao .lateral .subtitulo {
	text-transform: uppercase;
	background-color: #105a91;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 10px;
	font-weight: 400;
	display: block;
	text-align: right;
}

section.programacao .conteudo .dia {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #105a91;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}

section.programacao .conteudo .item {
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	color: #333;
	margin-top: 15px;
}

section.programacao .conteudo .item .horario {
	width: 100px;
	text-align: right;
	display: inline-block;
	font-weight: 600;
}

section.programacao .conteudo .item .titulo {
	margin-left: 6px;
	font-size: 15px;
	line-height: 22px;
}

section.programacao .conteudo .item .item-container {
	background-color: #F7F7F7;
	padding: 10px 0 1px;
}

section.programacao .conteudo .item p {
	margin-left: 20px;
}

section.participar {
    padding: 60px 0px 00px 0px;
    background-color: #f7f7f7;
}

section.participar .topo .subtitulo {
    color: #d9a600;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

section.participar .conteudo .subtitulo {
    color: #d9a600;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

section.participar table thead tr {
	text-align: center;
}

section.participar table thead tr:first-child th {
	background-color: #105a91;
	color: #FFF;
	border: none;
	border-right: 1px solid rgba(255,255,255,.1);
	font-weight: 400;
	font-size: 18px;
}

section.participar table thead tr:first-child th:first-child {
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: 600;
}

section.participar table thead tr:nth-child(2) th {
	background-color: #0a3a5e;
	color: #FFF;
	border: none;
	border-right: 1px solid rgba(255,255,255,.1);
	font-weight: 400;
}

section.participar table thead tr:nth-child(2) th:first-child {
	text-align: left;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: 600;
}

section.local {
	padding: 60px 0;
}

section.local .lateral .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 40px;
	line-height: 40px;
	border-left: 1px solid #105a91;
	padding: 60px 10px 20px 20px;
	font-weight: 800;
	display: block;
	text-align: left;
}

section.local .lateral .subtitulo {
	text-transform: uppercase;
	background-color: #105a91;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 10px;
	font-weight: 400;
	display: block;
	text-align: center;
}

section.local .lateral-2 .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 45px;
	line-height: 45px;
	border-left: 1px solid #105a91;
	padding: 150px 20px 20px 20px;
	font-weight: 800;
	display: block;
	text-align: left;
	margin-top: 120px;
}

@media (max-width: 991px) {
	section.local {
		padding: 0px 0;
	}
	section.local .lateral-2 .titulo {
		padding-top: 0;
		margin-top: 20px;
	}
	section.local iframe {
		margin-top: 20px;
	}
}

section.local .lateral-2 .subtitulo {
	background-color: #105a91;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 3px;
	padding: 20px;
	font-weight: 400;
	display: block;
	text-align: left;
}

section.local iframe {
	max-width: 100%;
	width: 550px;
	height: 500px;
}

.evento-pagina .lateral .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 45px;
	line-height: 45px;
	border-right: 1px solid #105a91;
	padding: 60px 20px 20px 0;
	font-weight: 800;
	display: block;
	text-align: right;
}

.evento-pagina .lateral .subtitulo {
	text-transform: uppercase;
	background-color: #105a91;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 10px;
	font-weight: 400;
	display: block;
	text-align: right;
}

section.realizacao {
	background-color: #F7F7F7;
	padding: 0px 0;
}

section.realizacao img {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	/*max-height: 140px;*/
	height: 140px;
	object-fit: scale-down;
}

section.realizacao .apoio img {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
	object-fit: scale-down;
}

section.realizacao .apoio img.img-exp {
	max-height: 130px;
}

section.realizacao .lateral .titulo {
	text-transform: uppercase;
	color: #105a91;
	font-size: 45px;
	line-height: 45px;
	border-right: 1px solid #105a91;
	padding: 60px 20px 20px 0;
	font-weight: 800;
	display: block;
	text-align: right;
}

section.realizacao .lateral .subtitulo {
	text-transform: uppercase;
	background-color: #105a91;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 10px;
	font-weight: 400;
	display: block;
	text-align: right;
	margin-bottom: 30px;
}

section.download {
	background-color: #105a91;
	padding: 30px 0;
}

section.download .texto span {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
}

.menu-lateral {
	text-align: center;
	position: relative;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	font-weight: 600;
}

.menu-lateral .titulo .fa {
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.menu-lateral ul li {
	position: relative;
}

.menu-lateral > ul > li > a {
	display: inline-block;
	padding: 12px 30px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul.submenu {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.menu-lateral ul.submenu > li > a {
	display: inline-block;
	padding: 10px 45px;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4c4c4c;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul li a:hover {
	background-color: #F5F5F5;
	color: #333;
}

.menu-lateral ul li.current > a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}

.d-none-ni {
	display: none;
}

.tparrows {
	cursor: pointer;
	background: #D4A300;
	border: 0px solid #FFF;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: #D4A300;
}

.tp-leftarrow:hover {
	transform: matrix(1, 0, 0, 1, 30, -25) scale(1.1) !important;
}

.tp-rightarrow:hover {
	transform: matrix(1, 0, 0, 1, -80, -25) scale(1.1) !important;
}

.tparrows:hover:before {
	color: #FFF;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #FFF;
	display: block;
	line-height: 50px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		left: 10% !important;
	}

	.tp-rightarrow {
		left: 90% !important;
	}
}

@media(min-width: 992px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}

.link-1 {
	color: #333;
	text-decoration: underline;
}

.link-1:hover,
.link-1:focus {
	color: #D4A300;
	text-decoration: underline;
}

.tachado {
	text-decoration: line-through;
}

.empresa .textos .textos-container h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	max-width: 300px;
}

.evento-pagina h1 {
	text-transform: uppercase;
}

.evento-pagina .conteudo .titulo {
    text-transform: uppercase;
    color: #105a91;
    font-size: 34px;
    line-height: 34px;
    font-weight: 800;
    display: block;
}

#modalHome .modal-header {
    padding: 0;
    height: 0;
    z-index: 1;
    border: none;
}

#modalHome .modal-body {
	width: 100%;
    height: 100%;
    display: inline-block;
	padding: 40px 13px 35px 25px;
}

.modal-content {
    border: none;
    font-size: 0;
    line-height: 0;
	height: 500px !important;
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    /*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);*/
    box-shadow: 0 0 20px 2px rgba(0,0,0,.5);
}

.modal-body-container {
	overflow: hidden;
    overflow-y: scroll;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 15px;
}

@media (min-width: 576px) {
	#modalHome .modal-dialog {
	    max-width: 800px !important;
	    top: 100px;
	}
}

.modal-body-container .texto p {
	text-align: justify;
}

#modalHome .close {
    float: right;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: .5;
    margin-top: -12px;
    margin-right: -5px;
}

#modalHome .close:hover {
	opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /*-webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);*/
    /*background-color: rgba(255,255,255,.3);*/
    opacity: .3 !important;
}

#modalHome {
	top: 0;
    transform: scale(0.9);
    opacity: 0;
    transition: all .3s ease;
    display: block !important;
}

#modalHome.show {
    opacity: 1;
    transform: scale(1);
}

.contador .data {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #105a91;
	border: 1px solid #105a91;
	border-radius: 200px;
	display: inline-block;
	padding: 14px 26px;
}

.contador .data .fa {
	margin-right: 10px;
}

/**/

.header-top {
    background-color: #EFEFEF;
    /*margin-top: -5px;*/
}

#header .header-top .top-desktop .atendimento {
	display: flex;
	justify-content: center;
	align-items: center
}

#header .header-top .top-desktop .atendimento .titulo {
	color: #425b68;
	text-transform: uppercase;
	font-size: 10px;
}

#header .header-top .top-desktop .atendimento .separador {
	color: #425b68;
	text-transform: uppercase;
	font-size: 12px;
	vertical-align: text-top;
}

#header .header-top .top-desktop .atendimento .telefone {
	color: #425b68;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

#header .header-top .top-desktop .atendimento .telefone .fab {
	color: #25D366;
}

#header .header-top .top-desktop .atendimento a {
	color: #425b68;
	font-weight: 600;
	font-size: 13px;
}

#header .header-top .top-desktop .atendimento a:hover {
	color: #D4A300;
}

#header .header-top .top-desktop .atendimento .email {
	display: inline-block;
	color: #105a91;
	font-weight: 600;
	font-size: 13px;
}

#header .header-top .top-desktop .atendimento .email:hover {
	text-decoration: underline;
}

#header .header-top .top-desktop .sociais {
	display: flex;
	justify-content: center;
	align-items: center
}

#header .header-top .top-desktop .sociais .titulo {
	color: #425b68;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 10px;
	display: none;
}

#header .header-top .top-desktop .sociais ul {
	display: inline-block;
}

@media (max-width: 991px) {
	.clock {
	    zoom: 0.50;
	    -moz-transform: scale(0.50);
	}
}