/*======================================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: 'Calibri', sans-serif;
    color: #fff;
}

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

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: #3e1ac2;
}

[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: #3e1ac2;
    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: #3e1ac2;
    padding: 1rem 3rem;
}

.btn-slide:hover {
    background-color: #3e1ac2;
    color: #fff;
}

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

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

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

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

.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: #3e1ac2;
    font-size: 1em;
    font-family: Calibri;
    font-weight: 100;
}

.thumbnail .caption {
    color: #fff;
}

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

/* HEADER */

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

#topo-info a {
    color: #fff;
    font-size: 2em;
    font-family: 'Days One', 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 {
    background: #3e1ac2;
    padding: 7% 0 9%;
}

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

#sobrenos #div-texto div{
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    font-family: 'Telex', sans-serif;
    color: #ffffff;
    padding-top: 1%;
}

#sobrenos a {
    width: 80%!important;
    clear: both!important;
    margin: 0 auto!important;
    text-align: center!important;
    font-size: 1em!important;
    font-weight: 100!important;
    font-family: 'Telex', sans-serif!important;
    color: #fff!important;
    font-weight: none !important;
}


.bt-saibamais {
    color: #3e1ac2 !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: #e30f54;
    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;
}

#verservicos{
    padding: 0% 0% 3% 0%;
}

#verservicos a {
    color: #3e1ac2 !important;
    padding: 1% 2%!important;
    font-size: 1.25em !important;
    font-family: 'Cambay', sans-serif !important;
    transition: 1s!important;
    -webkit-transition: 1s!important;
    -moz-transition: 1s!important;
    -ms-transition: 1s!important;
    -o-transition: 1s!important;
}

#verservicos a:hover {
    background: #e30f54!important;
    color: #fff !important;
    padding: 1% 2%!important;
    font-size: 1.25em !important;
    font-family: 'Cambay', sans-serif !important;
    transition: 1s!important;
    -webkit-transition: 1s!important;
    -moz-transition: 1s!important;
    -ms-transition: 1s!important;
    -o-transition: 1s!important;
    border-radius: 90px!important;
    -webkit-border-radius: 90px!important;
    -moz-border-radius: 90px!important;
    -ms-border-radius: 90px!important;
    -o-border-radius: 90px!important;
}

.item-servico{
background: #fbfbfb;
    border: 1px solid #e2e2e2;
    padding: 2rem;
    /* margin: 5px; */
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.item-servico:hover{
    transition:2s;
    background: #5129e2;
    border: 1px solid #5129e2;
    color:#fff!important;
    -webkit-transition:2s;
    -moz-transition:2s;
    -ms-transition:2s;
    -o-transition:2s;
    border-top-left-radius: 80px;
}

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

#ligamosparavoce h2{
    background: #ffffff;
    color: #e30f54;
    padding: 1%;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 2.1em;
    width: 55%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 3%;
    font-family: Calibri;
    letter-spacing: -1px;
    line-height: 29px;
    padding-bottom: 21px;
    border: 4px solid #3e1ac2;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#ligamosparavoce h2:hover{
    background: #3e1ac2;
    color: #fff;
    padding: 1%;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 2.1em;
    width: 55%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 3%;
    font-family: Calibri;
    letter-spacing: -1px;
    line-height: 29px;
    padding-bottom: 21px;
    border: 4px solid #3e1ac2;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.fas.fa-phone-volume{
    display: block;
    color: #e30f54;
    text-align: center;
    margin: 0 auto;
    font-size: 1.4em;
    padding-bottom: 10px;
}

#frase {
    padding: 7% 0;
}

#frase h2 {
    font-size: 2.5em;
    color: #012f59;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-family: 'Sarala', sans-serif;
}

#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: 'Days One', 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;
    background: #3e1ac2;
}

#topo-nav a {
    color: #ffffff;
    font-size: 1em;
    font-family: 'Telex', sans-serif;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#topo-nav a:hover{
    border-bottom:5px solid #e21153;
    color:#fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/* CONTEÚDO - INDEX */

#solucoes {
    background-color: #fff;
}

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

.saibamais{
    margin-top: 5%;
}

#solucoes a {
    color: #fff;
}

#solucoes h1 {
    margin-bottom: 1%;
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 6%;
    color: #3e1ac2;
    font-family: 'Days One', sans-serif;
    letter-spacing: 0px;
}

#solucoes p {
    margin-bottom: 5%;
    font-size: 1.8em;
    width: 60%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    padding-bottom: 4%;
    color: #e30f54;
    font-family: 'Telex', sans-serif;
    padding-top: 2%;
}

#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: #3e1ac2;
    color: #fff;
}

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

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

