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

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

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

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

html {
    margin: 0 !important;
}

body {
    font-family: 'MyriadPro', sans-serif;
    color: #fff;
}

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

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

.d-flex {
    display: flex;
}

.fa.fa-bars {
    font-size: 3rem;
    color: #51b5e7;
}

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: #35597c;
}

[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: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

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

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

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

.btn-slide {
    background: #51b5e7;
    padding: 1% 3%;
    color: #fff !important;
}

.btn-slide:hover {
    background: #51b5e7;
    padding: 1% 3%;
    color: #fff;
}

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

.btn-back:hover {
    background-color: transparent;
    color: #121313 !important;
}

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

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

.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: 3rem;
}

.thumbnail .caption {
    color: #35597c;
}

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

/* HEADER */

#topo-info {
    color: #fff;
    vertical-align: middle;
}

#topo-info a {
    color: #fff;
}

#topo-info p {
    margin: 0;
}

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

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

#topo-nav .menu {
    float: right;
}

#topo-nav .logo {
    float: left;
    width: 345px;
}

#topo-nav {
    padding: 5px 24px;
    background: #ffffff;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

nav>a {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #15335E;
}

ul {
    display: grid;
}

li {
    display: inline-block;
}

li>a {
    color: #479fca;
    font-size: 1.4em;
    padding: 5px 13px;
    display: block;
    font-family: 'Slabo 27px', serif;
}

/* CONTEÚDO - INDEX */

.ls-gpuhack {
    left: 0 !important;
}

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

footer { margin-top:5px; }

#solucoes {
    padding: 3% 5% 6% 5%;
}

#solucoes a {
    color: #fff;
}

#servicos {
    padding-bottom: 43%;
}

#sobrenos h1 {
    padding-top: 7%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: 0px;
    font-size: 3.65em;
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 56px;
    padding-bottom: 3%;
}

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

.servi {
    padding-top: 2%;
    padding-bottom: 2%;
}

#btservicos h4 {
    width: 15%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    background: #51b5e7;
    color: #fff;
    padding: 1%;
    font-size: 1.45em;
    border-radius: 4px;
    font-family: 'Antic Slab', serif;
}

#sobrenos p {
    width: 95%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    color: #ffffff;
    padding-top: 1%;
    padding-bottom: 5%;
    font-family: 'Antic Slab', serif;
    line-height: 32px;
    letter-spacing: 1px;
}

#solucoes h2 {
    font-size: 4em;
    width: 65%;
    clear: both;
    text-align: center;
    color: #35597c;
    padding: 1% 3%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: -1px;
    line-height: 51px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    padding-top: 4%;
    padding-bottom: 2%;
    margin: 0 auto;
}

#solucoes h3 {
    font-family: 'Slabo 27px', serif;
    font-size: 2.25em;
    color: #35597c;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

#solucoes p {
    font-size: 1.2em;
    color: #51b5e7;
    width: 26%;
    text-align: center;
    width: 134px;
    clear: both;
    margin: 0 auto;
    font-family: Calibri;
    border-radius: 3px;
}

#sobrenos {
    padding: 7% 0% 7% 0%;
    background: #35597c;
    border-top: 11px solid #51b5e7;
}

#sobrenos h2 {
    color: #fff;
    font-size: 3em;
}

#sobrenos h3 {
    color: #fff;
    font-size: 2.2em;
    padding-top: 7%;
    font-family: 'Slabo 27px', serif;
    padding-bottom: 2%;
}

#sobrenos h4 {
    color: #73d0ff;
    font-size: 1.85em;
    line-height: 40px;
}

#servicos li {
    display: inline-block;
    color: #728495;
    text-align: left;
    font-size: 1.15em;
    line-height: 23px;
    font-family: Calibri;
    padding-top: 1%;
}

#aberturadeempresa {
    padding: 3% 0% 5% 0%;
}

#aberturadeempresa h2 {
    width: 45%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 4.5em;
    color: #51b5e7;
    padding-bottom: 2%;
    font-family: 'Slabo 27px', serif;
    line-height: 69px;
    font-weight: bold;
}

#aberturadeempresa h3 {
    width: 34%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.45em;
    color: #fff;
    background: #35597c;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
    margin-top: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#aberturadeempresa h3:hover {
    width: 34%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.45em;
    color: #fff;
    background: #51b5e7;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
    margin-top: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#link-simulação h3 {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    background: #35597c;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
}

