@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------------*/

* {
    font-family: "Roboto", sans-serif;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.clearfix {
    clear: both;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.header-interna {
    padding: 50px 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
}

.header-interna-container {
    padding: 50px;
    display: inline-block;
}

.header-interna h1 {
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 500;
}

.header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.whatsatd {
    z-index: 99999;
    float: right;
    width: 50px;
    bottom: 50px;
    right: 20px;
    position: fixed;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* contato */
/*--------------------------------------------------------------------------------------------------------------------*/

.contato .header-interna {
    background-color: #d4c560;
}

.contato .header-interna-container {
    padding: 50px;
    background-color: #fef73a;
    display: inline-block;
}

.contato .header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #94893e;
    font-weight: 300;
}

.contato h1 {
    font-size: 15px;
    color: #94893e;
    padding-bottom: 20px;
    font-weight: 500;
}

.contato-container {
    overflow: hidden;
    padding: 50px 0;
}

.contato-container .bloco {
    padding: 50px 0;
}

.contato h2 {
    font-size: 20px;
    color: #656e88;
    padding-bottom: 20px;
}

.contato-container p {
    font-size: 30px;
    line-height: 40px;
    color: #27272a;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end contato */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* equipamentos */
/*--------------------------------------------------------------------------------------------------------------------*/

.equipamentos .header-interna {
    background-color: #015c7d;
}

.equipamentos .header-interna-container {
    padding: 50px;
    background-color: #25b0ed;
    display: inline-block;
}

.equipamentos .header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.equipamentos h1 {
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 500;
}

.equipamentos-container {
    padding: 50px 0;
}

.equipamentos h2 {
    font-size: 24px;
    color: #656e88;
    padding: 20px 0;
}

.equipamentos p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #878c94;
    padding-bottom: 25px;
}

.equipamentos .item {
    padding: 50px 0;
}

.equipamentos .imagem {
    height: 240px;
    margin: 0 5px;
    background-color: black;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end equipamentos */
/*--------------------------------------------------------------------------------------------------------------------*/

.empresa h1 {
    font-size: 45px;
    line-height: 55px;
    color: #888c98;
    text-align: center;
    padding: 120px 0;
    font-weight: 300;
}

.empresa h2 {
    font-size: 25px;
    color: #606470;
    padding-bottom: 25px;
}

.empresa p {
    font-size: 16px;
    line-height: 26px;
    color: #606470;
    font-weight: 300;
}

.empresa-container {
    padding: 100px 0;
    background-color: #f8fafb;
    position: relative;
    overflow: hidden;
}

.empresa .info {
    padding-right: 70px;
}

.empresa .imagem {
    width: 50%;
    position: absolute;
    right: 0;
    top: 100px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------------------------------------------------------------*/

.footer {
    overflow: hidden;
    background-color: #f2f5f8;
    padding-bottom: 50px;
}

.footer .logo {
    padding-right: 25px;
}

.footer .logo,
.footer .menu,
.footer .endereco {
    padding-top: 50px;
}

.footer .endereco {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
}

.footer .endereco span {
    font-weight: 500;
}

.footer a {
    font-size: 12px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.footer ul a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #505050;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer ul a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer .galanti-design {
    float: right;
    padding-top: 15px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end footer */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------------------------------------------------------------*/

.header {
    height: 100px;
    box-shadow: 1px -45px 100px black;
}

.header .logo {
    float: left;
    padding-top: 16px;
}

.header .menu {
    float: right;
    padding-top: 41.5px;
}

.header .menu li {
    display: inline-block;
    padding-left: 40px;
}

.header .menu li a {
    font-size: 14px;
    color: #797979;
    position: relative;
}

.header .menu a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #797979;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header .menu a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header .menu-mobile {
    display: none;
    float: right;
    padding-top: 41px;
}

.menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
}

.overlay-close {
    float: right;
    padding: 38px 0;
}

.menu-overlay ul {
    clear: both;
    text-align: right;
}

.menu-overlay li {
    padding: 15px 0;
}

.menu-overlay a {
    font-size: 30px;
    font-weight: 300;
    color: #c5cad5;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end header */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* home */
/*--------------------------------------------------------------------------------------------------------------------*/

.banner-container {
    padding: 100px 0;
    /*background-color: #f6f9fc;*/
}

.banner {
    max-width: 1600px;
    margin: auto;
}

.b2,
.b3 {
    display: none;
}

.banner .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.banner .slick-active button {
    background-color: #ffffff;
}

.home-servicos {
    overflow: hidden;
    padding-bottom: 50px;
}

.home-servicos h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #656e88;
    text-align: center;
    padding-bottom: 100px;
}

.home-servicos .item {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.home-servicos .imagem {
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-color: #000000;
}

.home-servicos .grid-12 .imagem {
    height: 370px;
}

.home-servicos h2 {
    font-size: 24px;
    color: #656e88;
    padding: 30px 0;
}

.home-servicos p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #878c94;
}

.home-servicos a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #25b0ed;
    padding: 15px 30px;
    transition: 0.3s;
}

.home-servicos a:hover {
    opacity: 0.5;
}

.home-vantagens {
    overflow: hidden;
    background-color: #f2f5f8;
    padding-bottom: 20px;
}

.home-vantagens h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #656e88;
    text-align: center;
    padding: 50px 0;
}

.home-vantagens .item {
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
    margin: 0 15px;
    margin-bottom: 30px;
    min-height: 380px;
}

.home-vantagens .icone {
    height: 42px;
    width: 42px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin: auto;
}

.home-vantagens h3 {
    font-size: 24px;
    color: #656e88;
    padding: 15px 0;
}

.home-vantagens p {
    font-size: 14px;
    line-height: 24px;
    color: #878c94;
}

.home-parceiros {
    padding: 50px 0;
}

.home-parceiros h2 {
    font-size: 24px;
    font-weight: 300;
    color: #656e88;
    padding-bottom: 25px;
}

.home-parceiros .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 130px;
    padding: 0 25px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end home */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* outsourcing */
/*--------------------------------------------------------------------------------------------------------------------*/

.outsourcing .header-interna {
    background-color: #015c7d;
}

.outsourcing .header-interna-container {
    padding: 50px;
    background-color: #25b0ed;
    display: inline-block;
}

.outsourcing .header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.outsourcing h1 {
    font-size: 40px;
    color: #656e88;
    padding-bottom: 50px;
}

.outsourcing-container {
    padding: 100px 0;
}

.outsourcing p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #878c94;
}

