/*!
Theme Name: contato
Author: Julio Cesar Moreira

Description: Tema para o site do contato 2020 - 2025
Version: 1.0.0

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
 /* 1 */
	-webkit-text-size-adjust: 100%;
 /* 2 */;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
 /* 1 */
	height: 0;
 /* 1 */
	overflow: visible;
 /* 2 */;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
 /* 1 */
	font-size: 1em;
 /* 2 */;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
 /* 1 */
	text-decoration: underline;
 /* 2 */
	text-decoration: underline dotted;
 /* 2 */;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
 /* 1 */
	font-size: 1em;
 /* 2 */;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
 /* 1 */
	font-size: 100%;
 /* 1 */
	line-height: 1.15;
 /* 1 */
	margin: 0;
 /* 2 */;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
 /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
 /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
 /* 1 */
	color: inherit;
 /* 2 */
	display: table;
 /* 1 */
	max-width: 100%;
 /* 1 */
	padding: 0;
 /* 3 */
	white-space: normal;
 /* 1 */;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
 /* 1 */
	padding: 0;
 /* 2 */;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
 /* 1 */
	outline-offset: -2px;
 /* 2 */;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
 /* 1 */
	font: inherit;
 /* 2 */;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	width:100%;
}

textarea {
	width: 100%;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}








/*---------------------------------------------------------------------------------------------------------------------------------------------------------
# CUSTOMIZAÇÃO GERAL
----------------------------------------------------------------------------------------------------------------------------------------------------------*/



header  {
	display: block;
	width: 100%;
	background: #0075bf;
}
.site-header {
	display: block;
	width: 100%;
	background: #0075bf;
	padding:0;
}


.site-header .wrapper {max-width: 999px; margin: 0 auto;}

.site-header .wrapper .logowrapper {
	text-align: center;
	padding: 30px;
	}
.site-header .wrapper .logowrapper  a { 
	display: block;
    height: 80px;
    width: 140px;
    background-image: url(assets/img/logo-sebrae-branco.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    margin: 0px auto;
}


a, a:visited{ color: #0075bf;}
a:hover{ color: #0075bf; transition: .5s;}

#offline.animate {
	display: block;
	bottom: 0;

}

#offline {
	display: none;
	background-color: red;
	position: fixed;
	color:#fff;
	bottom: -100vh;
	height: 30px;
	width: 100vw;
	z-index: 10;
	transition-property: top;
	transition-duration: 300ms;
	transition-delay: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
	padding-top: 10px;
	text-align: center;
}

/* banner */
#banner {
	/*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(assets/img/banner-1536x952.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;*/
	width: 100%;
	min-height: 50vh;
	display: block;
	overflow: hidden;
	
	
}
.yt-embed { width: 79%; margin-top: 30px;}


.entregavel-thumb {width: 20%; display: flex; text-align: center;  padding: 20px; justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;}
.entregavel-thumb img {max-width: 100%; max-height: 250px; margin: 5px auto;}
.entregavel-thumb a {	text-decoration: none;}
.entregavel-thumb a:before {
	content: 'Baixe o arquivo';
	display: block;
	
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
}

#banner .wrapper {
	max-width: 999px; margin: 0 auto; 	display: block;
}
#banner .banner-conteudo {    display: flex; width: 100%;}
#banner .banner-conteudo h1 {color: #fff; padding-top: 30px; margin-top: 100px;}

.button,
#banner .bt-banner,
#banner .bt-banner:visited {
	border: none;
	display: inline-block;
	padding: 10px 15px;
	background-color: green;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}

.button:active,
.button:hover,
#banner .bt-banner:active,
#banner .bt-banner:hover {background-color: red; 	color: #fff;}

/* CONTENT */

#intro .wrapper, 
#programacao .wrapper {padding: 30px 0 30px 0;}

#content .wrapper {
	max-width: 999px; margin: 0 auto;
}

/* BLOCOS */

#blocos .wrapper {
	display: flex; padding: 20px 0;
}

#blocos .item {
    background-color: #ccc;
	margin: 0 10px;
	max-width: 30%;
	padding: 10px;
	text-align: center;
}

