/**
* Este arquivo é pertinente à todas as alterações feitas para o layout/estrutura específico, não se replicando para diferentes layouts ou estruturas.
* Diferente do template-custom que são para classes "globais", as classes deste arquivo são feitas para elementos/partes específicos
*/

/*========= HEADER =========*/

.shrink-nav {
    position: absolute;
    z-index: 997;
    width: 100%;
}

.shrink-nav.scrolled {
    position: absolute;
    display: none;
}

.row-nav {
    z-index: 9;
    font-family: 'Raleway', sans-serif;
    margin-top: -120px;
}

.menu-item {
    margin-right: 0.2%;
    float: left;
    width: auto;
    padding: 8px 15px;
    width: 17%;
}

.d-flex {
    display: flex;
}

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

.menu-item a:last-child {
    margin-right: 0;
}

.menu-item a {
    transition: padding 0.8s;
    padding: .5rem 0;
    display: block;
    color: #fff;
    font-size: 1.1em;
}

.menu-item a:hover {
    padding: 30px 0px;
    transition: padding 0.8s;
    text-decoration: none;
}

.menu-item.empresa {
    background-color: #0187e8;
}

.menu-item.servicos {
    background-color: #0a91f1;
}

.menu-item.cases {
    background-color: #047bedd1;
}

.menu-item.artigos {
    background-color: #0a85f8d1;
}

.menu-item.utilitarios {
    background-color: #27a5ff;
}

.menu-item.area-cliente {
    background-color: #1199fa;
}

.menu-item.contato {
    background-color: #047bedd1;
}

.top-social {
    display: inline-flex;
    text-align: center;
    align-items: center;
    line-height: 55px;
    padding-top: 4%;
}

.top-social .fa.fa-home {
    padding-right: 2rem;
    margin-right: 2rem;
    font-size: 3.65rem;
    display: flex;
    color: #2d2d2d;
    border-right: 1px solid #2d2d2d;
}

.logo {
    padding-top: 3%;
    padding-left: 4%;
}

.top-social a {
    margin-right: .5rem;
}

.top-social a:hover,
.top-social a:active,
.top-social a:focus {
    text-decoration: none;
}

.top-social a:first-child {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 0;
}

.top-social a:last-child {
    margin-right: auto;
}

/*========= CONTEÚDO - INDEX =========*/

.ls-gpuhack,
p.ls-l {}

#index-servicos {
    padding: 7% 5% 9% 5%;
    background: #0187e8;
    background: url('../../img/img1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicos-esquerda h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5em;
    width: 100%;
    line-height: 68px;
    padding-bottom: 2%;
    color: #ffffff;
    letter-spacing: -2px;
}

.servicos-esquerda h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.25em;
    color: #ffffff;
    /* margin-bottom: 3%; */
    width: 54%;
    line-height: 32px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
}

.servicos-esquerda p {
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    text-align: justify;
    width: 61%;
    line-height: 33px;
    color: #fff;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
}

.servicos-esquerda .text-legalize {
    font-size: 1.6em !important;
    margin-top: 5%;
}

.servicos-direita img {
    width: 100%;
}

.servicos-direita .col-md-3 {
    padding: 5px;
}

.servicos-direita p {
    position: absolute;
    top: 50px;
    color: #b05903;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    z-index: 100;
    font-size: 1.45em;
    margin: 0 auto;
    text-align: center;
    clear: both;
    width: 95%;
    line-height: 24px;
}

.servicos-direita p.hover {
    top: 5vmax;
    font-size: 1vmax;
    display: none;
}

.servicos-direita span {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    display: block;
    opacity: .9;
    position: absolute;
    z-index: 99;
}

.servicos-direita span.red {
    background: #fff;
}

.servicos-direita span.cyan.light {
    background-color: #fff;
}

.servicos-direita span.green {
    background-color: #fff;
}

.servicos-direita span.orange {
    background-color: #fff;
}

.servicos-direita span.blue {
    background-color: #fff;
}

.servicos-direita span.cyan.dark {
    background-color: #fff;
}

.bt-simulacao {
    background: #fff;
    color: #e77600;
    border-radius: 0px;
    padding: 2% 6%;
    font-family: 'Raleway', sans-serif;
    font-size: 1.35em;
}

.bt-simulacao:hover {
    background: #834f1e;
    color: #fff;
    border-radius: 0px;
    padding: 2% 6%;
    font-family: 'Raleway', sans-serif;
    font-size: 1.35em;
}

#intro1 {
    padding: 6% 5% 6% 5%;
    background: #fff;
}

#intro1 h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5em;
    width: 80%;
    line-height: 63px;
    padding-bottom: 4%;
    color: #0187e8;
    letter-spacing: -4px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2%;
}

#intro1 h3 {
    font-size: 2em;
    color: #2d2d2d;
    width: 80%;
    padding-bottom: 6%;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
}

#intro1 h5 {
    font-size: 1.2em;
    color: #0187e8;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
}

#intro1 h4 {
    font-size: 1.65em;
    color: #0187e8;
    padding-bottom: 3%;
    font-family: 'Rubik', sans-serif;
}

#intro1 p {
    font-size: 1.1em;
    line-height: 19px;
    font-family: 'Rubik', sans-serif;
    color: #2d2d2d;
    width: 100%;
    clear: both;
    margin: 0 auto;
    height: 57px;
}

#intro1 ul {
    display: inline-grid;
}

#intro1 ul li {
    font-size: 1.3em;
}

#intro1 .inner-white {
    color: #5b5b5b;
}

#intro1 .card-item {
    padding: 10% 5%;
    margin-bottom: 7%;
}

