/*======================================FONTS==================================================*/

@font-face {
    font-family: "swiss";
    src: url("../fonts/myriadpro/swiss.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Swiss/swiss.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Swiss/swiss.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Swiss/swiss.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Swiss/swiss.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Swiss/swiss.woff") format("woff")), /* Modern Browsers */
    /*url("../fonts/swiss.woff2") format("woff2"))*/
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwissLight';
    src: url('../fonts/Swiss/Swiss721BT-Light.eot');
    src: url('../fonts/Swiss/Swiss721BT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss/Swiss721BT-Light.woff2') format('woff2'), url('../fonts/Swiss/Swiss721BT-Light.woff') format('woff'), url('../fonts/Swiss/Swiss721BT-Light.ttf') format('truetype'), url('../fonts/Swiss/Swiss721BT-Light.svg#Swiss721BT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

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

/*=============================================================================================*/

@import "compass";
*, ::after, ::before { @include box-sizing(border-box); }

html {
    margin: 0 !important;
}

body {
    font-family: 'Calibri', sans-serif;
    color: #666;
}

body,
html {
    overflow-y: visible !important;
    width: initial;
    height: initial;
}

strong {font-weight: 700;}

a:active,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: none !important;
}

.d-flex {
    display: flex;
}

.fa.fa-bars {
    font-size: 3.5rem;
    color: #00bae6;
}

ul.list-inline {
    display: inline-flex;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.list-inline {
    margin: 0;
}

.bx-viewport {
    position: initial !important;
}

[data-off-canvas] {
    background-color: #1c1c1c;
}

[data-canvas=container] {
    overflow: initial;
}

[data-off-canvas] ul {
    margin: 0;
    padding: 0;
}

[data-off-canvas] ul li {
    list-style: none;
}

[data-off-canvas] ul.menu li a {
    color: #fff;
    ;
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    font-size: 1.25em;
}

[data-off-canvas] ul.menu li a:hover {
    color: #1c1c1c;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.btn-dark {
    border-color: #414141;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2a2b2b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2a2b2b));
    background-image: linear-gradient(to bottom, #838894 0%, #475062 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-dark:focus,
.btn-dark:hover {
    background-color: #4a5365;
    background-position: 0 -15px;
    color: #fff;
}

.btn-slide {
    background-color: transparent;
    border-color: #ff9d00;
    padding: 1rem 3rem;
}

.btn-slide:hover {
    background-color: #1c1c1c;
    color: #fff;
}

.btn-back {
    background-color: #535a69;
    color: #fff !important;
    border: 2px solid #535a69;
    padding: 8px 20px;
}

.btn-back:hover {
    background-color: #ff9d00;
    color: #fff !important;
    border: 2px solid #ff9d00;
}

.mb-5 {
    margin-bottom: 3rem;
}

.list-inline>li {
    padding: 0 17px;
}

.list-inline>li:last-child {
    padding-right: 0;
}

.list-inline>li:first-child {
    padding-left: 0;
}

.d-initial {
    display: initial;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mb-5 {
    margin-bottom: 0;
}

.mt-3 {
    margin-top: 11%;
}

.thumbnail {
    background-color: #535a69;
    font-size: 1.1em;
    font-family: SwissLight;
    font-weight: 100;
}

.thumbnail .caption {
    color: #fff;
}

.mb-7 {
    margin-bottom: 7rem;
}


#frase1{
    padding: 4% 0% 2% 0%;
}

#frase1 h2{
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #2a2b2b;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    line-height: 37px;
}

.header-social{
    padding: 34px 0px 1px 0px;
    font-size: 2rem;
}

.header-social ul{
    list-style-type: none;
    text-align: right;
    display: flex;
    align-items: center;
}

.header-social ul li:first-child {
    margin-left:auto;
}

.header-social ul li{
    display: inline-block;
}

.header-social li a {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    font-size: 1.65em;
    color: #ff9d00;    
}


/* HEADER */

#topo-info {
    padding: 4% 0;
    vertical-align: middle;
    font-family: 'Sarala', sans-serif;
}

#topo-info a {
    color: #333;
    font-size: 2em;
    font-family: 'Maven Pro', sans-serif;
    ;
}

#topo-info p {
    margin: 0;
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1%;
    border-radius: 10px;
    font-size: 0.65em;
    background: #012f59;
}

#sobrenos {
    padding: 7% 0% 7% 6%;
}

#sobrenos h2 {
    font-size: 2.5em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 0%;
    color: #00bae6;
    font-family: 'Krub', sans-serif;
    letter-spacing: -1px;
}

#sobrenos p {
    width: 69%;
    clear: both;
    margin: 0 auto;
    text-align: justify;
    font-size: 1.4em;
    font-family: 'Krub', sans-serif;
    color: #012f59;
    padding-bottom: 2%;
    padding-top: 2%;
    line-height: 30px;
}

#sobrenos a {
    width: 80% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 1.35em !important;
    font-weight: 100 !important;
    font-family: 'Maven Pro', sans-serif !important;
    color: #00bae6 !important;
    font-weight: none !important;
    border: 2px solid #00bae6 !important;
    border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    -ms-border-radius: 90px !important;
    -o-border-radius: 90px !important;
}

.item-servico {
    padding: 1%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.item-servico:hover {
    background: #063765;
    padding: 1%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.frase h4 {
    font-size: 5.25em !important;
    color: #012f59 !important;
    width: 100% !important;
    clear: both !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-family: 'Lobster Two', cursive !important;
    line-height: 75px;
}

#topo-info a.icon {
    margin-right: 1%;
}

#topo-info a.icon:last-child {
    margin-right: 0;
}

#link-simulacao h2 {
    font-size: 1.3em;
    font-family: 'Maven Pro', sans-serif;
    ;
    line-height: 37px;
    padding-bottom: 3%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    padding-top: 2%;
    text-align: center;
    color: #005491;
    font-weight: bold;
}

#link-simulacao a {
    float: right;
}

#topo-nav {
    font-size: 1.15em;
    z-index: 9999;
    padding: 1% 0%;
    border-bottom: 1px solid #00bae6;
}

.bt-nosteajudamos {
    background: #00bae6ed;
    color: #fff;
    padding: 1% 5% !important;
    font-size: 1.6em !important;
    font-family: 'Maven Pro', sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.bt-nosteajudamos:hover {
    background: #073768;
    color: #fff;
    padding: 1% 5% !important;
    font-size: 1.6em !important;
    font-family: 'Maven Pro', sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.fas.fa-heart {
    color: #03b9e5;
    font-size: 0.8em;
}

#topo-nav a {
    color: #02afd8;
    font-size: 1.1em;
    font-family: Calibri;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    letter-spacing: 0px;
}

#topo-nav a:hover {
    border-bottom: 2px solid #c7c7c7;
    color: #00bae6;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.parceiros h3 {
    background: #012f59;
    color: #fff;
    width: 36%;
    clear: both;
    margin: 0 auto;
    padding: 1%;
    font-family: 'Krub', sans-serif;
    font-size: 1.25em;
    border: 2px solid #1c1c1c;
    border-radius: 90px;
    margin-top: 3%;
}

