@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@400&display=swap');

html {
    scroll-behavior: smooth;
}
#solucoes:target, #ferramentas:target, #preco:target, #contato:target{
    scroll-margin-top: 90px;
}

body {
    font-family: 'Gabarito', sans-serif;
    background-color: #f8fbff;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #FFF;
    box-sizing: border-box;
    z-index: 10;
}
.content-nav{
    width: 1280px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
}
.logo {
    width: 200px;
    margin-left: 20px;
}
.logo img {
    width: 100%;
    height: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.links{
    margin-right: 15px;
    display: flex;
}
.button-menu{
    width: 120px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    padding: 10px;
    margin-right: 8px;
    text-align: center;
    font-family: 'Gabarito', sans-serif;
}
.btn-suporte{
    border: 2px solid #0c2343;
    border-radius: 50px;
    background: #0c2343;
    box-shadow: 0 0 35px #ccd0e4;
    transition: all 0.3s ease;
}
.btn-suporte:hover{
    border: 2px solid #70d1e4;
    background-color: #70d1e4;
    box-shadow: 0 0 25px #a1b0d7;
}
.menu-mob{
    display: none;
    cursor: pointer;
    margin-top: 5px;
}
.img-menu-mob{
    height: 32px;
}
.nav-principal{
    display: block;
}
.nav-mob{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    margin-top: 90px;
    transition: opacity 0.3s ease; /* Adicione a transição de opacidade */
}
.nav-mob-pages{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    transition: opacity 0.3s ease; /* Adicione a transição de opacidade */
}
.style-nav-mob{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.item-nav-mob{
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-family: 'Gabarito', sans-serif;
    background: #FFF;
    z-index: 9;
    opacity:100%;
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.txt-primary{
    color: #696969;
}
.txt-secondary{
    color: #FFFAFA;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.txt-preco{
    color: black;
}
.txt-menu{
    font-family: 'Gabarito', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.titulo-main{
    font-family: 'Gabarito', sans-serif;
    font-size: 35px;
    font-weight: bold;
}
.contentudo-main{
    font-family: "Afacad Flux", sans-serif;
    font-size: 22px; 
    font-weight: 400;
    font-style: normal;
}
.link-btn-mais{
    width: 200px;
}
.main-pic{
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    filter: grayscale(40%);
}
.pic-empresa{
    height: 95%;
    max-height: 385px;
}
.img-empresa{
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    object-fit: cover;
}
.sec-servicos{
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.sec-precos{
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.descricao-serv{
    width: 900px;
    font-family: 'Afacad Flux', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: -10px;
}
.cards{
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card {
    width: 350px;
    height: 305px;
    margin-bottom: 50px;
    box-shadow: 0 0 35px #f2f4f9;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.card:hover, .card-preco:hover {
    box-shadow: 0px 15px 50px #e1e4eb;
}

.cards-precos{
    width: 1280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card-preco {
    width: 400px;
    margin-bottom: 50px;
    box-shadow: 0 0 35px #f2f4f9;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 35px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.cont-valor-card{
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.valor-plano{
    font-family: 'Gabarito', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    text-align: initial;
}
.tool{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.icon-preco{
    width: 23px;
    margin-right: 5px;
}

.content-button-preco{
    width: 100%;
    margin-top: 20px;
    display: flex;
    border-top: 1px solid #e1e1e1;
}

.content-icone-serv{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #0c2343;
    border-radius: 15px;
}
.icone-serv{
    height: 32px;
}
.tit-desc-serv{
    font-family: 'Gabarito', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tit-conteudo-serv{
    font-family: 'Afacad Flux', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    text-align: initial;
}

.feature{
    display: flex;
    align-items: center;
}

.content-feat{
    font-family: 'Gabarito', sans-serif;
    font-size: 18px;   
    line-height: 25px;
    text-align: initial;
    margin-left: 15px;
    font-weight: 500;
}

.icone-feature{
    width: 30px;
    height: 30px;
}

.btn-serv{
    height: 55px;
    border: 2px solid #51bca7;
    border-radius: 50px;
    background: #51bca7;
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}
.btn-soft{
    width: 150px;
}
.btn-safy{
    width: 200px;
}
.btn-hosting{
    width: 120px;
}
.sec-solucoes{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 45px;
}
.sec-valores{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 90px;
}
.sobre-pic{
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin: auto;
}
.valores-pic{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.pic-about{
    width: 550px;
    margin-bottom: 20px;
    z-index: 2;
}
.pic-valores{
    width: 300px;
    margin-top: 85px;
}
.img-about{
    width: 80%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    object-fit: cover;
}
.sobre-content{
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.valores-content{
    width: 55%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.cont-quadro{
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
}
.buttons-board{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: initial;
    align-items: center;
}
.btn-board{
    width: 130px;
    height: 50px;
    border: 5px solid #1d4941;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 25px;
    font-family: 'Gabarito', sans-serif;
    margin-right: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-empresa{
    width: 100%;
}
.visivel{
    display: block;
}
.txt-conteudo-empresa{
    font-family: 'Gabarito', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: initial;
    line-height: 1.5;
}
.sec-estrutura{
    width: 100%;
    height: 700px;
    background-color: violet;
}
.foot{
    width: 100%;
    background: #0c2343;
    margin: auto;
}
.foot-content{
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.titulo-foot{
    font-family: 'Gabarito', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 25px;
}
.column-foot{
    max-width: 400px;
    min-width: 350px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0 30px 0;
}
.solucoes-foot{
    margin: 0;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.txt-foot-info{
    font-family: 'Gabarito', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #f2f5f3;
}
.txt-foot-titulo{
    font-family: 'Gabarito', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    color: #f2f5f3;
}
.link-foot{
    padding-top: 15px;
}
.logos-foot{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 30px;
}
.icone{
    width: 70px;
    margin-bottom: 20px;
}
.logo-branco{
    width: 250px;
}
.info-foot{
    width: 100%;
    margin: auto;
    max-width: 900px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}
.txt-foot{
    font-family: 'Gabarito', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #f2f5f3;
}
.social{
    width: 200px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ico-social{
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.linha{
    width: 100%;
    height: 1px;
    background-color: #70d1e4;
}
.button-whats{
    width: 65px;
    height: 65px;
    background-color: #70d1e4;
    position: fixed;
    border-radius: 50%;
    z-index: 40;
    bottom: 35px;
    right: 35px;
    box-shadow: 0px 0px 29px 11px rgba(0,0,0,0.1);
    transition: all 0.1s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.button-whats:hover{
    width: 250px;
    border-radius: 35px;
    box-shadow: -10px 7px 29px 7px rgba(0,0,0,0.1);
    transition: all 0.1s ease;
}
.button-whats:hover .txt-whats{
    transition: all 0.2s ease;
    display: inline-block;
}
.txt-whats::after{
    content: "Fale Conosco!";
}
.ico-whats{
    width: 35px;
    height: 35px;
}
.txt-whats{
    font-family: 'Gabarito', sans-serif;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    margin-left: 13px;
    display: none;
    transition: all 0.2s ease;
}
.marker {
    background-image: url('../img/flag.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.mapboxgl-popup {
    max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Gabarito', sans-serif;
    font-size: 15px;
}
.serv-container{
    width: 100%;
    position: relative;
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
.mais-info-container{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    z-index: 5;
}
.btn-mais-serv{
    width: 200px;
    height: 60px;
    border: 2px solid #1d4941;
    border-radius: 5px;
    background: #1d4941;
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}
.modal-back{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal-content{
    width: 100%;
    max-width: 400px;
    background: #FFF;
    margin: auto;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    padding: 20px;
}
.titulo-modal{
    font-family: 'Gabarito', sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.text-modal{
    font-family: 'Gabarito', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
}
.btn-modal{
    width: 100px;
    height: 40px;
    border-radius: 50px;
    border: 5px solid #0c2343;
    background-color: #0c2343;
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    cursor: pointer;
    margin-top: 20px;
}
.btn-modal:hover{
    border: 5px solid #70d1e4;
    background-color: #70d1e4;
    box-shadow: 0 0 25px #a1b0d7;
}
.titulo-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    max-width: 1000px;
}
.sec-cta{
    width: 100%;
    background: #51bca7;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-cta{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tit-cta{
    font-family: 'Gabarito', sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-cta{
    width: 220px;
    height: 60px;
    border: 2px solid #1d4941;
    border-radius: 50px;
    background: #1d4941;
    font-size: 18px;
    font-family: 'Gabarito', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}

@media (max-width: 1280px) {
    .content-nav{
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        margin: auto;
        box-sizing: border-box;
    }

    .descricao-serv{
        width: 90%;       
        font-size: 20px;
        font-weight: 300;
        margin-top: -10px;
    }
    .cards{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .column-foot{
        max-width: 400px;
        min-width: 30%;
        position: relative;
    }

    .sobre-content{
        padding-right: 20px;
        box-sizing: border-box;
    }

    .valores-content{
        width: 55%;
        margin-left: 30px;
    }
    .cards-precos{
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .nav-principal{
        display: none;
    }
    .menu-mob{
        display: block;
    }
    .main-pic{
        width: 50%;
    }
    .pic-empresa{
        max-height: 230px;
    }
    .sobre-pic{
        width: 45%;
    }
    .valores-pic{
        width: 45%;
    }
    .pic-about{
        width: 400px;
    }
    .pic-valores{
        width: 290px;
        margin-top: 130px;
    }
    .img-about{
        width: 100%;
        height: 100%;
    }
    .sobre-content{
        width: 55%;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .valores-content{
        width: 55%;
        margin-left: 30px;
    }
}

@media (max-width: 790px) {
    .foot-content{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .sec-solucoes{
        flex-wrap: wrap;
    }
    .sobre-content{
        width: 90%;
        order: 2;
    }
    .sobre-pic{
        width: 90%;
        margin-top: 100px;
        order: 1;
    }
    .valores-pic{
        display: none;
    }
    .valores-content{
        width: 90%;
        margin-left: 0;
    }
    .sec-valores{
        padding-top: 5px;
        padding-bottom: 50px;
    }
    .main-pic{
        width: 90%;
    }
    .logo-branco{
        width: 60%;
    }
}

@media (max-width: 600px) {
    .column-foot{
        width: 100%;
        padding-left: 35px;
        box-sizing: border-box;
    }
    .titulo-main{
        font-size: 25px;
        padding: 0;
        padding-right: 20px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .contentudo-main{
        font-size: 20px;
        padding: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .pic-empresa{
        max-height: 180px;
    }
    .button-whats{
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
    }
    .ico-whats{
        width: 25px;
        height: 25px;
    }
    .button-whats:hover{
        width: 170px;
        border-radius: 35px;
        box-shadow: -10px 7px 29px 7px rgba(0,0,0,0.1);
        transition: all 0.1s ease;
    }
    .txt-whats{
        font-size: 14px;
        font-weight: 300;
        margin-left: 13px;
    }
    .descricao-serv{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 19px;
        margin-top: 0px;
        box-sizing: border-box;
    }
    cards{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .card{
        width: 90%;
        height: 305px;
        margin-right: 0;
    }
    .tit-conteudo-serv{
        font-size: 20px;
    }
    .btn-serv{
        height: 45px;
        font-size: 15px;
    }
    .btn-soft{
        width: 130px;
    }
    .btn-safy{
        width: 180px;
    }
    .btn-hosting{
        width: 100px;
    }
    .sobre-pic{
        width: 100%;
        margin-top: 10px;
    }
    .pic-about{
        width: 300px;
    }
    .sobre-content{
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 320px) {
    .card{
        height: 530px;
    }
}