#intro1 .back>.card-item {
    padding: 3%;
}

#intro1 .card-item h3 {
    font-family: 'Raleway', sans-serif;
}

#intro1 .contato h4 {
    font-size: 2em;
}

#intro1 .contato span.fa {
    font-size: 2.5em;
}

#intro1 .whatsapp-icon {
    float: left;
}

#intro1 .whatsapp-tel {
    float: left;
    margin-left: 1rem;
    margin-bottom: 0;
}

#intro1 .back .inner-white {
    color: #fff;
}

#intro1 .back h3 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif
}

#intro1 .back p {
    margin: 0 auto;
    padding-top: 13%;
}

#intro1 .back .card-input {
    text-align: center;
    font-size: 1.8rem;
    padding: 2rem 0;
    font-family: 'Raleway', sans-serif;
    width: 70%;
    margin: 0 auto;
}

#intro1 .back .card-input:focus {
    outline-color: darkgreen;
    border-color: darkgreen;
}

#intro1 .card-item .ignore-flip {
    cursor: initial;
}

#intro1 .card-item .ignore-flip a {
    color: #fff;
}

#intro1 .card-item .ignore-flip a:hover,
#intro1 .card-item .ignore-flip a:active,
#intro1 .card-item .ignore-flip a:focus {
    text-decoration: none;
}

#intro2 {
    padding: 5% 3% 5% 5%;
    background: #fff;
}

#intro2 .left-side h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5em;
    width: 80%;
    line-height: 68px;
    padding-bottom: 2%;
    color: #0187e8;
    letter-spacing: -4px;
}

#intro2 .left-side h3 {
    font-size: 2em;
    color: #2d2d2d;
    width: 90%;
    padding-bottom: 3%;
    line-height: 33px;
}

#intro2 .left-side p {
    font-size: 1.35em;
    text-align: justify;
    width: 88%;
    line-height: 33px;
    font-family: 'Raleway', sans-serif;
    color: #6b6b6b;
}

#intro2 .valores p {
    font-size: 1.35em;
    text-align: center;
    width: 80%;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    color: #0187e8;
    clear: both;
    margin: 0 auto;
}

#intro2 .simulate-now {
    margin-top: 4%
}

#intro2 .simulate-now h3 {
    font-family: 'Raleway', sans-serif;
    color: inherit;
    font-size: 24px;
}

#intro2 .right-side {
    margin-top: 0%;
    padding: 4% 2% 0% 2%;
}

#intro2 .right-side .need-cont {
    margin-top: 10%;
}

#intro2 .right-side h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.1em;
    color: #0187e8;
    text-transform: uppercase;
}

#intro2 .right-side .need-cont h3 {
    font-family: 'Raleway', sans-serif;
}

.media-left .fas.fa-asterisk {
    font-size: 1.25em;
    color: #0187e8;
    padding-top: 14px;
}

#intro2 .right-side p {
    font-size: 1.25em;
    font-family: 'Raleway', sans-serif;
    color: #6b6b6b;
    line-height: 26px;
    width: 97%;
    text-align: justify;
}

.abriremigrar {
    padding: 3% 0% 1% 0%;
}

.abriremigrar h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.15em;
    color: #ffffff;
    margin-bottom: 1%;
    line-height: 31px;
    padding-bottom: 3%;
}

.abriremigrar p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.35em;
    color: #2d2d2d;
    padding-bottom: 4%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 23px;
    padding-top: 0%;
    height: 92px;
}

.bt-abrir {
    background: #2d2d2d;
    color: #fff;
    border-radius: 0px;
    padding: 4% 12%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    border: 3px solid #0187e8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bt-abrir:hover {
    background: #0187e8;
    color: #fff;
    border-radius: 0px;
    padding: 4% 12%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    border: 3px solid #fff;
}

.bt-migrar {
    background: #fff;
    color: #2d2d2d;
    border-radius: 0px;
    padding: 4% 12%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    border: 3px solid #0187e8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bt-migrar:hover {
    background: #0187e8;
    color: #fff;
    border-radius: 0px;
    padding: 4% 12%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6em;
    border: 3px solid #fff;
}

#intro2 .left-side {
    border-right: 4px solid #c0c0c0;
    border-style: solid;
}

#intro3 {
    background-image: url("../../img/bg-conosco.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #303030;
    height: 420px;
    border-bottom: 15px solid #0187e8;
    margin-top: 3%;
}

#intro3 .left-side h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5em;
}

#intro3 .left-side p {
    margin-top: 5%;
    font-size: 1.5em;
}

#intro3 .right-side {
    margin-top: 10%;
}

#intro3 .right-side .col-md-6 {
    padding-right: 0px;
    padding-left: 1%;
}

#intro4 {
    padding: 0% 1% 0% 1%;
    background: #fff;
}

#contato1 {
    padding: 5% 0% 6% 0%;
    background: #0187e8;
}

#contato1 h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.55em;
    width: 60%;
    line-height: 39px;
    padding-bottom: 1%;
    color: #4d3117;
    letter-spacing: -1px;
    clear: both;
    margin: 0 auto;
}

.fa.fa-phone {
    font-size: 2.65em;
    color: #fff;
    margin-right: 1%;
}

#contato1 p {
    color: #ffffff;
    font-family: Calibri;
    font-size: 2.45em;
    display: inline-block;
}

