@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* HEADER DA PAGINA */

header {
    background-color: rgb(38,38,38,);
    display: flex;
    align-items: center;
    width: 100%;
}



.cabecalho {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px;
    position: absolute;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.cabecalho.scrolled {
    background-color: rgb(38, 38, 38);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    width: 111px;
    height: auto;
    margin-right: 390px;
    
}



.navegacao-opcoes-menu .items-menu {
    display: flex;
    justify-content: flex-end;
}

.navegacao-opcoes-menu .items-menu .item {
    margin: 10px;
}

.navegacao-opcoes-menu .items-menu .item a {
    padding: 15px;
    font-family: "Varela Round", sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    transition: 0.2s ease-in-out;
}

.navegacao-opcoes-menu .items-menu .item a:hover {
    background-color: rgb(0, 52, 112);
    color: rgb(7, 80, 13);
    border-radius: 12px 20px 4px;
}


/* MAIN */

.conteudo-informativo {
    
    background-image: url(./public/img/imagemnuu.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #5f5656;
    opacity: 0.96;

}

.conteudo-informativo {
    position: relative;
}

.conteudo-informativo .conteudo {
    display: flex;
    align-items: center;
    padding: 0 10%;
    height: 92vh;
    width: 100%;
}

.conteudo-informativo .conteudo .informacoes {
    width: 100%;
    margin-bottom: 30px;
   
}

.conteudo-informativo .conteudo .informacoes .titulo {
    font-family: "hind siliguri", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 60px;
    margin-top: 190px;
    

}

.conteudo-informativo .conteudo  .informacoes p {
    font-family: "hind siliguri", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 19px;
   
}

.conteudo-informativo span{
    color: rgb(2, 179, 108);
}

.image-about-service img {
    max-width: 90%;
    margin-left: 60px;
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    height: auto;
    border: 5px solid rgb(0, 52, 112);
}

.about-section {
    margin-top: 50px;
    padding: 50px 15px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-col, .image-col {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

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

.heading-container h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    
}

.heading-container span {
    color: rgb(2, 179, 108);
}

.paragrafo-media {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(34, 31, 31);
   
    text-align: justify;
    font-weight: 400;
}

@media screen and (min-width: 760px) {
    .row {
        flex-wrap: nowrap;
    }

    .content-col, .image-col {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .heading-container h2 {
        font-size: 36px;
        text-align: left;
    }

    .paragrafo-media {
        font-size: 18px;
    }
}



@media (min-width: 1470px) {
    .services-container {
        max-width: 1470px; /* Definindo uma largura máxima */
        margin: 0 auto; /* Centraliza o container */
        display: flex;
        justify-content: center; /* Mantém os itens centralizados */
    }

    .services {
        padding: 0 20px; /* Adiciona um pequeno padding para evitar que fique muito próximo das bordas */
    }
}




footer {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    background-color: #222;
    color: #fff;
}


@media screen and (min-width:1400px) {
    

    div.services-container{
       margin-left: 85px;
        width: 1345px;
        height: auto;
    }
}

.menu-toggle {
    display: none;
}


/* Responsividade para telas menores que 700px */
@media screen and (max-width: 700px) {
    .cabecalho {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }
    .logo-hm img {
        width: 24%;
        margin-bottom: 15px;
      }

    .navegacao-opcoes-menu {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .navegacao-opcoes-menu .items-menu {
        flex-direction: column;
        align-items: center;
    }

    .navegacao-opcoes-menu .items-menu .item {
        margin: 5px 0;
    }

    .conteudo-informativo .conteudo {
        padding: 0 5%;
        flex-direction: column;
        text-align: center;
    }

    .conteudo-informativo .conteudo .informacoes .titulo {
        font-size: 36px;
        margin-top: 100px;
    }

    .conteudo-informativo .conteudo .informacoes p {
        font-size: 16px;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-item {
        width: 90%;
        margin-bottom: 20px;
    }

    .section-what {
        height: auto;
        padding: 20px;
    }

    .conteudo-IA .conteudo {
        padding: 0 5%;
        flex-direction: column;
        margin-bottom: 500px;
    }

    .conteudo-IA .imagem {
        width: 100%;
        margin: 0 auto 20px;
    }

    .service-item {
        margin-top: 30px;
    }
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        background-color: transparent;
        color: rgb(17, 2, 2);
        border: none;
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1100;
    }
    .navegacao-opcoes-menu .items-menu {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 50px; 
        right: 20px; 
        background-color: rgba(0, 0, 0, 0.9);
        padding: 20px;
        border-radius: 10px;
        z-index: 1000;
    }
    
    .navegacao-opcoes-menu .items-menu.show {
        display: flex;  
    }
    
    .navegacao-opcoes-menu .items-menu .item {
        margin: 10px 0;
    }
    
    .navegacao-opcoes-menu .items-menu .item a {
        padding: 15px;
        font-family: "Varela Round", sans-serif;
        font-size: 17px;
        color: #fff;
        font-weight: 400;
        font-style: normal;
        transition: 0.2s ease-in-out;
    }
    
   

}

