
.cnt-bula:nth-child(2n+1) .title-pd-bula{
    background:#ff7649;
}
.logoOrbia{
    float: right;
    width: 316px;
    max-width: 90%;
}
.overlay-bula{
    background: rgba(0,0,0,.7);
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s 0.4s;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.modalBula{
    position: relative;top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    padding:16px;
    border-radius: 4px;
    background: #FFF;
}
.md-bula-title{
    position: relative;width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.md-bula-content{
    position: relative;width: 100%;
    text-align: center;
}
.xclose-bula{
    position: absolute;right: 14px;top: 10px;
    cursor: pointer;font-weight: 600;font-size: 14px;
    z-index: 12123;
}
.menu-bottom{
    position: absolute;width: 700px;max-width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22222;
    user-select: none;
    -webkit-user-select:none;

}
.menu-bottom .menu-item{
    font-weight: 600;
    position: relative;float: left;width: 25%;text-align: center;line-height: 55px;color: #FFF;
    font-size: 17px;
    cursor: pointer;
    background:#E9421C;
    transition: all .2s ease-in-out;
}
.menu-bottom .menu-item:hover{
    opacity: .9;
    transition: all .2s ease-in-out;
}
.list-estadios{

    width: 100%;
    position: relative;
    overflow-y: scroll;    

}

.list-estadios::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.15);  
}

.list-estadios::-webkit-scrollbar-thumb {
    background: #e9421c;
    border-radius:4px;

}
.view-estadios-img::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.15);  
}

.view-estadios-img::-webkit-scrollbar-thumb {
    background: #00345f;
    border-radius:4px;

}
.overflow-estadios{
    display: block;margin:0 auto;
}
.list-bulas{
    position: relative;
    width: 1560px;
    max-width: 90%;
    margin: 0 auto;
}
.cnt-cultura{
    position: relative;
    width: 100%;
    margin-bottom:50px;
    
}
.cnt-cultura:last-child{
    margin-bottom: 100px
}
.produto-slider {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    top: 0%
}
.cnt-estadio{
    position: relative;
    float: left;
    padding: 16px;
    margin: 8px;
    overflow-y: scroll;
}
.cnt-estadio::-webkit-scrollbar {
    width: 1px;
    background: rgba(255,255,255,.15);  
}

.cnt-estadio::-webkit-scrollbar-thumb {
    background: #FFF;

}
.title-estadio{
    padding: 8px 14px;
    background: #eeeeee;
    border-top-left-radius: 5.21px;
    border-top-right-radius: 5.21px;
    color: #00345f;
    font-weight: 700;
    text-align: center;
}
.title-pd-bula{
    border-radius: 8.35px;
    background: #e9421c;
    color: #FFF;
    text-align: center;
    padding: 6px 12px;
    width: 120%;
    left: -10%;
    position: relative;
    top: -1px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-user-select:none;
    margin-bottom: 5px;
}
.cnt-estadio:hover{

}
.cnt-composicao{
    position: absolute;
    opacity: 0;
    display: none;
    background:#FFF;
    padding:16px;
    color: #FFF;
    background:  #00345f;
    text-align: left;
    word-break: keep-all;
    border-radius: 8px;
-webkit-box-shadow: 0 7px 9px -4px rgba(0,0,0,.2), 0 14px 21px 2px rgba(0,0,0,.14), 0 5px 26px 4px rgba(0,0,0,.12);
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2), 0 14px 21px 2px rgba(0,0,0,.14), 0 5px 26px 4px rgba(0,0,0,.12);
    font-weight: 600;
}
.bula-dose{
    padding: 8px 14px;
    background: #00345f;
    color: #FFF;
    font-weight: 400;
    text-align: center;    
    top: -1px;
    position: relative;

    user-select: none;
    -webkit-user-select:none;    
    display: none;
}
.title-cultura{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    color: #00345F;
    margin-top: 25px;
    margin-bottom: 10px;   
    text-align: center; 
}
.cnt-bula:last-child .bula-dose{
    border-bottom-left-radius: 5.21px;
    border-bottom-right-radius: 5.21px;
}
.imagem-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform .5s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: transform .5s cubic-bezier(0, 0, .2, 1);
    -moz-transition: transform .5s cubic-bezier(0, 0, .2, 1);
    -ms-transition: transform .5s cubic-bezier(0, 0, .2, 1)
}
.view-estadios-img{
    position: relative;width: 100%;
    overflow-y: scroll;
    margin-top: 25px;
}
.cnt-cultura img:last-child{
    position: relative;display: block;width: 955px;margin:0 auto;margin-bottom: 20px;
}
.wow{visibility: hidden;}

