@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');


@media screen and (min-width:729px){
    
@font-face {
    font-family: Bahnschrift;
    src: url("/html/fonte/Bahnschrift-Font-Family.zip");
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/*Header*/
* {
    padding: 0;
    margin: 0;
    font-family: Bahnschrift;
}

header {
    background-color: #EF7F1B;
    
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}


.logo {
    display: flex;
    position: relative;
    margin-top: -30%;
    margin-left: 20.5%;
    height: 60%;
    width:  60%;


}

/*Logo*/


.nav-list {
    display: flex;
    margin-left: -6.5%;
    margin-top: 0.5%;

}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.90rem;
    color: #F2FDFF;
    font-weight: bold;
    margin-left: 20%;
}

li a, .dropbtn {
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;

  }

  .dropbtn {
    display: inline-block;
    text-decoration: none;
    font-size: 1.90rem;
    color: #fff;
    font-weight: bold;
    margin-left: 15%;

  }
  

  .dropdown {
    display: inline-block;
    margin: 0 15px;

  }
  
  .dropdown-content {

    display: none;
    position: absolute;
    background-color: #EF7F1B;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

  }
  
  .dropdown-content a {
    /*color: black;*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

  }
  
  .dropdown-content a:hover {
    background-color: #ff94369a;

}
  
  .dropdown:hover .dropdown-content {
    display: block;

  }

.login-button button {
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-right: -50px;
    color: #fff;
    background-color: #ff94369a;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
    
}

.login-button button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
}

/*Pop Up de Login*/

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for the submit button */
  .submeter button {
    background-color: #EF7F1B;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  .submeter button:hover {
    opacity: 0.8;
  }

  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,1); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #ff94369a;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border-radius: 2rem;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }
  

    /*Header*/


    /*Imagem de Fundo*/

    .img-fundo {
    display: flex;
    height: 84.19vh;
    width: 100%;
    }

    /*circulo branco central*/
    .branco-central {
        position: absolute;
        margin-top: -35%;
        height: 80vw;
        width: 80%;
        border-radius: 50%;
        background-color: #ffffff;
        margin-left: 10%;
    }
    /*circulo branco central*/

    /*foto de grafico*/

    #grafico {
        position: relative;
        top: -140vh;
        left: 115vh;
        height: 25vw;
        width: auto;
    }

    /*Circulos laranjas*/


    .circulogg {
        position: relative;
        top: -77vh;
        height: 7vw;
        width: 7vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 7vh;
    }

    .texto2 {
        position: relative;
        margin-top: 45vw;
        font-size: 3.4vh;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--Preto, #2B2A28);
        text-align: justify;
        font-family: Bahnschrift;
        margin-inline: 7rem;
        text-indent: 1rem;

    }

    .circulog {
        position: absolute;
        top: 535vh;
        height: 20vh;
        width: 20vh;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 25vh;
    }

    .circulom {
        position: relative;
        top: -37vh;
        height: 7vw;
        width: 7vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 153vh;
    }

    .circulopp {
        position: relative;
        top: -113vh;
        height: 2.5vw;
        width: 2.5vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 23vh;
    }
        
    
    .circulop {
        position: relative;
        top: -10vh;
        height: 2.7vw;
        width: 2.7vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 132vh
    }

    .circuloexp {
        position: relative;
        top: -175vh;
        height: 1.5vw;
        width: 1.5vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 5vh;
    }
    
    .circuloexpp {
        position: relative;
        top: -170vh;
        height: 1.2vw;
        width: 1.2vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 197vh;
    }
    
    .circulo1 {
        position: relative;
        top: -182vh;
        height: 2.5vw;
        width: 2.5vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 192vh
    }

    .circulo2 {
        position: relative;
        top: -193vh;
        height: 2.5vw;
        width: 2.5vw;
        border-radius: 50%;
        background-color: #EF7F1B;
        left: 10vh;
    }

    /*Circulos laranjas*/

    /*textos*/