#intro4 .col-articles {
    padding: 5rem 5rem;
    margin-top: 5rem;
    border-width: 7px 0 7px 7px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(top, rgba(226, 87, 76, 1) 0%, rgba(226, 87, 76, 1) 25%, rgba(143, 182, 76, 1) 25%, rgba(143, 182, 76, 1) 50%, rgba(210, 136, 49, 1) 50%, rgba(210, 136, 49, 1) 75%, rgba(73, 200, 136, 1) 75%, rgba(73, 200, 136, 1) 100%);
    -moz-border-image: -moz-linear-gradient(top, rgba(226, 87, 76, 1) 0%, rgba(226, 87, 76, 1) 25%, rgba(143, 182, 76, 1) 25%, rgba(143, 182, 76, 1) 50%, rgba(210, 136, 49, 1) 50%, rgba(210, 136, 49, 1) 75%, rgba(73, 200, 136, 1) 75%, rgba(73, 200, 136, 1) 100%);
    -o-border-image: -o-linear-gradient(top, rgba(226, 87, 76, 1) 0%, rgba(226, 87, 76, 1) 25%, rgba(143, 182, 76, 1) 25%, rgba(143, 182, 76, 1) 50%, rgba(210, 136, 49, 1) 50%, rgba(210, 136, 49, 1) 75%, rgba(73, 200, 136, 1) 75%, rgba(73, 200, 136, 1) 100%);
    border-image: linear-gradient(to bottom, rgba(226, 87, 76, 1) 0%, rgba(226, 87, 76, 1) 25%, rgba(143, 182, 76, 1) 25%, rgba(143, 182, 76, 1) 50%, rgba(210, 136, 49, 1) 50%, rgba(210, 136, 49, 1) 75%, rgba(73, 200, 136, 1) 75%, rgba(73, 200, 136, 1) 100%) 1 100%;
}

#intro4 .col-news h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.4em;
    width: 80%;
    line-height: 68px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -1px;
}

#intro4 .col-news h3 {
    font-size: 2em;
    color: #0187e8;
    width: 60%;
    padding-bottom: 3%;
    line-height: 33px;
    font-family: 'Raleway', sans-serif;
}

#intro4 .col-news .news-item h3,
#intro4 .col-articles .article-item h3 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    font-size: 1.4em;
    margin: 0 auto;
    line-height: 20px;
    width: 90%;
    color: #2d2d2d;
}

.caption {
    padding: 20% 3% 17% 3%;
    border: 2px solid #e8e8e8;
    height: 213px;
    margin-bottom: 30px;
}

.bt-maisnoticias a {
    color: #fff;
    font-size: 1.35em;
    font-family: 'Raleway', sans-serif;
}

.bt-maisnoticias {
    background: #0187e8;
    border-radius: 0px;
    padding: 19px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.bt-maisnoticias:hover {
    background: #0187e8;
    border-radius: 0px;
    padding: 19px;
    width: 55%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.bt-galeria {
    background: #0187e8;
    border-radius: 0px;
    padding: 19px;
    width: 35%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin-top: 72%;
}

.bt-galeria:hover {
    background: #ff9728;
    border-radius: 0px;
    padding: 19px;
    width: 20%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

.bt-galeria a {
    color: #fff !important;
    font-size: 1.35em !important;
    font-family: 'Raleway', sans-serif !important;
}

#intro4 .col-articles h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3em;
}

#intro4 .col-news i,
#intro4 .col-articles i {
    position: absolute;
    top: -13px;
    right: 0;
    font-size: 30px;
}

#intro4 .article-item .thumbnail,
#intro4 .news-item .thumbnail {
    position: relative;
}

#intro4 .article-item .thumbnail .caption,
#intro4 .news-item .thumbnail .caption {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