#link-simulação h3:hover {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #51b5e7;
    border: 2px solid #51b5e7;
    background: #ffffff;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
}

#link-simulação p {
    font-size: 2em;
    color: #35597c;
    width: 80%;
    clear: both;
    margin: 0 auto;
    line-height: 31px;
    padding-bottom: 2%;
    font-family: 'Slabo 27px', serif;
    text-align: center;
}

#link-migracao h3 {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    background: #35597c;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
}

#link-migracao h3:hover {
    width: 40%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #51b5e7;
    border: 2px solid #51b5e7;
    background: #ffffff;
    font-family: 'Slabo 27px', serif;
    padding: 2%;
    border-radius: 0px;
}

#link-migracao p {
    font-size: 2em;
    color: #35597c;
    width: 80%;
    clear: both;
    margin: 0 auto;
    line-height: 31px;
    padding-bottom: 2%;
    font-family: 'Slabo 27px', serif;
    text-align: center;
}

#sobrenos h2 {
    font-size: 3.5em;
    color: #fff;
    width: 80%;
    clear: both;
    margin: 0 auto;
    line-height: 31px;
    padding-bottom: 4%;
    font-family: 'Slabo 27px', serif;
    text-align: center;
}

#link-simulação {
    padding: 1% 0% 3% 0%;
}

#link-migracao {
    padding: 1% 0% 3% 0%;
}

#aberturadeempresa p {
    width: 57%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.25em;
    color: #35597c;
    padding-top: 1%;
    line-height: 36px;
    margin-top: 0%;
    font-family: 'Slabo 27px', serif;
    padding-bottom: 3%;
}

#duvidas {
    padding: 5% 0% 5% 0%;
    background: #cb3727;
}

#duvidas h2 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.6em;
    color: #ffffff;
    padding-bottom: 1%;
}

#duvidas p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.75em;
    color: #121313;
}

#artigos {}

#artigos h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #51b5e7;
    padding-bottom: 1%;
    font-family: 'Slabo 27px', serif;
    padding-top: 8%;
}

#entreemcontato {
    padding: 6% 0% 6% 0%;
    background: #35597c;
}

#entreemcontato h2 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.25em;
    color: #fff;
    padding-bottom: 1%;
    font-family: 'Slabo 27px', serif;
    line-height: 39px;
}

#entreemcontato h3 {
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.45em;
    color: #51b5e7;
    padding-bottom: 2%;
    font-family: 'Slabo 27px', serif;
    line-height: 39px;
}

#entreemcontato p {
    color: #fff;
    font-size: 2.15em;
    font-family: 'Slabo 27px', serif;
    margin: 0 auto;
    text-align: center;
}

#entreemcontato a {
    color: #fff;
    font-family: 'Slabo 27px', serif;
    margin: 0 auto;
    text-align: center;
}

.fas.fa-phone-square,
.fas.fa-envelope-square {
    font-size: 1.8em;
    color: #fff;
}

#noticias h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    color: #51b5e7;
    padding-bottom: 4%;
    font-family: 'Slabo 27px', serif;
    padding-top: 0%;
}

#canalinformativo p {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    color: #51b5e7;
    padding-bottom: 4%;
}

.bt-artigos {
    color: #fff !important;
    background: #51b5e7;
    border-radius: 3px;
    padding: 1% 5%;
}

#canalinformativo {
    padding: 4% 0% 8% 0%;
}

#newsletter {
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 7%;
}

#newsletter h2 {
    font-size: 2.98em !important;
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    color: #35597c !important;
    padding: 1% 3% !important;
    font-family: 'Slabo 27px', serif !important;
    letter-spacing: -1px !important;
    line-height: 48px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 36px !important;
    padding-top: 0% !important;
    padding-bottom: 3% !important;
    margin: 0 auto !important;
}

#canalinformativo h2 {
    font-size: 3.8em;
    width: 65%;
    clear: both;
    text-align: center;
    color: #35597c;
    padding: 1% 3%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: -1px;
    line-height: 61px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    padding-top: 4%;
    padding-bottom: 5%;
    margin: 0 auto;
}

#artigos #list-artigos {
    margin: 1% 10% 2% 10%;
}

#artigos a {
    color: #121313;
}