.cnt-parceiros{

    position: relative;
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    user-select: none;
    -webkit-user-select:none;
}
.box-empresa {
    width: 33.333333333333333%;
    float: left;
    position: relative;
    height: 160px;
}
.box-empresa img {
    display: block;
    position: relative;
    max-height: 60px;
    max-width: 150px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.box-empresa:hover img {
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.list-h-unidades{
    position: absolute;
    background: #E9421C;
    height: 364px;
    width: 300px;
    left: -74px;
    top: 40px;
    border-radius: 4px;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
    color: rgba(255,255,255,.95);
     transition: all .2s ease-in-out;
    opacity: 0;
}
.list-h-unidades:hover{
  color: rgba(255,255,255,1);
   transition: all .2s ease-in-out;
}
.list-h-u-i{
  padding: 12px 16px;
  position: relative;
  width: 100%;
  transition: all .2s ease-in-out;
}
.list-h-u-i:hover{
  background: rgba(0,0,0,.1);
  transition: all .2s ease-in-out;
}
.list-h-inf .icon-location{
  margin-right: 8px;
}
.list-h-tit{
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.3em;
    padding-bottom: 6px;
    padding-top: 2px;
}
.list-h-inf{
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
    padding-bottom: 3px;
}
.topbar{

    transition: all .2s ease-in-out;
}
.topbar:hover{
  z-index: 222;
  transition: all .2s ease-in-out;
}
.barunit{
  cursor: pointer;
}
.barunit:hover .list-h-unidades{
  top: 28px;
  opacity: 1;
  transition: all .2s ease-in-out;
}

body,
html {
    width: 100%;
    max-width: 100%;
    height: 100%
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

html {
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    display: inline
}

.pulsar {
    -webkit-animation: pulsar 1.3s;
    animation: pulsar 1.3s
}

.opacidade {
    animation: lopac 1.3s
}



@keyframes lopac {
    0%,
    100%,
    50% {
        opacity: .85
    }
    50% {
        opacity: 1
    }
}

@keyframes pulsar {
    0%,
    100%,
    50% {
        transform: scale(1);
        opacity: .85
    }
    50% {
        transform: scale(1.01);
        opacity: 1
    }
    100% {
        transform: scale(1)
    }
}

img {
    display: block
}

body{
    font-family: 'Titillium Web', sans-serif;    transition: opacity 750ms ease-out;
    -webkit-transition: opacity 750ms ease-out;
    opacity: 0;
}
.page-ready{
    transition: opacity 750ms ease-out;
    -webkit-transition: opacity 750ms ease-out;
    opacity: 1;
}

.topbar{
    position: relative;width: 100%;
    height: 40px;
    background:#FFF;
}
.topnbar{

    position: relative;width: 100%;
    height: 35px;
    background:#FFF;
}
#home {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: calc(100% - 53px);
    position: relative;
    opacity: 1;
    -webkit-transition: background-image 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: background-image 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: background-image 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    -ms-transition: background-image 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 2;
    overflow: hidden
}
.home-overlay{
    position: absolute;width: 100%;height: 100%;background: #00345F;left: 0;top: 0;opacity: .91;
}
.logo{
    position: absolute;height: 48px;top:50%;transform:translateY(-50%) translateZ(0);

    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    opacity: .85;
}
.logo:hover{
    transform:translateY(-50%) translateZ(0);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    opacity: .99;
}
.logo-home{
    position: relative;width: 450px;margin:0 auto;
    margin-top: 135px;max-width: 70%;
    opacity: .83;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.logo-home:hover{
    transform: scale(1.01);
    opacity: .99;
    transition: all .3s ease-in-out;

}
.logo-historia-home{
    position: relative;width: 250px;margin:0 auto;max-width: 70%;
}

.txt-home{
    position: relative;
    width: 100%;
    margin-top:50px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    opacity: .89;
    transition: all .2s ease-in-out;
}
.txt-home:hover{
    opacity: .99;
    transition: all .2s ease-in-out;
}
.txt-desc-home{
    position: relative;
    width: 388px;
    margin:0 auto;
    margin-top:30px;
    text-align: center;
    font-weight: 300;
    line-height: 21px;
    color: #FFF;
    font-size: 16px;
    max-width: 90%;
}
.historia-desc-home{
    position: relative;
    width: 600px;
    margin:0 auto;
    margin-top:30px;
    text-align: center;
    font-weight: 300;
    color: #FFF;
    font-size: 16px;
    max-width: 90%;
}
.video-container {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute
}

.video-container video {
    transform-origin: left;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0.4, 0.0, 0.2, 1)
}

.video-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 6;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}
.menu-home{position: relative;width: 720px;margin:0 auto;margin-top: 100px;max-width: 90%;}
.menu-home li{
    position: relative;float: left;width: 20%;font-size: 22px;font-weight: 400;color: #FFF;
    list-style-type: none;text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border:3px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    opacity: .85;
    transition: all .2s ease-in-out
}
.menu-home li:hover{
    opacity: .95;
    transition: all .2s ease-in-out
}
.menu-home li:nth-child(2){
    width: 43%;
}
.menu-home li:nth-child(3){
    width: 17%;
}
.menu-home .ativo{
    border:3px solid #E9421C;
}
.txt-solucoes{
    width: 100%;
    font-size: 30px;color: #00345F;
    font-weight: 700;
    background: #EEEEEE;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.solucoes{
    position: relative;width: calc(100% + 28px);background:#FFF;
    padding-top: 40px;left: -14px;
}
.solucoes-desc{
    position: relative;width: 100%;text-align: center;color: #7A7A7A;
    padding-bottom: 40px;
}
.item-solucao{
    position: relative;float: left;width: calc(25% - 14px);
    margin:7px;background-position: center center;background-size: cover;
}
/*.item-solucao:nth-child(9){
   width: calc(50% - 14px);
}*/
.item-solucao img{width: 100%;position: relative}
.overlay-solucao{
    position: absolute;width: 100%;height: 100%;
    background: rgba(0,0,0,.45);
    top: 0;left:0;
    transition: all .3s ease-out;
}
.overlay-solucao-dark{
    position: absolute;width: 100%;height: 100%;
    background: rgba(0,0,0,0);
    top: 0;left:0;
    transition: all .3s ease-out;
}
.correcao{clear: both;}
.programa-pontos{
    position: relative;padding-top: 100px;padding-bottom: 100px;
}
.w50{
    position: relative;width: 50%;float: left;
}
.txt-programa{text-align: right;font-size: 50px;padding-right: 65px;line-height: 55px;color: #00345F}
.desc-programa{width: 500px;font-size: 16px;font-weight: 300;color: #7A7A7A;line-height: 21px;max-width: 100%}
.btn-saiba-mais-programa{
    position: relative;padding-left: 23px;padding-right: 23px;padding-top: 10px;padding-bottom: 10px;
    text-align: center;background:#E9421C;font-size: 18px;font-weight: 700;color: #FFF;display:inline-block;
    border-radius: 50px;margin-top: 15px;
    transition: all .3s ease-out;cursor: pointer;
    user-select: none;
    -webkit-user-select:none;
}
.btn-saiba-mais-programa:hover{
    background: #00345F;
    transition: all .3s ease-out;
}
.historia-home{
    position: relative;width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/assets/img/bgpng.png);
}
.titulo-historia{
    font-size: 37px;font-weight: 700;
    text-align: center;line-height: 40px;
    color: #EEEEEE;
}
.btn-nossa-historia{
    position: relative;padding-left: 25px;padding-right: 25px;padding-top: 9px;padding-bottom: 9px;
    text-align: center;background:rgba(239,239,239);font-size: 16px;font-weight: 700;color:#00345F ;display:inline-block;
    border-radius: 50px;margin-top: 15px;left: 50%;transform: translateX(-50%);margin-top: 50px;margin-bottom: 50px;transition: all .3s ease-out;cursor: pointer;
    user-select: none;
    -webkit-user-select:none;
}
.btn-nossa-historia:hover{
    transition: all .3s ease-out;background:#FFF;color:#E9421C;
}
.btn-leia-mais-post{
    position: relative;padding-left: 18px;padding-right: 18px;padding-top: 9px;padding-bottom: 9px;
    text-align: center; background:#E9421C;font-size: 15px;font-weight: 700;color: #FFF;display:inline-block;
    border-radius: 50px;left: 50%;transform: translateX(-50%);margin-top: 24px;margin-bottom: 21px;transition: all .3s ease-out;cursor: pointer;
}
.blog{
    position: relative;width: 100%;padding-top: 90px;padding-bottom: 75px;
}
.inner-blog{
    position: relative;width: 900px;
    left: 50%;transform: translateX(-50%);max-width: 90%;
}
.video-historia{
    width: 1000px;
    margin:0 auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 90%;
}
.video-historia video{
    position: relative;width: 100%;
}
.title-blog{
    font-size: 40px;font-weight: 700;color: #00345F;text-align: right;width: 400px;max-width: 90%;
    display: inline-block;padding-right:50px;position: relative;line-height: 45px;
}
.title-blog-full,.title-empresa-full{
    font-size: 40px;font-weight: 700;color: #00345F;text-align: center;width:100%;position: relative;line-height: 55px;
}
.title-blog-full{
    margin-bottom: 50px;
}
.head-blog{
    position: relative;width: 100%;padding-top: 75px;padding-bottom: 75px;background:rgb(239,239,239);
}
.head-empresa{
    position: relative;width: 100%;padding-top: 75px;padding-bottom: 75px;background:rgb(255,255,255);
}
.item-blog{
    position: relative;float: left;width: calc(33.333333333333333% - 14px);margin:7px;
    background: #FFF;padding-bottom: 23px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,.16);margin-bottom: 50px;
}
.img-blog img{
    position: relative;width: 100%;
}
.img-blog{position: relative;width: 100%;background-position: center center;background-size: cover;}
.item-title-blog{
    position: relative;width: 100%;margin-top: 35px;font-size: 19px;font-weight: 700;line-height: 22px;
    padding-left: 10%;padding-right: 10%;color: #00345F;height: 71px;overflow: hidden;
}
.item-desc-blog{
    position: relative;width: 100%;margin-top: 17px;font-size: 16px;font-weight: 300;line-height: 18px;
    padding-left: 10%;padding-right: 10%;color: #7A7A7A;height: 126px;overflow: hidden;
}
.gradientpostblog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,241,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF',endColorstr='#FFF',GradientType=0 );
}
.img-bottom-blog{position: absolute;bottom: 0;left: 0;width: 100%;    opacity: .6;}
.home-empresas{
    position: relative;width: 100%;padding-top: 80px;padding-bottom: 80px;background: #F6F6F6;padding-bottom: 80px;
}
.solucoes-parceiros{
        position: relative;width: 100%;padding-top: 80px;padding-bottom: 80px;background: #F6F6F6;padding-bottom: 80px;
}
.title-parceiros{
    position: relative;width: 100%;text-align: center;
    color: #00345F;font-size: 37px;font-weight: 700;line-height: 40px;
    padding-left: 5%;
    padding-right: 5%;
}
.assine-posts{
    position: relative;width: 100%;text-align: center;
    color: #00345F;font-size: 27px;font-weight: 700;
}
.assine-blog-posts{
    position: relative;max-width: 90%;text-align: center;
    color: #00345F;font-size: 27px;font-weight: 700;
    margin: 0 auto;
    margin-top: 100px;    width: 845px;
}
.post-date{
	font-weight: 300;font-size: 14px;color: #7A7A7A;
    padding-left: 10%;
    padding-right: 10%;
}
.card-form-contato {
    padding-top: 50px;
    padding-bottom: 50px;
}

#form_contato {
    width: 625px;
    margin: 0 auto;
    max-width: 90%;
}

