@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --branco: #ffffff;
    --verde: #1FB1C8;
    --preto: #20292D;
    --zul: #38324C;
    --cinza-claro: #7E8C93;
    --bg-footer: #20292D;
    --bg-site: #E5E5E5;
    --color-btn: #8C8C8C;
    --cor-texto: #3F4454;
    --tituloBanner: #1FB1C8;
}

*:focus,
*:hover {
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

body {
    font-family: 'Inter', sans-serif;
}
header{
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 10;
}
header ul{
    list-style: none;
    margin: 0;
    padding: 30px 0;
    text-align: right;
}
header ul li{
    list-style: none;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
}
header ul a{
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #FFF !important;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
ul.menu.navbar-nav {
    width: 100%;
    display: inline-block;
    padding: 0;
}
#banner {
    background: #00005C;
    padding: 120px 0;
    height: 804px;
    overflow: hidden;
}
#banner .animation1.layer {
    left: 50% !important;
    bottom: 50% !important;
    z-index: 3;
    height: 279px;
    width: 727px;
    margin-top: -280px !important;
    margin-left: 200px !important;
}
#banner .animation2.layer {
    left: 50% !important;
    top: 50% !important;
    z-index: 1;
    height: 381px;
    width: 992px;
    margin-top: -50px !important;
    
}
#banner .animation1.layer img, #banner .animation2.layer img{
    width: 100%;
}
img.nuvem2 {
    position: absolute;
    bottom: -257px;
    right: 93px;
    z-index: 0;
}
img.nuvem1 {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
}
img.img-banner {
    position: absolute;
    top: 0;
    width: 150%;
    z-index: 2;
}
#banner h1{
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    color: #FFFFFF;
    margin-top: 100px;
}
#banner p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #6F7D9C;
    margin-bottom: 20px;
    display: inline-block;
}
#banner  a{
    background: #3C50E0;
    border-radius: 8px;
    padding: 15px 30px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    display: inline-block;
}
#servicos{
    background: #FFF url(../img/bg-portfolio.png) no-repeat center;
    padding: 100px 0;
    text-align: center;
}
#servicos h2{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3C50E0;
}
#servicos h3{
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #00005C;
}
#servicos p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #6F7D9C;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
#servicos a {
    background: #3C50E0;
    border-radius: 8px;
    padding: 15px 30px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    display: inline-block;
    margin-top: 60px;
}
#servicos  .item-servico {
    padding: 40px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
#servicos  .item-servico img{
    width: 70px;
    margin-bottom: 10px;
}
#servicos  .item-servico h3{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
}
#sobre{
    background: #3C50E0;
    padding: 60px 0;
}
#sobre img{
    width: 100%;
}
#sobre h2{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    color: #68C0FF;
    margin-top: 80px;
}
#sobre h3{
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    color: #FFFFFF;
}
#sobre p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    color: #FFFFFF;
}
.solucoes{
    padding: 80px 0;
}
.solucoes h4{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3C50E0;
    margin-top: 100px;
}
.solucoes h3{
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    color: #00005C;
    width: 80%;
}
.solucoes ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.solucoes ul li{
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
.solucoes ul li:last-child{
    border: none;
}
.solucoes ul li i{
    width: 55px;
    height: 55px;
    display: inline-block;
}
.solucoes ul span{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #00005C;
    display: inline-block;
    margin-left: 20px;
}
#cases{
    padding: 60px 0;
}
#cases .row > div{
    padding: 2px
}
#cases .row > div img{
    width: 100%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
    transition: all ease-in 0.2s;
}
#cases .row > div img:hover{
    -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