#list-artigos h5 {
    color: #416487;
    font-size: 1.85em;
    padding-top: 6%;
    font-family: 'Slabo 27px', serif;
}

#agendatributaria h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.65em;
    color: #fff;
    padding-bottom: 1%;
    font-family: Calibri;
}

#util-container h2 {
    font-size: 4em;
    width: 60%;
    clear: both;
    text-align: center;
    color: #fff;
    padding: 1% 3%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: -1px;
    line-height: 61px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    padding-top: 4%;
    padding-bottom: 0%;
    margin: 0 auto;
}

#utilitarios {
    padding: 1% 8% 0% 8%;
}

.utili h3 {
    font-family: 'Slabo 27px', serif;
    font-size: 2.15em;
    color: #51b5e7;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
}

.utili h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    padding-bottom: 1%;
    font-family: calibri;
    width: 90%;
    line-height: 21px;
    padding-bottom: 20%;
    height: 55px;
}

#link-simulacao,
#link-simulacao-contato {
    text-align: center;
    font-size: 1.45em;
    padding: 0% 0% 5%;
}

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

#link-simulacao {
    color: #fff;
    font-family: Calibri;
    font-size: 1.2em;
    background: #cb3727;
    padding: 6% 0%;
    clear: both;
}

.utili p {
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    background: #ffffff;
    color: #121313;
    padding: 2%;
    width: 22%;
    border-radius: 5px;
}

#agendatributaria {
    padding-top: 9%;
}

#util-container {
    padding: 6% 0% 10% 0%;
    background: #35597c;
}

#socialmedia {}

#socialmedia h2 {
    color: #fff;
    font-size: 1.85em;
    width: 70%;
    font-family: 'Slabo 27px', serif;
    clear: both;
    margin: 0 auto;
    padding-bottom: 1%;
}

#linha {
    background: #51b5e7;
    padding: 5% 0% 6% 0%;
}

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

#ligamos h2 {
    background: #ffffff;
    color: #35597c;
    width: 36%;
    padding: 2%;
    font-size: 1.6em;
    clear: both;
    margin: 0 auto;
    border-radius: 7px;
    margin-top: 2%;
}

#linha h2 {
    width: 64%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 2.45em;
    font-family: 'Slabo 27px', serif;
}

#boxgaleria {
    padding: 5%;
}

#galeria-depo .hr-title {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 4%;
}

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

#galeria-depo h2 {
    font-size: 3.8em;
    width: 50%;
    clear: both;
    text-align: center;
    color: #35597c;
    padding: 1% 3%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: -1px;
    line-height: 56px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 36px;
    padding-top: 0%;
    padding-bottom: 2%;
    margin: 0 auto;
}

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

.bt-galeria {
    background: #ffffff;
    color: #51b5e7;
    border-radius: 37px;
    padding: 1% 4%;
    font-size: 1.35em;
    font-family: 'Slabo 27px', serif;
    border: 2px solid #51b5e7;
    margin-left: 1%;
}

.bt-galeria:hover {
    background: #ffffff;
    color: #51b5e7;
    border-radius: 37px;
    padding: 1% 4%;
    font-size: 1.35em;
    font-family: 'Ramabhadra', sans-serif;
    border: 2px solid #51b5e7;
    margin-left: 1%;
}

#fotos {
    padding: 1%;
}

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

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

#galeria-depo #depo-bxslider p {
    color: #416487;
    font-size: 1.25em;
    font-family: 'Slabo 27px', serif;
    width: 50%;
    clear: both;
    margin: 0 auto;
}

#sobrenos a {
    background: #47a7d7;
    color: #ffffff;
    padding: 2%;
    font-size: 1.2em;
}

#selos {
    padding-top: 1% !important;
}

#galeria-depo #depo-bxslider h5 {
    font-size: 1.2em;
    color: #51b5e7;
    text-transform: capitalize;
    font-style: italic;
}

#list-news h2 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #51b5e7;
}

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

#list-news .new-bxslider p {
    color: #416487;
    font-size: 1.25em;
    padding-bottom: 1% !important;
}

#list-news .new-data {}

#noticias a.btn {
    display: table;
    margin: 3rem auto 0;
}

.tbcalendario {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 2px;
    background: #51b5e7;
    margin-bottom: 1%;
}

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

.tbcalendario td span {
    color: #000;
}

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