#intro5 {
    padding: 0% 0% 9% 0%;
    /*background: #0187e8;
  background: url('../../img/img2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.fas.fa-envelope {
    font-size: 5em;
    color: #fff;
}

.bt-success {
    background: #2d2d2d;
    color: #fff;
    border-radius: 0px;
    padding: 15px 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.35em;
    border: 2px solid #2d2d2d;
}

.bt-success:hover {
    background: #0187e8;
    color: #fff;
    border-radius: 0px;
    padding: 15px 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.35em;
    border: 2px solid #fff;
}

.input-lg {
    height: 46px;
    padding: 28px 100px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    border: 1px solid #fff;
}

#intro5 h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.85em;
    width: 80%;
    line-height: 39px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -1px;
    clear: both;
    margin: 0 auto;
}

#intro5 p {
    font-size: 1.8em;
    color: #2d2d2d;
    width: 80%;
    padding-bottom: 2%;
    line-height: 33px;
    margin: 0 auto;
    text-align: center;
}

#intro6 {
    padding: 4rem 0;
}

#intro6 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.0em;
}

#intro6 p {
    font-size: 1.3em;
}

#intro6 .circle-util {
    height: 350px;
    width: 350px;
    padding: 3rem;
    border-radius: 50%;
}

#intro6 .circle-util a {
    color: #fff;
}

#intro6 .circle-util a:active,
#intro6 .circle-util:focus {
    text-decoration: none;
}

#intro6 .circle-util a:hover {
    text-decoration: none;
}

#intro6 .circle-util h3 {
    font-family: 'Raleway', sans-serif;
}

#intro6 .agenda-circle {
    background-color: #0187e8;
}

#intro6 .tabela-circle {
    background-color: #0187e8;
    margin-top: 15%;
}

#intro6 .manual-circle {
    background-color: #0187e8;
    margin-top: 30%;
}

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

#galeria h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5em;
    width: 100%;
    line-height: 59px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -4px;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%;
}

.galeria-videos h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 5em;
    width: 80%;
    line-height: 59px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -4px;
}

.galeria-videos p {
    font-size: 2em !important;
    color: #0187e8 !important;
    width: 60% !important;
    padding-bottom: 2% !important;
    line-height: 33px !important;
    font-family: 'Raleway', sans-serif !important;
    float: right !important;
}

#galeria p {
    font-size: 2em;
    color: #2d2d2d;
    width: 90%;
    padding-bottom: 3%;
    line-height: 33px;
}

#galeria .galeria-fotos {
    margin-bottom: 3rem;
}

#galeria .galeria-fotos .col-md-3 {
    margin: 1.5rem 0;
}

#galeria .galeria-fotos a {
    cursor: zoom-in;
}

#galeria .galeria-fotos a:hover,
#galeria .galeria-fotos a:focus,
#galeria .galeria-fotos a:active {
    outline: none;
    box-shadow: 0 0 0;
    text-decoration: none;
}

#galeria .galeria-fotos img:hover {
    filter: grayscale(0%);
    transition: .3s filter linear;
}

#galeria .galeria-videos .video-frame {
    width: 90%;
    height: 330px;
    margin-bottom: 15%;
    margin-top: 8%;
}

#galeria .col-md-6 {
    padding: 0;
}

#index-depoimentos {
    padding: 5% 0% 1% 0%;
    background: #0187e8;
    background: url('../../img/img3.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.depo {
    padding-bottom: 5%;
}

#index-depoimentos h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.85em;
    width: 80%;
    line-height: 39px;
    padding-bottom: 4%;
    color: #ffffff;
    letter-spacing: -1px;
    clear: both;
    margin: 0 auto;
    padding-top: 1%;
}

#index-depoimentos .depoimento-item,
#depoimentos .depoimento-item {
    border-radius: 5px;
}

#index-depoimentos .depoimento1,
#depoimentos .depoimento1 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos .depoimento2,
#depoimentos .depoimento2 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos .depoimento3,
#depoimentos .depoimento3 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos .depoimento4,
#depoimentos .depoimento4 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos .depoimento5,
#depoimentos .depoimento5 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos .depoimento6,
#depoimentos .depoimento6 {
    color: #fff;
    padding: 5% 6%;
}

#index-depoimentos i,
#depoimentos i {
    font-size: 1.5em;
    position: absolute
}

#index-depoimentos i.pull-left,
#depoimentos i.pull-left {
    top: 45%;
    left: 10%;
}

#index-depoimentos i.pull-right,
#depoimentos i.pull-right {
    right: 10%;
    bottom: 7%;
}

#index-depoimentos .depoimento-item h4,
#depoimentos .depoimento-item h4 {
    clear: both;
    margin-bottom: 4%;
    font-size: 1.35em;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-top: 3%;
}

#index-depoimentos .depoimento-item .text-field,
#depoimentos .depoimento-item .text-field {
    padding: 0% 7%;
    color: #fff;
    font-size: 1.35em;
    font-family: 'Raleway', sans-serif;
}

#contato-main {
    padding: 6% 1% 3% 1%;
    background: #fff;
}

#contato-main h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 3.8em;
    line-height: 52px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -1px;
    text-align: center;
    border-right: 1px solid #ccc;
    padding-right: 6%;
    padding-top: 1%;
}

#contato-main .info {
    font-family: 'Rubik', sans-serif;
    font-size: 1.65em;
    margin: 0 auto;
    color: #2d2d2d;
    letter-spacing: 0px;
    line-height: 35px;
    padding-top: 2%;
}

#contato-main .info a {
    color: #2d2d2d;
}

#contato-main h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.85em;
    padding-bottom: 0%;
    color: #0187e8;
    letter-spacing: -1px;
    padding-top: 14px;
}

#contato-main .info a:hover {
    text-decoration: none;
    color: #2d2d2d;
    transition: color .3s;
}

#link-rapido a {
    color: #2d2d2d;
    font-size: 0.85em;
    font-family: 'Raleway', sans-serif;
}

.fa.fa-group {
    color: #2d2d2d;
}

#selos {
    background: #0187e8;
    padding: 1% 0% 0% 0%;
}

.selo1 {
    text-align: center !important;
    padding-top: 2%;
}

#link-rapido {
    font-size: 1.85em;
    padding: 1%;
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#link-rapido>a:hover {
    text-decoration: none;
}

#link-rapido>a>span>i {
    font-size: 2.5rem;
    margin-right: .3rem;
}

#link-rapido>a>span {
    margin-right: 2rem;
    color: #909090;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}

#link-rapido>a>span>i.cyan {
    color: #0187e8;
}

#link-rapido>a>span>i.blue {
    color: #0187e8;
}

#link-rapido>a>span>i.red {
    color: #0187e8;
}

#link-rapido>a>span>i.orange {
    color: #0187e8;
}

#link-rapido>a>span>i.green {
    color: #0187e8;
}

#btsubir {
    padding: 1% 1% 1% 1%;
    background: #fff;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    color: #0187e8;
    font-size: 1.1em;
    font-family: 'Raleway', sans-serif;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 29px 0px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555;
  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;
  text-align: center;
}

.bt-idocumentos {
    background: #0187e8;
    font-family: 'Raleway', sans-serif;
    font-size: 1.25em;
    padding: 2%;
    color: #fff !important;
    width: 30% !important;
}

/*===== PÁGINAS ESTÁTICAS =====*/

#idocumentos {
    margin-top: 25vh;
}

#idocumentos #idocumentos-form h1 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

#idocumentos #idocumentos-form span.red {
    color: #C63632;
}

#idocumentos #idocumentos-form span.orange {
    color: #0187e8;
}

#idocumentos #idocumentos-form span.cyan {
    color: #0187e8;
}

#idocumentos #idocumentos-form span.blue {
    color: #0187e8;
}