section {
	display: block;
    float: left;
    width: 100%;
}

/* CTA ATENDIMENTO */

.atendimento {text-align: center; padding: 60px 20px;}

/* DEPOIMENTOS */
#depoimentos {    background-color: #ccc;}

#depoimentos .wrapper {
	padding: 40px 20px; 
	display: block;
	
}

.depoimentos .item { max-width: 60%;}
.depoimentos .item p:before {
	content: '';
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border-radius: 50px;

}
.depoimentos .item p {
	display: block;
	font-style: italic;
	float: left;
	padding: 5px 5px 5px 5px;
}
.depoimentos .item p span {display: block; font-style: normal; font-weight: 600;}


.depoimentos .depoimento1 {float: left; clear: left;}

.depoimentos .depoimento2 {float: right; clear: right;}

.depoimento1 p:before  {  
	background-image: url(assets/img/dummy-person-image.jpg);
	background-repeat: no-repeat;
    background-size: contain; 
}
.depoimento2 p:before  {
	background-image: url(assets/img/dummy-person-image.jpg);
	background-repeat: no-repeat;
    background-size: contain; 
}

#footer {
	background-color: #0075bf; width: 100%; padding: 30px; color: #ffffff; clear: both; float: left;

	}
#footer .wrapper {
	max-width: 990px;
    margin: 0 auto;
	text-align: center;
}
#footer .wrapper p {

	text-align: center;
}
#footer .wrapper ul {margin: 0;}
#footer ul li a {
    color: #fff !important;
	border: none;
	background
}

.footer-column-left {
    float: left;
    width: 40%;
}
.footer-column-right {
    float: right;
    width: 60%;
}

#footer .copyright {width: 100%; clear: both; float: left; font-size: 1em;}

.copyright {margin: 30px 0 10px 0; float: left; clear: both; width: 100%;}

.footer-column-left a,
.footer-column-left  a:visited {color: #fff; text-decoration: none; }



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

#footer ul li {display: inline;
    margin: 0 20px 0 0;}
	
/*#footer 	.footer-column-left a.icontel,*/
#footer ul li a {     color: #fff !important;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 4px 0 0 0;
    text-align: center;
}


/* animacao todas as divs */

div {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; 
	transition: all 0.5s ease 0s; 
}

.linktopo:active, .linktopo:visited, .linktopo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    color: #fff;
    opacity: .7;
    border-radius: 40px;
    font-size: 1.8em;
	box-sizing: border-box;
	z-index: 9999999;
		-webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.35);	
}
.linktopo i {
    margin: 5px 7px;
}

.linktopo .lsu {    height: 3px;
    width: 17px;
    display: inline-block;
    background: #fff;
    transform: rotate(-45deg);
    margin: 17px 6px;
    float: left;}
.linktopo .rsu {    height: 3px;
    width: 17px;
    display: inline-block;
    background: #fff;
    transform: rotate(45deg);
    margin: -20px 16px;
    float: left;}

/* alinhamentos */

.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}


.cc-message {
	font-size: .8em;
    line-height: 1.3em;
	/*padding: 20px;*/
	}

/*form dinamize */

#dinamize { padding: 30px 20px;}

form {
    padding: 0px;
    background-color: #fff;
    text-align: left
}

form label {
    color: #000;
}

form .dinSubmit {
    -webkit-appearance: none;
    border: medium none;
    background-color: green;
    cursor: pointer;
    font: bold 13px/38px Arial;
    height: 38px;
    padding: 0 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0 0 0;
    width: 100%;
    color: #fff;
    font-size: 20px
}

form .divinput input {
    background-color: #fff;
    color: #4a5766;
    border-width: 2px;
    border-style: solid;
    border-color: #bec5cb;
    border-radius: 3px;
    box-shadow: 0 0 0 4px transparent
}

