
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 160px; /* altura do menu fixo */
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
  }
  
  /* Mantém o padding e centralização dentro do container */
  #header .container {
    padding: 40px 15px;
    transition: padding 0.3s ease;
  }
  
  /* Efeito de shrink ao rolar */
  #header.shrink {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  #header.shrink .container {
    padding: 15px 15px;
  }
  
  #logo {
    height: 70px;
    transition: height 0.3s ease;
  }
  
  #header.shrink #logo {
    height: 50px;
  }

#logo {
    width: auto;
    height:70px;
}

.item-menu {
    font-size: 20px;
    padding: 0 0 0 20px;
    text-decoration: none;
    color:#454545;
}

.container {
    position: relative;
}
.item-menu:hover {
    color:#8b8b8b;
}

.box-texto {
    /* margin:100px 0 50px 0; */
}

.subtitulo {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    padding-right: 150px;
}

.tags {
    color: #8b8b8b;
    font-size: 12px;
}

.titulo-capa a {
    color: #454545;
    font-size: 18px;
    text-align: right;
    text-decoration: none;
}

.texto-descricao {
    color: #8b8b8b;
    text-align: left;
    padding-right: 70px;
    font-size: 15px;
    line-height: 20px;
}

.testmonial p {
    font-size: 24px;
    font-weight: bold;
    color: #454545;
    text-align: center;
    padding:100px 150px 0
}

.testmonial p.citacao {
    color: #bbb;
    font-size:16px;
    text-align: right;
    padding-top: 10px;
    font-weight: normal;
}

.espacador {
    height: 50px;
    width: 100%;
}

.espaco-cabecalho {
    padding-top: 50px;
}

.espaco-cabecalho-dobra {
    padding-top: 100px;
}

.espaco-cabecalho-header-inicio {
    padding-top: 145px;
}

.espaco-cabecalho-header {
    padding-top: 100px;
}


hr {
    margin: 100px 0 50px;
}

.imagem-capa {
    margin-bottom:100px;
}

.container-imagens {
    position: absolute;
    right: 60px;
    top: -45px;
}

.container-imagens a {
    text-decoration: none;
}

.conectar {
    padding-top: 30px;
}

.logo-empresa {
    max-height: 30px;
}

@media (max-width: 991px) {
    .item-menu {
        font-size: 26px;
        padding: 0 0 0 20px;
        text-decoration: none;
        color:#454545;
    }
    .subtitulo {
        font-size: 3.5em;
        padding-right: 0;
    }
    
    .tags {
        font-size: 1.7em;
        padding-bottom:50px;
    }
    .container {
        margin: 0 50px;
        max-width: 880px;
    }

    .titulo-capa a {
        font-size: 22px;
        text-align: right;
    }
    
    .texto-descricao {
        font-style: normal;
        font-size: 2.5em;
        line-height: 1.7em;
        letter-spacing: .045em;
        text-rendering: optimizeLegibility;
    }
    .testmonial p {
        padding: 100px 0px;
        font-size: 1.7em;
    }
    
    .testmonial p.citacao {
        font-size:2.2em;
    }

      /* Mantém o menu em linha */
    nav.d-flex {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 20px;
    }

    /* Diminui o tamanho das fontes para caber na largura */
    .item-menu {
        font-size: 18px;
    }

    /* Ajusta o logo para não ocupar demais */
    #logo {
        height: 50px;
    }

    /* Reduz o padding interno do header */
    #header .container {
        padding: 20px 15px;
    }

    /* Mantém o mesmo comportamento fixo */
    #header {
        width: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 9999;
    }

    /* Ajuste de espaçamento no topo do conteúdo */
    body {
        padding-top: 100px;
    }

    .espacador-cel {
        margin-top:25px;
    }

    .conectar {
        padding-top: 10px;
        text-align: center;
        font-size: 0.8em;
    }

    .whats {
        text-align:right;
    }

    .espaco-fim {
        padding-bottom:100px;
    }
}