#solucoes-itens p {
    color: #3e1ac2;
    font-size: 1.25em;
    padding-top: 5%;
    line-height: 24px;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 8%;
    font-family: 'Telex', sans-serif;
}

.polaroid1 h2 {
    color: #3e1ac2 !important;
    font-family: 'Days One', sans-serif;
    font-size: 2.45em;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    padding-top: 8%;
}
.polaroid1 a {
    background: #3e1ac2;
    color: #ffffff !important;
    padding: 2% 4%;
    font-size: 1.1em !important;
    font-family: 'Cambay', sans-serif !important;
    margin-bottom: 2%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

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

.polaroid1 {
  width: 31%;
  margin: 10px;
  background-color: white;
  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: 20px;
  opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@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: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #3e1ac2;
    font-family: 'Days One', sans-serif;
}

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

#artigos p {
    font-size: 0.85em;
    text-align: center;
    line-height: 39px;
    padding-bottom: 2%;
    color: #656565;
    font-family: 'Telex', 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: 'Telex', sans-serif;
}

#util-container {
    background: #3e1ac2;
    padding: 9% 0% 9% 0%;
}

#util-container .agenda {
    border-right: 2px solid #3e1ac2;
}

#galeria-depo {
    background-color: #3e1ac2;
    padding: 7% 5% 4% 5%;
}

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

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

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

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

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

#nossosservicos {
    padding: 5rem 0;
}

#nossosservicos h3 {
    font-size: 1.35em;
    color: #3e1ac2;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    height: 70px;
    font-family: 'Days One', sans-serif;
    padding-top: 3%;
    width: 80%;
    letter-spacing: -1px;
}

#nossosservicos h3:hover {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    height: 70px;
    font-family: 'Telex', sans-serif;
    padding-top: 3%;
    width: 80%;
    letter-spacing: -1px;
}

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

#nossosservicos p {
    font-size: 1.4em;
    text-align: center;
    /* padding-bottom: 20%; */
    color: #e30f54;
    font-family: Calibri;
    /* font-weight: bold; */
    /* width: 75%; */
    /* clear: both; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* padding-top: 0%; */
}

#btservicos {
    margin-top: 5%;
}

.btn-primary {
background: #3e1ac2;
    width: 20%;
    margin-top: 3rem;
    font-size: 2rem;
}

#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.35em;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 5%;
}

.col-depoimento{
    height: 250px;
}

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

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

#noticias {
    padding: 7% 5% 7% 5%;
    background: #fff;
}

#list-news h2 {
    font-size: 2.5em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
	padding-top:4%;
    padding-bottom: 2%;
    color: #3e1ac2;
    font-family: 'Days One', sans-serif;
}

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

#list-news .new-bxslider p {
    color: #7e7e7e;
    font-size: 1.25em;
    margin: 0 auto;
    text-align: center;
    font-family: 'Telex', sans-serif;
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}

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

.bt-noticias {
    width: 16%;
    clear: both;
    margin: 0 auto;
	margin-bottom:4%;
    border-radius: 0px;
    float: none;
    background: #3e1ac2;
    font-family: 'Telex', sans-serif;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.bt-noticias:hover {
    width: 16%;
    clear: both;
    margin: 0 auto;
    float: none;
    background: #e21153;
    font-family: 'Telex', sans-serif;
    color: #fff;
    border-radius: 90px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}

#list-artigos h5 {
    font-size: 1.2em;
    color: #3e1ac2;
    font-family: 'Telex', sans-serif;
    padding-top: 6%;
    text-align: center;
}

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


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

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

.bt-galeria {
    background: #4820da;
    color: #ffffff;
    width: 10%;
    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;
}

.bt-galeria:hover {
    background: #e30f54;
    color: #ffffff;
    width: 20%;
    margin-bottom: 3%;
    border-radius: 90px;
    padding: 1%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    font-size: 1.25em;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

#util-container h2 {
    margin-bottom: 1%;
    font-size: 2.5em;
    width: 50%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 41px;
    padding-bottom: 5%;
    color: #ffffff;
    font-family: 'Days One', sans-serif;
    letter-spacing: 0px;
}

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

.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: #3e1ac2;
    text-align: center;
}

#icalendario_agenda_estadual a {
    color: #fff;
}

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



.utilitarios{
    margin-bottom:30px;
}

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

  .overlay {
    position: absolute;
    bottom: 100%;
    left: 16px;
    right: 0;
    background-color: #e30f54;
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: .8s ease;
}
  
  .utilitarios:hover .overlay {
    bottom: 0;
    height: 100%;
  }
  
  .text {
    color: white;
    font-size: 1.4em;
    font-family: 'Telex', sans-serif;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}