/* CONTEÚDO - INDEX */

#solucoes {
    padding: 8% 0% 8% 0%;
}

.saibamais {
    margin-top: 5%;
}

#solucoes a {
    color: #fff;
}

#solucoes h1 {
    margin-bottom: 1%;
    font-size: 3.8em;
    width: 58%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    padding-bottom: 3%;
    color: #012f59;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
}

#solucoes p {
    margin-bottom: 5%;
    font-size: 1.8em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    padding-bottom: 3%;
    color: #00bae6;
    font-family: 'Krub', sans-serif;
    padding-top: 0%;
}

.fas.fa-check {
    font-size: 2em;
    padding-bottom: 3%;
}

.far.fa-file-alt {
    display: block;
    font-size: 2em;
    padding-bottom: 3%;
}

.fas.fa-dollar-sign {
    display: block;
    font-size: 2.5em;
    padding-bottom: 3%;
}

#solucoes-itens {
    margin-bottom: 2%;
}

#solucoes-itens h3 {
    color: #ffffff;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    background: #012f59;
    padding: 7%;
    border-radius: 6px;
    width: 96%;
    clear: both;
    margin: 0 auto;
}

.bt-news {
    background: #00bae6;
    color: #fff;
}

.bt-news:hover {
    background: #073768;
    color: #fff;
}

#solucoes-itens h3:hover {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    background: #1c1c1c;
    padding: 7%;
    border-radius: 6px;
    width: 96%;
    clear: both;
    margin: 0 auto;
}

#solucoes-itens p {
    color: #1c1c1c;
    font-size: 1.45em;
    padding-top: 5%;
    line-height: 23px;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 9%;
    font-family: 'Maven Pro', sans-serif;
}

.polaroid1 h2 {
    color: #ffffff !important;
    font-family: 'Krub', sans-serif;
    font-size: 2.25em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 31px;
    padding-top: 8%;
}

.polaroid1 a {
    background: #1c1c1c;
    color: #ffffff !important;
    padding: 3% 10%;
    font-size: 1.45em !important;
    font-family: 'Krub', sans-serif;
    margin-bottom: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
}

.polaroid1 a:hover {
    background: #1c1c1c;
    color: #ffffff !important;
    padding: 2% 5%;
    font-size: 1.25em !important;
    font-family: 'Krub', sans-serif;
    margin-bottom: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
}

.polaroid1 {
    background-color: #012f59;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding: 0 0 5%;
    border-radius: 15px;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    margin: 10px;
    width: 47%;
    height: 402px;
}

#solucoes-itens {
    width: 80%;
    clear: both;
    margin: 0 auto;
}

.simulacao {
    padding: 6% 0% 3% 0%;
}

.simulacao a {
    background: #012f59;
    color: #fff;
    font-size: 1.6em;
    padding: 16px 57px;
    border-radius: 90px;
    font-family: 'Krub', sans-serif;
}

.simulacao a:hover {
    background: #033d74;
    color: #fff;
    font-size: 1.6em;
    padding: 16px 57px;
    border-radius: 90px;
    font-family: 'Krub', sans-serif;
}

.simulacao h2 {
    color: #00bae6;
    font-size: 2.55em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-family: 'Krub', sans-serif;
    padding-bottom: 4%;
}

#atendimento {
    padding: 7% 5% 8% 9%;
    background: #012f59;
}

#atendimento h2 {
    font-size: 2.65em;
    font-family: 'Krub', sans-serif;
    color: #ffffff;
    padding-bottom: 3%;
    line-height: 45px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 4%;
}

.fas.fa-comment-alt {
    color: #1c1c1c;
    font-size: 2.5em;
    margin: 0 auto;
    text-align: center;
}

#atendimento h3 {
    font-size: 1.45em;
    font-family: 'Krub', sans-serif;
    color: #ffffff;
    line-height: 30px;
    border: 2px solid #1c1c1c;
    width: 44%;
    padding: 1%;
    border-radius: 90px;
    text-align: center;
}

.contatos {
    padding-top: 1%;
}

#atendimento p {
    font-size: 1.6em;
    font-family: 'Krub', sans-serif;
    color: #1c1c1c;
    line-height: 31px;
}

#atendimento a {
    font-size: 1em;
    font-family: 'Krub', sans-serif;
    color: #1c1c1c;
    line-height: 35px;
}

#frase {
    padding: 2% 0% 2% 0%;
}

#ferramentas h3 {
    color: #1c1c1c;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.polaroid1 img.imagem-hover {
    display: none;
}

.polaroid1:hover img.imagem-ativa {
    display: none;
}

.polaroid1:hover img.imagem-hover {
    display: inherit;
    opacity: 2;
}


#util-container {
    padding: 8% 3% 8% 3%;
    height: 895px;
}

#util-container .agenda {
    border-right: 2px solid #1c1c1c;
}

#galeria-depo {
    padding: 7% 5% 7% 5%;
    background: #012f59;
}

.galeria-item {
    margin-bottom: 25px;
}

#galeria-depo .center-title {
    position: absolute;
    left: 0;
    right: 0;
}

#galeria-depo h2 {
    font-size: 2.5em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 0%;
    color: #ffffff;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 2%;
}

#galeria-depo p {
    color: #FFF;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.65em;
    padding-bottom: 2%;
}

#btservicos h2 {
    font-size: 1.65em !important;
    background: #1c1c1c !important;
    color: #111a31 !important;
    width: 43% !important;
    padding: 2% !important;
    border-radius: 6px !important;
    margin: 0 auto !important;
}

#nossosservicos h2 {
    font-size: 3em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 0%;
    color: #ffffff;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 3%;
}

#ferramentas {
    padding-top: 4%;
}

#btservicos {
    margin-top: 5%;
}

.btn-primary {
    background: #ff9d00;
    width: 19%;
    border: 0;
}

#galeria-depo .fa-quote-left,
#galeria-depo .fa-quote-right {
    font-size: 10rem;
}

#galeria-depo #depo-bxslider a {
    color: #091325;
}

#galeria-depo #depo-bxslider p {
    font-size: 1.25em;
    width: 64%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Krub', sans-serif;
}

.col-depoimento {
    height: 250px;
    padding-top: 5%;
}

#galeria-depo #depo-bxslider h5 {
    font-size: 2rem;
    color: #ffffff;
    text-transform: capitalize;
}

.serv {
    padding: 3% 0 6% 0 !important;
}

#noticias {
    font-size: 1.45em;
    color: #1c1c1c;
    text-transform: capitalize;
}

#list-news h2 {
    margin-bottom: 1%;
    font-size: 3.4em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    padding-bottom: 4%;
    color: #fff;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
}

#list-news .new-bxslider {
    padding: 0;
    margin: 0;
}

#list-news .new-bxslider p {
    color: #012f59;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    font-family: 'Krub', sans-serif;
    padding-top: 0;
    margin-top: 0%;
    padding-bottom: 3%;
    font-weight: bold;
}

