.hidden{
    display: none;
}
.desktop-only{
    display: none;
}
.mobile-only{
    display: flex;
}
.form-control{
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.form-control:focus{
    box-shadow: none;
}
.form-contato{
    color: #6D94A8;
    background-color: #fff;
    padding: 3rem 2rem;
    border-radius: 3rem;
    box-shadow: 3px 4px 5px #6D94A875;
}
.servicos .btn,
.form-contato .btn{
    width: 100%;
    border: 2px solid #3496D8;
    transition: all 0.3s linear;
    color: #fff;
    background-color: #3496d8;
    box-shadow: 0px 3px 6px #47a0cbc2;
}
.contrate-descricao{
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 3rem;
    background-color: #27353D;
}
.focused{
    color: #4FBDF2;
}
.entenda-secao .descricao-secao{
    background-color: #fff;
    padding: 3rem 2rem;
    border-radius: 3rem;
    box-shadow: 3px 4px 5px #6D94A875;
    text-align: left;
}

@keyframes loadBG {
    0% {      
        background-position: 0% 0%;
    }
  
    50% {
        background-position: 100% 0%;
    }

    100% {      
        background-position: 0% 0%;
    }
} 
.pre-loader{
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
.pre-loader img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #5F4080 0%, #3496D8 50%, #5F4080 100%);
    background-size: 200% 100%;
    animation: loadBG 2s linear infinite;
}
.servicos-icone-wrapper svg{
    stroke: #4fbdf2;
    fill: none;
    transition: all .3s;
}
.servicos-item:hover{
    background-color: #27353D;
    color: #fff;
}
.servicos-item:hover .titulo-item{
    color: #fff;
}
.servicos-item:hover .servicos-icone-wrapper svg{
    stroke: #fff;
}
@media (min-width: 768px){
    .desktop-only{
        display: flex;
    }
    .mobile-only{
        display: none;
    }
    .col-md-2.one-fifth {
        flex: 0 0 auto;
        width: 20%;
    }
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 30%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
} 
@keyframes enterLeft {
    from {
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      visibility: visible;
      transform: translate3d(0, 0, 0);
    }
}  
@keyframes outLeft {
    from {
        visibility: hidden;
        transform: translate3d(0, 0, 0);
    }
    
    to {
        transform: translate3d(-100%, 0, 0);
    }
}  
@keyframes fadeInUpSkewed {
    from {
      opacity: 0;
      transform: translate3d(0, 30%, 0) skewY(-10deg);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) skewY(-10deg);
    }
}  
[data-inviewport="fadeInUp"].is-inViewport,
.fadeInUp {
    animation: fadeInUp;
    animation-duration: 1.5s;
}
[data-inviewport="fadeInUpSkewed"].is-inViewport,
.fadeInUpSkewed {
    animation: fadeInUpSkewed;
    animation-duration: 1.5s;
}

body{
    font-family: 'Montserrat';
    background-color: #EAF6FD;
}
a{
    text-decoration: none;
}
.produtos .owl-theme .owl-dots .owl-dot.active span, .produtos .owl-theme .owl-dots .owl-dot:hover span,
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent;
    border: 1px solid #fff;
}
.menu{
    /* padding: 3.125rem 0; */
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.3s linear;
    background-color: #fff;
}
.menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    /* padding: 1rem 0; */
}
.menu .button-toggle {
    display: none;
    padding: 3.125rem 0;
}
.menu.sticky .button-toggle {
    padding: 1rem 0;
}
.menu .button-toggle a {
    padding: .5rem .8rem;
    border: 1px solid #aaa;
    border-radius: 5px;
    width: fit-content;
}
.menu .logo{
    max-height: 2.5rem;
    margin: 3.125rem 0;
    transition: all 0.3s linear;
}
.menu .menu-li-wrapper{
    padding: 3.125rem 0 2.825rem;
    transition: all 0.3s linear;
    border-bottom: 0.3rem transparent solid;
}
.menu .menu-li-wrapper.active{
    border-bottom-color: var(--primary-color);
}