/*textos com números não escritos foram adicionados depois*/
    .texto1 {
        position: relative;
        margin-top: 20vh;
        font-size: 3.45vh;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--Preto, #2B2A28);
        text-align: justify;
        font-family: Bahnschrift;
        margin-inline: 7rem;
        text-indent: 1rem;

    }


    .texto3 {
        position: relative;
        margin-top: 7vw;
        font-size: 3.4vh;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--Preto, #2B2A28);
        text-align: justify;
        font-family: Bahnschrift;
        margin-inline: 7rem;
        text-indent: 1rem;

        }

    .texto4 {
        position: relative;
        margin-top: 7vw;
        font-size: 3.4vh;
        font-style: normal;
        font-weight: 400;
        font-family: Bahnschrift;
        line-height: normal;
        color: var(--Preto, #2B2A28);
        text-align: justify;
        font-family: Bahnschrift;
        margin-inline: 7rem;
        text-indent: 1rem;

    }

    /* Estilos para a lista */
    .lista {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Estilos para cada item da lista */
    .lista li {
        padding: 10px 10px 10px 40px;
        margin: 5px;
        position: relative;
        
    }
    
    /* Estilos para o ícone ao lado do texto */
    .lista li::before {
        content: ""; /* Conteúdo vazio para o ícone */
        display: block;
        position: absolute;
        left: 10px; /* Distância do ícone em relação ao texto */
        top: 50%; /* Alinhamento vertical */
        transform: translateY(-50%); /* Alinhamento vertical */
        background-color: #EF7F1B; /* Cor de fundo laranja */
        border-radius: 8px; /* Cantos arredondados */
        width: 20px; /* Largura do ícone */
        height: 20px; /* Altura do ícone */
    }
  
    .titulo {
        position: relative;
        text-align: justify;
        top: -1vw;
        font-size: 3vw;
        font-weight: 700;
        color: var(--Preto, #2B2A28);
        font-family: Bahnschrift;
        
    }

    .titulo1 {
        position: relative;
        text-align: justify;
        top: -1vw;
        font-size: 3vw;
        font-weight: 700;
        color: var(--Preto, #2B2A28);
        font-family: Bahnschrift;
        
    }

    
    #primeiro-titulo {
        font-size: 4vw;
        text-align: center;
        color: #ffffff;
        font-family: Bahnschrift;
    }

    .primeiro-texto {
    position: relative;
    top: -50vw;
    font-size: 3.4vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Preto, #2B2A28);
    text-align: justify;
    font-family: Bahnschrift;
    margin-inline: 8rem;
    text-indent: 1.7rem;

     }

    #segundo-titulo {
        top: -200vh;
        position: relative;
        font-size: 4vw;
        align-self: center;
        text-align: center;
        color: #F2FDFF;
        left: -30vh;
        font-family: Bahnschrift;
        z-index: 2;
    }

    .localtexto {
        position: relative;
        top: 35vh;
    }

    .texto-bolinha {
        position: relative;
        top: 77vh;
        font-weight: 400;
        background-color: #EF7F1B;
        height: 60vw;
        width: 60vw;
        border-radius: 50%;
        left: 10vh;
    }

    .texto-da-bolinha {
        text-align: center; /* Centraliza o texto */
        max-width: 90vh; /* Define a largura máxima do contêiner */
        margin: 0 auto; /* Centraliza o contêiner horizontalmente */
        font-size: 1.7vw;
        font-family: Bahnschrift;  
        color: #F2FDFF;

    }
    

    #terceiro-titulo {
        margin-bottom: 3%;
        font-size: 4vw;
        text-align: justify;
        color: #1E1E1E;
        font-family: Bahnschrift;
    }

    .texto-solto {
        margin-top: 55vh;
        font-size: 1.6vw;
        text-align: justify;
        margin-inline: 10%;
        color: #1E1E1E;
        margin-bottom: 7%;
        font-family: Bahnschrift;
        text-indent: 1rem;

    }

    .cartoes {
        font-size: 2vw;
        align-self: center;
        text-align: center;
        margin-inline: 10%;
        color: #1E1E1E;
        margin-bottom: 10%;
    }

  
    /*textos*/

    .container-card table {
        border-collapse: separate;
        border-spacing: 30px;
    }

    .container-card td {
        vertical-align: top;
        margin-left: 5%;
    }
    .cartoes .container-card {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .card {
        border-radius: 4rem;
        background-color: #EF7F1B;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: pointer;
        width: 300px;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        transition: all .5s;
    }
    
    .card:hover {
        background-color: #EF7F1B;
    }

    /*IDs Cards*/
    #PSQ{
        font-size: 1.8rem;
    }

    #DADOS{
        font-size: 4rem;
    }
    #NPS{
        font-size: 4rem;
    }
    #SYN{
        font-size: 3.2rem;
    }
    #FBM{
        font-size: 2.7rem;
    }
    #PFG{
        font-size: 3rem;
    }
    .card .title0{
        margin: 0.3rem;
        margin-top: 1.2rem;
        font-size: 2.4rem;
        color: #f2fdff;
        font-weight: 700; 
    }
    .card .title {

        font-size: 1.5rem;
        font-weight: 450;
        color: #f2fdff;
    }
    .card .content {
        padding: 0px 20px;
        height: 0;
        opacity: 0;
        transition: all .5s;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        transform: translateY(30px);
    }
    .card:hover .title0{
        margin-top: 1.5rem;
    }
    .card:hover .content {
        margin-bottom: 2.3rem;
        height: 20rem;
        padding: 20px;
        opacity: 1;
        transform: translateY(0);
    }
    
    .card .content p {
        margin: 0;
    }
    
    .card .content .desc {      
        margin-bottom: 2%;
        font-size: 1.1rem;
        margin-top: 5%;
        color: #f2fdff;
        font-weight: 300;
    }

    /*IDs Conteúdo Cards*/
    #PSQC{
        font-size: 1.1rem;
    }
    #DADOSC{
        font-size: 1.2rem;
    }
    #NPSC{
        font-size: 1.4rem;
    }
    #SYNC{
        font-size: 1.1rem;
    }
    #FBMC{
        font-size: 1.05rem;
    }
    #PFGC{
        font-size: 1.05rem;
    }
    
    /*trio de imagens do final*/

    .imglado-trio1 {
    position: absolute;
    margin-top: 13%;
    margin-left: 21.5%;
    height: 20vw;
    }

    .imglado-trio2 {
        position: absolute;
        margin-top: 13%;
        margin-left: 59.5%;
        height: 20vw;
    }
    
    .img-centrotrio {
        position: absolute;
        margin-top: 5%;
        margin-left: 34%;
        height: 33vw;
        
    }
    

}
    /*Footer*/

    :root {
        --color-neutral-0: #0e0c0c;
        --color-neutral-10: #171717;
        --color-neutral-30: #a8a29e;
        --color-neutral-40: #f5f5f5;
    
    }
    
    * {
        font-family: 'Inter', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        letter-spacing: 1px;
    }
    
    main {
        height: 1vh;
    }
    
    footer {
        width: 100%;
        color: var(--color-neutral-40);
    }
    
    .logobranca {
        position: relative;
        top: -5%;
        display: grid;
        display: flex;
    }

    .footer-link {
        text-decoration: none;
    }
    
    #footer_content {
        background-color: var(--color-neutral-10);
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 3rem 3.5rem;
    }
    
    #footer_contacts h1 {
        margin-bottom: 0.75rem;

    }
    
    #footer_social_media {
        display: flex;
        gap: 2rem;
        margin-top: 1.5rem;
    } 
    
    #footer_social_media .footer-link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        width: 2.5rem;
        color: var(--color-neutral-40);
        border-radius: 50%;
        transition: all 0.4s;
    }
    
    #footer_social_media .footer-link i {
        font-size: 1.25rem;    
    }
    
    #footer_social_media .footer-link:hover {
        opacity: 0.8;
    }
    
    #instagram {
        background: linear-gradient(#7f37c9, #ff2992, #ff9807);
    }
    
    #facebook {
        background-color: #4267b3;
    }
    
    #linkedin {
        background-color:  #0e76a8;
    }
    
    .footer-list {
        display: flex;
        flex-direction: column;
        gap: 0.70rem;
        list-style: none;
        font-size: 1.25rem;
    }


