/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*.........GLOBLE......*/

body {
    font-family: 'Anton regular', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #575757;
    letter-spacing: 0.25px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 28px 0;
    width: 100%;
    z-index: 9997;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky {
    position: fixed;
    width: 100%;
    background: #ffffff;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    padding: 5px 0;
}
header.sticky img {
    height: 42px;
}
header.sticky #outroMenu{
    display: none;
}
.logo {
    width: 30%;
    float: left;
    padding-top: 5px;
}
.logo h1 a img {
    display: block;
}
nav {
    width: 65%;
    float: left;
    text-align: right;
    margin-right: 30px;
}
.search {
    width: 5%;
    float: right;
    position: absolute;
    right: 0;
}
nav ul li {
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    font-weight: 700;
    letter-spacing: 0.25px;
}
nav ul li a:hover {
    color: #5a5a5a;
    transition: all 0.5s;
}
#wrap {
    display: inline-block;
    position: relative;
    height: 40px;
    float: right;
    padding: 0;
    position: relative;
}
.search input[type="text"] {
    height: 50px;
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;

    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
.search input[type="text"]:focus:hover {

}
.search input[type="text"]:focus {
    width: 430px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    background: #d80027;
}
.sticky .search input[type="text"]:focus{background:#000;}
.search input[type="submit"] {
    height: 50px;
    width: 50px;
    display: inline-block;
    color: #000;
    float: right;
    background: url(images/search.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    outline:0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease;
}
.search input[type="text"]:focus > .search input[type="submit"] {
    background-color: none;
}
.search input[type="submit"]:hover {
    opacity: 1;
}
.oneslide img {
    width: 100%;
    display: block;
    position: relative;
    height: 850px;
}
.slidecon {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
}
.slidecon p {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}
.slidecon h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    letter-spacing: 0.25px;
    color: #fff;
    padding: 0px 0 20px;
}
.slidecon h2 span {
    font-weight: 700;
}
.slidecon a {
    width: 180px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    display: block;
    margin: 40px auto;
    padding: 8px 0;
}
.slidecon a:hover {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}
.aboutus {
    text-align: center;
    padding: 100px 0;
}
.aboutus h2 {
    color: #575757;
    font-size: 60px;
    line-height: 90px;
    font-weight: 200;
}
.line {
    height: 1px;
    width: 30px;
    background: #17daa3;
    margin: 0 auto;
}
.aboutus p.top {
    padding: 35px 0 110px;
    font-size: 18px;
}
.aboutus i {
    width: 182px;
    height: 182px;
    border-radius: 50%;
    background: #edeff1;
    text-align: center;
    padding-top: 25%;
    font-size: 60px;
    color: #87949e;
}
.aboutus h3 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    padding: 55px 0 25px;
}
.aboutus p {
    font-size: 16px;
}
.aboutus i:hover {
    background: #17daa3;
    color: #fff;
    transition: all 0.5s;
}
.aboutus a {
    width: 180px;
    border: 2px solid #fff;
    color: #fff;
    background: #17daa3;
    border-radius: 50px;
    display: block;
    margin: 100px auto 0;
    padding: 8px 0;
}
.aboutus a:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s;
}

#outroMenu {
    margin-top: 12px;
}

#outroMenu ul{
    background-color: rgba(216, 0, 39, 0.8);
    width: 176px;
    margin-left: 40px;
}

#outroMenu div {
    color: #d80027;
    font: normal 36px/25px "responsivenav";
    text-transform: none;
    text-align: center;
    content: "\2261";
    text-indent: 0;
    speak: none;
    width: 100%;
    margin-top: 30px;
    margin-left: -39px;
    margin-top: 30px;
}