#idocumentos #idocumentos-form span.green {
    color: #0187e8;
}

#idocumentos #idocumentos-form {
    width: 55%;
    margin: 0 auto;
    padding-top: 7%;
}

#idocumentos #idocumentos-form form i.material-icons {
    font-size: initial;
}

#idocumentos #idocumentos-form form input {
    font-family: 'Raleway', sans-serif;
}

#idocumentos #idocumentos-form button[type="submit"] {
    width: 50%;
}

#iartigos h1 i {
    margin-right: 1rem;
}

#iartigos a:hover,
#iartigos a:focus,
#iartigos a:active {
    text-decoration: none;
}

#iartigos a span.data-artigo {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    color: #0187e8;
}

#iartigos a p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    color: #fff;
    display: block !important;
}

#artigo-completo .btn-voltar {
    font-size: 2rem;
    border: 3px solid #0187e8;
    border-radius: 2px;
    padding: .5rem 1rem;
    color: #303030;
    margin-bottom: 2rem;
    font-family: 'Raleway', sans-serif
}

#artigo-completo .btn-voltar:hover {
    background-color: #0187e8;
    color: #fff;
    transition: .3s;
}

#artigo-completo #artigo-conteudo {
    border-bottom: 3px solid #0187e8;
    margin-bottom: 2rem;
    padding-bottom: 3.5rem;
}

#index-parceiros {
    padding-bottom: 3rem;
    position: relative;
}

#index-parceiros .bx-wrapper {
    margin: 5rem auto !important;
}

#index-parceiros .border-bottom-grey {
    position: absolute;
    border-bottom: 1px solid #c4c4c4;
    left: 5%;
    right: 5%
}

#index-parceiros .btn-up {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    cursor: pointer;
}

#depoimentos .dep-conteudo {
    margin: 3rem 0;
}

#galerias h2 {
    font-family: 'Raleway', sans-serif;
    margin: 3rem 0 0;
    font-size: 2.5rem
}

#galerias h2.nodesc {
    margin-bottom: 3rem;
}

#galerias p.descricao,
#galerias .col-vids p {
    font-size: 1.9rem;
    margin-bottom: 3rem;
    font-family: 'Raleway', sans-serif;
}

#galerias .col-vids a,
#galerias .col-foto a {
    cursor: zoom-in;
}

#galerias a:hover,
#galerias a:focus,
#galerias a:active {
    text-decoration: none;
    outline: none;
}

#galerias .col-vids p {
    margin: 0;
}

#galerias .col-vids h4 {
    margin-bottom: 0;
}

#galerias p.datebook,
#galerias h4 {
    text-align: center;
}

#galerias p.datebook,
#galerias .col-vids h4 {
    font-family: 'Raleway', sans-serif;
}

.endereco {
    padding-top: 2%;
}

.endereco p {
    font-family: 'Rubik', sans-serif;
    color: #2d2d2d;
    font-size: 1.75em;
    line-height: 26px;
}

.endereco h5 {
    font-family: Calibri;
    background: #0187e8;
    color: #fff;
    font-size: 1.25em;
    line-height: 26px;
    width: 36%;
    clear: both;
    margin: 0 auto;
    padding: 1%;
}

/*===== RODAPÉ/FOOTER =====*/

footer #rodape {}

footer #rodape #mapa {
    height: 400px;
    padding: 0;
}

footer #rodape #endereco {
    background: #ffffff;
}

footer #rodape #w3c-logo {
    cursor: pointer;
}

footer #rodape #tiideal-logo {
    cursor: pointer;
}

footer #rodape #endereco p {
    font-size: 1.85em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 1rem 0;
    color: #33200f;
    width: 69%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 31px;
}

footer #copyright {
    text-align: center;
    background-color: #0187e8;
    padding: 0rem;
}

footer #copyright p {
    margin: 0;
    padding: 1%;
    color: #fff;
    font-size: 1.1em;
}

#contato-dialog {
    z-index: 9999;
}

#contato-dialog i.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3rem;
    cursor: pointer;
    color: #0187e8;
}

#contato-dialog .loader {
    margin: 0;
    padding-bottom: 8rem;
}

#rodape-social {
    margin: 3% 15px;
}

#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 screen and (max-width:1260px) {
    #intro1 {
        padding: 6% 0% 6% 0%;
        background: #fff;
    }
    #contato-main h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        line-height: 46px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -1px;
        text-align: center;
        border-right: 1px solid #ccc;
        padding-right: 6%;
        padding-top: 4%;
    }
    #contato-main .info {
        font-family: 'Rubik', sans-serif;
        font-size: 1.4em;
        margin: 0 auto;
        color: #2d2d2d;
        letter-spacing: 0px;
        line-height: 35px;
        padding-top: 2%;
    }
    .logo {
        padding-top: 2%;
        padding-left: 2%;
    }
    header .fa-bars {
        font-size: 3em;
        line-height: 55px;
        color: #fff;
        padding-top: 10%;
        padding-right: 0%;
    }
}

