@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
html {
    scroll-behavior: smooth;
}
#solucoes:target, #sobre:target, #contato:target, #geoow:target, #map4geo:target{
    scroll-margin-top: 90px;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f7f6;
}
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: 50px;
    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: 100px;
    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: 'Ubuntu', sans-serif;
}
.btn-suporte{
    border: 2px solid #51bca7;
    border-radius: 50px;
    background: #51bca7;
}
.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: 'Ubuntu', 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);
}
.titulo-main{
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    font-weight: bold;
}
.contentudo-main{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.link-btn-mais{
    width: 150px;
}
.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;
}

.descricao-serv{
    width: 900px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    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: 515px;
    margin-bottom: 50px;
    box-shadow: 0 0 35px #f2f4f9;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
}
.content-icone-serv{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.icone-serv{
    height: 120px;
}
.tit-desc-serv{
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.tit-conteudo-serv{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: initial;
}
.btn-serv{
    height: 55px;
    border: 2px solid #51bca7;
    border-radius: 50px;
    background: #51bca7;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    margin-top: 25px;
}
.btn-soft{
    width: 150px;
}
.btn-safy{
    width: 200px;
}
.btn-hosting{
    width: 120px;
}
.sec-sobre{
    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;
    margin-top: 180px;
    box-sizing: border-box;
}
.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: 100%;
    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: 'Ubuntu', 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: 'Ubuntu', 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: #1d4941;
    margin: auto;
}
.foot-content{
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.titulo-foot{
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 25px;
}
.column-foot{
    max-width: 400px;
    min-width: 350px;
    position: relative;
}
.solucoes-foot{
    margin: 0;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.txt-foot-info{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #f2f5f3;
}
.txt-foot-titulo{
    font-family: 'Ubuntu', 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: 'Ubuntu', 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: #51bca7;
}
.button-whats{
    width: 65px;
    height: 65px;
    background-color: #1d4941;
    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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.text-modal{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
}
.btn-modal{
    width: 100px;
    height: 40px;
    border: 2px solid #51bca7;
    border-radius: 50px;
    background: #51bca7;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    margin-top: 20px;
}
.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: 'Ubuntu', 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: 'Ubuntu', 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-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        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;
    }
}

@media (max-width: 1024px) {   
    .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;
        box-sizing: border-box;
    }
    .valores-content{
        width: 55%;
        margin-left: 30px;
    }    
}

@media (max-width: 790px) {
    .nav-principal{
        display: none;
    }
    .menu-mob{
        display: block;
    }    
    .foot-content{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }    
    .sec-sobre{
        flex-wrap: wrap;
    }
    .sobre-content{
        width: 90%;
    }
    .sobre-pic{
        width: 90%;
        margin-top: 100px;
    }
    .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-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .contentudo-main{
        font-size: 15px;
        padding: 0;
        padding-left: 20px;
        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: 15px;
        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: 480px;
        margin-right: 0;
    }
    .tit-conteudo-serv{
        font-size: 15px;
    }
    .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;
    }    
}