#list-news .new-data {
    padding: 5px;
}


#list-artigos h5 {
    font-size: 1.2em;
    color: #1c1c1c;
    font-family: 'Maven Pro', sans-serif;
    padding-top: 6%;
    text-align: center;
}

#list-artigos p {
    font-size: 1em;
    color: #8d8d8d;
    font-family: 'Maven Pro', sans-serif;
    padding-top: 0%;
    text-align: center;
}

.btn-primary.active {
    background-color: #1c1c1c;
    width: 26%;
    padding: 2px;
    margin-top: 0;
    border-radius: 76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.active:hover {
    background-color: #1c1c1c;
    border: none;
    width: 26%;
    padding: 2px;
    margin-top: 0;
    border-radius: 76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-documentos {
    background-color: #f19f17;
    color: #fff!important;
    padding: 1rem 1.5rem;
    border-radius: 75px;
    font-size: 1.8rem!important;
    margin-right: 20px!important;
}

.btn-documentos:hover, .btn-documentos:focus {
    background-color:#2a2b2b!important;
    color:#fff!important;
    transition: all 0.5s;
}

.bt-galeria {
    background: #ffffff;
    color: #1c1c1c;
    width: 19%;
    margin-bottom: 3%;
    border-radius: 0px;
    padding: 1%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 1.25em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border: 2px solid #ec6f0c;
    border-radius: 90px;
    margin: 10px;
}

.bt-galeria:hover {
    background: #4c5564;
    color: #fff;
    width: 19%;
    margin-bottom: 3%;
    border-radius: 0px;
    padding: 1%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 1.25em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border: 2px solid #ec6f0c;
    border-radius: 90px;
    margin: 10px;
}

.bt-gal {
    padding: 0% 0% 3% 0%;
}

#util-container h2 {
    margin-bottom: 1%;
    font-size: 3.15em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    padding-bottom: 5%;
    color: #012f59;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
}

#util-container h4 {
    margin-bottom: 1%;
    font-size: 2em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 56px;
    padding-bottom: 2%;
    color: #03b9e5;
    font-family: 'Krub', sans-serif;
    letter-spacing: 0px;
    /* font-weight: bold; */
}

.noticias {
    padding: 0% 6% 4% 6%;
    margin: 0 auto;
    clear: both;
}

.artigos {
    padding: 0% 6% 0% 6%;
    margin: 0 auto;
    clear: both;
}

#noticias a.btn {
    display: table;
    margin: 3rem auto 0;
    font-size: 1.25em;
}

.tbcalendario {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 3px;
}

.tbcalendario td {
    padding: 0.5rem 2rem;
    background-color: #fff;
}

.tbcalendario td span {
    color: #000;
}

.tbcalendario .atual {
    font-weight: bold;
}

.tbcalendario td.first-td,
.tbcalendario tr.titulo td {
    background-color: #012f59;
}

.tbcalendario td.first-td span {
    color: #fff;
}

.tbcalendario th {
    background-color: #1c1c1c;
    text-align: center;
}

#icalendario_agenda_estadual a {
    color: #fff;
}

.utilitarios {
    margin-bottom: 30px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 16px;
    right: 0;
    background-color: #1c1c1c;
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: .8s ease;
}

.utilitarios:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 1.2em;
    font-family: 'Maven Pro', sans-serif;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

/* CONTEÚDO - INDEX */

footer {
    padding: 1% 0% 1% 0%;
}

#rodape {
    padding: 4% 0% 1% 0%;
    background: url('../img/rodape.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.socialmedia h4 {
    color: #363d48 !important;
    font-size: 1em !important;
    padding-top: 1% !important;
    font-family: 'Maven Pro', sans-serif !important;
    font-weight: bold;
}

footer a {
    color: #012f59;
}

footer .ti-ideal {
    vertical-align: top;
}

footer ul {
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}

footer #newsletter {
    margin-bottom: 2%;
}

footer #newsletter h2 {
    margin-bottom: 1%;
    font-size: 2.15em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    padding-bottom: 4%;
    color: #012f59;
    font-family: 'Krub', sans-serif;
    padding-top: 6%;
    font-weight: bold;
}

#footer-content h4 {
    color: #012f59;
    font-size: 1.025em;
    line-height: 29px;
    font-family: 'Krub', sans-serif;
    text-align: left;
    width: 85%;
    font-weight: bold;
}

.socialmedia h5 {
    font-size: 0.85em;
    font-family: 'Krub', sans-serif;
    font-weight: bold;
    color: #012f59;
}

footer #newsletter .input-group {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

footer #news_email-error {
    text-align: center;
}

footer #footer-content {
    color: #012f59;
    font-size: 1.45em;
    line-height: 30px;
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
}

footer #selosrodape {
    padding: 0% 0 0;
}

footer #selosrodape .selos-left {
    float: left;
    padding-top: 2%;
}

footer #selosrodape .selos-right {
    float: right;
}

#footer-content p {
    color: #012f59;
    font-size: 1.025em;
    line-height: 29px;
    font-family: 'Krub', sans-serif;
    text-align: left;
    width: 85%;
    font-weight: bold;
}

.endereco {
    padding-top: 2%;
}

#copyright {
    padding: 1rem 0;
    background-color: #012f59;
}

#copyright p {
    margin: 0;
}

#contato p {
    color: #4c5564;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: #535a69;
}

.form-control {
    height: 50px !important;
}

#fickle-content {
    color: #535a69;
    font-size: 1.4em;
    padding-top: 3%;
    padding-bottom: 8%;
    font-family: 'SwissLight', sans-serif;
}

#fickle-content h1 {
    font-weight: bold;
    font-size: 1.35em;
    padding-bottom: 1%;
    color: #1c1c1c;
    font-family: 'Work Sans', sans-serif;
}

#fickle-content h1 i {
    color: #535a69;
}

#fickle-content a {
    color: #535a69;
    transition: color 0.5s;
    font-weight: bold;
    font-family: 'SwissLight', sans-serif;
}

#fickle-content a:hover {
    color: #012f59;
}

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
    margin-top: 1%;
    font-size: 1.7rem;
}

#contato h1 {
    font-size: 2rem;
    margin: 0;
}

#contato table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

#galerias h1 {
    margin: 0;
}

#galerias h2 {
    margin: 0 0 3rem;
    font-size: 2.5rem;
}

#galerias h4 {
    font-weight: bold;
}

#galerias .col-foto,
#galerias .col-vids {
    margin: 2rem 0;
}

#galerias img {
    color: #fff;
}

#downloads ul {
    padding: 0;
}

#downloads ul li {
    list-style: none;
    margin-left: 0;
    border-radius: 5px;
    padding: 18px;
    position: relative;
    margin: 4px 0;
    font-size: 1.7rem;
    /*line-height: 0;*/
    border-bottom: 1px dotted #d8d8d8;
}