.outsourcing img {
    padding-top: 100px;
    margin: auto;
    display: block;
}

.orcamento {
    padding: 100px 0;
    border-top: 1px solid #cdd2d9;
}

.orcamento h2 {
    font-size: 30px;
    color: black;
    float: left;
    padding-right: 50px;
}

.orcamento a {
    float: left;
    background-color: #25b0ed;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end outsourcing */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* parceiros */
/*--------------------------------------------------------------------------------------------------------------------*/

.parceiros h1 {
    font-size: 30px;
    line-height: 40px;
    color: #888c98;
    text-align: center;
    font-weight: 300;
    padding-bottom: 25px;
}

.parceiros p {
    font-size: 24px;
    line-height: 34px;
    color: #888c98;
    text-align: center;
    font-weight: 300;
    padding-bottom: 100px;
}

.parceiros-container {
    padding: 100px 0;
}

.parceiros .header-interna-container p {
    max-width: 500px;
}

.parceiros .item {
    margin: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 150px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end parceiros */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* segmentos */
/*--------------------------------------------------------------------------------------------------------------------*/

.segmentos .header-interna {
    background-color: #a43284;
}

.segmentos .header-interna-container {
    padding: 50px;
    background-color: #c24da1;
    display: inline-block;
}

.segmentos .header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.segmentos h1 {
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 500;
}

.segmentos .item {
    padding: 25px 0;
}

.segmentos-container {
    padding: 75px 0;
}

.segmentos h2 {
    font-size: 30px;
    line-height: 40px;
    color: #2d2e2c;
    padding-bottom: 20px;
}

.segmentos-container p {
    font-size: 16px;
    line-height: 26px;
    color: #2d2e2c;
    font-weight: 300;
}

.segmentos h3 {
    font-size: 20px;
    color: #656e88;
    padding: 0 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.segmentos .itens {
    padding-top: 100px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end segmentos */
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* servicos */
/*--------------------------------------------------------------------------------------------------------------------*/

.servicos .header-interna {
    background-color: #015c7d;
}

.servicos .header-interna-container {
    padding: 50px;
    background-color: #25b0ed;
    display: inline-block;
}

.servicos .header-interna-container p {
    max-width: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.servicos h1 {
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 500;
}

.servicos-container {
    overflow: hidden;
    padding: 50px 0;
}

.servicos .bloco {
    overflow: hidden;
    padding: 25px 0;
}

.servicos-container h2 {
    font-size: 24px;
    color: #656e88;
    padding: 20px 0;
}

.servicos-container p {
    font-size: 14px;
    line-height: 24px;
    color: #878c94;
}

.servicos-container a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #25b0ed;
    padding: 15px 30px;
}

.servicos .info,
.servicos .imagem {
    margin: 25px;
}

.servicos .imagem {
    height: 400px;
    background-color: black;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* end servicos */
/*--------------------------------------------------------------------------------------------------------------------*/
