body,
html
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #45555F;
}

a
{
	text-decoration: none;
	color: #45555F;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover
{
	color: #9E6765;
}

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

h1,
p,
h4
{
	width: 100%;
	max-width: 528px;
	margin: auto;
}

h1
{
	font-size: 2em;
}

h1,
h4
{
	font-family: 'KlavikaMediumBold' ,'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

p
{
	font-size: 1em;
	line-height: 1.5;
	margin: 50px auto;
}

span
{
	font-size: 0.889em;
	display: block;
	max-width: 400px;
	margin: auto;
}


/* */


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

.section.full
{
	height: 100%;
	min-height: 500px;
}

.section.intro
{
	background-size: cover;
	background-position: center;
}

.section.about
{
	background: white
}

.section.slideshow
{
	background: white;
}

.section.subscribe
{
	background: #9E6765;
}

footer
{
	background: #fffaf9
}

.section .content,
footer .content
{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 100px 30px;
	box-sizing: border-box;
	text-align: center;
	overflow: auto;
}

.section.intro .content
{
	padding: 50px 0;
	height: 100%;
	color: #fff;
}

.section.intro .content .hero-content-wrap
{
	display: table;
	height: 100%;
	width: 100%;
}

.section.intro .content .hero-content-wrap .centered-content
{
	display: table-cell;
  	vertical-align: middle;
  	padding: 0 30px;
}

.section.intro .content p,
.section.intro .content h1,
.section.intro .content h4
{
	margin: 10px auto
}

.scroll-link
{
	padding: 20px;
	display: block;
	width: 20px;
	height: 12px;
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
}

.scroll-link:active,
.sy-controls li a:active
{
	-ms-transform: scale(.9); 
    -webkit-transform: scale(.9); 
    transform: scale(.9);
    -moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

.scroll-link .arrow
{
	display: block;
	width: 20px;
	height: 12px;
	background: url(../images/sprite.svg);
	background-position: -171px 0;
}



#ist-logo-wrap
{
	position: absolute;
	top: 25px;
	padding: 25px;
	left: 50%;
	margin-left: -96px;
	display: block;
}

#ist-logo-wrap > svg{
	fill: white;
    width: 144px;
}


.section.about .content > img
{
	width: 100%;
	max-width: 600px;
}

.section.about .content > p
{
	width: 100%;
	max-width: 500px;
}

#download-pdf
{
	display: block;
	margin: 80px auto auto;
	max-width: 250px;
}

#download-pdf > svg
{
    height: 62px;
    width: auto;
	display: block;
	margin: 20px auto;
    fill: #8B97A9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#download-pdf:hover > svg
{
    fill: #9E6765;
}

.section.subscribe
{
	color: white
}

#mc-embedded-subscribe-form
{
	margin: 40px auto
}

#mc-embedded-subscribe-form .email,
#mc-embedded-subscribe-form .button
{
	display: inline-block;
	outline: none;
	font-size: 0.85em;
    -webkit-appearance: none;
    border-radius: 0;
}

#mc-embedded-subscribe-form .email
{	
	padding: 10px 15px;
	border: 0;
	margin-right: 5px
	background: white;
	width: 100%;
	max-width: 330px;
	color: #9E6765;
}

#mc-embedded-subscribe-form .button
{
	padding: 10px 20px;
	margin-left: 5px;
	background: transparent;
	border: 0;
	-webkit-box-shadow:inset 0 0 0 1px white;
	box-shadow:inset 0 0 0 1px white;
	color: white;
}

#mc-embedded-subscribe-form .button:hover
{
	background: white;
	color: #9E6765;
	cursor: pointer;
}

#mc-embedded-subscribe-form .button:active
{
	color: white;
	background: #9E6765;
}

footer .content > h1
{
	color: #9E6765
}

footer .content .ul-wrap
{
	text-align: left;
	font-size: 0.875em;
	box-sizing: border-box;
	padding: 0 30px;
	float: left;
	width: 33.33%;
	margin: 65px 0 0 0;
}

footer .content ul
{
	list-style: none;
	padding: 0
}

footer .content ul li
{
	color: #4B0610;
	list-style: none;
	padding: 10px 0;
}

footer .content ul li strong
{
	font-weight: 400;
	margin: 5px 0;
}

footer .content ul li span
{
	margin: 5px 0;
}

#slideshow-overlay
{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
}


/* Estilo mobile */

@media screen and (max-width: 674px) 
{
    .section.intro .content .hero-content-wrap .centered-content
    {
        padding-top: 74px;
    }

	.scroll-link,
	.sy-pager
	{
		display: none;
	}

	footer .content .ul-wrap
	{
		width: 100%;
		margin: auto;
		text-align: center;
	}

	footer .content .ul-wrap:first-of-type
	{
		margin-top: 50px;
	}

	footer .content ul li span
	{
		margin: 5px auto;
	}
}

@media screen and (max-width: 554px)
{
	#mc-embedded-subscribe-form .email,
	#mc-embedded-subscribe-form .button
	{
		margin: auto;
		width: 100%;
		box-sizing: border-box;
		display: block;
		max-width: none;
		padding: 15px
	}

	#mc-embedded-subscribe-form .email
	{
		margin: 50px 0 20px 0
	}
}



/* Estilo da input do formulário */

::-webkit-input-placeholder 
{
   color: #999;
}

:-moz-placeholder 
{ 
   color: #999;  
}

::-moz-placeholder 
{ 
   color: #999;  
}

:-ms-input-placeholder 
{  
   color: #999;  
}

/* Animação Bounce */

.bounce 
{
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% 
    {
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
    40% 
    {
        -moz-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60% 
    {
        -moz-transform:translateY(-5px);
        transform:translateY(-5px)
    }
}
@-webkit-keyframes bounce 
{
    0%, 100%, 20%, 50%, 80% 
    {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40% 
    {
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60% 
    {
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
}
@keyframes bounce 
{
    0%, 100%, 20%, 50%, 80% 
    {
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40% 
    {
        -moz-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    60% 
    {
        -moz-transform:translateY(-5px);
        -ms-transform:translateY(-5px);
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
}

/* Slideshow */

.sy-box.sy-loading .sy-slides-wrap, 
.sy-box.sy-loading .sy-pager 
{
    visibility: hidden;
}

#slideshow-wrap 
{
    width: 100%;
    height: 100%;
}

.sy-slides-wrap, .sy-box 
{
    position: relative;
    height: 100%;
    width: 100%;
}

.sy-slides-crop 
{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

 .sy-list 
 {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.sy-list.horizontal 
{
    -moz-transition: left ease;
    -o-transition: left ease;
    -webkit-transition: left ease;
    transition: left ease;
}

.sy-list.vertical 
{
    -moz-transition: top ease;
    -o-transition: top ease;
    -webkit-transition: top ease;
    transition: top ease;
}

.sy-slide 
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sy-slide.kenburns 
{
    width: 140%;
    left: -20%;
}

.sy-slide.kenburns.useCSS
{
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n)
{
    -webkit-animation-name: left-right;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: left-right;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: left-right;
    -o-animation-fill-mode: forwards;
    animation-name: left-right;
    animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n)
{
    -webkit-animation-name: right-left;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: right-left;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: right-left;
    -o-animation-fill-mode: forwards;
    animation-name: right-left;
    animation-fill-mode: forwards;
}

.sy-slide.sy-active 
{
    z-index: 3;
}

.sy-slide > a 
{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.sy-slide > a > img 
{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
}

.sy-controls 
{
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}

.sy-controls li 
{
    position: absolute;
    z-index: 33;
    padding: 20px;
    top: 50%;
}

.sy-controls li.sy-prev 
{
    left: 0;
}

.sy-controls li.sy-next 
{
    right: 0;
}

.sy-controls li a 
{
    display: block;
    background: url(../images/sprite.svg);
    width: 19px;
    height: 30px;
}

.sy-controls li.sy-prev a 
{
    background-position: -115px 0;
}

.sy-controls li.sy-next a 
{
    background-position: -143px 0;
}

/* Paginação */
 .sy-pager
 {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
}

.sy-pager li 
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1em 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.sy-pager li.sy-active a 
{
    background-color: white;
}
.sy-pager li a 
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    -webkit-box-shadow:inset 0 0 0 1px white;
    box-shadow:inset 0 0 0 1px white;
    text-indent: -9999px;
    -moz-background-size: 2em;
    -o-background-size: 2em;
    -webkit-background-size: 2em;
    background-size: 2em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