#downloads ul li i.fas.fa-cloud-download-alt {
    font-size: 25px;
    color: #ff9d00;
    margin-right: 12px;
}

#downloads ul li a {
    position: absolute;
    top: 1rem;
    height: 42px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

#parceiros .media {
    padding: 2rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#iartigos ul {
    padding: 0;
}

#iartigos ul li {
    list-style: none;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
    margin: 1rem 0;
    font-size: 1.7rem;
}

#iartigos ul li i.fa.fa-file-text {
    font-size: 2.4rem;
    color: #ff9d00;
    margin-right: 2.7rem;
}

#iartigos ul li a {
    position: absolute;
    top: 3rem;
}
@media(max-width:599px) {   
    #iartigos ul li a {
        position: initial;
    }
}

#documentos_form,
#ligue_form {
    width: 50%;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.g-recaptcha {
    margin-bottom: 1.5rem;
}

.bt-documentos {
    background: #ff9d00;
    color: #fff;
    width: 30%;
}

.bt-documentos:hover {
    background: #1c1c1c;
    color: #fff;
    width: 30%;
}

#loadchat-2 {
    bottom: 2% !important;
    right: 2% !important;
}

.lcp-chat-icon-p1 {
    margin-right: 0 !important;
}

/** WhatsApp INICIO **/

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 2rem;
    z-index: 9998;
}

#fab-wpp .fab-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #34AF23;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*
#fab-wpp .fab-action:hover {
    background-color: #2d991e;
}
*/

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.5rem;
}

/**/

#fab-wpp {
    width: 64px;
    height: 64px;
    transition: .3s;
}

/*#fab-wpp:hover{background-color: #15cc74;}*/

#fab-wpp::after,
#fab-wpp::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #34AF23;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

#fab-wpp::after {
    animation-delay: .5s;
}

#fab-wpp:hover::after {
    border: 4px solid #34AF23;
}

#fab-wpp:hover::before {
    border: 4px solid #34AF23;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

/** WhatsApp FINAL **/

#link-simulacao,
#link-simulacao-contato {
    margin-top: 2rem;
    text-align: center;
    font-size: 24px;
}

#link-simulacao a,
#link-simulacao-contato a {
    border-width: 2px;
}

#link-simulacao {
    color: #fff;
}

#nossosservicos {
    padding: 7% 15% 1% 15%;
    background: #012f59;
}

#nossosservicos h3 {
    font-size: 1.45em;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    height: 120px;
    font-family: 'Krub', sans-serif;
    padding-top: 3%;
    width: 90%;
    letter-spacing: 0px;
}

#nossosservicos h3:hover {
    font-size: 1.45em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    height: 120px;
    font-family: 'Krub', sans-serif;
    padding-top: 3%;
    width: 90%;
    letter-spacing: 0px;
}

#ferramentas h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #012f59;
    font-size: 1.45em;
    font-family: 'Krub', sans-serif;
    padding-top: 7%;
    height: 180px;
    font-weight: bold;
}

#ferramentas p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    padding-top: 11px;
    line-height: 21px;
    /* height: 120px; */
    font-family: 'Maven Pro', sans-serif;
    ;
    padding-bottom: 5%;
}

#nossosservicos img {
    text-align: center;
    margin: 0 auto;
}

#link-simulacao a {
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1% 3%;
    border-radius: 0;
    font-size: 0.95em;
    color: #ffffff;
    float: none;
    background: #1c1c1c;
    font-family: 'Maven Pro', sans-serif;
    ;
}

#link-simulacao a:hover {
    width: 15%;
    clear: both;
    margin: 1% auto 0;
    padding: 1% 3%;
    border-radius: 0;
    font-size: 0.95em;
    color: #fff;
    float: none;
    background: #033b70;
    font-family: 'Maven Pro', sans-serif;
    ;
}

#link-simulacao-contato a:hover {
    color: #fff;
}

#box-simulacao {
    background: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

#box-simulacao .form-group label {
    font-size: 1.6rem;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 1250px) {
    .frase h4 {
        font-size: 4.25em !important;
        color: #012f59 !important;
        width: 100% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-family: 'Lobster Two', cursive !important;
        line-height: 59px;
        padding-top: 16%;
    }
}

@media (max-width:995px) {
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 1.85em;
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 35px;
        padding-bottom: 4%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        padding-top: 6%;
        font-weight: bold;
    }
    #footer-content h4 {
        color: #012f59;
        font-size: 1.025em;
        line-height: 29px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 100%;
        font-weight: bold;
        padding-bottom: 2%;
    }
    #footer-content p {
        color: #012f59;
        font-size: 1.025em;
        line-height: 29px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 100%;
        font-weight: bold;
        padding-bottom: 1%;
    }
    #util-container {
        padding: 8% 3% 8% 3%;
        height: 1330px;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1.2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
    }
    .parceiros h3 {
        background: #012f59;
        color: #fff;
        width: 57%;
        clear: both;
        margin: 0 auto;
        padding: 1%;
        font-family: 'Krub', sans-serif;
        font-size: 1.25em;
        border: 2px solid #1c1c1c;
        border-radius: 90px;
        margin-top: 3%;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.65em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 56px;
        padding-bottom: 5%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    #atendimento h2 {
        font-size: 2.25em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        padding-bottom: 3%;
        line-height: 38px;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 0%;
    }
    .contatos {
        padding-top: 1%;
        text-align: center;
    }
    #atendimento h3 {
        font-size: 1.45em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        line-height: 30px;
        border: 2px solid #1c1c1c;
        width: 44%;
        padding: 1%;
        border-radius: 90px;
        text-align: center;
        margin: 0 auto;
        margin-top: 5%;
    }
    .simulacao h2 {
        color: #00bae6;
        font-size: 2em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 31px;
        font-family: 'Krub', sans-serif;
        padding-bottom: 4%;
    }
    .polaroid1 a {
        background: #1c1c1c;
        color: #ffffff !important;
        padding: 3% 10%;
        font-size: 1.35em !important;
        font-family: 'Krub', sans-serif;
        margin-bottom: 2%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        border-radius: 90px;
    }
    #solucoes p {
        margin-bottom: 5%;
        font-size: 1.45em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
        padding-bottom: 3%;
        color: #00bae6;
        font-family: 'Krub', sans-serif;
        padding-top: 0%;
    }
    #solucoes-itens p {
        color: #1c1c1c !important;
        font-size: 1.45em !important;
        padding-top: 5% !important;
        line-height: 23px !important;
        width: 70% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        padding-bottom: 9% !important;
        font-family: 'Maven Pro', sans-serif !important;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 3em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 45px;
        padding-bottom: 3%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    #sobrenos p {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: justify;
        font-size: 1.4em;
        font-family: 'Krub', sans-serif;
        color: #012f59;
        padding-bottom: 0%;
        padding-top: 2%;
        line-height: 33px;
    }
    #sobrenos {
        padding: 7% 0% 7% 0%;
    }
    .frase h4 {
        font-size: 2.65em !important;
        color: #012f59 !important;
        width: 100% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-family: 'Lobster Two', cursive !important;
        line-height: 59px;
        padding-top: 0%;
        padding-bottom: 7%;
    }
    footer #selosrodape .selos-left {
        float: none;
        padding-top: 2%;
        margin: 0 auto;
        text-align: center;
    }
    footer #selosrodape .selos-right {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 2%;
    }
    #ferramentas {
        padding-top: 4%;
        height: 532px;
    }
}

