/*======================================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: ''Maven Pro', sans-serif';
    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: ''Maven Pro', sans-serif';
    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;
}

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


html {
    margin: 0 !important;
}

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

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

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: #03bbe6;
}

[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: #03bbe6;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.btn-dark {
    border-color: #414141;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    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: #39ae5d;
    padding: 1rem 3rem;
}

.btn-slide:hover {
    background-color: #03bbe6;
    color: #fff;
}

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

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

.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: #1d2e54;
    font-size: 1.1em;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 100;
}

.thumbnail .caption {
    color: #fff;
}

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

/* 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;
}

b,
strong {
    font-weight: 100 !important;
}

.bt-saibamais {
    color: #03bbe6 !important;
    padding: 1% 2%;
    font-size: 1.45em !important;
    font-family: 'Cambay', sans-serif !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.bt-saibamais:hover {
    background: #4c5564;
    color: #fff !important;
    padding: 1% 2%;
    font-size: 1.45em !important;
    font-family: 'Cambay', sans-serif !important;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}

.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 #03bbe6;
    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 {
    display: block;
    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: #03bbe6;
    padding: 7%;
    border-radius: 6px;
    width: 96%;
    clear: both;
    margin: 0 auto;
}

#solucoes-itens p {
    color: #03bbe6;
    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: #03bbe6;
    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: #03bbe6;
    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: #03bbe6;
    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 #03bbe6;
    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: #03bbe6;
    line-height: 31px;
}

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

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

#ferramentas h3 {
    color: #03bbe6;
}

@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;
}

#artigos {
    padding: 0% 0% 8% 0%;
    background: #fff;
}

#utilitarios2 {
    padding: 0% 1% 8% 0%;
    background: #fff;
}

.artigos h2 {
    font-size: 3em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 4%;
    color: #03bbe6;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: -2px;
    font-weight: bold;
}

#artigos h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    padding-bottom: 4%;
    color: #03bbe6;
    font-family: 'Maven Pro', sans-serif;
    ;
}

#artigos p {
    font-size: 0.85em;
    text-align: center;
    line-height: 39px;
    padding-bottom: 2%;
    color: #656565;
    font-family: 'Maven Pro', sans-serif;
    width: 65%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

#artigos #list-artigos {
    margin: 3rem 0;
}

#artigos a {
    color: #fff;
    font-size: 1.15em;
    font-family: 'Maven Pro', sans-serif;
}

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

#util-container .agenda {
    border-right: 2px solid #03bbe6;
}

#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: #03bbe6 !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: #2d3f4e;
    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: #03bbe6;
    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;
}

#sbox-util-noticia .bt-noticias a {
    background: #002789;
    width: 25%;
    padding: 4px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
    color: #fff;
    display: block;
    font-size: 15px;
}


#list-artigos h5 {
    font-size: 1.2em;
    color: #03bbe6;
    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: #03bbe6;
    width: 26%;
    padding: 2px;
    margin-top: 0;
    border-radius: 76;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.bt-galeria {
    background: #ffffff;
    color: #03bbe6;
    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% 0% 6%;
}

#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: #03bbe6;
    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: #03bbe6;
    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: bottom;
}

footer ul {
    padding: 0;
}

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: #1d2e54;
}

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

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

#fickle-content h1 {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 1%;
    color: #2d3f4e;
    font-family: sans-serif', sans-serif;
}

#fickle-content h1 i { color: #023f94; }

#fickle-content a {
    color: #1d2e54;
    transition: color 0.5s;
    font-weight: bold;
    font-family: sans-serif', 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: #39ae5d;
    margin-right: 12px;
}

#downloads ul li a {
    position: absolute;
    top: 3rem;
}

#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: #39ae5d;
    margin-right: 2.7rem;
}

#iartigos ul li a {
    position: absolute;
    top: 3rem;
}

#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: #2d3f4e;
    color: #fff;
    width: 30%;
}

.bt-documentos:hover {
    background: #03bbe6;
    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: 9rem;
    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 **/