@media screen and (max-width:991px) {
    .endereco h5 {
        font-family: Calibri;
        background: #0187e8;
        color: #fff;
        font-size: 1.25em;
        line-height: 26px;
        width: 55%;
        clear: both;
        margin: 0 auto;
        padding: 1%;
    }
    #contato-main .info {
        font-family: 'Rubik', sans-serif;
        font-size: 1.65em;
        margin: 0 auto;
        color: #2d2d2d;
        letter-spacing: 0px;
        line-height: 41px;
        padding-top: 2%;
        text-align: center;
    }
    #contato-main h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        line-height: 46px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -1px;
        text-align: center;
        border-right: none;
        padding-right: 0%;
        padding-top: 4%;
        width: 80%;
        clear: both;
        margin: 0 auto;
    }
    #contato-main h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 1.85em;
        padding-bottom: 0%;
        color: #0187e8;
        letter-spacing: -1px;
        padding-top: 14px;
        text-align: center;
    }
    #intro2 .left-side {
        border-right: none;
        border-style: none;
    }
    #intro2 {
        padding: 5% 3% 5% 3%;
        background: #fff;
    }
    #intro2 .left-side p {
        font-size: 1.35em;
        text-align: justify;
        width: 100%;
        line-height: 33px;
        font-family: 'Raleway', sans-serif;
        color: #6b6b6b;
    }
    .servicos-esquerda p {
        font-family: 'Rubik', sans-serif;
        font-size: 2em;
        text-align: justify;
        width: 90%;
        line-height: 33px;
        color: #fff;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3%;
    }
    .abriremigrar h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        color: #ffffff;
        margin-bottom: 1%;
        line-height: 40px;
        padding-bottom: 1%;
    }
    .abriremigrar p {
        font-family: 'Raleway', sans-serif;
        font-size: 1.65em;
        color: #2d2d2d;
        padding-bottom: 4%;
        width: 60%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 26px;
        padding-top: 0%;
        height: 92px;
    }
    #intro1 h5 {
        font-size: 1.3em;
        color: #0187e8;
        padding-bottom: 3%;
        font-family: 'Raleway', sans-serif;
        padding-top: 0%;
    }
    .caption {
        padding: 5% 3% 5% 3%;
        border: 2px solid #e8e8e8;
        height: 150px;
        margin-bottom: 30px;
    }
    .bt-galeria {
        background: #0187e8;
        border-radius: 0px;
        padding: 19px;
        width: 35%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-top: 0%;
    }
    #galeria .galeria-videos .video-frame {
        width: 90%;
        height: 415px;
        margin-bottom: 5%;
        margin-top: 8%;
    }
    .endereco p {
        font-family: 'Rubik', sans-serif;
        color: #2d2d2d;
        font-size: 1.75em;
        line-height: 26px;
        padding-top: 50%;
    }
}

@media screen and (max-width:768px) {
    #contato-main h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.85em;
        line-height: 44px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -1px;
        text-align: center;
        border-right: none;
        padding-right: 0%;
        padding-top: 1%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .endereco p {
        font-family: 'Rubik', sans-serif;
        color: #2d2d2d;
        font-size: 1.5em;
        line-height: 26px;
        padding-top: 75%;
    }
    .endereco h5 {
        font-family: Calibri;
        background: #0187e8;
        color: #fff;
        font-size: 1.25em;
        line-height: 26px;
        width: 75%;
        clear: both;
        margin: 0 auto;
        padding: 2%;
    }
    .abriremigrar h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.5em;
        color: #ffffff;
        margin-bottom: 1%;
        line-height: 35px;
        padding-bottom: 1%;
    }
    #galeria h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3.25em;
        width: 100%;
        line-height: 59px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 3%;
    }
    .logo {
        padding-top: 0%;
        padding-left: 4%;
    }
    #intro2 {
        padding: 5% 3% 5% 3%;
        background: #fff;
    }
    header .fa-bars {
        font-size: 2.5em;
        line-height: 55px;
        color: #2d2d2d;
        padding-top: 8%;
        padding-right: 7%;
    }
    #intro2 .left-side h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 4.25em;
        width: 80%;
        line-height: 54px;
        padding-bottom: 2%;
        color: #0187e8;
        letter-spacing: -4px;
    }
    .servicos-esquerda h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3.25em;
        width: 90%;
        line-height: 54px;
        padding-bottom: 2%;
        color: #ffffff;
        letter-spacing: -2px;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    .servicos-esquerda p {
        font-family: 'Rubik', sans-serif;
        font-size: 1.75em;
        text-align: justify;
        width: 90%;
        line-height: 27px;
        color: #fff;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3%;
        padding-top: 3%;
    }
    .abriremigrar p {
        font-family: 'Raleway', sans-serif;
        font-size: 1.45em;
        color: #2d2d2d;
        padding-bottom: 4%;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 23px;
        padding-top: 0%;
        height: 92px;
    }
    #intro1 h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3.25em;
        width: 95%;
        line-height: 42px;
        padding-bottom: 8%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 8%;
    }
    #intro1 h3 {
        font-size: 1.8em;
        color: #2d2d2d;
        width: 90%;
        padding-bottom: 6%;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
    }
    #intro1 h4 {
        font-size: 1.4em;
        color: #0187e8;
        padding-bottom: 3%;
        font-family: 'Rubik', sans-serif;
    }
    .endereco p {
        font-family: 'Rubik', sans-serif;
        color: #2d2d2d;
        font-size: 1.75em;
        line-height: 26px;
        padding-top: 61%;
    }
}