#outroMenu ul{
    padding: 10px;
    margin-top: -36px;
}
#outroMenu ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}
#outroMenu ul li:first-child{
    border-top: none;
}
#outroMenu ul li a{
    font-family: 'Roboto';
    font-weight:lighter;
    font-size: 20px;
    color: #ffffff;
}
#outroMenu ul li a:hover{
    color: #000000;
}
#iconeMenu:hover{
        filter: hue-rotate(38deg);
}
.lorem {
    background: #ffffff;
    padding-top: 70px;
}
.lorem h1 {
    font-size: 60px;
    line-height: 96px;
    font-weight: 200;
    overflow: hidden;
    text-align: center;
    font-size: 78px;
}
.lorem h1:before{
    background-color: #576671;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.lorem h1:before {
    right: 0.5em;
    margin-left: -50%;
}

.lorem h2 {
    font-size: 40px;
    line-height: 96px;
    font-weight: 200;
    color: #d80027;
}
.lorem p {
    font-family: 'Roboto';
    padding: 5px 0;
    text-align: justify;
    line-height: 24px;
}
.lorem a {
    width: 180px;
    border: 2px solid #fff;
    color: #fff;
    background: #17daa3;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 8px 0;
}
.lorem a:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s;
}
.lorem h3{
    font-size: 24px;
    font-weight: bold;
    color: #d80027;
}

#segmentos ul{
    list-style-type: none;
    text-align: center;
}
#segmentos ul li{
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

#segmentos ul li:first-child{
    margin-left: 0px;
}
#segmentos ul li:first-child{
    margin-right: 0px;
}

#quemSomos .row div:last-child{
    text-align: right;
}

#quemSomos .row div:last-child img{
    width: 90%;
}

#segmentos ul li img{
    width: 64px;
    -webkit-filter: grayscale(100%) brightness(4);
    filter: grayscale(100%) brightness(4);
}
#segmentos ul li:hover img, #segmentos ul li.active img{
    -webkit-filter: grayscale(0%) brightness(1);
    filter: grayscale(0%) brightness(1);
    cursor: pointer;
}
/*#segmentos div div{
    padding-left: 10%;
    padding-right: 10%;
}*/


#painel input, #painel textarea, #painel button, #painel select{
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

#painel table{
    font-size: 12px;
}

#painel table img{
    height: 14px;
}

#painelSlides table img{
    height: 300px;
}

#{
    background-image: url(images/backgroundBottom.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#backgroundV{
    background-image: url(images/backgroundV.png);
    background-position: center;
    height: 90px;
    background-size: cover;
    width: 100%;
    margin-top: -90px;
    position: absolute;
}

#quemSomos{
    background-image: url(images/backgroundTop.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.testimonials li div{
    border: 2px solid #d80027;
    margin-left: 10%;
    margin-right: 10%;
    padding: 5%;
}
.testimonials div p {
    text-align: justify
}
.testimonials .bx-wrapper .bx-prev {
    left: 10px;
    background-image: url(images/seta-esquerda.png);
    background-size: cover;
    border: none;
    width: 55px;
    height: 55px;
}
.testimonials .bx-wrapper .bx-next {
    right: 10px;
    background-image: url(images/seta-direita.png); 
    background-size: cover;
    border: none;
    width: 55px;
    height: 55px;
}
.testimonials .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 1%;
}
.testimonials .bx-pager, .testimonials .bx-default-pager{
    display: none;
}



.leftside {
    width: 20%;
    float: left;
}
.rightside {
    width: 80%;
    float: left;
}
.leftside i {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #fff;
    color: #17daa3;
    text-align: center;
    font-size: 40px;
    padding-top: 25px;
}
.imgDescription2 {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    background: rgba(45,221,172,0.5);
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    padding-top: 50%;
    transition: all 0.5s;
    cursor: pointer;/*remove comment if you want a gradual transition between states
-webkit-transition: visibility opacity 0.2s;
    */
}
.team1:hover .imgDescription2 {
    visibility: visible;
    opacity: 1;
}
.imgDescription2 p {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
}