/** INICIO CHAT RODAPE ANIMADO **/
#fab-chat { position: fixed; width: 64px; right: 2%; bottom: 12px; z-index: 9998; }
#fab-chat .fab-chat-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #16294a;
    border-radius: 50%;
    text-align: center;
}

#fab-chat .fab-chat-action i { margin: 0 auto; color: #fff; font-size: 3.2rem; animation: WaveChatNew 1.5s ease infinite; }
#fab-chat{ width: 64px; height: 64px; transition: .3s; }
#fab-chat::after,
#fab-chat::before {
    content: ''; position: absolute; opacity: 0; border: 4px solid #16294a; left: -10px; top: -10px; 
    right: -10px; bottom: -10px; -webkit-border-radius: 50%; 
}
#fab-chat::after{animation-delay: .5s;}
#fab-chat:hover::after{border: 4px solid #16294a;}
#fab-chat:hover::before{border: 4px solid #16294a;}
@keyframes WaveChatNew { 
    0%   { color:#FFF; } 
    50%  { color:#fff; } 
    100% { color:#16294a; }
}



#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: #03bbe6;
    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;
}


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

/*TOPO*/
.header { padding: 10px 0px;}
.header .header-menu-lateral { margin: 20px 0 0 3%; }
.header .header-botao a {
    display: inline-block;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 19px;
    padding: 7px 33px;
    margin-top: 29px;
    margin-right: 40px;
}
.header .header-botao-verde { background-color: #2d3f4e; margin-right: 15px; }
.header .header-botao-verde:hover { background-color: #023f94; }
.header .header-botao-azul  { background-color: #69d337; }
.header .header-botao-azul:hover  { background-color: #002789; }

.menu-push img { width: 90%; margin: 10px 5%; }
.menu-push ul { padding: 0; }
.menu-push ul li { list-style: none; margin: 0; border-bottom: 1px solid #002789; }
.menu-push ul li:hover { background-color: #002789; }
.menu-push ul li a { padding: 10px 0 10px 30px; color: #fff; font-family: 'Maven Pro', sans-serif; font-size: 1.7rem; }
.pushy { background-color: #002789!important; }

.menu{

}
.logo{

}

/* SLIDE */
.ls-slide{background:url('../img/slide/bg-slide.jpg');}
.ls-slide p  span { color: #15539b; }
.ls-slide .slide-conheca { width: 210px; padding: 30px;color: #fff;}
.ls-slide .slide-conheca p  {
    color: #ffffff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 0.9em;
    margin: 25px 0 0 0;
    padding: 0;
    border: 3px solid #2d3f4e;
    padding: 6%;
    letter-spacing: -1px;
    border-radius: 90px;
}
.ls-slide .downto { color: #023f94; margin: 0; padding: 0; }

.sbox-contabil-icon{
    padding-bottom: 3%;
}

/* CONTABILIDADE COMPLETA */
#sbox-contabilidade {
    padding: 6% 10% 3% 10%;
}
#sbox-contabilidade h1 {
    font-family: sans-serif;
    font-size: 2em;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #002789;
    font-weight: bold;
    letter-spacing: 0px;
    padding-bottom: 2%;
}

#sbox-contabilidade .titulo-btn { 
    width: 40%; margin: 0 30%; background-color: #FFF; color: #3AAE5E; padding: 10px 12px; font-family: 'Maven Pro', sans-serif; 
    font-size: 2.0rem; border-radius: 30px; 
}
#sbox-contabilidade .titulo-btn b { font-weight: bold !important; }
#sbox-contabilidade .grid-contabil-icon {
    padding: 3% 0% 1% 0%;
}

#sbox-contabilidade .sbox-contabil-icon p {
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 5px;
    line-height: 25px;
    color: #002789;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%;
    height: 68px;
    font-weight: bold;
}

#botoesbox h2{
    font-family: sans-serif;
    font-size: 3.35em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #002789;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 3%;
}

/* TENHA MAIS TEMPO */
#sbox-tenha-mais-tempo {
    padding: 3% 0% 3% 0%;
    height: 663px;
    background: #002789;
    clip-path: polygon(50% 0%, 79% 0, 100% 0, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 0 0);
}

#sbox-tenha-mais-tempo .tempo-box-texto      { padding: 6% 4% 0% 7%; }
#sbox-tenha-mais-tempo .tempo-box-texto h1   {
    color: #fff;
    font-family: sans-serif;
    font-size: 3.8em;
    margin: 0 auto;
    letter-spacing: -2px;
    line-height: 57px;
    font-weight: bold;
    width: 85%;
    float: left;
}
#sbox-tenha-mais-tempo .tempo-box-texto span { color: #023f94; font-family: 'Maven Pro', sans-serif; font-size: 3.9rem; font-weight: bold !important; }
#sbox-tenha-mais-tempo .tempo-box-texto p    { 
    margin-top: 20px;
    color: #69d337;
    font-family: sans-serif;
    font-size: 1.85em;
    line-height: 30px;
    padding-top: 2%;
    padding-bottom: 4%;
    font-weight: bold;
    width: 80%;
    clear: both;
    margin: 0 auto;
    float: left;
    padding-top: 5%;
}

.bt1a{
    background: #69d337;
    width: 44%;
    clear: both;
    margin: 0 auto;
    display: inline-block;
    padding: 2%;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.bt1a:hover{
    color:#fff;
    background: #81e653;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

#botoesbox .tempo-box-btn    {
    text-align: center;
    margin: 11px;
    padding: 1%;
    /*width: 25%;*/
    width: 40%;
}
#botoesbox .tempo-box-btn h1 {
    font-family: sans-serif;
    font-size: 2.35em;
    margin: 40px 0 0 0;
    letter-spacing: -1px;
    line-height: 34px;
    font-weight: bold;
}
#botoesbox .tempo-box-btn p  {
    font-family: Calibri;
    font-size: 1.35em;
    color: #4e4e4e;
    line-height: 21px;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 8%;
    padding-top: 9%;
    height: 120px;
}
#botoesbox .tempo-box-btn a  { 
    display: block;
    color: #FFF;
    width: 90%;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 1.35em;
    padding: 3%;
    border-radius: 90px;
    line-height: 26px;
    letter-spacing: 0px;
}

#botoesbox .btn-temppo-azul h1 { color: #002789; }
#botoesbox .btn-temppo-azul a  { background-color: #002789; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
#botoesbox .btn-temppo-azul a:hover  { background-color: #023f94; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
#botoesbox .btn-temppo-verde h1 { color: #69d337; }
#botoesbox .btn-temppo-verde a { background-color: #69d337; }
#botoesbox .btn-temppo-verde a:hover { background-color: #023f94; }

#botoesbox .btn-temppo-azul{
    /*padding-top: 5%;*/
    padding-top: 0;
}

hr{
    border: none;
    border-left: 1px solid hsl(0, 0%, 82%);
    height: 42vh;
    width: 1px;
    margin-top: 45px;
}

#botoesbox{
    padding: 7% 7% 0% 7%;
}

