@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=Lobster&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: "Roboto", sans-serif;
 
   
}

html, body {
  overflow-x: hidden;
}

.navbar{
    display: flex;
    flex-flow: row wrap;    
    background:linear-gradient(0deg,#000000, rgb(37, 0, 0));
    justify-content: space-between;
    align-items: center;
    padding: 0.5%;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.logo{
    flex:40%;
    margin-left: 10%;

}

.logo img{
    width: 300px;
    height: auto;
    
}

.logo:hover img{
   opacity: 0.8;
    
}

.menu{

    flex: 2;
    text-align: right;
   
}   
.menu a{
    color: #fa0505;
    text-decoration: none;
    font-size: 15px;
    padding: 20px 16px;

}   

.menu a:hover{
   
    color: white;
    font-weight: bold;
    padding: 20px 16px;
    border-top: 7px solid #fa0505;
       
}

.header{
    display: flex;
    flex-flow: row wrap;
    height: auto;
    background: white;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    
}

/* nessa seção começa o estilo da página de ferramentas 
calculadoras inss, 13, etc.*/

h1{
  font-family: "Roboto", sans-serif;
}

.salBruto{
  font-family: "Roboto", sans-serif;
  color:  #180f4a;
  text-align: center;
}
#text-salario{
  font-family: "Roboto", sans-serif;
  color:  #180f4a;
  text-align: center;
}

@keyframes piscarColorido {
  0% {
    color: rgb(163, 184, 230);
  }
  50% {
    color: rgb(1, 58, 1);
  }
  100% {
    color: #180f4a;
  }
}

 @keyframes pulsarSeta {
   from { transform: translateX(0); opacity: 1; }
       to { transform: translateX(5px); opacity: 0.7; }
 }

 .calculator-container {        /*da calculadora inss*/
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 180px auto 20px auto;
   padding-bottom: 20px;
   width: 500px;
   border: 2px solid #180f4a;
   border-radius: 12px;
   background-color: #fdfdfd;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
   
  }
  
  .vermelho {
    color: red;
    font-weight: bold;
  }
  input.no-spinner::-webkit-outer-spin-button,
  input.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
     margin: 0;
        }
        input.no-spinner {
          -moz-appearance: textfield;
          appearance: textfield;
          
        }
        .resultado-destaque {
          color: red;
          font-family: Arial;
        }
        .resultado-fgts {
          color: green;
          font-family: Arial;
        }
        .resultado-titulo {
          color: #180f4a;
          font-weight: bold;
          font-size: 2em;
          animation: piscarColorido 1s infinite alternate;
        }
        .resultado-linha {
          white-space: pre;
        }
        .setas {
          display: inline-block;
          animation: pulsarSeta 1s infinite alternate;
          color: #928a17; 
          margin-right: 5px; 
        }
         
        .calculator-container h1 {
          text-align: center;
          margin-bottom: 20px;
          color: #180f4a;
        }
        
        .calculator-container label {
          color: #180f4a;
          font-weight: 600;
        }
        
        .calculator-container input {
          width: 50%;
          padding: 8px;
          border: 1px solid #ccc;
          border-radius: 8px;
          text-align: center;
          margin-top: 5px;
        }
      
/* classe botao inss*/

        .botao {
          display: flex;
          justify-content: center;
          gap: 15px;
        }
        
        .botao button {
          padding: 10px 20px;
          background-color: #180f4a;
          color: white;
          border: none;
          border-radius: 8px;
          cursor: pointer;
          transition: background 0.3s ease;
        }
        
        .botao button:hover {
          background-color: #fa0505;
        }
        
/* estilos especificos p decimo.html */
      
.meses {
          font-family: "Roboto", sans-serif;
          color:  #180f4a;
          text-align: center;
        
        }
 
.main-container {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin: 180px auto 20px auto;
    justify-content: left;
    gap: 40px;
    
}

.calculator-container-13 {
            max-width: 100%;
            width: auto;     /*divisão da página*/
            border: 2px solid #180f4a;
            border-radius: 12px;
            justify-content: right;
            padding: 10px 10px 10px 10px;
            padding-bottom: 20px;
            text-align: center;
            align-items: center;
            margin-left: none;
            background-color: #fdfdfd;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);  
                
        }

.calculator-container-13 input {
          width: 50%;
          padding: 8px;
          border: 1px solid #ccc;
          border-radius: 8px;
          text-align: center;
          margin-top: 5px;

}
.lateral {
  flex-grow: 1;
}

#resultado13 {
            
            max-width: 100%;   /*divisão da página*/
            border: 2px solid #180f4a;
            border-radius: 12px;
            padding-bottom: 20px;
            box-sizing: border-box;
            letter-spacing: 2px;
            align-items: center;
            text-align: left;
            color: #180f4a;
            align-items: center;
            margin-top: auto;
            font-size: 16px;
            line-height: 1.8;
            margin-right: 0;
            word-break: break-word; 
            padding: 10px 5px 11px 5px;
            list-style: none;
            border: none;

       }

  .botao13 {
          display: flex;
          justify-content: center;
          gap: 15px;
          align-items: center;
          
        }
        
        .botao13 button {
          padding: 10px 20px;
          background-color: #180f4a;
          color: white;
          border: none;
          border-radius: 8px;
          cursor: pointer;
          transition: background 0.3s ease;
}
        
.botao13 button:hover {
   background-color: #fa0505;
}



/* rodapé da página:*/

.footer {

    background: linear-gradient(180deg,#000000, rgb(37, 0, 0));
    color: #ffffff;
    padding: 40px 20px 20px 20px;
    
}

.footer-container {
    
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  height: 100px;
  
}

.footer-logo,
.footer-menu,
.footer-contact {
  flex: 1 1 300px;
  margin: 0px;
  align-items: center;
 
}

.footer-logo img {

  width: 150px;
  margin-top: 15px;
  align-items: center;
  margin-left: 15%;
  
}

.footer-menu h4,
.footer-contact h4 {
  font-size: 18px;
  margin-bottom: 10px;

}

.footer-menu ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
}

.footer-menu li,
.footer-contact li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-contact img {
  width: 18px;
  height: 18px;
}

.rodape {

    width: 100%;
    text-align: center;
    margin-top: auto;
    padding-top: 20px; 
    font-size: 12px;
    color: white;
    height:80px;
   
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; 
}