@media screen and (max-width:500px) {
    #contato-main h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.2em;
        line-height: 33px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -1px;
        text-align: center;
        border-right: none;
        padding-right: 6%;
        padding-top: 9%;
        width: 100%;
    }
    #index-depoimentos .depoimento-item .text-field,
    #depoimentos .depoimento-item .text-field {
        padding: 0% 7%;
        color: #fff;
        font-size: 1.15em;
        font-family: 'Raleway', sans-serif;
    }
    #index-depoimentos {
        padding: 15% 0% 1% 0%;
        background: #0187e8;
        background: url(../../img/img3.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #intro5 p {
        font-size: 1.45em;
        color: #2d2d2d;
        width: 90%;
        padding-bottom: 7%;
        line-height: 23px;
        margin: 0 auto;
        text-align: center;
        font-family: Calibri;
    }
    #intro1 p {
        font-size: 1.2em;
        line-height: 19px;
        font-family: 'Rubik', sans-serif;
        color: #2d2d2d;
        width: 100%;
        clear: both;
        margin: 0 auto;
        height: 60px;
    }
    #intro1 h4 {
        font-size: 1.75em;
        color: #0187e8;
        padding-bottom: 3%;
        font-family: 'Rubik', sans-serif;
    }
    .abriremigrar p {
        font-family: 'Raleway', sans-serif;
        font-size: 1.3em;
        color: #2d2d2d;
        padding-bottom: 4%;
        width: 80%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 23px;
        padding-top: 0%;
        height: 92px;
    }
    .abriremigrar h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 2em;
        color: #ffffff;
        margin-bottom: 1%;
        line-height: 27px;
        padding-bottom: 1%;
    }
    .servicos-esquerda p {
        font-family: 'Rubik', sans-serif;
        font-size: 1.4em;
        text-align: justify;
        width: 95%;
        line-height: 25px;
        color: #fff;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3%;
        padding-top: 5%;
    }
    .servicos-esquerda h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        width: 90%;
        line-height: 42px;
        padding-bottom: 2%;
        color: #ffffff;
        letter-spacing: -2px;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 12%;
    }
    #intro2 {
        padding: 5% 3% 15% 3%;
        background: #fff;
    }
    #intro2 .valores p {
        font-size: 1.2em;
        text-align: center;
        width: 90%;
        line-height: 26px;
        font-family: 'Raleway', sans-serif;
        color: #0187e8;
        clear: both;
        margin: 0 auto;
    }
    #intro2 .left-side p {
        font-size: 1.2em;
        text-align: justify;
        width: 100%;
        line-height: 29px;
        font-family: 'Raleway', sans-serif;
        color: #6b6b6b;
    }
    #intro2 .left-side h3 {
        font-size: 1.4em;
        color: #2d2d2d;
        width: 100%;
        padding-bottom: 3%;
        line-height: 27px;
        font-family: sans-serif;
    }
    #intro2 .left-side h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3.25em;
        width: 100%;
        line-height: 45px;
        padding-bottom: 2%;
        color: #0187e8;
        letter-spacing: -3px;
    }
    #intro5 h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.25em;
        width: 80%;
        line-height: 31px;
        padding-bottom: 3%;
        letter-spacing: -1px;
        clear: both;
        margin: 0 auto;
        padding-top: 1%;
    }
    #intro5 p {
        font-size: 1.55em;
        color: #2d2d2d;
        width: 90%;
        padding-bottom: 7%;
        line-height: 23px;
        margin: 0 auto;
        text-align: center;
    }
    #galeria h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 4em;
        width: 100%;
        line-height: 50px;
        padding-bottom: 7%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 14%;
    }
    #galeria p {
        font-size: 1.6em;
        color: #2d2d2d;
        width: 100%;
        padding-bottom: 3%;
        line-height: 22px;
    }
    .bt-galeria {
        background: #0187e8;
        border-radius: 0px;
        padding: 19px;
        width: 55%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-top: 74%;
    }
    #galeria .galeria-videos .video-frame {
        width: 90%;
        height: 193px;
        margin-bottom: 0%;
        margin-top: 8%;
    }
    #contato-main .info {
        font-family: 'Rubik', sans-serif;
        font-size: 1.45em;
        margin: 0 auto;
        color: #2d2d2d;
        letter-spacing: 0px;
        line-height: 28px;
        padding-top: 2%;
        padding-bottom: 8%;
    }
    .endereco p {
        font-family: 'Rubik', sans-serif;
        color: #2d2d2d;
        font-size: 1.45em;
        line-height: 26px;
        padding-top: 50%;
    }
    .selo1 {
        float: none !important;
        text-align: right !important;
        padding-top: 30% !important;
        margin: 0 auto !important;
        text-align: center !important;
        padding-bottom: 4% !important;
    }
    #intro1 h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        width: 95%;
        line-height: 40px;
        padding-bottom: 8%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 8%;
    }
    #intro1 h3 {
        font-size: 1.55em;
        color: #2d2d2d;
        width: 90%;
        padding-bottom: 11%;
        line-height: 26px;
        margin: 0 auto;
        text-align: center;
    }
    .ferramentas {
        height: 2250px;
    }
}

@media screen and (max-width: 450px) {

    #intro1 h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.65em;
        width: 95%;
        line-height: 36px;
        padding-bottom: 8%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 8%;
    }
    #index-servicos {
        padding: 17% 5% 25% 5%;
        background: #0187e8;
        background: url(../../img/img1.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .servicos-esquerda h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.8em;
        width: 90%;
        line-height: 42px;
        padding-bottom: 4%;
        color: #ffffff;
        letter-spacing: -2px;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 8%;
    }
    .logo {
        padding-top: 2%;
        padding-left: 4%;
    }
    #intro2 .left-side h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3.25em;
        width: 90%;
        line-height: 42px;
        padding-bottom: 2%;
        color: #0187e8;
        letter-spacing: -2px;
    }
    .abriremigrar h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 2em;
        color: #ffffff;
        margin-bottom: 1%;
        line-height: 27px;
        padding-bottom: 3%;
    }
    .abriremigrar p {
        font-family: 'Raleway', sans-serif;
        font-size: 1.25em;
        color: #1f1f1f;
        padding-bottom: 4%;
        width: 95%;
        clear: both;
        margin: 0 auto;
        text-align: center;
        line-height: 21px;
        padding-top: 0%;
        height: 92px;
    }
    #galeria h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 3em;
        width: 100%;
        line-height: 40px;
        padding-bottom: 7%;
        color: #0187e8;
        letter-spacing: -2px;
        margin: 0 auto;
        text-align: center;
        padding-top: 14%;
    }
    #index-depoimentos h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.25em;
        width: 80%;
        line-height: 39px;
        padding-bottom: 4%;
        color: #ffffff;
        letter-spacing: -1px;
        clear: both;
        margin: 0 auto;
        padding-top: 1%;
    }
    #index-depoimentos {
        padding: 18% 0% 1% 0%;
        background: #0187e8;
        background: url(../../img/img3.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #contato-main h2 {
        font-family: 'Rubik', sans-serif;
        font-size: 2.25em;
        line-height: 34px;
        padding-bottom: 1%;
        color: #0187e8;
        letter-spacing: -1px;
        text-align: center;
        border-right: none;
        padding-right: 0%;
        padding-top: 7%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    #contato-main .info {
        font-family: 'Rubik', sans-serif;
        font-size: 1.35em;
        margin: 0 auto;
        color: #2d2d2d;
        letter-spacing: 0px;
        line-height: 28px;
        padding-top: 2%;
        padding-bottom: 8%;
    }
}