/* DUVIDA */
#sbox-duvida { text-align: center; margin: 25px 0 25px 0; }
#sbox-duvida h2   { font-family: 'Maven Pro', sans-serif; font-size: 2.8rem; color: #747474; margin: 0; }
#sbox-duvida span { font-family: 'Maven Pro', sans-serif; font-size: 2.8rem; color: #002789; 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: 'Maven Pro', sans-serif; font-size: 1.7rem; color: #747474; }
#sbox-duvida .box-duvida-contato p a { margin: 1px; font-family: 'Maven Pro', sans-serif; font-size: 1.7rem; color: #002789; }
#sbox-duvida .box-duvida-contato .span-green { color: #002789; }



/* DEPOIMENTOS */
#sbox-depoimento {
    text-align: center;
    padding: 5% 0% 4% 0%;
    background: #002789;
}

#sbox-depoimento h2 {
    color: #fff;
    font-family: sans-serif;
    font-size: 2.4em;
    margin: 0 auto;
    letter-spacing: -1px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
    font-weight: bold;
}

#sbox-depoimento .depoimento-img img { width: 100%; }
#sbox-depoimento .depoimento-content {
    min-height: 150px;
    border-radius: 25px;
    padding: 4% 0%;
    margin: 0 auto;
    text-align: left;
}
#sbox-depoimento .depoimento-content a p {
    font-family: sans-serif;
    font-size: 1.35em;
    color: #fff;
    width: 95%;
}
#sbox-depoimento .depoimento-content a span {
    font-family: sans-serif;
    font-size: 15px;
    color: #69d337;
    text-transform: capitalize;
    font-weight: bold;
}