form .divinput select {
    background-color: #fff;
    color: #4a5766;
    border-width: 2px;
    border-style: solid;
    border-color: #bec5cb;
    border-radius: 3px;
    box-shadow: 0 0 0 4px transparent;
	padding: 6px;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
	padding: 6px;
	font-weight: 600;
}
	
	
/* animacoes */	
	
	
	.anim-elem {
		opacity: 0;
		position: relative;
	}


	/* esq p direita */

	@-webkit-keyframes slide-in-left {
	  0% {
		-webkit-transform: translateX(-1000px);
				transform: translateX(-1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
	  }
	}
	@keyframes slide-in-left {
	  0% {
		-webkit-transform: translateX(-1000px);
				transform: translateX(-1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
	  }
	}



	/* direita p esquerda */


	@-webkit-keyframes slide-in-right {
	  0% {
		-webkit-transform: translateX(1000px);
				transform: translateX(1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
	  }
	}
	@keyframes slide-in-right {
	  0% {
		-webkit-transform: translateX(1000px);
				transform: translateX(1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
	  }
	}

	/* baixo p cima */

	@-webkit-keyframes slide-in-bottom {
	  0% {
		-webkit-transform: translateY(1000px);
				transform: translateY(1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@keyframes slide-in-bottom {
	  0% {
		-webkit-transform: translateY(1000px);
				transform: translateY(1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}

	/* cima p baixo */


	@-webkit-keyframes slide-in-top {
	  0% {
		-webkit-transform: translateY(-1000px);
				transform: translateY(-1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@keyframes slide-in-top {
	  0% {
		-webkit-transform: translateY(-1000px);
				transform: translateY(-1000px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@-webkit-keyframes fade-in {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	@keyframes fade-in {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}


.anim-elem.slide-fade {
	opacity: 0;
	-moz-transition: opacity 800ms ease-in;
	-webkit-transition: opacity 800ms ease-in;
	-ms-transition: opacity 800ms ease-in;
	-o-transition: opacity 800ms ease-in;
	transition: opacity 800ms ease-in;
}


.anim-elem.slide-down {
	opacity: 0;
	-moz-transition: all 1200ms linear;
	-webkit-transition: all 1200ms linear;
	-ms-transition: all 1200ms linear;
	-o-transition: all 1200ms linear;
	transition: all 1200ms linear;
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	-moz-transform: translate3d(0px, 100px, 0px);
	-webkit-transform: translate3d(0px, 100px, 0px);
	transform: translate3d(0px, 100px, 0px);
}

.anim-elem.slide-down.view-in {
	opacity: 1;
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.anim-elem.slide-up {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-o-transform: translate(0px, -100px);
	-ms-transform: translate(0px, -100px);
	-moz-transform: translate3d(0px, -100px, 0px);
	-webkit-transform: translate3d(0px, -100px, 0px);
	transform: translate3d(0px, -100px, 0px);
}
.anim-elem.slide-up.view-in {
	opacity: 1;
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.anim-elem.slide-left {
	opacity: 0;
	-moz-transition: all 1000ms linear;
	-webkit-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-o-transform: translate(-50px, 0px);
	-ms-transform: translate(-50px, 0px);
	-moz-transform: translate3d(-50px, 0px, 0px);
	-webkit-transform: translate3d(-50px, 0px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}
.anim-elem.slide-left2 {
	opacity: 0;
	-moz-transition: all 1300ms linear;
	-webkit-transition: all 1300ms linear;
	-ms-transition: all 1300ms linear;
	-o-transition: all 1300ms linear;
	transition: all 1300ms linear;
	-o-transform: translate(-50px, 0px);
	-ms-transform: translate(-50px, 0px);
	-moz-transform: translate3d(-50px, 0px, 0px);
	-webkit-transform: translate3d(-50px, 0px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}



.anim-elem.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-o-transform: translate(50px, 0px);
	-ms-transform: translate(50px, 0px);
	-moz-transform: translate3d(50px, 0px, 0px);
	-webkit-transform: translate3d(50px, 0px, 0px);
	transform: translate3d(50px, 0px, 0px);
}

.anim-elem.slide-left.view-in,
.anim-elem.slide-right.view-in {
	opacity: 1;
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}


	.slide-in-right {
		-webkit-animation: slide-in-right 0.5s ease-in-out both;
		animation: slide-in-right 0.5s ease-in-out both;
	}

	.slide-in-top {
		-webkit-animation: slide-in-top 0.5s ease-in-out both;
		animation: slide-in-top 0.5s ease-in-out both;
	}

	.slide-in-bottom {
		-webkit-animation: slide-in-bottom 0.5s ease-in-out both;
	    animation: slide-in-bottom 0.5s ease-in-out both;
	}


	.fade-in {
	        -webkit-animation: fade-in 0.5s ease-in-out both;
	        animation: fade-in 0.5s ease-in-out both;
	}


	
.tabela-dados {display: table; width: 100%; border: 1px solid #000; float: left; clear: both; margin-bottom: 40px;};


.tabela-dados .linhatitulo {
	display: table-row;
	width: 100%;
	clear: both;
	float: left;
	border: 1px solid #000;	
}
.tabela-dados .linha {
	display: table-row;
	width: 100%;
	clear: both;
	float: left;
	border: 1px solid #000;	
}
.tabela-dados .linhatitulo .cel,
.tabela-dados .linha .cel {
	display: table-cell;
	border: 1px solid #000;
	padding: 20px;
}
.tabela-dados .linhatitulo .cel:first-child,
.tabela-dados .linha .cel:first-child {width: 18%;}

.tabela-dados .linhatitulo  .cel:nth-child(2),.tabela-dados .linha .cel:nth-child(2) {width: 40%;}
.tabela-dados .linhatitulo .cel:last-child,
.tabela-dados .linha .cel:last-child {width: 40%;}
.resptabtit {display: none;}
	
	
	
/* MEDIA QUERIES */
	

@media screen and (max-width: 991px) {
	.banner-conteudo {padding: 20px 40px;}
	
	#programacao .wrapper, #formulario .wrapper, #conteudo_adicional .wrapper,
	#intro .wrapper {padding: 20px;} 
}



@media screen and (max-width: 771px) {
	.banner-conteudo {padding: 20px 40px; display: block !important;}
	
	.yt-embed { width: 100%; margin-top: 30px;}


.entregavel-thumb {width: 100%; display: flex; text-align: center;  padding: 20px; justify-content: flex-end;
    align-content: flex-end;
    flex-direction: column;}
	
	
	.site-header .wrapper .logowrapper {
		text-align: center;
		padding: 20px;
	}
	.site-header .wrapper .logowrapper a  {height: 50px;}
	
	#banner .banner-conteudo h1 {margin-top: 50px; font-size: 1.6em;}
	
	#blocos .wrapper {
		display: block;
		padding: 10px 0;	
	}
	#blocos .item {
		margin: 5px auto 5px auto;
		max-width: 98%;
		padding: 30px 20px;
	}
	.depoimentos .item {
		width: 100%;
		max-width: 100%;
	}
	.depoimentos .item p:before {
		content: '';
		display: block;
		float: none;
		width: 100px;
		height: 100px;
		margin-right: auto;
		margin: 0 auto 30px auto;
		border-radius: 50px;
	}
	.depoimentos .item p {
		display: block;
		font-style: italic;
		float: none;
		text-align: center;
		padding: 5px 5px 5px 5px;
	}
	
	.tabela-dados {display: block; width: 100%;}
	.tabela-dados .linha {
			display: block;
			border: none;
	}
	.tabela-dados .linhatitulo { display: none !important; }

	.tabela-dados .linha .cel:first-child {font-weight: 600;}	

	.tabela-dados .linhatitulo .cel,
	.tabela-dados .linha .cel,
	.tabela-dados .linhatitulo .cel:first-child,
	.tabela-dados .linha .cel:first-child, 
	.tabela-dados .linhatitulo  .cel:nth-child(2),.tabela-dados .linha .cel:nth-child(2),
	.tabela-dados .linhatitulo .cel:last-child,
	.tabela-dados .linha .cel:last-child {
		display: block;
		width: 100%;
		border: none;}
	.resptabtit {display:block !important;}
}