/* CONTEÚDO - INDEX */

footer {
    padding: 2% 0;
}

footer a {
    color: #e30f54;
    line-height: 30px;
    font-family: 'Days One', sans-serif;
}

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

footer ul {
    padding: 0;
}

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

footer #newsletter h2 {
    margin-bottom: 1%;
    font-size: 2.35em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    padding-bottom: 2%;
    color: #e30f54;
    font-family: 'Days One', sans-serif;
    padding-top: 4%;
}

#footer-content h4 {
    color: #3e1ac2;
    font-size: 1.15em;
    line-height: 29px;
    font-family: 'Days One', sans-serif;
}

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

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

footer #footer-content {
    color: #e30f54;
    font-size: 1.25em;
    line-height: 30px;
    font-family: 'Days One', sans-serif;
    text-align: center;
}

footer #selosrodape {
    padding: 2% 0 0;
    display: flex;
}

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

footer #selosrodape .selos-right {
    
}

#footer-content p {
    font-size: 1.2em;
}

#copyright {
    padding: 1rem 0;
    background-color: #3e1ac2;
}

#copyright p {
    margin: 0;
}

#contato p{
    color:#005491;
}

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

#fickle-content {
    color: #727272;
    font-size: 1.25em;
    padding-top: 3%;
    padding-bottom: 8%;
    font-family: 'Telex', sans-serif;
}

#fickle-content h1 {
    font-weight: 100;
    font-size: 2em;
    padding-bottom: 1%;
    color: #3e1ac2;
    font-family: 'Telex', sans-serif;
}

#fickle-content a {
    color: #3e1ac2;
    transition: color 0.5s;
    font-weight: bold;
}

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

#fickle-content ul {
    padding: 0;
}

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

#contato h1, #propostas 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 solid #d8d8d8;
}

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

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

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

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

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

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

@media (max-width: 1200px) {

    #topo-nav a {
        color: #ffffff;
        font-size: 0.85em;
        font-family: 'Telex', sans-serif;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
    .polaroid1 h2 {
        color: #3e1ac2 !important;
        font-family: 'Days One', sans-serif;
        font-size: 1.8em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 27px;
        padding-top: 8%;
    }
    #solucoes-itens p {
        color: #3e1ac2;
        font-size: 1.15em;
        padding-top: 5%;
        line-height: 20px;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 8%;
        font-family: 'Telex', sans-serif;
    }
    .text {
        color: white;
        font-size: 1.15em;
        font-family: 'Telex', sans-serif;
        line-height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 80%;
    }
    .overlay {
        position: absolute;
        bottom: 100%;
        left: 16px;
        right: 0;
        background-color: #e30f54;
        overflow: hidden;
        width: 88%;
        height: 0;
        transition: .8s ease;
    }

    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 2%;
        color: #e30f54;
        font-family: 'Days One', sans-serif;
        padding-top: 4%;
    }

    .item-servico {
        background: #fbfbfb;
        border: 1px solid #e2e2e2;
        padding: 4% 0% 1% 0%;
        margin: 5px;
        width: 48%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .item-servico:hover {
        transition: 2s;
        background: #5129e2;
        border: 1px solid #5129e2;
        color: #fff!important;
        padding: 4% 0% 1% 0%;
        margin: 5px;
        width: 48%;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
        border-top-left-radius: 80px;
    }

}

@media (max-width:995px) {

    #ligamosparavoce h2 {
        background: #ffffff;
        color: #e30f54;
        padding: 1%;
        border-radius: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        -ms-border-radius: 90px;
        -o-border-radius: 90px;
        font-size: 2.1em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        margin-bottom: 3%;
        font-family: Calibri;
        letter-spacing: -1px;
        line-height: 29px;
        padding-bottom: 21px;
        border: 4px solid #3e1ac2;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .item-servico {
        background: #fbfbfb;
        border: 1px solid #e2e2e2;
        padding: 4% 0% 1% 0%;
        margin: 5px;
        width: 48%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 2.1em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 6%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    .polaroid1 {
        width: 30%;
        margin: 10px;
        background-color: white;
        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: 20px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
    }
}

@media (max-width:787px) {

    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 6%;
        color: #e30f54;
        font-family: 'Days One', sans-serif;
        padding-top: 4%;
    }

    #galeria-depo #depo-bxslider p {
        font-size: 1.15em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        padding-top: 9%;
    }

    .artigos h2 {
        font-size: 2.5em;
        width: 70%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 10%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        padding-top: 15%;
    }

    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2.5em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 41px;
        padding-bottom: 5%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    .polaroid1 h2 {
        color: #3e1ac2 !important;
        font-family: 'Days One', sans-serif;
        font-size: 1.6em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 24px;
        padding-top: 8%;
    }
    
}