@media (max-width:787px) {
    .frase h4 {
        font-size: 1.95em !important;
        color: #012f59 !important;
        width: 100% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-family: 'Lobster Two', cursive !important;
        line-height: 43px;
        padding-top: 0%;
        padding-bottom: 7%;
    }
    #nossosservicos h2 {
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 0%;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
        padding-bottom: 3%;
    }
    #nossosservicos h3 {
        font-size: 1.3em;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        line-height: 25px;
        height: 120px;
        font-family: 'Krub', sans-serif;
        padding-top: 3%;
        width: 90%;
        letter-spacing: 0px;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 2.5em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 36px;
        padding-bottom: 3%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    .polaroid1 {
        background-color: #012f59;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        padding: 0 0 5%;
        border-radius: 15px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        margin: 10px;
        width: 100%;
        height: 402px;
    }
    .simulacao h2 {
        color: #00bae6;
        font-size: 2.15em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 31px;
        font-family: 'Krub', sans-serif;
        padding-bottom: 7%;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 3em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 44px;
        padding-bottom: 5%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    #ferramentas h3 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        color: #012f59;
        font-size: 1.65em;
        font-family: 'Krub', sans-serif;
        padding-top: 7%;
        height: 180px;
        font-weight: bold;
    }
}

@media (max-width:600px) {
    #layerslider p {
        letter-spacing: 0px !important;
    }
    #atendimento h2 {
        font-size: 2em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        padding-bottom: 5%;
        line-height: 33px;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 5%;
    }
    #atendimento p {
        font-size: 1.45em;
        font-family: 'Krub', sans-serif;
        color: #1c1c1c;
        line-height: 27px;
    }
    #atendimento {
        padding: 10% 5% 15% 9%;
        background: #012f59;
    }
    #atendimento h3 {
        font-size: 1.45em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        line-height: 30px;
        border: 2px solid #1c1c1c;
        width: 65%;
        padding: 1%;
        border-radius: 90px;
        text-align: center;
        margin: 0 auto;
        margin-top: 5%;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.85em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 44px;
        padding-bottom: 5%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    #util-container {
        padding: 8% 3% 8% 3%;
        height: 1570px;
    }
    #galeria-depo {
        padding: 17% 0% 17% 0%;
        background: #012f59;
    }
    .parceiros h3 {
        background: #012f59;
        color: #fff;
        width: 80%;
        clear: both;
        margin: 0 auto;
        padding: 1%;
        font-family: 'Krub', sans-serif;
        font-size: 1.25em;
        border: 2px solid #1c1c1c;
        border-radius: 90px;
        margin-top: 3%;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1.15em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
        padding-bottom: 5%;
    }
    #galeria-depo h2 {
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 0%;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
        padding-bottom: 4%;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 35px;
        padding-bottom: 4%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        padding-top: 6%;
        font-weight: bold;
    }
    footer #newsletter .input-group {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:450px) {
    .frase h4 {
        font-size: 2.25em !important;
        color: #012f59 !important;
        width: 100% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        font-family: 'Lobster Two', cursive !important;
        line-height: 35px;
        padding-top: 2%;
        padding-bottom: 12%;
    }
    #nossosservicos {
        padding: 17% 0% 7% 0%;
        background: #012f59;
    }
    #nossosservicos h3 {
        font-size: 1.2em;
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
        line-height: 22px;
        height: 120px;
        font-family: 'Krub', sans-serif;
        padding-top: 3%;
        width: 90%;
        letter-spacing: 0px;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 2.25em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 5%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
        padding-top: 5%;
    }
    #solucoes p {
        margin-bottom: 5%;
        font-size: 1.45em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
        padding-bottom: 7%;
        color: #00bae6;
        font-family: 'Krub', sans-serif;
        padding-top: 4%;
    }
    #solucoes-itens p {
        color: #1c1c1c !important;
        font-size: 1.25em !important;
        padding-top: 5% !important;
        line-height: 19px !important;
        width: 85% !important;
        clear: both !important;
        margin: 0 auto !important;
        text-align: center !important;
        padding-bottom: 9% !important;
        font-family: 'Maven Pro', sans-serif !important;
    }
    .simulacao h2 {
        color: #00bae6;
        font-size: 1.85em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        font-family: 'Krub', sans-serif;
        padding-bottom: 13%;
        padding-top: 8%;
    }
    .simulacao a {
        background: #012f59;
        color: #fff;
        font-size: 1.2em;
        padding: 16px 34px;
        border-radius: 90px;
        font-family: 'Krub', sans-serif;
    }
    #solucoes {
        padding: 8% 0% 20% 0%;
    }
    #atendimento {
        padding: 10% 0% 15% 0%;
        background: #012f59;
    }
    #atendimento h2 {
        font-size: 1.8em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        padding-bottom: 5%;
        line-height: 29px;
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 5%;
    }
    #atendimento p {
        font-size: 1.4em;
        font-family: 'Krub', sans-serif;
        color: #1c1c1c;
        line-height: 27px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 35px;
        padding-bottom: 11%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
    }
    #util-container {
        padding: 17% 3% 8% 3%;
        height: 1595px;
    }
    #galeria-depo h2 {
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 0%;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
        letter-spacing: 0px;
        padding-bottom: 4%;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 1.65em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 4%;
        color: #012f59;
        font-family: 'Krub', sans-serif;
        padding-top: 6%;
        font-weight: bold;
    }
    #footer-content h4 {
        color: #012f59;
        font-size: 1em;
        line-height: 29px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 80%;
        font-weight: bold;
        padding-bottom: 2%;
        clear: both;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    #footer-content p {
        color: #012f59;
        font-size: 0.9em;
        line-height: 24px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 59%;
        font-weight: bold;
        padding-bottom: 1%;
        clear: both;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    .socialmedia {
        padding: 2%;
    }
}