.tbcalendario tr.titulo td,
.tbcalendario td.first-td {
    color: #092550;
}

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

.tbcalendario th {
    background-color: #51b5e7;
    text-align: center;
    padding: 3%;
    font-weight: 100;
}

#icalendario_agenda_estadual a {
    color: #fff;
    font-family: Calibri;
}

.col-trabalhe {
    padding-top: 4rem;
}

/* CONTEÚDO - INDEX */

footer {
    padding: 4% 0% 1% 0%;
    background: #35597c;
}

footer a {
    color: #6cc8f6;
}

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

footer ul {
    padding: 0;
}

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

footer #newsletter h2 {
    font-size: 2.5em;
    color: #51b5e7;
    font-family: 'Slabo 27px', serif;
    font-weight: bold;
    width: 67%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 1%;
}

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

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

.bt-newsletter {
    background: #51b5e7;
    border: 1px solid #fff;
}

.bt-newsletter:hover {
    background: #EC682C;
    border: 1px solid #fff;
}

footer .texto_rodape {
    font-size: 1.25em !important;
}

footer #texto_rodape p {
    font-size: 1.85em;
    color: #6cc8f6;
    font-family: 'Slabo 27px', serif;
}

#selos img {
    vertical-align: inherit;
}

footer #footer-content {}

.btn-primary {
    background: #51b5e7;
    border: 1px solid #51b5e7;
}

.btn-primary:hover {
    background: #51b5e7;
    border: 1px solid #51b5e7;
}

#texto_rodape h4 {
    font-size: 2.15em;
    color: #fff;
    font-family: 'Slabo 27px', serif;
}

#copyright {
    padding: 1rem 0;
    background-color: #51b5e7;
}

#copyright p {
    margin: 0;
    color: #fff;
}

.bt-3-blue {
    border-top: 3px solid #51b5e7;
}

#fickle-content {
    color: #35597c;
    font-size: 1.25em;
    padding-top: 2%;
    padding-bottom: 5%;
}

#fickle-content h1 {
    color: #51b5e7;
    font-size: 3.25em;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#fickle-content a {
    color: #51b5e7;
    transition: color .5s;
}

#fickle-content a:hover {
    color: #282a2e;
}

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
}

#contato h1 {
    font-size: 3.25em;
    margin: 0;
}

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

#galerias h1 {
    margin: 0;
}

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

#galerias h4 {
    font-weight: bold;
    color: #35597c;
}

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

#galerias img {
    color: #35597c;
}

#downloads ul {
    padding: 0;
}

#downloads 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;
}

#downloads ul li i.fa.fa-download {
    font-size: 5rem;
    color: #aaa;
    margin-right: 3rem;
}

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

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

#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: 5rem;
    color: #aaa;
    margin-right: 3rem;
}

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

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

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

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

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

#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: #31a92f;
    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: #1F8C1D
}

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

#link-simulacao h2 {
    font-size: 2em;
    padding-bottom: 1%;
    font-family: Calibri;
    color: #fff;
}

.newslogin {
    margin: 2px;
}

#utilitarios2 {
    text-align: center;
    padding: 4% 0% 6% 0%;
}

@media (max-width:1200px) {}