#clientes{
    padding: 60px 0 180px;
}
#clientes h2{
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #00005C;
}
#clientes ul{
    list-style: none;
    padding: 40px 0;
    margin: 0;
    width: 100%;
    text-align:  center;
}
#clientes ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}
#clientes ul li img{
    width: 160px;
    margin: 0 20px;
}
#contato{
    padding: 80px 0;
    background: #3C50E0;
}
#contato .box-form {
    padding: 20px 40px 40px 40px;
}
#contato h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #68C0FF;
}
#contato h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    width: 80%;
    margin-bottom: 20px;
}
#contato h6{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #68C0FF;
}
#contato h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
#contato form, #contato form:hover  {
    background: #FFFFFF;
    border-radius: 21px;
    position: absolute;
    top: -180px;
    box-shadow: 0px 4px 50px rgba(32,47,157,0.6) !important;
    width: 80%;
    margin-left: 20%;
}
#contato form h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    background: #3C50E0;
    color: #FFFFFF;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
}
#contato form input {
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6F7D9C;
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
}
#contato form textarea{
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6F7D9C;
    width: 100%;
    padding: 10px;
    resize: none;
}
#contato form button {
    background: #3C50E0;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 15px 20px;
    display: inline-block;
    width: 50%;
    border: none;
    margin-top: 20px;
}
footer {
    padding: 40px 0 0;
    background: #FFFFFF;
    text-align: center;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
footer ul li {
    width: 100%;
    display: initial;
    margin: 1px 15px;
}
footer .copy{
    background: #C7DCFF;
    padding: 10px 0;
    margin-top: 10px;
}
footer .copy p {
    text-transform: uppercase;
    color: #41659F;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}
.erro {
    color: red !important;
    width: 50%;
    font-size: 12px;
    display: inline;
}
div#navbarSupportedContent {
    width: 100%;
}
@media(min-width: 991px) and (max-width: 2800px) {
    div#navbarSupportedContent {
        display: inline-block !important;
    }
}
@media(min-width: 991px) and (max-width: 1360px) {
    img.img-banner {
        width: 115%;
    }
    #banner {
        height: 644px;
    }
    #banner .animation2.layer {
        height: 279px;
        width: 727px;
        margin-top: -10px !important;
    }
    #banner .animation1.layer {
        margin-top: -280px !important;
        margin-left: -10px !important;
    }
    header ul a {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    #banner h1 {
        font-size: 33px;
        line-height: 43px;
        width: 80%;
    }
    #banner p {
        font-size: 16px;
        line-height: 24px;
        width: 80%;
    }
    #servicos .item-servico h3 {
        font-size: 26px;
        line-height: 26px;
    }
    #servicos .item-servico {
        margin-bottom: 8px;
    }
    #sobre h3 {
        font-size: 34px;
        line-height: 42px;
    }
    #sobre p {
        font-size: 15px;
        line-height: 28px;
        width: 94%;
    }
    #sobre img {
        width: 80%;
    }
    .solucoes h3 {
        font-size: 36px;
        line-height: 42px;
        width: 80%;
    }
    
    section.solucoes img {
        width: 50px;
    }
    .solucoes ul li {
        font-size: 28px;
    }
}
@media(min-width: 991px) and (max-width: 1280px) {
    #banner h1 {
        font-size: 27px;
        line-height: 36px;
        width: 80%;
    }
    #banner {
        height: 562px;
    }
    #banner .animation1.layer img, #banner .animation2.layer img {
        width: 80%;
    }
    #banner .animation1.layer {
        margin-top: -327px !important;
        margin-left: -73px !important;
    }    
    #banner .animation2.layer {
        margin-left: -200px;
    }
    #servicos .item-servico h3 {
        font-size: 22px;
        line-height: 26px;
    }
    #sobre h2 {
        margin-top: 40px;
    }
    #clientes ul li img {
        width: 140px;
        margin: 0 20px;
    }
    #contato h3 {
        font-size: 26px;
        line-height: 33px;
    }
    #contato h4 {
        font-size: 20px;
        line-height: 25px;
    }
    #clientes h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .solucoes {
        padding: 40px 0;
    }
    .solucoes ul li {
        padding: 10px 0;
    }
    #banner h1 {
        margin-top: 60px;
    }
}
@media(min-width: 0px) and (max-width: 991px) {
    img.nuvem1 {
        right: 772px;
        top: 185px;
    }
    img.nuvem2 {
        bottom: -184px;
        right: 216px;
    }
    header ul li {
        display: inline-block;
        width: 100%;
    }
    header img {
        width: 150px;
    }
    #banner {
        padding: 120px 20px;
        height: 804px;
    }
    #banner h1 {
        font-size: 24px;
        line-height: 33px;
        margin: 40px auto 20px;
    }
    img.img-banner {
        width: 125%;
    }
    #banner p {
        font-size: 14px;
        line-height: 22px;
        width: 80%;
    }
    #banner a {
        padding: 12px 20px;
        font-size: 16px;
    }
    #servicos p {
        font-size: 14px;
        line-height: 20px;
        width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }
    #servicos h3 {
        font-size: 28px;
        line-height: 28px;
    }
    #servicos .item-servico h3 {
        font-size: 25px;
        line-height: 38px;
    }
    #servicos .item-servico img {
        width: 45px;
    }
    #servicos .item-servico {
        margin-bottom: 10px;
    }
    #sobre h3 {
        font-size: 32px;
        line-height: 42px;
    }
    #sobre p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }
    .solucoes h4 {
        margin-top: 0;
    }
    .solucoes h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .solucoes ul span {
        font-size: 16px;
    }
    #clientes h2 {
        font-size: 32px;
        line-height: 38px;
    }
    #clientes ul li {
        width: 49%;
        padding: 10px;
        height: 100px;
        display: inline-block;
    }
    #clientes ul li img {
        width: 80%;
    }
    #clientes ul {
        padding: 0;
    }
    #clientes {
        padding: 60px 0 40px;
    }
    #contato h3 {
        font-size: 28px;
        line-height: 33px;
    }
    #contato form, #contato form:hover {
        position: relative;
        top: 0;
        box-shadow: 0px 4px 50px rgb(32 47 157 / 80%) !important;
        width: 100%;
        margin-left: 0;
        margin-top: 100px;
    }
    #contato form button {
        width: 100%;
    }
    footer .copy p {
        font-size: 8px;
    }
    ul.menu.navbar-nav {
        background: #467BBD;
        border-radius: 6px;
        margin-top: 10px;
        padding: 20px;
    }
    button.navbar-toggler {
        border: 1px solid #FFF;
        position: absolute !important;
        right: 15px  !important;
        top: -45px;
        z-index: 10;
        width: 50px;
        height: 40px;
        background: #FFF;
        opacity: 1 !important;
        left: initial !important;
        margin: 0;
        transform: inherit;
    }
    button.navbar-toggler  img{
        width: 100%;
    }
}