@media (max-width:380px) {
    #topo-nav {
        font-size: 1.15em;
        z-index: 9999;
        padding: 3% 0%;
        border-bottom: 1px solid #00bae6;
    }
    #sobrenos p {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: justify;
        font-size: 1.35em;
        font-family: 'Krub', sans-serif;
        color: #012f59;
        padding-bottom: 0%;
        padding-top: 2%;
        line-height: 28px;
    }
    #sobrenos h2 {
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 0%;
        color: #00bae6;
        font-family: 'Krub', sans-serif;
        letter-spacing: -1px;
    }
    #sobrenos {
        padding: 7% 0% 15% 0%;
    }
    .simulacao a {
        background: #012f59;
        color: #fff;
        font-size: 1em;
        padding: 16px 34px;
        border-radius: 90px;
        font-family: 'Krub', sans-serif;
    }
    #atendimento p {
        font-size: 1.25em;
        font-family: 'Krub', sans-serif;
        color: #1c1c1c;
        line-height: 23px;
    }
    #atendimento h3 {
        font-size: 1.25em;
        font-family: 'Krub', sans-serif;
        color: #ffffff;
        line-height: 30px;
        border: 2px solid #1c1c1c;
        width: 80%;
        padding: 1%;
        border-radius: 90px;
        text-align: center;
        margin: 0 auto;
        margin-top: 5%;
    }
    #ferramentas h3 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        color: #012f59;
        font-size: 1.45em;
        font-family: 'Krub', sans-serif;
        padding-top: 7%;
        height: 170px;
        font-weight: bold;
    }
    #util-container {
        padding: 17% 0% 8% 0%;
        height: 1595px;
    }
    .parceiros h3 {
        background: #012f59;
        color: #fff;
        width: 100%;
        clear: both;
        margin: 0 auto;
        padding: 4%;
        font-family: 'Krub', sans-serif;
        font-size: 1em;
        border: 2px solid #1c1c1c;
        border-radius: 90px;
        margin-top: 3%;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1.15em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        font-family: 'Krub', sans-serif;
        padding-bottom: 5%;
        text-align: justify;
    }
}

@media (max-width:350px) {
    #footer-content p {
        color: #012f59;
        font-size: 0.85em;
        line-height: 22px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 80%;
        font-weight: bold;
        padding-bottom: 1%;
        clear: both;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    #footer-content h4 {
        color: #012f59;
        font-size: 0.9em;
        line-height: 23px;
        font-family: 'Krub', sans-serif;
        text-align: center;
        width: 95%;
        font-weight: bold;
        padding-bottom: 2%;
        clear: both;
        margin: 0 auto;
        padding-bottom: 9%;
    }
    .socialmedia h5 {
        font-size: 0.7em;
        font-family: 'Krub', sans-serif;
        font-weight: bold;
        color: #012f59;
    }
    #solucoes-itens {
        width: 100%;
        clear: both;
        margin: 0 auto;
    }
    .polaroid1 {
        background-color: #012f59;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 25px;
        padding: 0 0 5%;
        border-radius: 15px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
        margin: 0px;
        width: 100%;
        height: 402px;
        margin-bottom: 7%;
    }
}

/********************************************
********** INICIO ESTILO ESTRUTURA 36 
********************************************/

/*TOPO*/

.bt-3-blue{
    border-bottom: 1px solid #ccc;
}

.header {
    padding: 0.5% 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.header .header-botao a {
    display: inline-block;
    color: #fff;
    font-family: SwissLight;
    font-size: 1.06em;
    padding: 9px;
    margin-top: 13px;
    margin-right: 5px;
}

.header .header-botao-azul {
    background-color: #1c1c1c;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.header .header-botao-azul:hover {
    background-color: #ff9d00;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.menu-push img {
    margin: 10px 0%;
}

.menu-push ul {
    padding: 0;
}

.menu-push ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #333333;
}

.menu-push ul li:hover {
    background-color: #f19708;
}

.menu-push ul li a {
    padding: 10px 0 10px 30px;
    color: #fff;
    font-family: Calibri;
    font-size: 1.55rem;
}

.pushy {
    background-color: #2a2b2b!important;
}

/* SLIDE */


.ls-slide p span {
    color: #31915A;
}

.ls-slide .slide-conheca {
    width: 210px;
    padding: 30px;
    background-color: #ffffff;
    color: #fff;
    -webkit-clip-path: circle(50% at 51% 92%);
    clip-path: circle(30% at 51% 92%);
}

.ls-slide .slide-conheca p {
    color: #fff;
    font-family: SwissLight;
    font-size: 1.6rem;
    margin: 25px 0 0 0;
    padding: 0;
}

.ls-slide .downto {
    color: #f19708;
    margin: 0;
    padding: 0;
}

/* CONTABILIDADE COMPLETA */

#sbox-contabilidade {
    background-color: #ffffff;
    text-align: center;
    color: #fff;
    padding: 6% 0% 6% 0%;
}

#box-banner{
    background-color: #ffffff;
    background: url(../img/slide/slide1-img.jpg);
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1120px;
}

#sbox-contabilidade h2 {
    margin: 70px 0 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0em;
    letter-spacing: -1px;
    color: #2a2b2b;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    /* padding: 5% 0% 0% 0%; */
}

#sbox-contabilidade h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2em;
    letter-spacing: -2px;
    color: #f19708;
    padding-bottom: 1%;
}

#sbox-contabilidade h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.55em;
    letter-spacing: -1px;
    color: #2a2b27;
    padding-bottom: 3%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0% 0% 6% 0%;
    line-height: 24px;
}

.bt-saibamais{
    color:#2a2b27;
    font-family: Calibri;
    border:2px solid #f1980800;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bt-saibamais:hover{
    border: 2px solid #f19f17;
    padding: 3px 14px;
    color: #ffffff;
    border-radius: 90px;
    font-family: Calibri;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    background: #f19f17;
}

.fas.fa-question-circle {
    color: #777c88;
    font-size: 23px;
}

#sbox-contabilidade .titulo-btn {
    width: 40%;
    margin: 0 30%;
    background-color: #FFF;
    color: #f19708;
    padding: 10px 12px;
    font-family: SwissLight;
    font-size: 2.0rem;
    border-radius: 30px;
}

#sbox-contabilidade .titulo-btn b {
    font-weight: bold !important;
}

#sbox-contabilidade .grid-contabil-icon {
    margin-top: 80px;
}

#sbox-contabilidade .sbox-contabil-icon {
    min-height: 190px;
    margin-bottom: 20px;
}


#sbox-contabilidade .sbox-contabil-icon p {
    font-family: SwissLight;
    font-size: 1.7rem;
    margin-top: 15px;
}


/* TENHA MAIS TEMPO */

.logo {
    padding-top: 4px;
}

.menu a.menu-btn.header-menu-lateral{
    margin-right: 10px;
}


.fas.fa-question {
    color: #535a69;
}

.fas.fa-bullseye {
    color: #f19708;
}

.fas.fa-dollar-sign {
    color: #535a69;
}

#sbox-tenha-mais-tempo {
    margin: 0px 0 30px 0;
}

#sbox-tenha-mais-tempo .tempo-box-texto {
    padding: 55px 0 0 0;
}

#sbox-tenha-mais-tempo .tempo-box-texto h1 {
    color: #535a69;
    font-family: HarabaraBold;
    font-size: 6.0rem;
    margin: 0 0 -8px -10px;
}

#sbox-tenha-mais-tempo .tempo-box-texto span {
    color: #535a69;
    font-family: SwissLight;
    font-size: 3.9rem;
    font-weight: bold !important;
}

#sbox-tenha-mais-tempo .tempo-box-texto p {
    margin-top: 20px;
    color: #817668;
    font-family: SwissLight;
    font-size: 1.9rem;
}