.menu.sticky .logo{
    margin: 1rem 0;
}
.menu.sticky .menu-li-wrapper{
    padding: 1rem 0 0.7rem;
}

@media(max-width: 767px){
    .menu .menu-toggle {
        animation: outLeft .3s;
        display: none;
    }
    .menu .button-toggle {
        display: flex;
    }
    .menu.toggled .menu-toggle {
        display: flex;
        position: absolute;
        top: 8.75rem;
        left: 0;
        background-color: #fff;
        transition: top 0.3s linear;
        z-index: 10;
        /* padding: 1rem 0; */
        animation: enterLeft .3s;
    }
    .menu .menu-li-wrapper{
        padding: 1rem 0 0.7rem;
    }
    .menu.toggled.sticky .menu-toggle {
        top: 4.5rem;
    }
    .menu.toggled .menu-toggle > * {
        padding: 0 2rem;
    }
    .menu.toggled .menu-toggle .btn {
        width: 100%;
    }
    .menu .menu-li-wrapper.active{
        border-top: 0.3rem solid var(--primary-color); 
    }
}
.menu.sticky + .menu-placeholder {
    padding-top: 4.5rem;
}
.btn{
    border: 2px solid transparent;
    border-radius: 2rem; 
}
.btn.active{
    border: 2px solid #3496D8;
    transition: all 0.3s linear;
}
.btn.active:hover{
    border-color: #5f4080;
    background-color: #5f4080;
    color: #fff;
}
.banner .owl-dots,
.produtos .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.banner-title{
    font-size: 3rem;
    line-height: 3rem;
    color: var(--primary-color);
}
.banner-description{
    font-size: 5rem;
    line-height: 5rem;
    color: var(--secondary-color);
}
.banner-link{
    position: initial;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-style: italic;
    color: var(--secondary-color);
}
  