@media (max-width:620px) {

   .bt-noticias{ width:auto; }
   
    .polaroid1 h2 {
        color: #3e1ac2 !important;
        font-family: 'Days One', sans-serif;
        font-size: 2.25em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 34px;
        padding-top: 8%;
    }

    #sobrenos #div-texto div{
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        font-size: 1.25em;
        font-family: 'Telex', sans-serif;
        color: #ffffff;
        padding-bottom: 2%;
        padding-top: 2%;
        line-height: 29px;
    }
    .polaroid1 {
        width: 96%;
        margin: 10px;
        background-color: white;
        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: 20px;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
    }
    #galeria-depo h2 {
        font-size: 2.5em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 41px;
        padding-bottom: 3%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    .bt-galeria {
        background: #4820da;
        color: #ffffff;
        width: 40%;
        margin-bottom: 3%;
        border-radius: 0px;
        padding: 3%;
        -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;
    }
        
}

@media (max-width:560px) {

    #galeria-depo #depo-bxslider p {
        font-size: 1em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        padding-top: 17%;
    }

    .item-servico {
        background: #fbfbfb;
        border: 1px solid #e2e2e2;
        padding: 4% 0% 1% 0%;
        margin: 0px;
        width: 100%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 25px;
    }
    #nossosservicos h3 {
        font-size: 1.35em;
        color: #3e1ac2;
        text-align: center;
        margin: 0 auto;
        line-height: 22px;
        height: 85px;
        font-family: 'Days One', sans-serif;
        padding-top: 3%;
        width: 80%;
        letter-spacing: -1px;
    }
    footer #newsletter .input-group {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #topo-nav {
        font-size: 1.15em;
        z-index: 9999;
        background: #3e1ac2;
        padding: 4% 0%;
    }
}

@media (max-width:470px) {

    #ligamosparavoce h2 {
        background: #ffffff;
        color: #e30f54;
        padding: 1%;
        border-radius: 90px;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        -ms-border-radius: 90px;
        -o-border-radius: 90px;
        font-size: 1.65em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        margin-bottom: 3%;
        font-family: Calibri;
        letter-spacing: -1px;
        line-height: 24px;
        padding-bottom: 21px;
        border: 4px solid #3e1ac2;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        padding-top: 19px;
    }

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

    #sobrenos h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 1%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    #nossosservicos h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 39px;
        padding-bottom: 1%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 2em;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 5%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }

    .utilitarios {
        margin-bottom: 30px;
        width: 100%;
    }

    #list-news h2 {
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        padding-bottom: 10%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        padding-top: 8%;
    }
    .artigos h2 {
        font-size: 2em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 10%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        padding-top: 15%;
    }
    #noticias {
        padding: 10% 5% 17% 5%;
        background: #fff;
    }
    #galeria-depo h2 {
        font-size: 2em;
        width: 90%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 30px;
        padding-bottom: 8%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
        padding-top: 8%;
    }
    #galeria-depo #depo-bxslider p {
        font-size: 1em;
        width: 100%;
        clear: both;
        margin: 0 auto;
        color: #ffffff;
        padding-top: 21%;
    }
    #footer-content h4 {
        color: #3e1ac2;
        font-size: 1em;
        line-height: 20px;
        font-family: 'Days One', sans-serif;
    }
    #footer-content p {
        font-size: 0.95em;
        line-height: 21px;
    }
    footer #newsletter h2 {
        margin-bottom: 1%;
        font-size: 1.45em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 24px;
        padding-bottom: 6%;
        color: #e30f54;
        font-family: 'Days One', sans-serif;
        padding-top: 4%;
    }

    .selos-left{float:none;margin:0 auto;text-align: center;}
    .selos-right{float:none;margin:0 auto;text-align: center;}

}

@media (max-width:380px) {

    #solucoes h1 {
        margin-bottom: 1%;
        font-size: 1.65em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 28px;
        padding-bottom: 6%;
        color: #3e1ac2;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
    }
    #util-container h2 {
        margin-bottom: 1%;
        font-size: 1.6em;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 26px;
        padding-bottom: 12%;
        color: #ffffff;
        font-family: 'Days One', sans-serif;
        letter-spacing: 0px;
        padding-top: 5%;
    }
}

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



#ferramentas {
    padding: 0% 4% 0% 4%;
}

#ferramentas h3 {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-family: 'Days One', sans-serif;
    padding-top: 2%;
}

#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: 'Days One', 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: #3e1ac2;
    font-family: 'Days One', 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: 'Days One', 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;
}

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