/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'BrandonGrotesque-Light';
    src: url('../fonts/brandongrotesque-light-webfont.eot');
    src: url('../fonts/brandongrotesque-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-light-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-light-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-light-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BrandonGrotesque-Bold';
    src: url('../fonts/brandongrotesque-bold-webfont.eot');
    src: url('../fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-bold-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BrandonGrotesque-Medium';
    src: url('../fonts/brandongrotesque-medium-webfont.eot');
    src: url('../fonts/brandongrotesque-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-medium-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-medium-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-medium-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-medium-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandongrotesque-black-webfont.eot');
    src: url('../fonts/brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-black-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-black-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-black-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-black-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquethin';
    src: url('../fonts/brandongrotesque-thin-webfont.eot');
    src: url('../fonts/brandongrotesque-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-thin-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-thin-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-thin-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-thin-webfont.svg#brandon_grotesquethin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonGrotesque-Regular';
    src: url('../fonts/brandongrotesque-regular-webfont.eot');
    src: url('../fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-regular-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin: 0px;
    padding: 0px;
    height: 2000px;
}

.loading_holder{
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    z-index: 1000;
    visibility: visible;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.texto_loading{
    width: 100%;
    position: absolute;
    top:50%;
    font: 40px 'brandon_grotesqueblack';
    color:#000000;
    text-align: center;
    margin-top:-80px;
}

.pontos_loading{
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.container_itens{
    position: fixed;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item_scroll{
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    top:100%;
}

/* #home_item{
    top:0px;
} */

.logo_holder{
    position: relative;
    float: left;
    left:50%;
    margin-left: -38px;
    margin-top:60px;
}


.home_center_text{
    position: absolute;
    top: 50%;
    margin-top:-34px;
    left: 15%;
    width: 70%;
}

.text1{
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    transform-origin: 0% 50%;
    transition: transform .1s linear; 
    /* transform: skewX(10deg) rotateZ(10deg); */
}

.text2{
    position: relative;
    top: 0px;
    left:0px;
    width: 100%;
}

.home_bottom_logo{
    position: absolute;
    bottom: 90px;
    left:50%;
    margin-left: -70px;
}

.logo1{
    position: absolute;
    top: 0px;
    left:0px;
    transition: transform .1s linear;
    transform: translateY(100px);
}

.logo2{
    position: relative;
    top: -15px;
    left:0px;
}


.year{
    position: absolute;
    top:0%;
    height: 100%;
    width: 60%;
    left:20%;
}
.year p{
    margin: 0px;
    padding:0px;
    text-align: center;
    font-size:100px;
    font-family: 'brandon_grotesqueblack';
}
.separador{
    z-index: 1;
    background-color: #F1F1F2;
    transform: transkateY(0px);
    transition: transform .1s linear;
    overflow: hidden;
}

#separador2017{
    background-image: url('../img/fundo2017.png');
}

.espiral_holder{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.espiral{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url('../img/espiral.svg');
    background-position: center center;
    background-size: 100%;
     animation-name: rotate;
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;  
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.logo_center_logo{
    position: absolute;
    top:0%;
    left:30%;
    width:40%; 
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    transition: opacity .1s linear;
}

.logo_center_logo2{
    opacity: 0;

}

.logonovo_novo_old{
    margin-top: -80px;
}
.logonovo_novo_novo{
    margin-left: 20px;
    margin-top: -20px;
}

.fundo2016{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fundo2016_item{
    height: 59px;
    position: relative;
    width: 400%;
    /* left:-100%; */
    background-image: url('../img/fundo2016.png');
}

.fundo2016_item_par{
      animation-name: slide_left;
    animation-duration: 300s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

.fundo2016_item_impar{
      animation-name: slide_right;
    animation-duration: 300s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

@keyframes slide_right {
    0% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes slide_left {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.gif_center{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media only screen and (max-height: 800px) {
    .logo_holder{
        margin-top:20px;
    }
    .home_bottom_logo{
        bottom:30px;
    }
}

.ano_item_mobile{
    display: none;        
}
.nome_item_mobile{
    display: none;        
}
.gif_item{
    width: 60% !important;
    margin-right: 10%;
}
.gif_item_holder{
    text-align: right;
}
@media only screen and (max-width: 800px) {
    .ano_item_mobile{
        display: initial;
    }
    .nome_item_mobile{
        display: initial;        
    }
    .gif_item{
        width: 90% !important;
        margin-right: 0%;
    }
    .nome_item{
        display: none;
    }
    .ano_item{
        display: none;
    }
    .gif_item_holder{
        text-align: center !important;
    }

    .year p{
        font-size:40px;
    }
}

.fundo2015{
    background-image: url('../img/fundo2015.svg');
    background-size: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 100%;
    animation-name: slide_left;
    animation-duration: 120s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}

.fundo2014{
    background-image: url('../img/fundo2014.svg');
    background-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 100%;
    animation-name: slide_left;
    animation-duration: 300s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}

.fundo2012{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fundo2012_item{
    height: 46px;
    position: relative;
    width: 400%;
    /* left:-100%; */
    background-image: url('../img/fundo2012.png');
}

.fundo2012_item_par{
      animation-name: slide_left;
    animation-duration: 300s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

.fundo2012_item_impar{
      animation-name: slide_right;
    animation-duration: 300s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

.fundo2011{
    background-image: url('../img/fundo2011.svg');
    background-size: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    animation-name: slide_top;
    animation-duration: 120s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}

@keyframes slide_top {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
    }
}

.fundo2010{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fundo2010_item{
    height: 21px;
    position: relative;
    width: 100%;
    /* left:-100%; */
    background-image: url('../img/fundo2010.svg');
}

.fundo2010_item_par{
    animation-name: fadein;
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

.fundo2010_item_impar{
      animation-name: fadeout;
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;  
    left: 21px; 
}

@keyframes fadein {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.fundo2009{
    background-image: url('../img/fundo2009.svg');
      background-size: 100px;  
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 100%;
    animation-name: slide_left;
    animation-duration: 120s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}

.fundo2008{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fundo2008_item{
    height: 12px;
    position: relative;
    width: 100%;
    /* left:-100%; */
    background-image: url('../img/fundo2008.svg');
}

.fundo2008_item_par{
    animation-name: fadein;
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;   
}

.fundo2008_item_impar{
      animation-name: fadeout;
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;  
    left: 11px; 
}

.fundo2007{
    background-image: url('../img/fundo2007.svg');
    background-size: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 200%;
    animation-name: slide_left_top;
    animation-duration: 240s;
    animation-iteration-count:infinite;
    animation-timing-function: linear; 
}

@keyframes slide_left_top {
    0% {
        transform: translateY(0%) translateX(0%);
    }
    50% {
        transform: translateY(-50%) translateX(-50%);
    }
    100% {
        transform: translateY(0%) translateX(0%);
    }
}

.obrigado{
    position: absolute;
    top:100%;
    width: 100%;
    height: 50px;
    background: #000000;
}

.link_spic_holder{
    position: fixed;
    top: 0px;
    right:5%;
    z-index: 200;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}