.sub-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; /* Adiciona uma transição suave */
    margin-top: 1vh;
}

.sub-list.show {
    max-height: 1000px; /* Um valor grande para garantir que caiba todo o conteúdo */
}

.sub-list .footer-link {
    color: var(--color-neutral-30);
    transition: color 0.4s; /* Adiciona uma transição de cor suave */
}

.sub-list .footer-link:hover {
    color: #EF7F1B;
}
    
    .footer-list .footer-link {
        color: var(--color-neutral-30);
        transition: all 0.4s;
    }
    
    .footer-list .footer-link:hover {
        color: #EF7F1B;
    }
    
    
    #input_group {
        display: flex;
        align-items: center;
        background-color: var(--color-neutral-0);
        border-radius: 4px;
    }
    
    #input_group input {
        all: unset;
        padding: 0.75rem;
        width: 100%;
    }
    
    #input_group button {
        background-color: #EF7F1B;
        border: none;
        color: var(--color-neutral-40);
        padding: 0px 1.25rem;
        font-size: 1.125rem;
        height: 100%;
        border-radius: 0px 4px 4px 0px;
        cursor: pointer;
        transition: all 0.4s;
    }
    

    #footer_email a.footer-link2 {
        color: #EF7F1B;
        text-decoration: none; /* Remove o sublinhado */
    }
    
    #footer_email a.footer-link2:hover {
        color: #ff9807;
        text-decoration: underline; /* Adiciona o sublinhado ao passar o mouse por cima, se desejado */
    }

    .whatsapp-link {
        color: #25d366; /* Cor verde padrão do WhatsApp */
        text-decoration: none; /* Remover sublinhado */
      }

    #input_group button:hover {
        opacity: 0.8;
    }
    
    #footer_copyright {
        display: flex;
        justify-content: center;
        background-color: var(--color-neutral-0);
        font-size: 1rem;
        padding: 1.5rem;
        font-weight: 100;
    }
    
    @media screen and (max-width: 768px) {
        #footer_content {
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }
    }
    
    @media screen and (max-width: 426px) {
        #footer_content {
            grid-template-columns: repeat(1, 1fr);
            padding: 3rem 2rem;
        }
    }