@media screen and (max-width: 380px) {
    #intro1 {
        padding: 6% 0% 6% 0%;
        background: #fff;
    }
    #intro1 p {
      font-size: 1.2em;
      line-height: 16px;
      font-family: 'Rubik', sans-serif;
      color: #2d2d2d;
      width: 100%;
      clear: both;
      margin: 0 auto;
      height: 61px;
  }
    .ferramentas {
      height: 2210px;
    }
    #intro4 .col-news .news-item h3, #intro4 .col-articles .article-item h3 {
      font-family: 'Raleway', sans-serif;
      margin-bottom: 10px;
      font-size: 1.35em;
      margin: 0 auto;
      line-height: 23px;
      width: 90%;
      color: #2d2d2d;
    }
    #intro5 p {
      font-size: 1.4em;
      color: #2d2d2d;
      width: 90%;
      padding-bottom: 7%;
      line-height: 23px;
      margin: 0 auto;
      text-align: center;
    }
    #contato-main h2 {
      font-family: 'Rubik', sans-serif;
      font-size: 1.7em;
      line-height: 29px;
      padding-bottom: 1%;
      color: #0187e8;
      letter-spacing: -1px;
      text-align: center;
      border-right: none;
      padding-right: 0%;
      padding-top: 7%;
      margin: 0 auto;
      text-align: center;
      float: none;
      width: 100%;
    }
    #contato-main h3 {
      font-family: 'Rubik', sans-serif;
      font-size: 1.65em;
      padding-bottom: 0%;
      color: #0187e8;
      letter-spacing: -1px;
      padding-top: 14px;
      text-align: center;
    }
}


@media screen and (max-width: 350px) {

  #intro5 h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    width: 100%;
    line-height: 31px;
    padding-bottom: 6%;
    letter-spacing: -1px;
    clear: both;
    margin: 0 auto;
    padding-top: 1%;
}

  .bt-maisnoticias {
    background: #0187e8;
    border-radius: 0px;
    padding: 19px;
    width: 85%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
}

  #intro4 .col-news h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.2em;
    width: 80%;
    line-height: 68px;
    padding-bottom: 1%;
    color: #0187e8;
    letter-spacing: -1px;
}

  #intro1 h3 {
    font-size: 1.45em;
    color: #2d2d2d;
    width: 95%;
    padding-bottom: 11%;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    font-family: sans-serif;
}

  #intro1 h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.25em;
    width: 95%;
    line-height: 32px;
    padding-bottom: 8%;
    color: #0187e8;
    letter-spacing: -1px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8%;
}

  .bt-abrir {
    background: #2d2d2d;
    color: #fff;
    border-radius: 0px;
    padding: 4% 12%;
    font-family: 'Rubik', sans-serif;
    font-size: 1.4em;
    border: 3px solid #0187e8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .abriremigrar h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 1%;
    line-height: 25px;
    padding-bottom: 3%;
  }
  .abriremigrar p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    color: #1f1f1f;
    padding-bottom: 4%;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 21px;
    padding-top: 0%;
    height: 92px;
  }

  .servicos-esquerda h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.25em;
    width: 90%;
    line-height: 33px;
    padding-bottom: 4%;
    color: #ffffff;
    letter-spacing: -1px;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 8%;
}

  #index-servicos {
    padding: 17% 0% 25% 0%;
    background: #0187e8;
    background: url(../../img/img1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

  .servicos-esquerda p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.25em;
    text-align: justify;
    width: 100%;
    line-height: 23px;
    color: #fff;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 5%;
}

  #intro2 .left-side h3 {
    font-size: 1.2em;
    color: #2d2d2d;
    width: 100%;
    padding-bottom: 8%;
    line-height: 21px;
    font-family: sans-serif;
  }
  #intro2 .left-side h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2.2em;
    width: 95%;
    line-height: 31px;
    padding-bottom: 2%;
    color: #0187e8;
    letter-spacing: -1px;
  }
  header .fa-bars {
    font-size: 2em;
    line-height: 55px;
    color: #2d2d2d;
    padding-top: 4%;
    padding-right: 7%;
  }

}



/*CHAT*/
#loadchat-2 {
    position: fixed;
    bottom: 20px;
    right: 2%;
    height: auto;
    font-size: 12px;
    color: #2f3135;
    z-index: 99999999;
    cursor: pointer
  }
  
  .lcp-chat-icon-p1 {
    margin-right: 0 !important;
  }