#sbox-tenha-mais-tempo .tempo-box-btn {
    text-align: center;
    margin: 5px;
    padding: 6% 0%;
    height: 370px;
    width: 32%;
}

#sbox-tenha-mais-tempo .tempo-box-btn h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    margin: 0 auto;
    letter-spacing: -1px;
    padding: 7px 0px 3px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#sbox-tenha-mais-tempo .tempo-box-btn p {
    font-family: Calibri;
    font-size: 1.25em;
    color: #2a2b2b;
    letter-spacing: 0px;
}

#sbox-tenha-mais-tempo .tempo-box-btn a {
    display: block;
    color: #2a2b2b;
    width: 86%;
    margin: 0 7%;
    font-size: 1.35em;
    padding: 12px 20px;
}

#sbox-tenha-mais-tempo .btn-temppo-azul h1 {
    color: #2a2b2b;
}

#sbox-tenha-mais-tempo .btn-temppo-azul a {
    background-color: #f19708;
}

#sbox-tenha-mais-tempo .btn-temppo-verde h1 {
    color: #2a2b2b;
}

#sbox-tenha-mais-tempo .btn-temppo-verde a {
    background-color: #f19708;
    border:2px solid #f19708;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#sbox-tenha-mais-tempo .btn-temppo-verde a:hover {
    border: 2px solid #2a2b2b;
    border-radius: 90px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    background: #2a2b2b;
    color: #f19708;
}

/* DUVIDA */

#sbox-duvida {
    text-align: center;
    margin: 25px 0 25px 0;
}

#sbox-duvida h2 {
    font-family: SwissLight;
    font-size: 2.8rem;
    color: #747474;
    margin: 0;
}

#sbox-duvida span {
    font-family: SwissLight;
    font-size: 2.8rem;
    color: #1EAF69;
    margin-bottom: 45px;
    display: block;
}

#sbox-duvida .box-duvida-contato {
    min-height: 200px;
}

#sbox-duvida .box-duvida-contato img {
    margin-bottom: 15px;
}

#sbox-duvida .box-duvida-contato p {
    margin: 1px;
    font-family: SwissLight;
    font-size: 1.7rem;
    color: #747474;
}

#sbox-duvida .box-duvida-contato p a {
    margin: 1px;
    font-family: SwissLight;
    font-size: 1.7rem;
    color: #1EAF69;
}

#sbox-duvida .box-duvida-contato .span-green {
    color: #1EAF69;
}

/* DEPOIMENTOS */

#sbox-depoimento {
    text-align: center;
    margin: 5% 0% 7% 0%;
}

#sbox-depoimento h2 {
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.7em;
    color: #2a2b2b;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 3%;
}

#sbox-depoimento .depoimento-img img {
    width: 100%;
}

#sbox-depoimento .depoimento-content {
    border-radius: 25px;
    margin: 15px 40px 0 20px;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
}

#sbox-depoimento .depoimento-content a p {
    font-family: Calibri;
    font-size: 1.4em;
    color: #2a2b2b;
    line-height: 23px;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    /* padding: 0% 0% 5% 0%; */
}

#sbox-depoimento .depoimento-content a span {
    font-family: Calibri;
    font-size: 1.25em;
    color: #2a2b2b;
    font-weight: bold;
}

#sbox-parceiros h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

/* UTILIDADE - NOTICIA - ARTIGO */

#canaldenoticia{
    padding: 7% 0% 7% 0%;
    background: #f19708;
    background: url('../img/canaisdenoticias.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#sbox-util-noticia {
    text-align: center;
    padding: 7% 0% 7% 0%;
    background: #f19708;
    background: url(../img/bg_solucoes.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sbox-util-noticia h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.85em;
    letter-spacing: -2px;
    color: #ffffff;
    padding-bottom: 4%;
}

#sbox-util-noticia h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.6em;
    letter-spacing: -1px;
    color: #2a2b2b;
}

#sbox-util-noticia h4 {
    font-family: sans-serif;
    font-size: 1.1em;
    letter-spacing: 0px;
    width: 40%;
    padding: 2%;
    color: #2a2b2b;
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4%;
    background: #f19708;
    border-radius: 90px;
}

#sbox-util-noticia p {
    font-family: Calibri;
    font-size: 1.15em;
    letter-spacing: 0px;
    line-height: 18px;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    height: 80px;
    color: #849090;
}

.b-ferramentas{
    background: #ffffff;
    margin: 12px;
    padding: 3%;
    width: 31%;
    height: 486px;
    border-radius: 30px;
}

.b-ferramentas img{
    margin: 0 auto;
    text-align: center;
    clear: both;
    max-width: 100%;
    overflow: hidden;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.b-ferramentas:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#canaldenoticia h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1em;
    letter-spacing: -1px;
    color: #2a2b2b;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 3%;
}

#canaldenoticia p{
    font-size: 1.65em;
    color: #2a2b2b;
    line-height: 27px;
    width: 85%;
    font-weight: bold;
}

.col-news span{
    color:#fff;
}

.col-news a{
    color:#fff;
}

#sbox-util-noticia .box-img-util-contador {
    padding: 0 25px 0 25px;
}

#sbox-util-noticia .box-img-util-contador img {
    width: 100%;
}

#sbox-util-noticia .box-util-left {
    text-align: right;
    font-family: SwissLight;
}

#sbox-util-noticia .box-util-right {
    text-align: left;
    font-family: SwissLight;
}

#sbox-util-noticia .box-util-left img {
    width: 100%;
}

#sbox-util-noticia .box-util-right img {
    width: 100%;
}

#sbox-util-noticia article {}

.box-ferramentas {
    padding: 0% 10% 0% 10%;
}

#sbox-util-noticia article h2 {
    font-size: 1.9rem;
    margin-top: 0;
}

#sbox-util-noticia article p {
    font-size: 1.5rem;
    margin-bottom: 18px;
}

#sbox-util-noticia article a {
    background-color: #192D61;
    color: #FFF;
    padding: 10px 10px;
    font-size: 1.4rem;
}

#sbox-util-noticia article a:hover {
    background-color: #28489B;
    text-decoration: none;
}

#sbox-util-noticia .col-utilidade {
    margin-bottom: 40px;
}

#sbox-util-noticia .box-util-news h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 3.25em;
    letter-spacing: -3px;
    color: #fff;
    padding-bottom: 4%;
}

#sbox-util-noticia .box-util-news a:hover {
    background-color: #28489B;
    text-decoration: none;
}

#sbox-util-noticia .box-util-news .col-news span {
    display: block;
    font-family: Calibri;
    font-size: 1em;
    margin-bottom: 12px;
}

#sbox-util-noticia .box-util-news .col-news p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4em;
    line-height: 24px;
    width: 90%;
    color: #ffcb03;
    letter-spacing: -1px;
}

.bt-noticias {
    color: #9c6303;
    display: block;
    width: 9%;
    background: #ccc0;
    text-align: center;
    padding: 5px;
    font-size: 1.05em;
    background: #ffffff;
    border-radius: 90px;
    margin-top: 3%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    float: right;
}