@media (max-width:992px) {
    #util-container {
        padding: 6% 0% 15% 0%;
        background: #35597c;
    }
    #solucoes h2 {
        font-size: 3em;
        width: 71%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 38px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 4%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    #sobrenos h3 {
        color: #fff;
        font-size: 2em;
        padding-top: 11%;
        font-family: 'Slabo 27px', serif;
        padding-bottom: 4%;
        width: 80%;
        clear: both;
        margin: 0 auto;
    }
    #sobrenos a {
        background: #47a7d7;
        color: #ffffff;
        padding: 2% 7%;
        font-size: 1.2em;
    }
    #sobrenos h2 {
        font-size: 3em;
        color: #fff;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 31px;
        padding-bottom: 4%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    #aberturadeempresa h2 {
        width: 45%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 3.4em;
        color: #51b5e7;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 52px;
        font-weight: 100;
    }
    li>a {
        color: #479fca;
        font-size: 1.2em;
        padding: 5px 2px;
        display: block;
        font-family: 'Slabo 27px', serif;
    }
    #aberturadeempresa h2 {
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 4.5em;
        color: #51b5e7;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 69px;
        font-weight: bold;
    }
    #aberturadeempresa p {
        width: 85%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.75em;
        padding-top: 1%;
        line-height: 30px;
        margin-top: 0%;
        font-family: 'Slabo 27px', serif;
        padding-bottom: 3%;
    }
    #aberturadeempresa h3 {
        width: 45%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #fff;
        background: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding: 2%;
        border-radius: 0px;
        border: 4px solid #51b5e7;
        margin-top: 2%;
    }
    #link-migracao h3 {
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.45em;
        color: #ffffff;
        background: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding: 5%;
        border-radius: 0px;
    }
    #link-simulação h3 {
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.45em;
        color: #ffffff;
        background: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding: 5%;
        border-radius: 0px;
    }
    #link-migracao p {
        font-size: 1.65em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 26px;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    #link-simulação p {
        font-size: 1.65em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 26px;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    #solucoes h2 {
        font-size: 3.5em;
        width: 80%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 50px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 4%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    #util-container h2 {
        font-size: 3.5em;
        width: 60%;
        clear: both;
        text-align: center;
        color: #fff;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 61px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 4%;
        padding-bottom: 2%;
        margin: 0 auto;
    }
    .utili h4 {
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        padding-bottom: 1%;
        font-family: calibri;
        width: 90%;
        line-height: 21px;
        padding-bottom: 0%;
        height: 0px;
    }
    #canalinformativo h2 {
        font-size: 3.5em;
        width: 80%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 53px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 4%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    #newsletter {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 7%;
    }
    #newsletter h2 {
        font-size: 2.45em !important;
        width: 100% !important;
        clear: both !important;
        text-align: center !important;
        color: #35597c !important;
        padding: 1% 3% !important;
        font-family: 'Slabo 27px', serif !important;
        letter-spacing: -1px !important;
        line-height: 35px !important;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 36px !important;
        padding-top: 3% !important;
        padding-bottom: 3% !important;
        margin: 0 auto !important;
    }
    #entreemcontato h2 {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #fff;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 39px;
    }
    #entreemcontato h3 {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #51b5e7;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 39px;
    }
    #galeria-depo h2 {
        font-size: 3.5em;
        width: 70%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 53px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 0%;
        padding-bottom: 4%;
        margin: 0 auto;
    }
}

@media (max-width:790px) {
    #sobrenos p {
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.15em;
        color: #ffffff;
        padding-top: 0%;
        padding-bottom: 5%;
        font-family: 'Antic Slab', serif;
        line-height: 25px;
        letter-spacing: 1px;
    }
    #sobrenos p {
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        color: #ffffff;
        padding-top: 1%;
        padding-bottom: 5%;
        font-family: 'Antic Slab', serif;
        line-height: 32px;
        letter-spacing: 1px;
        padding-bottom: 11%;
    }
    #sobrenos h2 {
        font-size: 3em;
        color: #fff;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 44px;
        padding-bottom: 8%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    footer #texto_rodape p {
        font-size: 1.65em;
        color: #6cc8f6;
        font-family: 'Slabo 27px', serif;
    }
    #texto_rodape h4 {
        font-size: 1.85em;
        color: #fff;
        font-family: 'Slabo 27px', serif;
        padding-top: 4%;
    }
    #ligamos h2 {
        background: #ffffff;
        color: #35597c;
        width: 51%;
        padding: 3%;
        font-size: 1.4em;
        clear: both;
        margin: 0 auto;
        border-radius: 7px;
        margin-top: 2%;
    }
    #galeria-depo h2 {
        font-size: 3em;
        width: 70%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 53px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 0%;
        padding-bottom: 1%;
        margin: 0 auto;
    }
    #entreemcontato h2 {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.8em;
        color: #fff;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 30px;
    }
    #canalinformativo h2 {
        font-size: 3em;
        width: 75%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 45px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 8%;
        padding-bottom: 8%;
        margin: 0 auto;
    }
    .col-trabalhe {
        padding-top: 4rem;
        padding-bottom: 7%;
    }
    #btservicos h4 {
        width: 22%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        background: #51b5e7;
        color: #fff;
        padding: 2%;
        font-size: 1.25em;
        border-radius: 4px;
        font-family: 'Antic Slab', serif;
    }
    #solucoes h2 {
        font-size: 3.25em;
        width: 80%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 50px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 9%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    #servicos li {
        display: inline-block;
        color: #728495;
        text-align: center;
        font-size: 1.15em;
        line-height: 23px;
        font-family: Calibri;
        padding-top: 1%;
    }
    #aberturadeempresa h2 {
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 3.5em;
        color: #51b5e7;
        padding-bottom: 2%;
        font-family: 'Slabo 27px', serif;
        line-height: 54px;
        font-weight: 100;
    }
    #sobrenos p {
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        color: #ffffff;
        padding-top: 1%;
        padding-bottom: 5%;
        font-family: 'Antic Slab', serif;
        line-height: 32px;
        letter-spacing: 1px;
    }
    #sobrenos {
        padding: 17% 0% 17% 0%;
        background: #35597c;
        border-top: 11px solid #51b5e7;
    }
    #aberturadeempresa h3 {
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #fff;
        background: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding: 4%;
        border-radius: 0px;
        border: 4px solid #51b5e7;
        margin-top: 2%;
    }
}