#sbox-depoimento .depoimento-img         { padding-left: 10%; }
#sbox-depoimento .depoimento-box-content { padding-right: 10%; }




/* UTILIDADE - NOTICIA - ARTIGO */
#sbox-util-noticia {
    text-align: center;
    padding: 5% 5% 5% 5%;
}

#sbox-util-noticia h2 {
    font-family: sans-serif;
    font-size: 3.5em;
    letter-spacing: -1px;
    color: #002789;
    font-weight: bold;
}

#sbox-util-noticia h3 {
    font-family: sans-serif;
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #002789;
}

#sbox-util-noticia h4 {
    font-family: sans-serif;
    font-size: 1.75em;
    margin-top: 10px;
    font-weight: 100;
    letter-spacing: 0px;
    color: #002789;
    padding-bottom: 3%;
}

#sbox-util-noticia p {
    font-family: sans-serif;
    font-size: 1.25em;
    color: #2d3f4e;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    padding-bottom: 7%;
}

#sbox-util-noticia h5 {
    font-family: sans-serif;
    font-size: 20px;
    color: #002789;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 23px;
    padding-bottom: 3%;
    padding-top: 2%;
    font-weight: bold;
}

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

#sbox-util-noticia .box-util-left  { text-align: right; font-family: 'Maven Pro', sans-serif; padding-top: 5%; }
#sbox-util-noticia .box-util-right { text-align: left; font-family: 'Maven Pro', sans-serif; padding-top: 5%; }
#sbox-util-noticia article { min-height: 215px; margin-bottom: 30px; }
#sbox-util-noticia article h2 {
    font-size: 1.45em;
    margin-top: 0;
    letter-spacing: -1px;
}
#sbox-util-noticia article p { font-size: 1.5rem; margin-bottom: 18px; }
#sbox-util-noticia article a {
    background-color: #2d3f4e00;
    color: #ffffff;
    padding: 7px 26px;
    font-size: 1.2em;
    border-radius: 90px;
    border: 2px solid #fff;
}
#sbox-util-noticia article a:hover { background-color: #28489B; text-decoration: none; }
#sbox-util-noticia .col-utilidade { margin-bottom: 40px; }

.box-util-news{
    padding-bottom: 50px;
}

#sbox-util-noticia .box-util-news .col-news span {
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: -14px;
    color: #69d337;
    font-weight: bold;
}
#sbox-util-noticia .box-util-news .col-news p {
    font-family: Calibri;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 3%;
    padding-top: 1%;
}

/* NEWSLETTER */
#sbox-newsletter {
    background: #002789;
    padding: 5% 0% 5% 0%;
}
#sbox-newsletter h2 {
    font-family: sans-serif;
    font-size: 2.35em;
    letter-spacing: -1px;
    color: #fff;
    font-weight: bold;
}


#sbox-newsletter input {
    width: 40%;
    padding: 14px 10px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.15em;
    border: 0;
}

#sbox-newsletter p {
    font-family: sans-serif;
    font-size: 1.35em;
    color: #fff;
    width: 80%;
    line-height: 22px;
    padding-bottom: 1%;
    padding-top: 1%;
}

#sbox-newsletter .button-newsletter { 
    background-color: #69d337;
    border: 0;
    display: inline-block;
    margin-left: 6px;
    width: 132px;
    color: #fff;
    padding: 13px;
    font-size: 18px;
}

#sbox-newsletter .button-newsletter:hover { background-color: #40586b; }

#sbox-galeria{
    padding: 5% 7% 5% 7%;
}


/* GALERIA FOTO E VIDEO */
#sbox-galeria h2 {
    font-family: sans-serif;
    font-size: 2.25em;
    letter-spacing: -1px;
    color: #002789;
    font-weight: bold;
    padding-bottom: 2%;
}
#sbox-galeria .col-sm-4 img { width: 100%; }
#sbox-galeria .col-sm-4 { padding: 8px; }