.datapack {
    background: #17daa3;
    border-radius: 8px;
    box-shadow: 0px 0px 35px 0px rgba(227, 227, 227, 0.65);
}
.p1 {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #eeeff1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.p2 {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 40px;
}
.p3 {
    padding: 15px 20px;
    color:#fff;
    background: #17daa3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.p3:hover {background:#333;}
.p3 a {
    color: #fff;
    font-size: 16px;
}
.datapack h3 {
    font-size: 40px;
    line-height: 70px;
    color: #17daa3;
    font-weight: 200;
}
.datapack span {
    color: #87949e;
}
.datapack i{float:right; font-size:22px; padding-top:3px;}

.mapsec img{width:100%; display:block;}


footer{
    background-color: #d80027;
    color: #ffffff;
}

footer .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

footer h1{
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 22px;
}

footer h2{
    font-family: 'Roboto';
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;

}

footer p{
    font-family: 'Roboto';
    font-size: 18px;

}

footer .rodape{
    background-color: #ffffff;
    text-align: center;
    font-family: 'Roboto';
    color: #d80027;
    font-size: 12px;
    font-weight: bold;
}

/* New */

.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
.staggered-animation {
    opacity: 0;
}
.staggered-animation.animated {
    opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #ffffff;
}




.cssload-container {
    width: 12em;
    height: 1.5em;
}
.cssload-container, .cssload-container *, .cssload-container *:before, .cssload-container *:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

.cssload-container *:before, .cssload-container *:after {
    content: "";
}

.thing:before, .thing:after {
    right: auto;
    width: 1.5em;
    height: 0.09375em;
    background: rgb(20,18,20);
    -ms-transform-origin: right bottom 0 50%;
}
.thing:nth-child(1):before, .thing:nth-child(1):after {
    left: 0em;
}
.thing:nth-child(1):before {
    animation: thing 1.15s -0s linear infinite alternate;
    -o-animation: thing 1.15s -0s linear infinite alternate;
    -ms-animation: thing 1.15s -0s linear infinite alternate;
    -webkit-animation: thing 1.15s -0s linear infinite alternate;
    -moz-animation: thing 1.15s -0s linear infinite alternate;
}
.thing:nth-child(1):after {
    animation: thing 1.15s -0s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0s linear infinite alternate-reverse;
}
.thing:nth-child(2):before, .thing:nth-child(2):after {
    left: 0.75em;
}
.thing:nth-child(2):before {
    animation: thing 1.15s -0.07s linear infinite alternate;
    -o-animation: thing 1.15s -0.07s linear infinite alternate;
    -ms-animation: thing 1.15s -0.07s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.07s linear infinite alternate;
    -moz-animation: thing 1.15s -0.07s linear infinite alternate;
}
.thing:nth-child(2):after {
    animation: thing 1.15s -0.07s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.07s linear infinite alternate-reverse;
}
.thing:nth-child(3):before, .thing:nth-child(3):after {
    left: 1.5em;
}
.thing:nth-child(3):before {
    animation: thing 1.15s -0.14s linear infinite alternate;
    -o-animation: thing 1.15s -0.14s linear infinite alternate;
    -ms-animation: thing 1.15s -0.14s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.14s linear infinite alternate;
    -moz-animation: thing 1.15s -0.14s linear infinite alternate;
}
.thing:nth-child(3):after {
    animation: thing 1.15s -0.14s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.14s linear infinite alternate-reverse;
}
.thing:nth-child(4):before, .thing:nth-child(4):after {
    left: 2.25em;
}
.thing:nth-child(4):before {
    animation: thing 1.15s -0.22s linear infinite alternate;
    -o-animation: thing 1.15s -0.22s linear infinite alternate;
    -ms-animation: thing 1.15s -0.22s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.22s linear infinite alternate;
    -moz-animation: thing 1.15s -0.22s linear infinite alternate;
}
.thing:nth-child(4):after {
    animation: thing 1.15s -0.22s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.22s linear infinite alternate-reverse;
}
.thing:nth-child(5):before, .thing:nth-child(5):after {
    left: 3em;
}
.thing:nth-child(5):before {
    animation: thing 1.15s -0.29s linear infinite alternate;
    -o-animation: thing 1.15s -0.29s linear infinite alternate;
    -ms-animation: thing 1.15s -0.29s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.29s linear infinite alternate;
    -moz-animation: thing 1.15s -0.29s linear infinite alternate;
}
.thing:nth-child(5):after {
    animation: thing 1.15s -0.29s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.29s linear infinite alternate-reverse;
}
.thing:nth-child(6):before, .thing:nth-child(6):after {
    left: 3.75em;
}
.thing:nth-child(6):before {
    animation: thing 1.15s -0.36s linear infinite alternate;
    -o-animation: thing 1.15s -0.36s linear infinite alternate;
    -ms-animation: thing 1.15s -0.36s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.36s linear infinite alternate;
    -moz-animation: thing 1.15s -0.36s linear infinite alternate;
}
.thing:nth-child(6):after {
    animation: thing 1.15s -0.36s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.36s linear infinite alternate-reverse;
}
.thing:nth-child(7):before, .thing:nth-child(7):after {
    left: 4.5em;
}
.thing:nth-child(7):before {
    animation: thing 1.15s -0.43s linear infinite alternate;
    -o-animation: thing 1.15s -0.43s linear infinite alternate;
    -ms-animation: thing 1.15s -0.43s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.43s linear infinite alternate;
    -moz-animation: thing 1.15s -0.43s linear infinite alternate;
}
.thing:nth-child(7):after {
    animation: thing 1.15s -0.43s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.43s linear infinite alternate-reverse;
}
.thing:nth-child(8):before, .thing:nth-child(8):after {
    left: 5.25em;
}
.thing:nth-child(8):before {
    animation: thing 1.15s -0.5s linear infinite alternate;
    -o-animation: thing 1.15s -0.5s linear infinite alternate;
    -ms-animation: thing 1.15s -0.5s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.5s linear infinite alternate;
    -moz-animation: thing 1.15s -0.5s linear infinite alternate;
}
.thing:nth-child(8):after {
    animation: thing 1.15s -0.5s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.5s linear infinite alternate-reverse;
}
.thing:nth-child(9):before, .thing:nth-child(9):after {
    left: 6em;
}
.thing:nth-child(9):before {
    animation: thing 1.15s -0.58s linear infinite alternate;
    -o-animation: thing 1.15s -0.58s linear infinite alternate;
    -ms-animation: thing 1.15s -0.58s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.58s linear infinite alternate;
    -moz-animation: thing 1.15s -0.58s linear infinite alternate;
}
.thing:nth-child(9):after {
    animation: thing 1.15s -0.58s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.58s linear infinite alternate-reverse;
}
.thing:nth-child(10):before, .thing:nth-child(10):after {
    left: 6.75em;
}
.thing:nth-child(10):before {
    animation: thing 1.15s -0.65s linear infinite alternate;
    -o-animation: thing 1.15s -0.65s linear infinite alternate;
    -ms-animation: thing 1.15s -0.65s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.65s linear infinite alternate;
    -moz-animation: thing 1.15s -0.65s linear infinite alternate;
}
.thing:nth-child(10):after {
    animation: thing 1.15s -0.65s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.65s linear infinite alternate-reverse;
}
.thing:nth-child(11):before, .thing:nth-child(11):after {
    left: 7.5em;
}
.thing:nth-child(11):before {
    animation: thing 1.15s -0.72s linear infinite alternate;
    -o-animation: thing 1.15s -0.72s linear infinite alternate;
    -ms-animation: thing 1.15s -0.72s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.72s linear infinite alternate;
    -moz-animation: thing 1.15s -0.72s linear infinite alternate;
}
.thing:nth-child(11):after {
    animation: thing 1.15s -0.72s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.72s linear infinite alternate-reverse;
}
.thing:nth-child(12):before, .thing:nth-child(12):after {
    left: 8.25em;
}
.thing:nth-child(12):before {
    animation: thing 1.15s -0.79s linear infinite alternate;
    -o-animation: thing 1.15s -0.79s linear infinite alternate;
    -ms-animation: thing 1.15s -0.79s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.79s linear infinite alternate;
    -moz-animation: thing 1.15s -0.79s linear infinite alternate;
}
.thing:nth-child(12):after {
    animation: thing 1.15s -0.79s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.79s linear infinite alternate-reverse;
}
.thing:nth-child(13):before, .thing:nth-child(13):after {
    left: 9em;
}
.thing:nth-child(13):before {
    animation: thing 1.15s -0.86s linear infinite alternate;
    -o-animation: thing 1.15s -0.86s linear infinite alternate;
    -ms-animation: thing 1.15s -0.86s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.86s linear infinite alternate;
    -moz-animation: thing 1.15s -0.86s linear infinite alternate;
}
.thing:nth-child(13):after {
    animation: thing 1.15s -0.86s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.86s linear infinite alternate-reverse;
}
.thing:nth-child(14):before, .thing:nth-child(14):after {
    left: 9.75em;
}
.thing:nth-child(14):before {
    animation: thing 1.15s -0.93s linear infinite alternate;
    -o-animation: thing 1.15s -0.93s linear infinite alternate;
    -ms-animation: thing 1.15s -0.93s linear infinite alternate;
    -webkit-animation: thing 1.15s -0.93s linear infinite alternate;
    -moz-animation: thing 1.15s -0.93s linear infinite alternate;
}
.thing:nth-child(14):after {
    animation: thing 1.15s -0.93s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -0.93s linear infinite alternate-reverse;
}
.thing:nth-child(15):before, .thing:nth-child(15):after {
    left: 10.5em;
}
.thing:nth-child(15):before {
    animation: thing 1.15s -1.01s linear infinite alternate;
    -o-animation: thing 1.15s -1.01s linear infinite alternate;
    -ms-animation: thing 1.15s -1.01s linear infinite alternate;
    -webkit-animation: thing 1.15s -1.01s linear infinite alternate;
    -moz-animation: thing 1.15s -1.01s linear infinite alternate;
}
.thing:nth-child(15):after {
    animation: thing 1.15s -1.01s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -1.01s linear infinite alternate-reverse;
}
.thing:nth-child(16):before, .thing:nth-child(16):after {
    left: 11.25em;
}
.thing:nth-child(16):before {
    animation: thing 1.15s -1.08s linear infinite alternate;
    -o-animation: thing 1.15s -1.08s linear infinite alternate;
    -ms-animation: thing 1.15s -1.08s linear infinite alternate;
    -webkit-animation: thing 1.15s -1.08s linear infinite alternate;
    -moz-animation: thing 1.15s -1.08s linear infinite alternate;
}
.thing:nth-child(16):after {
    animation: thing 1.15s -1.08s linear infinite alternate-reverse;
    -o-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
    -ms-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
    -webkit-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
    -moz-animation: thing 1.15s -1.08s linear infinite alternate-reverse;
}


@keyframes thing {
    0% {
        transform: rotateZ(45deg);
    }
    100% {
        transform: rotateZ(-45deg);
    }
}

@-o-keyframes thing {
    0% {
        -o-transform: rotateZ(45deg);
    }
    100% {
        -o-transform: rotateZ(-45deg);
    }
}

@-ms-keyframes thing {
    0% {
        -ms-transform: rotateZ(45deg);
    }
    100% {
        -ms-transform: rotateZ(-45deg);
    }
}

@-webkit-keyframes thing {
    0% {
        -webkit-transform: rotateZ(45deg);
    }
    100% {
        -webkit-transform: rotateZ(-45deg);
    }
}

@-moz-keyframes thing {
    0% {
        -moz-transform: rotateZ(45deg);
    }
    100% {
        -moz-transform: rotateZ(-45deg);
    }
}

.text-center{
    text-align: center;
}
h1, h2{
    font-family: 'Anton';
}

@media (max-width: 767px) {
    #servicos h1 span{
        font-size: 42px;
    }

    #segmentos ul li{
        margin-left: 3px;
        margin-right: 3px;
    }
    #segmentos ul li img{
        width: 26px;
    }
}