.card-form-contato{
  width: 100%;
  position: relative;
  float: left;
}
.card-form-contato input, .card-form-contato textarea{
    background: rgba(122,122,122,.11);
}
.card-info-contato{
  width: 90%;
  position: relative;

  left: 50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);
      border-radius: 5px;
      max-width: 90%;
}
.card-form-contato .input100, .card-form-contato .innertextarea{
   border-radius: 5px;
  width: 100%;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  margin-top: 11px;
}
.innertextarea{
    margin-top: 3px !important
}
.card-form-contato .innertextarea {
      border-radius: 15px;
}

.btn-snd {
    font-weight: 700;
    position: relative;
    float: right;
    background: #E9421C;
    color: #FFF;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 6px;
    padding-bottom: 8px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin-top: 10px;
    border-radius: 50px;
}
.btn-snd:hover{
    background:#00345F;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;    
}
.btn-snd:active{
    background:#E9421C;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;    
}
.card-form-contato textarea {
    height: 90%;
    width: 100%;
    border-radius: 6px;
    padding: 12px;
    resize: none;
    text-align: center;
}
select{-webkit-appearance:none;background: #FFF;
  -webkit-align-items: center;
  -webkit-rtl-ordering: logical;
  -webkit-writing-mode: horizontal-tb;
}
.input33 {

  width: 32.33333333333333%;
  float: left;
  margin-left: 1%;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  margin-top: 11px;
   border-radius: 5px;
}
.contato-txts {
    position: relative;
    margin: 0 auto;
    width: 500px;
    color: #191919;
    text-align: center;
    max-width: 90%;
        margin-bottom: 30px;
}
.input33m0 {

margin-left: 0;
width: 33.33333333333333%;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  margin-top: 11px;
  border-radius: 5px;
  float: left;

} 
.contato-txt {
    color: #00345F;
    text-align: center;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}
.title-solucao{
    font-size: 35px;font-weight: 700;line-height: 37px;
}
.inner-solucao{
    position: absolute;top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    text-align: center;
    width: 70%;
    left: 15%;
}
/*.item-solucao:nth-child(9) .inner-solucao{
    width: 40%;
    left: 30%;
}*/
.btn-solucao{
    position: relative;margin:0 auto;
    padding-left: 26px;padding-right: 26px;
    padding-top: 5px;font-size: 17px;
    padding-bottom: 5px;color: #FFF;font-weight: 700;text-align: center;
    border:2px solid #FFF;border-radius:30px;display: inline-block;
    transition: all .3s ease-out;cursor: pointer;
}
.btn-solucao:hover{
    transition: all .3s ease-out;background: #E9421C;
}