.bt-noticias:hover {
    color: #fff;
    display: block;
    width: 9%;
    background: #ccc0;
    text-align: center;
    padding: 5px;
    font-size: 1.05em;
    background: #2a2b2b;
    border-radius: 90px;
    margin-top: 3%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#sbox-util-noticia .box-util-news .col-news a {
    font-family: Calibri;
    font-size: 1.1em;
    letter-spacing: 0px;
    width: 50%;
    padding: 2%;
    color: #fff;
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4%;
    background: #391652ab;
}

#sbox-util-noticia .box-util-news .col-news a:hover {
    background-color: #4d2569ab;
    text-decoration: none;
}

/* NEWSLETTER */

#sbox-newsletter {
    padding: 5% 0% 5% 0%;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0%;
}

.galeria {
    padding: 0% 5% 0% 5%;
}

#sbox-newsletter h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.45em;
    letter-spacing: -1px;
    color: #2a2b2b;
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0% 0% 3% 0%;
}

#sbox-newsletter input {
    width: 51%;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    font-family: Calibri;
    font-size: 1.15em;
    height: 78px;
    text-align: center;
}

#sbox-newsletter p {
    font-family: sans-serif;
    font-size: 1.5em;
    color: #2a2b2b;
    margin-bottom: 20px;
}

.bt-newsletter {
    background: #f19708;
    color: #fff;
    font-size: 1.45em;
    padding: 24px;
    border: 1px solid #f19708;
    width: 24%;
}

#sbox-newsletter .col-sm-4 img {
    width: 90%;
}

#sbox-newsletter .button-newsletter {
    background-color: #1DAF69;
    border: 0;
    background-image: url("../img/btn-form-newsletter.png");
    background-repeat: no-repeat;
    background-position: 20px 8px;
    display: inline-block;
    padding: 28px 5px 18px 5px;
    margin-left: -3px;
    width: 80px;
}

#sbox-newsletter .button-newsletter:hover {
    background-color: #23D17E;
}

/* GALERIA FOTO E VIDEO */

#sbox-galeria h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1em;
    letter-spacing: -1px;
    color: #2a2b2b;
    margin: 0 auto;
    padding-bottom: 3%;
}

#sbox-galeria .col-sm-4 img {
    width: 100%;
}

#sbox-galeria .col-sm-4 {
    padding: 8px;
}

#sbox-galeria .galeria-box {
    position: relative;
}

#sbox-galeria .galeria-box img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.foto-hover,
.video-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#sbox-galeria .galeria-box:hover img {
    opacity: 0.3;
}

#sbox-galeria .galeria-box:hover .foto-hover {
    opacity: 1;
}

#sbox-galeria .galeria-box:hover .video-hover {
    opacity: 1;
}

#sbox-galeria .foto-icon {
    background-color: #ffffff;
    min-width: 50px;
    color: #f19708;
    font-size: 17px;
    padding: 14px;
    border-radius: 30px;
}

#sbox-galeria .galeria-video {
    width: 40%;
    margin: 0 auto;
    clear: both;
    float: none;
}

.galeria-video{
    padding: 3% 0% 3% 0%;
}

#sbox-galeria{
    padding: 5% 8% 5% 8%;
    background: #f19708;
}

#sbox-galeria .btn-galeria {
    display: inline-block;
    background-color: #2a2b2b;
    color: #fff;
    font-family: Calibri;
    font-size: 1.15em;
    margin: 0 auto;
    padding: 8px;
    border-radius: 90px;
    margin-top: 3%;
    width: 10%;
}

#sbox-galeria .btn-galeria:hover {
    background-color: #f19708;
    border:2px solid #2a2b2b;
    color:#2a2b2b;
}

/* PARCEIROS */

#sbox-parceiros {
    padding: 0;
    text-align: center;
}

#sbox-parceiros ul li {
    display: inline;
}

#sbox-parceiros ul li img {
    margin: 30px 3% 30px 3%;
}

/* FOOTER */

.footer-content{
    padding: 0% 10% 3% 10%;
}

.footer {
    border-bottom: 20px solid #f19708;
}

.footer .footer-content h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 3em;
    letter-spacing: -3px;
    color: #2a2b2b;
    padding-top: 0%;
    padding-bottom: 2%;
    float: left;
}

.footer .footer-form {
    text-align: center;
}

.footer .footer-form input,
textarea {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #c3c3c3;
    margin-bottom: 7px;
    text-align: center;
    font-family: Calibri;
    border-radius: 7px;
}

.footer .footer-button {
    display: inline-block;
    border: 0;
    background-color: #f19708;
    color: #2a2b2b;
    font-family: SwissLight;
    font-size: 1.6rem;
    padding: 10px 25px 10px 25px;
    margin-bottom: 15px;
}

.footer .footer-button:hover {
    background-color: #f19708;
}

.footer .footer-social {
    margin: 0 0 0 0;
}

.footer .footer-social ul li {
    list-style: none;
    display: inline-block;
}

.footer .footer-social span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    margin-bottom: 4px;
    text-align: center;
}

.footer .footer-social span i {
    color: #f19708;
    font-size: 28px;
    margin-top: 5px;
}

.footer .footer-social span:hover {
    background-color: #f19708;
}

.footer .footer-social span:hover i {
    color: #fff;
}

.footer .span-up {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.footer .span-up i {
    color: #2a2b2b;
    font-size: 28px;
    margin-top: 5px;
}

.footer .span-up:hover {
    background-color: #FFF;
}

.footer .span-up i:hover {
    color: #f19708;
}

.footer .footer-endereco {
    color: #2a2b2b;
}

.footer .footer-endereco p {
    margin: 0;
    font-family: sans-serif;
    font-size: 1.65em;
}

.footer .footer-endereco a {
    color: #2a2b2b;
}

.footer .footer-endereco .f-end-box {
    margin-bottom: 18px;
}

.footer .footer-endereco .f-end-box img {
    padding-top: 0px;
    float: left;
}

.fas.fa-arrow-right{
    float: left;
    color: #f19708;
    font-size: 25px;
}

.footer-menu {
    padding: 0 0 0 3%;
    margin: 40px 0 30px 0;
}

.fas.fa-check {
    font-size: 0.8em;
}

.footer-menu ul li {
    font-family: SwissLight;
    font-size: 0.95em;
    padding: 5px 0 0px 4px;
    list-style: none;
}

.footer-menu ul li a {
    color: #FFF;
}

.footer-menu .footer-menu-ul {
    margin-left: 10%;
}

.footer .footer-copy {
    color: #8a8a8a;
    font-family: Calibri;
    font-size: 14px;
    padding-right: 0;
    margin: 0px 0 0px 0;
}

.footer .footer-copy p {
    margin: 0 0 5px 0;
}

.footer .footer-copy div {
    margin: 40px 0 0 20px;
}

/*
FONTES:
swiss
SwissLight
HarabaraBold
*/