@media (max-width:550px) {
    .bt-galeria {
        background: #ffffff;
        color: #51b5e7;
        border-radius: 37px;
        padding: 6% 4%;
        font-size: 1.35em;
        font-family: 'Slabo 27px', serif;
        border: 2px solid #51b5e7;
        margin-left: 1%;
        width: 100%;
        margin-bottom: 4%;
    }
    #fickle-content h1 {
        color: #51b5e7;
        font-size: 2.25em;
        text-align: center;
    }
    #ligue_form,
    #documentos_form {
        width: 100%;
        margin: 0 auto;
        padding: 3rem;
        border: none;
        border-radius: 5px;
        padding: 6%;
    }
    #solucoes h2 {
        font-size: 3em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 40px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 14%;
        padding-bottom: 10%;
        margin: 0 auto;
    }
    #solucoes {
        padding: 3% 0% 23% 0%;
    }
    #sobrenos h2 {
        font-size: 3em;
        color: #fff;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 51px;
        padding-bottom: 8%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    #btservicos h4 {
        width: 37%;
        margin: 0 auto;
        clear: both;
        text-align: center;
        background: #51b5e7;
        color: #fff;
        padding: 3%;
        font-size: 1.45em;
        border-radius: 4px;
        font-family: 'Antic Slab', serif;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1.3em;
        font-family: 'Slabo 27px', serif;
        width: 100%;
        clear: both;
        margin: 0 auto;
    }
    #aberturadeempresa h2 {
        width: 85%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 3em;
        color: #51b5e7;
        padding-bottom: 6%;
        font-family: 'Slabo 27px', serif;
        line-height: 44px;
        font-weight: 100;
    }
    #sobrenos h4 {
        color: #51b5e7;
        font-size: 1.45em;
        line-height: 33px;
        padding-top: 7%;
    }
    #util-container h2 {
        font-size: 3.5em;
        width: 60%;
        clear: both;
        text-align: center;
        color: #fff;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 43px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 11%;
        padding-bottom: 2%;
        margin: 0 auto;
    }
    .col-trabalhe {
        padding-top: 4rem;
        padding-bottom: 16%;
    }
    #util-container {
        padding: 6% 0% 29% 0%;
    }
    #canalinformativo h2 {
        font-size: 3em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 40px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 15%;
        padding-bottom: 14%;
        margin: 0 auto;
    }
    #newsletter h2 {
        font-size: 2em !important;
        width: 100% !important;
        clear: both !important;
        text-align: center !important;
        color: #35597c !important;
        padding: 1% 3% !important;
        font-family: 'Slabo 27px', serif !important;
        letter-spacing: -1px !important;
        line-height: 28px !important;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 36px !important;
        padding-top: 7% !important;
        padding-bottom: 9% !important;
        margin: 0 auto !important;
    }
    #entreemcontato h2 {
        width: 81%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.65em;
        color: #fff;
        padding-bottom: 6%;
        font-family: 'Slabo 27px', serif;
        line-height: 29px;
    }
    #entreemcontato h3 {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2em;
        color: #51b5e7;
        padding-bottom: 8%;
        font-family: 'Slabo 27px', serif;
        line-height: 27px;
    }
    #entreemcontato {
        padding: 15% 0% 11% 0%;
        background: #35597c;
    }
    #galeria-depo h2 {
        font-size: 3em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 41px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-bottom: 6%;
        margin: 0 auto;
    }

    #galeria-depo {
        padding: 8% 5% 9% 5%;
    }

    footer {
    padding: 10% 0% 16% 0%;
    background: #35597c;
    }

    footer #texto_rodape p {
        font-size: 1.45em;
        color: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding-bottom: 2%;
    }

    #socialmedia h2 {
        color: #fff;
        font-size: 1.25em;
        width: 70%;
        font-family: 'Slabo 27px', serif;
        clear: both;
        margin: 0 auto;
        padding-bottom: 4%;
        padding-top: 8%;
    }
    #servicos li {
      display: inline-block;
      color: #728495;
      text-align: left;
      font-size: 1.15em;
      line-height: 23px;
      font-family: Calibri;
      padding-top: 1%;
    }
}