.btn-enviar-msg{
    position: relative;
    padding-left: 16px;padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;color: #FFF;font-weight: 700;text-align: center;
    border:2px solid #FFF;border-radius:30px;display: inline-block;
    transition: all .3s ease-out;cursor: pointer;
    left: 50%;transform:translateX(-50%);
    margin-top: 25px;
}
.btn-enviar-msg:hover{
    transition: all .3s ease-out;background:rgba(255,255,255,.3);
}
.desc-solucao{
    margin-top: 20px;margin-bottom: 20px;font-size: 14px;line-height: 19px;
}
.item-solucao:hover .overlay-solucao{
    background: rgba(233,66,28,.7);
    transition: all .3s ease-out;
}
.item-solucao:hover .btn-solucao{
    transition: all .3s ease-out;background: #E9421C; border:2px solid #E9421C;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.16);
}
.item-solucao:hover .overlay-solucao-dark{
    transition: all .3s ease-out;display: block;background: rgba(0,0,0,.45);
}
.inner-logos{position: relative;width: 1280px;margin:0 auto;margin-top: 50px;max-width: 90%;}
.logo-parceiro{
    position: relative;
    float: left;
    width: 10%;
    height: 71px;
    margin-left: 7.5%;
    margin-right: 7.5%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;    
    filter: grayscale(1);
    opacity: .6;
    transition: all .3s ease-out;
}
.logo-parceiro:hover{

    filter: grayscale(0);
    opacity: 1;
    transition: all .3s ease-out;
}
.logo-parceiro:nth-child(2){
    width: 13%;
    margin-left: 6%;
    margin-right: 6%;
}
.logo-parceiro:nth-child(3){
    width: 12%;
    margin-left: 6.5%;
    margin-right: 6.5%;
}
.logo-parceiro:nth-child(4){
    width: 5%;
    margin-left: 10%;
    margin-right: 10%;
}
.logo-parceiro:nth-child(5){
    width: 7%;
    margin-left: 9%;
    margin-right: 9%;
}
.logo-parceiro:nth-child(6){
    width: 7%;
    margin-left: 9%;
    margin-right: 9%;
}
.logo-parceiro:nth-child(8){
    width: 9%;
    margin-left: 8%;
    margin-right: 8%;
}
.logo-parceiro:nth-child(9){
    width: 8%;
    margin-left: 8.5%;
    margin-right: 8.5%;
}
.header {
    position: relative;
    width: 100%;
    height: 100px;
    background: #00345F;
    z-index: 2;
}
.header_home{
    position: absolute;top: -200%
}
.headfix{
    position: fixed;
    z-index: 213123;
    height: 80px !important;
    top: 0;
}
.header-inner {
    width: 1322px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    height: 100px;
}
.headfix .header-inner{
    height: 80px;
}
.headfix .menu{
    font-size: 16px;
}
.headfix .logo{
    height: 40px;
}
.header ul {
    width: 550px;
    max-width: 70%;
    list-style-type: none;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header li {
    float: left;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.5px;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    opacity: .85;
    transform: translateZ(0);
}
.header li:hover{
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    opacity: .99;    
    transform: translateZ(0);
}
.header li a {
    font-weight: 600;
    opacity: .9;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}
.head-solucao{
    position: relative;width: 100%;background-position: center center;background-size: cover;
}
.head-solucao img{
    position: relative;width: 100%;
}
.title-solucoes{

    position: relative;width: 100%;text-align: center;font-size: 53px;font-weight: 700;
    color: #00345F;
    margin-top: 84px;margin-bottom: 36px;
}
.title-post-blog{
        width: 665px;
       margin:0 auto;
    position: relative;max-width: 90%;text-align: center;font-size: 45px;font-weight: 700;
    color: #00345F;
    margin-top: 100px;margin-bottom: 50px;line-height: 48px;
}
.desc-f-solucoes{
    position: relative;width: 568px;font-size: 16px;font-weight: 300;margin:0 auto;color: #7A7A7A;
    text-align: center;
    margin-bottom: 50px;max-width: 90%;
}
.solucoes-separator{
    background:#E9421C;width: 665px;margin:0 auto;height: 3px;max-width: 90%;
}
.solucao-texto{
    position: relative;width: 757px;margin:0 auto;font-size: 18px;color: #7A7A7A;font-weight: 300;
    margin-top: 69px; text-align: justify;
    text-align-last: center;max-width: 90%;

    margin-bottom: 99px;
}
.btn-leia-mais-post:hover{
    background:#00345F;transition: all .3s ease-out;
}
.btn-leia-mais-post:active{
    background:#E9421C;transition: all .1s ease-out;
}
.bg1hist{background: #00345F}

.ls50 {
    position: relative;
    width: 50%;
    float: left;
    height: 100%;
}
.ls50 {
    position: relative;
    width: 50%;
    float: left;
    height: 100%;
}
.ls50 .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.plshs {
    padding-bottom: 0%;
}

.plsbr {
    padding-left: 22%;
    padding-top: 11%;
    padding-bottom: 11%;
    padding-right: 10%;
}

.ls1t{text-align: right;font-size: 40px;font-family: 'Titillium Web', sans-serif; font-weight:700;}
.ls50 .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.plsbr {
    padding-left: 22%;
    padding-top: 11%;
    padding-bottom: 11%;
    padding-right: 10%;
}

.plspd{padding-right: 22%;padding-left: 10%}
.plspl{padding-right: 22%;padding-left: 10%}
.plshs {
    padding-bottom: 0%;
}
.p5l {
    padding-left: 10%;
    padding-top: 11%;
    padding-bottom: 11%;
    padding-right: 10%;
}
.bghistory {
    background-position: center center;
    background-size: cover;
    -webkit-transition: background .8s ease-out;
}
.ls50 {
    position: relative;
    width: 50%;
    float: left;
    height: 100%;
}

.anmhistr {
    -webkit-transition: opacity .8s ease-out;
    transition: opacity .8s ease-out;
}
.ls3d {
    font-family: 'Titillium Web', sans-serif; font-weight:400;
    font-size: 16px;
    margin-top: 50px;
}
.history_ativo_li{
    background: rgb(233, 66, 28) !important;
    margin-top: -5px !important;
    border-radius: 6px !important;
    -webkit-transition:background .8s ease-out;
    transition:background .8s ease-out;
    font-size: 17px !important;
    font-family: 'Titillium Web', sans-serif; font-weight:700 !important;
    height: 55px !important; 
    line-height: 55px !important;
    color:rgb(239,239,239) !important;
}
.overlay-b{background: #302B7D;position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: .6; -webkit-transition: opacity .4s ease-out;  transition: opacity .4s ease-out;z-index: 2}
.overlay-y{background: #E9421C;position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: .6; -webkit-transition: opacity .4s ease-out;  transition: opacity .4s ease-out;z-index: 2}
.overlay-b:hover{-webkit-transition: opacity .4s ease-out;  transition: opacity .4s ease-out;opacity: .2}
.overlay-y:hover{-webkit-transition: opacity .4s ease-out;  transition: opacity .4s ease-out;opacity: .2}
.anmhistr{-webkit-transition:opacity .8s ease-out;transition:opacity .8s ease-out;}
.uld{position: relative;width: 100%;margin-top: 30px;border-radius: 8px;height: 40px;line-height: 40px;}
.uld li:first-child{border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
.uld li:last-child{border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
.uld li{color: #302B7D;position: relative;width: 16.666666666666667%;list-style-type: none;font-family: 'Titillium Web', sans-serif; font-weight:700;font-size: 14px;text-align: center;background: rgb(239,239,239);cursor: pointer;
    -webkit-transition:background .8s ease-out; transition:background .8s ease-out;display: inline-block;height: 40px}
.history_closed {
    position: absolute;
    left: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease-out;
    transition: opacity .8s ease-out;
}

*{

    -webkit-tap-highlight-color: transparent
}
.noselect {
    -webkit-touch-callout: default;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.sanduiche {
    display: none;
    position: absolute;
    width: 25px;
    z-index: 222;
    left: 15px;
    opacity: 1;
    top: 50%;transform: translateY(-50%);
}

.menu-sanduiche {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 210px;
    background: #fff;
    z-index: 213123123123;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, .2)
}

.menu-resp-opts-s {
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px;
    padding-right: 30px
}
.text-post-blog{
    position: relative;width: 757px;max-width: 90%;margin:0 auto;color: #7A7A7A; text-align: justify;
    text-align-last: center;
    font-size: 18px;
}
.text-date-blog{
    position: relative;width: 665px;max-width: 90%;margin:0 auto;color: #7A7A7A;text-align: center;
    margin-bottom: 50px;
}
.topbar-inner {
    width: 722px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    line-height: 35px;
    font-size: 14px;
}
.txttbar {
    float: left;
    position: relative;
}
.txttbbar {
    float: left;
    position: relative;
    margin-left: 30px;
}
.social-icons {
    float: right;
    text-align: right;
    width: 65px;
}
.social-icons .inner-icone {
    margin-top: 7px;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    float: left;
    background: #00345F;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.inner-icone:hover{
    background: #E9421C;
}
@font-face {
  font-family: 'icns';
  src: url('/assets/font/icns.woff?66315647') format('woff');
  font-weight: normal;
  font-style: normal;
}
 
 @font-face {
  font-family: 'wgicn';
  src: url('/assets/font/icn_wg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 


 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icns";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

 [class^="icon2-"]:before, [class*=" icon2-"]:before {
  font-family: "wgicn";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;

 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

.icon2-message:before { content: '󡠀'; } 
.icon2-cloud:before { content: '󡠁'; } 
.icon2-dollar:before { content: '󡠂'; }
 
.icon-location:before { content: '\e800'; } 
.icon-phone:before { content: '\e801'; } 
.icon-facebook:before { content: '\f09a'; }
.icon-mail-alt:before { content: '\f0e0'; } 
.icon-instagram:before { content: '\f16d'; }
.topbar i {
    margin-right: 5px;
}
.inner-icone i {
    margin-right: 0;
    font-size: 12px;
    padding-left: 1px;
}

.card-form-overlay,
.vaga-form-overlay {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 999982;
    overflow-y: scroll;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.card-form-overlay .card-form-contato,
.card-form-trabalhe {
    width: 1352px;
    position: relative;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 90%
}

.card-form-overlay .card-info-contato {
    width: 90%;
    position: relative;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    max-width: 90%
}

.card-form-overlay .card-form-contato .input100,
.card-form-overlay .card-form-contato .innertextarea,
.card-form-overlay .card-form-trabalhe .input100,
.card-form-overlay .card-form-trabalhe .innertextarea {
    border-radius: 5px;
    width: calc(100% - 2px);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 11px
}

.card-form-overlay .card-form-contato .innertextarea,
.card-form-overlay .card-form-trabalhe .innertextarea {
    border-radius: 15px
}

.card-form-overlay select {
    -webkit-appearance: none;
    background: #fff;
    -webkit-align-items: center;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb
}

.card-form-overlay .input33 {
    width: 32.33333333333333%;
    float: left;
    margin-left: 1%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 11px;
    border-radius: 5px;
}

.card-form-overlay .input33m0 {
    margin-left: 0;
    width: 33.33333333333333%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 11px;
    border-radius: 5px;
    float: left
}

.card-form-overlay .card-form-contato textarea {
    height: 90%;
    width: 100%;
    resize: none;
    text-align: center
}

.card-form-overlay .card-form-contato .innertextarea {
    height: 88px
}

.card-form-overlay .card-form-trabalhe textarea {
    height: 90%;
    width: 93%;
    resize: none;
    text-align: center
}

.card-form-overlay .card-form-trabalhe .innertextarea {
    height: 88px
}

.card-form-overlay .txt-desc-card {
    text-align: center;
    font-size: 16px;
    width: 640px;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    max-width: 100%
}

.card-form-overlay .card-form-contato .innerCard,
.card-form-overlay .card-form-trabalhe .innerCard {

    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.16);
    width: 80%;
    margin: 0 auto;
    border-radius: 31px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;

    background: #FFF;
}

.card-form-overlay .bottomcardcontato {
    margin-top: 20px
}

.card-form-overlay .card-form-trabalhe .bottomcardcontato {
    margin-top: 0
}

.card-form-overlay .bottomcardcontato img {
    float: left;
    width: 200px
}

.card-form-overlay .btn-send-contato {
    width: 190px;
    height: 45px;
    background: #E9421C;
    color: #fff;
    float: left;
    line-height: 41px;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.card-sep-b{
    background: #00428F;
    position: absolute;width: 100%;
    height: 50%;top: 0;left: 0;
}
.msgsendcnt{
    position: relative;margin-bottom: 30px;font-size: 50px;
}
.bottomcardcontato{
    position: absolute;width: 100%;height: 16px;background:#E9421C;bottom: 0;
}
.atuacao-txt{
    position: relative;width: 100%;
    padding-top:20px;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    background: #1F6936;
    text-align: center;
    margin-top: 100px;
}
.list-consultores{
    position: relative;width: 607px;
    float: left;background: #00428F;color: #FFF;
    max-width: 100%;
}
#mapa_atendimento{
    position: relative;float: left;width: calc(100% - 607px);height: 400px;

}
.inner-consultores-items{
	position: relative;width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}
.inner-consultores{
    position: relative;
    width: 95%;margin:0 auto;
    padding-left: 13%;
    padding-right: 13%;
    overflow-y: scroll;
    height: 500px;
    color: #FFF;
}
.consultores-sep{
	position: relative;
    width: 140%;
    height: 1px;
    background: #FFFFFF;
    opacity: .5;
    left: -20%;
}
.item-consultor{
    padding-top: 34px;
    padding-bottom: 34px;
    width: 140%;
    position: relative;
    left: -20%;
    padding-left: 20%;
    padding-right: 20%;
    cursor: pointer;
    transition: all .3s ease-out;
}
.item-consultor:hover{
    transition: all .3s ease-out;
}
.inner-consultores .item-ativo{
    background:#003B80;
    transition: all .3s ease-out;
    transform: scale(1.02);
    z-index: 222;
}
.head-consultores{
    font-weight: 700;font-size: 40px;
    text-align: center;width: 100%;margin-top: 40px;margin-bottom: 30px;
}
.title-consultor{
    position: relative;width: 100%;font-size: 23px;font-weight: 700;text-align: center;
}
.desc-consultor{
    position: relative;width: 100%;font-size: 18px;font-weight: 300;margin-top: 15px;text-align: center;margin-bottom: 15px;
}
.telefone-consultor{
    position: relative;width: 100%;font-size: 18px;font-weight: 300;text-align: center;
}
.area-consultor{
    position: relative;width: 100%;font-size: 18px;font-weight: 300;text-align: center;
}


.inner-consultores::-webkit-scrollbar {
    width: 10px;
    background: rgba(255,255,255,.15);  
}

.inner-consultores::-webkit-scrollbar-thumb {
    background: #FFF;

}
.inner-consultores{margin-bottom: 10px}

.btn-veja-posts{
    position: relative;float: right;font-size: 16px;
    font-weight: 700;
}

.btn-newsletter{
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    padding-right: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #00345F;
    color: #D7D7D7;
    border-radius: 30px;
    float: right;
    position: absolute !important;
    padding-left: 55px;
    right: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-user-select:none;
    user-select: none;
    width: 225px;
}
.btn-newsletter:hover{
    background:#E9421C;
    transition: all .3s ease-in-out;
}
.btn-newsletter-active{
    background:#E9421C;
    transition: all .3s ease-in-out;
}
.email-nl {
    position: relative;
    width: 317px;
    background: #FFFFFF;
    border-radius: 30px;
    float: left;
    z-index: 2;
    height: 40px;
    text-align: center;
    font-size: 14px;
}
.cnt-insc-news{

    max-width: 100%;
    position: relative;
    width: 485px;
    margin: 0 auto;
    margin-top: 17px;
}

.cnt-insc-blog-news{

    max-width: 100%;
    position: relative;
    width: 485px;
    margin: 0 auto;float: right;

}


.btn-veja-all-posts{
    width:200px;height:40px;background: #00345F;border-radius:50px;float: right;text-align: center;line-height: 40px;color: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);font-weight: 700;
    user-select: none;
    -webkit-user-select:none;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.btn-veja-all-posts:hover{

    transition: all .2s ease-in-out;
    background:#E9421C;
}
.anim_bg_test {
    -webkit-animation-name: anim_bofkanfkam,g_test;
    animation-name: anim_bsdfgkjdkjg_test;
    animation-duration: 6.4s;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.inner-blog-title{
    position: relative;width: 600px;margin:0 auto;margin-bottom: 50px;max-width: 90%;
}

@keyframes anim_bg_test {
    0% {
        filter: brightness(1);
    }
    33% {
        filter: brightness(.7) sepia(.8);
    }
    100% {
        filter: brightness(1);
    }
}

@-webkit-keyframes anim_bg_test {
    0% {
        filter: brightness(1);
    }
    33% {
        filter: brightness(.7) sepia(.8);
    }
    100% {
        filter: brightness(1);
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .15)
}

.waves-effect.waves-dark .waves-ripple {
    background-color: rgba(0, 0, 0, .1)
}

.waves-notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
    transition: none!important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-block {
    display: block
}

a.waves-effect .waves-ripple {
    z-index: -1
}


.socialshare {
    height: 25px;
    width: 25px;
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 10px;
    float: right
}
.share-icns{
    position: relative;float: right;
}
.share-post-txt{
    position: relative;float: left;
}
.share-post {
    margin-top: 20px;
    text-align: right;
    padding-right: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #0d2713;
    margin-top: 0px;

    max-width: 90%;
    margin-top: 100px;
    float: left;
    left: 50%;
    position: relative;
    transform:translateX(-50%);    
}

.post-author {
    float: left;
    text-align: left;
    font-weight: 600;
    color: #0d2713
}
.solucoes-nomg{
    width: 100%;
    overflow: hidden;
}

.card-widget-overlay {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 999998;
    overflow-y: scroll;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px
}

.card-widget-services {
    overflow: hidden;
    width: 1000px;
    position: relative;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    max-width: 90%
}

.widget-services .btn {
    margin-top: 20px;
    width: 100px;
    border-radius: 25px;
    height: 35px;
    background: #00345F;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    position: relative;
    font-family: lato, sans-serif;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    float: left;
    margin: 5px
}

.widget-services {
    color: #221f1f;
    padding: 20px 30px;
    position: relative
}

.widget-services .btn:hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #E9421C;
    color: #fff
}

.btn-ativo-services {
    background: #E9421C !important;
}

table #moedas td,
table #bolsa_chicago td,
table #commodities td,
table #indices td,
table #indicadores td {
    font-family: lato, sans-serif;
    font-size: .9em;
    line-height: 18px
}

table #moedas td {
    white-space: nowrap
}

#moedas,
#indicadores,
#bolsas,
#indices,
#bolsa_chicago {
    display: none
}

table #moedas td.timestamp,
table #moedas tr.fonte td,
table #bolsa_chicago td.timestamp,
table #bolsa_chicago tr.fonte td,
table #commodities td.timestamp,
table #commodities tr.fonte td,
table #indices td.timestamp,
table #indices tr.fonte td,
table #indicadores td.timestamp,
table #indicadores tr.fonte td {
    color: #221f1f;
    line-height: 11px;
    font-size: 12px
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

.postsloader {
    height: 4px;
    width: calc(100% - 30px);
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin-right: 15px;
    margin-left: 15px;
    opacity: 0
}

.postsloader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #E9421C;
    animation: postsloader .8s linear infinite
}

.ic-widget{
    position: relative;width: 40px;height: 40px;
    border-radius: 50%;background:#E9421C;color: #FFF;text-align: center;font-size: 15px;line-height: 40px;cursor: pointer;
    transition: all .3s ease-out;
}
.ic-widget:hover{
    background:#FFF;color: #E9421C;
    transition: all .3s ease-out;
}
.ic-widget:active{
    transform: scale(.8);
}
.ic-widget:nth-child(2){
    margin-top: 20px;font-size: 19px;
}

.cnt-ic-widgets{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 20px;
}

@-webkit-keyframes fadeInUpModal {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 15%);
        transform: translate(-50%, 15%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
}

@keyframes fadeInUpModal {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, 15%);
        transform: translate(-50%, 15%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
}

.fadeInUpModal {
    -webkit-animation-name: fadeInUpModal;
    animation-name: fadeInUpModal;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

table #moedas td:nth-child(1){
    width: 63%;
}
table #moedas td:nth-child(2){
    width: 16%;
}
table #moedas td:nth-child(3){
    width: 16%;
}

@keyframes postsloader {
    from {
        left: -200px;
        width: 30%
    }
    50% {
        width: 30%
    }
    70% {
        width: 70%
    }
    80% {
        left: 50%
    }
    95% {
        left: 120%
    }
    to {
        left: 100%
    }
}

@media screen and (max-width: 1340px){
     .homeblog .email-nl{
        background: rgb(243,243,243)
    }
    .img-bottom-blog{
        display: none;
    }
    .item-blog{
        width: calc(50% - 14px);
    }    
  /*  .item-solucao{
        width: calc(33.333333333333333% - 14px);
    } */


    .item-solucao{
        width: calc(50% - 14px);
    }

   /* .item-solucao:nth-child(9){
        width: calc(100% - 14px);
    } */
}
@media screen and (max-width: 1280px){
    .logo-home{
        margin-top: 75px;
    }
    .menu-home{
        margin-top: 50px;
    }
    .title-solucao{

        font-size: 30px;
        line-height: 34px;
    }
}
@media screen and (max-width: 980px){
    .item-solucao{
        width: calc(50% - 14px);
    }
  /*  .item-solucao:nth-child(9){
        width: calc(100% - 14px);
    } */
}
@media screen and (max-width:930px) {

    .box-empresa {
        width: 50%
    }
}
@media screen and (max-width: 900px){

    .logo{
        height: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .logo:hover{
        transform:translate(-50%,-50%) translateZ(0);
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
        opacity: .99;
    }

    .header ul{
        display: none;
    }
    .header{
        height: 100px;
    }
    .header-inner{
        height: 100px;
    }

    .sanduiche {
        display: block;
    }
}
@media screen and (max-width: 1024px){

    .uld {
        position: relative;
        width: 100%;
        margin-top: 30px;
        height: 80px;
        border-radius: 0;
        background:rgb(239,239,239);
    }
    .uld li:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .uld li:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .uld li {
        width: 33.333333333333333%;
        -webkit-transition: background .8s ease-out;
        transition: background .8s ease-out;
        border-radius: 0;
        height: 44px !important;
    }
    .history_ativo_li {
        height: 40px!important;
        line-height: 40px!important;
        margin-top: 0!important;
        border-radius: 0!important;
        font-size: 14px!important
    }

    .ls50 {
        width: 100%;
        height: auto;
    }
    .p5l,
    .plsbr {
        padding-top: 5%;
        padding-bottom: 5%
    }


    .plsbr {
        padding-left: 5%;
        padding-right: 5%
    }
    .ls3d {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 15px
    }
    .ls1t {
        text-align: center;
        font-size: 30px
    }



}
@media screen and (max-width: 800px) and (min-height: 1000px){


    .txt-desc-home{
        width: 488px;
        font-size: 22px;
        line-height: 26px;
        margin-top: 50px;
    }
    .menu-home {
        margin-top: 95px;
    }

    .logo-home {
        margin-top: 150px;
    }
    .programa-pontos{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .list-consultores{
        width: 100%;
    }
    .inner-consultores{
        height: 350px;
        width: 100%;
    }
    #mapa_atendimento{
        width: 100%;
    }
 


    .menu-home li{
        width: 100%;
        font-size: 30px;
    }
    .menu-home li:nth-child(2){
        width: 100%;
    }
    .menu-home li:nth-child(3){
        width: 100%;
    }

    .logo-parceiro{
        position: relative;
        float: left;
        width: 17.666666666666667%;
        height: 71px;
        margin-left: 8%;
        margin-right: 8%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 40px;    
        filter: grayscale(1);
        opacity: .6;
        transition: all .3s ease-out;
    }
    .logo-parceiro:nth-child(1){
        height: 60px;
        top: 6.5px;
    }
    .logo-parceiro:nth-child(4){
        height: 60px;
        top: 6.5px;
    }
    .logo-parceiro:nth-child(2){
        width: 20.666666666666667%;
        margin-left: 6.7%;
        margin-right: 5.3%;
    }
    .logo-parceiro:nth-child(3){
        width: 19.666666666666667%;
        margin-left: 7%;
        margin-right: 7%;
    }
    .logo-parceiro:nth-child(4){
        width: 12.666666666666667%;
        margin-left: 10.5%;
        margin-right: 10.5%;
    }











    .logo-parceiro:nth-child(5){
        width: 14.666666666666667%;
        margin-left: 9.5%;
        margin-right: 9.5%;
    }
    .logo-parceiro:nth-child(6){
        width: 14.666666666666667%;
        margin-left: 9.5%;
        margin-right: 7.5%;
    }
    .logo-parceiro:nth-child(7){
        margin-left: 9.5%;
        margin-right: 6%;
    }
    .logo-parceiro:nth-child(8){
        width: 16.666666666666667%;
        margin-left: 9%;
        margin-right: 7%;
    }
    .logo-parceiro:nth-child(9){
        width: 15.666666666666667%;
        margin-left: 10%;
        margin-right: 8%;
    }

    .logo-parceiro:nth-child(10){
        margin-left: 9.5%;
        margin-right: 7%;
    }




    .inner-logos{
        left: -1.5%;
    }

}
@media screen and (max-width: 885px){
    .assine-blog-posts{
            width: 425px;
    }
    .email-nl{
        width: 90%;
        border: 1px solid #00345F;
        margin-bottom: 20px;
        float: none;
    }
    .btn-newsletter{
        max-width: 80%;
        width: 200px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin: 0 auto;
        float: none;
        position: relative !important;
    }    
}
@media screen and (max-width: 700px){
    .menu-bottom{
        display: none;
    }
}
@media screen and (max-width: 660px){
    .item-solucao{
        width: calc(100% - 14px);
    }
        .txttbbar{
        display: none
    }
}
@media screen and (max-width: 560px){
.title-pd-bula{
    margin-bottom: 0;
}
.cnt-bula:nth-child(2n+1) .title-pd-bula{
    background:#e9421c;
}
.bula-dose{
    display: block;
}
.cnt-estadio{
    max-height: 450px;
}

    .logoOrbia{
    float: none;
    width: 200px;
    max-width: 90%;
    display: block;
    margin:0 auto;
    margin-bottom: 20px;
}
    .arrowslider{
    display: none !important
}
    .box-empresa {
        width: 100%
    }
    
    .card-form-overlay .card-form-contato .innerCard, .card-form-overlay .card-form-trabalhe .innerCard{
        width: 90%;
        padding-bottom: 25px;
        padding-top: 1px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .card-form-overlay .input33m0{
        width: 100%;
    }
    .card-form-overlay .input33{
        width: 100%;
        margin-left: 0px;
    }
    .inner-icone i{
            padding-left: 0px;

    }
    .area-consultor{
        margin-top: 10px;
    }
    .txt-desc-home{
        max-width: 60%;
        margin-top: 45px;
    }
    .solucoes-desc{
        padding-bottom: 50px;
    }
    .assine-blog-posts{
        margin-top: 50px;
        font-size: 22px;
    }
    .video-historia{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-veja-all-posts {
        position: relative;
        top: 0;
        left: 50%;
        float: left;
        transform: translateX(-50%);
        display: none;
    }

    .contato-txt{
        font-size: 37px
    }

    .menu-home{
        margin-top: 35px;
    }
    .logo-parceiro:nth-child(11){
        margin-bottom: 0 !important
    }
    .home-empresas{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .blog{
        padding-bottom: 75px;
    }
    .assine-posts{
        margin-top: 30px;
    }
    .img-bottom-blog{
        display: none;
    }
    .inner-consultores{
        padding-left: 5%;
        padding-right: 5%;
    }
    .item-consultor{
        padding-left: 5%;
        padding-right: 5%;
    }
    .logo {
        position: relative;
        height: 50px;
        top: 50%;
        margin-left: 6.75px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        float: left;
    }
    .headfix .logo{
        margin-left: 0
    }
    .email-nl{
        width: 90%;
        border: 1px solid #00345F;
        margin-bottom: 20px;
        float: none;
        margin-top: 15px;
    }
    .btn-newsletter{
        max-width: 80%;
        width: 200px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        margin: 0 auto;
        float: none;
        position: relative !important;
    }
    .logo-parceiro{
        width: 100%;
        margin:0;
        margin-bottom: 40px !important
    }
    .logo{position: absolute;}
    .logo-parceiro:nth-child(2){

        width: 50%;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);

    }
    .logo-parceiro:nth-child(3){
        width: 50%;
        margin: 0;
        clear: both;
        transform: translateX(-50%);
        left: 50%;
    }
    .logo-parceiro:nth-child(4){
    width: 20%;
    margin: 0;
    clear: both;
    transform: translateX(-50%);
    left: 50%;
    }
    .logo-parceiro:nth-child(5){
    width: 29%;
    margin: 0;
    clear: both;
    transform: translateX(-50%);
    left: 50%;
    }
    .logo-parceiro:nth-child(6){
    width: 29%;
    margin: 0;
    clear: both;
    transform: translateX(-50%);
    left: 50%;
    }
    .logo-parceiro:nth-child(7){
    width: 50%;
    margin: 0;
    clear: both;
    transform: translateX(-50%);
    left: 50%;
    }
    .logo-parceiro:nth-child(8){
    width: 44%;
    margin: 0;
    clear: both;
    transform: translateX(-50%);
    left: 50%;
    }
    .logo-parceiro:nth-child(9){
           width: 45%;
        margin: 0;
        clear: both;
        transform: translateX(-50%);
        left: 50%;
    }

    .logo-parceiro:nth-child(10){
            width: 48%;
        margin: 0;
        clear: both;
        transform: translateX(-50%);
        left: 50%;
    }
    .logo-parceiro:nth-child(11){
            width: 47%;
        margin: 0;
        clear: both;
        transform: translateX(-50%);
        left: 50%;
    }

    .logo-home{
        margin-top: 65px;
        max-width: 60%;
    }
    .item-blog{
        width: calc(100% - 14px);
    }
    .w50{
        width: 100%;
    }
    .txt-programa{
        font-size: 37px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .programa-pontos{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .item-solucao {
        width: 100%;
        margin:0;
        margin-bottom: 0px;
    }
    .item-solucao:nth-child(9){
        width: 100%;
        margin:0;
    }
    .item-solucao:nth-child(9) .inner-solucao {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #FFF;
        text-align: center;
        width: 70%;
        left: 15%;
    }
    .txt-home{
        font-size: 37px;
        line-height: 37px; 
    }
    .menu-home li{
        width: 100%;
        font-size: 18px;
    }
    .menu-home li:nth-child(2){
        width: 100%;
    }
    .menu-home li:nth-child(3){
        width: 100%;
    }
    .txt-solucoes {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        padding-left: 12%;
        padding-right: 12%;
    }
    .solucoes-desc{
        padding-left: 5%;
        padding-right: 5%;
    }
    .desc-programa{

    }

    .desc-programa {
        font-size: 16px;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        text-align: center;
    }
    .btn-saiba-mais-programa{
        left: 50%;
        transform: translateX(-50%) scale(.8);
    }
    .titulo-historia{
        font-size: 37px;line-height: 40px;
    }

    .title-blog{
        width: 100%;
        left: 0;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        max-width: 100%;
        padding-right: 0;        
    }

    .solucoes{
        width: 100%;
        left: 0;
    }
    .title-solucoes{
        font-size: 37px;
        margin-top: 50px;
        line-height: 45px;
    }

    .desc-f-solucoes{
        margin-bottom: 50px;
    }
    .solucao-texto{
        margin-top: 50px;
        font-size: 16px;
    }
    .head-solucao{
        height: 200px;
    }
    .title-blog-full,.title-empresa-full{
        font-size: 30px;
        line-height: 40px;
    }
    .head-blog,.head-empresa{
        padding-top: 50px;
        padding-bottom: 50px;
    }

  

    .title-post-blog{

        font-size: 37px;
        margin-top: 50px;
        line-height: 40px;
    }

}
@media screen and (max-width: 360px){
    .logo{margin-left: 6.75px;}
}
@media screen and (max-width: 360px){
    .txt-desc-home{
        margin-top: 40px;
    }
    #home{
        padding-bottom: 50px;
    }
    .title-parceiros{
            font-size: 30px;
    }
    .titulo-historia{
        font-size: 30px;
        line-height: 35px;
    }
    .txt-programa{
        font-size: 30px;
        line-height: 35px;
    }
    .cnt-ic-widgets{
        right: 10px;
    }
    .ic-widget{
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .ic-widget:nth-child(2){
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .txt-desc-home{
        max-width: 60%;
    }
    .logo-home{
        max-width: 60%;
        margin-top: 40px;
    }
    .txt-home {
        font-size: 30px;
        line-height: 32px;
        margin-top: 40px;
    }
    .title-solucao{
        font-size: 27px;
        font-weight: 700;
        line-height: 29px;
    }

}