.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: #002789; min-width: 50px; color: white; font-size: 17px; padding: 14px; border-radius: 30px;
}

#sbox-galeria .galeria-video { margin-top: 60px; }
#sbox-galeria .btn-galeria { 
    display: inline-block;
    background-color: #69d337;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 7px 46px;
    border-radius: 90px;
    /* border: 2px solid #002789; */
}
#sbox-galeria .btn-galeria:hover { background-color: #21CB7A; }


/* PARCEIROS */
#sbox-parceiros ul li { display: inline; }
#sbox-parceiros ul li img { margin: 30px 3% 30px 3%; }

/* FOOTER */
.footer {
    min-height: 500px;
    text-align: center;
    color: #FFF;
    clip-path: polygon(50% 0%, 80% 9%, 100% 19%, 100% 100%, 50% 100%, 0 100%, 0% 19%, 14% 10%);
    background: #002789;
}
.footer .footer-content { margin-top: 7%; }
.footer .footer-content h1 { 
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 3em;
    color: #fff;
    letter-spacing: -1px;
    padding-top: 3%;
    font-weight: bold;
}
.footer .footer-form { text-align: center; }
.footer .footer-form input, textarea { width: 90%; padding: 10px 15px; border: 0; margin-bottom: 10px; text-align: center; font-family: 'Maven Pro', sans-serif; }
.footer .footer-button {
    display: inline-block;
    border: 0;
    background-color: #69d337;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.35em;
    padding: 13px 35px 13px 35px;
    margin-bottom: 15px;
    border-radius: 90px;
}
.footer .footer-button:hover { background-color: #2d3f4e; }
.footer .footer-social {margin: 30px 0 0 0; }
.footer .footer-social ul li { list-style: none; }
.footer .footer-social span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    margin-bottom: 4px;
    text-align: center;
}
.footer .footer-social span i {
    color: #002789;
    font-size: 30px;
    margin-top: 15px;
}
.footer .footer-social span:hover { background-color: #023f94; }
.footer .footer-social span i:hover { color: #fff; }

.footer .span-up { display: inline-block; width: 40px; height: 40px; background-color: #023f94; margin-bottom: 5px; 
                   margin-top: 30px; text-align: center; }
.footer .span-up i { color: #FFF; font-size: 28px; margin-top: 5px; }
.footer .span-up:hover { background-color: #FFF; }
.footer .span-up i:hover { color: #023f94; }

.footer .footer-endereco p { 
    margin: 0;
    font-size: 1.55em;
    font-family: sans-serif;
    color: #ffffff;
}
.footer .footer-endereco a {
    margin: 0;
    text-align: left;
    font-family: sans-serif;
    color: #fff;
}
.footer .footer-endereco .f-end-box { margin-bottom: 6px; }
.footer .footer-endereco .f-end-box img { width: 60px; padding-top: 5px; }

.footer .footer-endereco{
    padding: 0% 0% 3% 0%;
}

.footer-form{
    width: 60%;
    clear: both;
    margin:0 auto;
    text-align: center;
    float: none;
}

.footer-menu ul li { 
    list-style-image: url(../img/icon-list-menu.png);
    font-family: 'Maven Pro', sans-serif;
    font-size: 1em;
    padding: 3px 0 3px 3px;
    text-align: left;
}
.footer-menu ul li a {
    color: #2d3f4e;
    font-family: sans-serif;
    font-size: 21px;
}
.footer-menu .footer-menu-ul { margin-left: 10%; }

.footer .footer-copy { color: #FFF; font-family: 'Maven Pro', sans-serif; font-size: 1.1rem; padding-right: 0; margin: 40px 0 30px 0; }
.footer .footer-copy p { margin: 0 0 5px 0; }


.ligamos h4 {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    width: 25%;
    margin: 20px auto 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 1.4em;
    font-family: 'Work Sans', sans-serif;
}

/*
FONTES:
swiss
'Maven Pro', sans-serif
'Maven Pro', sans-serif
*/