@media (max-width:400px) {
    #layerslider p {
        letter-spacing: 0px !important;
        font-size: 1.65em !important;
        line-height: 25px !important;
    }
    #aberturadeempresa h2 {
        width: 85%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 2.5em;
        color: #51b5e7;
        padding-bottom: 6%;
        font-family: 'Slabo 27px', serif;
        line-height: 35px;
        font-weight: 100;
        padding-top: 5%;
    }
    #aberturadeempresa h3 {
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.65em;
        color: #fff;
        background: #51b5e7;
        font-family: 'Slabo 27px', serif;
        padding: 4%;
        border-radius: 0px;
        border: 4px solid #51b5e7;
        margin-top: 2%;
    }
    #link-migracao p {
        font-size: 1.65em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        line-height: 26px;
        padding-bottom: 8%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
        padding-top: 5%;
    }
    #utilitarios2 {
        text-align: center;
        padding: 4% 0% 20% 0%;
    }
    #link-simulação p {
        font-size: 1.65em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        line-height: 26px;
        padding-bottom: 9%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
        padding-top: 3%;
    }
    #sobrenos h2 {
        font-size: 2.5em;
        color: #fff;
        width: 95%;
        clear: both;
        margin: 0 auto;
        line-height: 42px;
        padding-bottom: 8%;
        font-family: 'Slabo 27px', serif;
        text-align: center;
    }
    #sobrenos p {
        width: 100%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        color: #ffffff;
        padding-top: 1%;
        padding-bottom: 5%;
        font-family: 'Antic Slab', serif;
        line-height: 28px;
        letter-spacing: 1px;
    }
    #sobrenos h4 {
        color: #51b5e7;
        font-size: 1.25em;
        line-height: 33px;
        padding-top: 7%;
    }
    #solucoes h2 {
        font-size: 2.5em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 35px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 14%;
        padding-bottom: 10%;
        margin: 0 auto;
    }
    #util-container h2 {
        font-size: 2.5em;
        width: 80%;
        clear: both;
        text-align: center;
        color: #fff;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 33px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 11%;
        padding-bottom: 2%;
        margin: 0 auto;
    }
    #canalinformativo h2 {
        font-size: 2.5em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 40px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 15%;
        padding-bottom: 14%;
        margin: 0 auto;
    }
    #newsletter {
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 7%;
    }
    #newsletter h2 {
        font-size: 1.85em !important;
        width: 100% !important;
        clear: both !important;
        text-align: center !important;
        color: #35597c !important;
        padding: 1% 3% !important;
        font-family: 'Slabo 27px', serif !important;
        letter-spacing: -1px !important;
        line-height: 28px !important;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 36px !important;
        padding-top: 7% !important;
        padding-bottom: 9% !important;
        margin: 0 auto !important;
    }
    #canalinformativo {
        padding: 4% 0% 19% 0%;
    }
    #galeria-depo h2 {
        font-size: 2.5em;
        width: 95%;
        clear: both;
        text-align: center;
        color: #35597c;
        padding: 1% 3%;
        font-family: 'Slabo 27px', serif;
        letter-spacing: -1px;
        line-height: 35px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 36px;
        padding-top: 11%;
        padding-bottom: 6%;
        margin: 0 auto;
    }
    #list-news .new-bxslider p {
      color: #416487;
      font-size: 1.2em;
      padding-bottom: 1% !important;
    }
    #galeria-depo #depo-bxslider p {
      font-size: 1.3em;
      font-family: 'Slabo 27px', serif;
      width: 100%;
      clear: both;
      margin: 0 auto;
      height: 295px;
    }
}

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