@media (max-width: 93.6875em) {
    .banner-title {font-size: 3rem; line-height: 3rem;} 
    .banner-description {font-size: 5rem; line-height: 5rem;} 
    .banner-link {font-size: 2.4rem; line-height: 2.4rem;} 
}
@media (max-width: 74.9375em) {
    .banner-title {font-size: 2.5rem; line-height: 2.5rem;} 
    .banner-description {font-size: 4.1rem; line-height: 4.1rem;} 
    .banner-link {font-size: 2.0rem; line-height: 2.0rem;} 
}
@media (max-width: 61.94em) {
    .banner-title {font-size: 2.0rem; line-height: 2.0rem;} 
    .banner-description {font-size: 2.5rem; line-height: 2.5rem;} 
    .banner-link {font-size: 1.6rem; line-height: 1.6rem;} 
}
@media (max-width: 47.94em) {
    .banner-title {font-size: 1.5rem; line-height: 1.5rem;} 
    .banner-description {font-size: 2.5rem; line-height: 2.5rem;} 
    .banner-link {font-size: 1.2rem; line-height: 1.2rem;} 
}
.banner-item{
    position: relative;
}
.banner-item-image,
.imagem-sobre{
    max-width: 100%;
}
.banner-texts {
    width: 40%;
    position: absolute;
    z-index: 2;
    bottom: 20%;
    left: 6%;
}
.banner-texts.align-right{
    left: initial;
    right: 6%;
}
@media(max-width: 767px){
    .banner-texts {
        width: 88%;
        bottom: 10%;
    }
}
.botao-veja-mais{
    color: #fff;
    background-color: #3496d8;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 3px 6px #47A0CBC2;
}
.contrate,
.entenda,
.servicos,
.entenda-secao,
.rodape{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.titulo-secao{
    margin-bottom: 2rem;
}

.imagem-holder > img{
    max-width: 100%;
}
@media(max-width: 767px){
    .sobre  .titulo-secao{
        margin-top: 2rem;
    }
}
.sobre .descricao, .media .descricao{
    display: flex;
    flex-direction: column;
}
.sobre .descricao > *:last-child,
.media .descricao > *:last-child{
    margin-top: auto;
}
.fancy-round{
    border-radius: 3rem;
    transform: skewY(-10deg);
    overflow: hidden;
}
.fancy-round > *{
    transform: skewY(10deg);
}
.fancy-round > img{
    transform: skewY(10deg) scale(1.25);
}

[data-inviewport="sombra-roxa"]{
    transition: box-shadow linear 0.5s;
    box-shadow: 0px 0px #5f4080;
}
[data-inviewport="sombra-roxa"].is-inViewport,
.sombra-roxa{
    box-shadow: -10px 10px #5f4080;
}
[data-inviewport="sombra-roxa"]{
    transition: box-shadow linear 0.5s;
    box-shadow: 0px 0px #3496d8;
}
[data-inviewport="sombra-azul"].is-inViewport,
.sombra-azul{
    box-shadow: 10px 10px #3496d8;
}
.servicos:not(.interno) .descricao-secao,
.clientes-e-parceiros .descricao-secao{
    color: #ffffff;
}
.servicos .icone-wrapper{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}
.servicos .icone-item,
.item-social{
    width: 5rem;
    height: 5rem;
    background: transparent linear-gradient(90deg, #5F4080 0%, #3496D8 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 3rem;
    background-attachment: fixed;
}
.servicos .icone-item .fa,
.item-social .fa {
    font-size: 3rem;
    color: white;
}

.servicos-items{
    grid-row-gap: 3rem;
    margin-top: 4rem;
    justify-content: center;
}
.servicos-item{
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: white;
    box-shadow: 3px 4px 5px #6D94A875;
    transition: all .3s;
    /* box-shadow: 5px 5px 15px 5px #666; */

    border-radius: 2rem;
}
.servicos-icone-wrapper img {
    max-height: 5rem;
    margin-bottom: .5rem;
}
.servicos-items .titulo-item{
    color: #212529;
    transition: color .3s;
}
.servicos-item .descricao-item{
    text-align: left;
}
.servicos-item .btn{
    margin-top: auto;
    align-self: center;
}
.produtos .produto-item-titulo,
.produtos .owl-carousel .owl-item img.produto-item-logo,
.produtos .produto-item-descricao{
    position: absolute;
    transform: translate(-50%, 0);
}
.produtos .owl-carousel .owl-item img.produto-item-logo{
    top: 11vw;
    left: 75%;
    width: initial;
}
.produtos .produto-item-titulo{
    top: 15vw;
    left: 75%;
    max-width: 33vw;
    width: 100%;
    color: #fff;

}
.produtos .produto-item-descricao{
    top: 19vw;
    left: 75%;
    max-width: 33vw;
    width: 100%;
    color: #fff;
}
.portfolio-items{
    grid-row-gap: 3rem;
}
.noticias-item .fancy-round,
.portfolio-item .fancy-round{
    transition: .3s all linear;
    max-width: 250px;
    max-height: 250px;
    display: flex;
    margin: 0 auto 2rem auto;
}
.portfolio-item .imagem-item,
.noticias-item .imagem-item{
    max-width: 100%;
}
.portfolio-item .fancy-round > img{
    max-width: 250px;
}
.portfolio-item:hover .fancy-round{
    box-shadow: 5px 5px 15px 5px #666;
}
.portfolio-item .btn{
    transition: .3s all linear;
    position: relative;
    border: 2px solid #3496D8;
    border-radius: 1rem;
}
.portfolio-item .btn:after {
    content: 'Ver Projeto';
    border-radius: 1rem;
    padding: .375rem .75rem;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(90deg, #5F4080, #3496D8);
    opacity: 0;
    transition: .3s all linear;
}
.portfolio-item .btn:hover{
    color: #fff;
    border-color: transparent;
    /* background: linear-gradient(90deg, #5F4080, #3496D8); */
}
.portfolio-item .btn:hover:after{
    opacity: 1;
}
.media{
    background-color: #ddd;
}
.media .imagem-media{
    max-width: 100%;
}
.noticias-item .fancy-round{
    width: 250px;
    height: 250px;
    background-color: #fff;
}
.noticias-item .fancy-round img{
    max-width: 189px;
}
.noticias-item .monitor-wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.monitor-wrapper{
    background: url('/static/175x101.png') no-repeat 50% calc(50% - 14px);
}
.conteudo{
    background-color: #fff;
    padding: 2rem 4rem;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    max-width: 767px;
    border-radius: 35px;
    box-shadow: 3px 3px 6px #1b4f6659;
}
@media(max-width: 767px){
    .conteudo {
        width: 100%;
    }
}

.clientes-e-parceiros .clientes-items,
.clientes-e-parceiros .parceiros-items{
    grid-row-gap: 3rem;
    justify-content: center;
}
.clientes-e-parceiros .clientes-item,
.clientes-e-parceiros .parceiros-item{
    align-items: center;
    justify-content: center;
    display: flex;
}
.clientes-e-parceiros .clientes-item > *,
.clientes-e-parceiros .parceiros-item > *{
    background: white;
    border-radius: 2rem;
}
.clientes-e-parceiros .fancy-round{
    width: 150px;
    height: 150px;
    background-color: #fff;
    box-shadow: 5px 5px 15px #666;
}
.clientes-e-parceiros .fancy-round img{
    max-width: 150px;
    transform: skewY(10deg);
}
.titulo-parceiros{
    margin-top: 2rem;
}
.contato{
    background-image: linear-gradient(90deg, #5F4080, #3496D8);
}
.contato .titulo-secao,
.contato .titulo-destaque-secao,
.contato .descricao-secao{
    color: #fff;
}
@media (min-width: 1200px){
    .contato .container {
        max-width: 900px;
    }
}
.contato .form-control{
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 1.8;
    border-color: #fff;
    color: #fff;
}
.contato .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.contato .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.contato .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.contato button[type="submit"]{
    border-color: #fff;
    border-width: 1px;
    background-color: transparent;
    border-radius: .25rem;
}
.contato button[type="submit"]:hover{
    color: #3496D8;
    background-color: #fff;
}
.contato textarea.form-control{
    min-height: calc(1.5em + .75rem + 100px);
}
.form-contato{
    position: relative;
}
.container_loader {
    display: none;
    justify-content: center;
    position: absolute;
    z-index: 10;
    background-color: #00000045;
    width: 100%;
    height: 100%;
}
.container_loader_top {
    border-top: 10px solid var(--primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: relative;
    top: 40%;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.rodape{
    background-color: #1e1e1e;
    color: #fff;
}
.rodape .informacoes-contato .fa{
    padding: 0.3rem;
    border-radius: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    vertical-align: middle;
}
.rodape .informacoes-contato.acima .fa{
    background-image: linear-gradient(0deg, #5F4080, #496bac);
}
.rodape .informacoes-contato.abaixo .fa{
    background-image: linear-gradient(0deg, #496bac, #3496D8);
}
.rodape .item-social{
    background: transparent linear-gradient(90deg, #5F4080 65%, #3496D8 100%) 0% 0% no-repeat padding-box;
    background-attachment: fixed;
    width: 3rem;
    height: 3rem;
}
.rodape .item-social .fa {
    font-size: 1.5rem;
}

@media(max-width: 767px){
    .rodape .item-social{
        background: transparent linear-gradient(90deg, #5F4080 0%, #3496D8 100%) 0% 0% no-repeat padding-box;
        background-attachment: fixed;
    }
}