
html{
    font-size: 62.5%;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
}
.correcao-margens{
    padding: 0 20rem 0;
}
.upercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.size-1{
    font-size: 8rem;
}
.oswald-uniquifier{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
.kadwa-regular {
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
  }  
/* // <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 200 to 700 */
.h1-400{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.h1-600{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 3rem;
}
.logo-title{
    display: flex;
    line-height: 1.1rem;
    flex-basis: 37rem;
    justify-content: flex-start;    
}

.logo-title img{
    width: 8rem;
    height: 8rem;
    margin: 0;
    padding: 0;
    align-self: center;
}
.logo-title h1{
    margin: 0;
    padding: 0;
    color: white;
}
.responsive-nav{
    width: 1rem;
    height: 1rem;
    flex-grow: 1;
}
.header-nav{
    background-color: #000000;
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    height: 13rem; 
}
.header-nav h1{
    margin: auto;
}
.list-nav-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.list-nav{
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.list-nav li{
    align-items: center;
    margin: 0;
    padding: 0;
    }
.list-nav a{
    text-decoration: none;
    /* background-color: rgb(88, 88, 88); */
    color: white;
    /* padding: 2rem 3rem; */
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Osvald", sans-serif;
    /* border-radius: 0.5rem; */
    border-right: 1px solid white;
    padding-right: 2rem;
    
}
.list-nav a:hover{
    color: rgb(71, 71, 71);
}

main{
    display: flex;
    justify-content: center;
    align-items: right;
    flex-direction: column;  
}
main h1{
    margin: 0 0 3rem 0;
    padding: 0;
    text-align: center;
}
main img{
    width: 6rem;
}
.cont{
    display: block;
    margin-bottom: 7rem;
    display: flex;
    height: 7rem;
    align-items: center;
    justify-content: left;
}
.cont a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}
.cont a:hover{
    transform: scale(1.2);
    transition-delay: 0.1s;
}
.cont p{
    font-size: 4rem;
    margin: 0 auto;
    padding: 0 1rem;
    
}
footer{
    background-color: black;
    color: white;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    bottom: 0;
    text-align: center;
    position: absolute; 
    bottom: 0;  
}
footer p{
    margin: 0;
    padding: 0;
}
.format-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}
form {
    width: 100rem;
    margin: 2rem 6rem 0 6rem;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }


  label{
    display: block;
    margin-bottom: 5px;
    font-size: 3rem;
    font-family: "Kadwa", serif ;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  textarea {
    resize: vertical;
  }

  input[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }

  input[type="submit"]:hover {
    background-color: #45a049;
  }
  @media screen and (max-width: 1400px){
    .correcao-margens{
        padding: 0 10rem 0;
    }
    .logo-title{
        display: flex;
        line-height: 1.1rem;
        flex-basis: 24rem;
        justify-content: flex-start;    
    }
    
    .logo-title img{
        width: 5rem;
        height: 5rem;
        margin: 0;
        padding: 0;
        align-self: center;
    }
    .logo-title h1{
        margin: 0;
        padding: 0;
        color: white;
        font-size: 2rem;
    }
    .h1-400{
       font-size: 1rem;
    }
    .responsive-nav{
        width: 1rem;
        height: 1rem;
        flex-grow: 1;
    }
    .header-nav h1{
        margin: auto;
    }
    .list-nav{
        display: flex;
        list-style: none;
        gap: 0rem;
        margin: 0;
        padding: 0;
    }
    .list-nav li{
        align-items: center;
        margin: 0;
        padding: 0;
        }
    .list-nav a{
        text-decoration: none;
        /* background-color: rgb(88, 88, 88); */
        color: white;
        /* padding: 2rem 3rem; */
        font-size: 1rem;
        text-transform: uppercase;
        font-family: "Osvald", sans-serif;
        /* border-radius: 0.5rem; */
        border-right: 1px solid white;
        padding-right: 1rem;
        
    }
    .list-nav a:hover{
        color: rgb(71, 71, 71);
    }
    .size-1{
        font-size: 4rem;
    }
    
    .size-2{
        font-size: 2rem;
    }
    main h1{
        margin: 0 0 3rem 0;
        padding: 0;
        text-align: center;
    }
    main img{
        width: 4rem;
    }
    .cont{
        height: 3rem;
    }
    .cont a:hover{
        transform: scale(1.2);
        transition-delay: 0.1s;
    }
    .cont p{
        font-size: 2rem;
    }
    .format-cont{
        margin-top: 4rem;
    }
    form {
        width: 100rem;
        margin: 2rem 6rem 0 6rem;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      input[type="text"],
      input[type="email"],
      textarea {
        width: 100%;
        padding: 0.5rem;
        margin-bottom: 0.2rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
      }
      textarea {
        resize: vertical;
      }
      input[type="submit"] {
        width: 100%;
        background-color: #4CAF50;
        color: white;
        padding: 0.7rem 1rem;
        margin-top: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 2rem;
      }
      label{
        font-size: 2rem;
      }
    }
    @media screen and (max-width: 800px){
        .correcao-margens{
            padding: 0 3rem 0;
        }
        .logo-title{
            display: flex;
            line-height: 1.1rem;
            flex-basis: 6rem;
            justify-content: flex-start;   
        }
        .logo-title img{
            width: 5rem;
            height: 5rem;
            margin: 0;
            padding: 0;
            align-self: center;
        }
        .list-nav a{
            text-decoration: none;
            color: white;
            font-size: 100%;
            text-transform: uppercase;
            font-family: "Osvald", sans-serif;
            border-right: 1px solid white;
            padding:0 0.3rem 0;
        }
        .logo-title h1{
            margin: 0;
            padding: 0;
            color: white;
            font-size: 1rem;
            display: none;
        }
        .format-cont{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 1rem;
        }
        form {
            width: 80%;
            margin: 2rem 6rem 2rem 6rem;
            background-color: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          }
        main{
            margin-bottom: 2rem; 
        }
        .nowrap{
            display: flex;
            flex-wrap: nowrap;
        }
        .correcao-margens2{
            padding: 0 1rem 0;
        }
        footer{
            background-color: black;
            color: white;
            width: 100%;
            margin: 0;
            padding: 1rem 0;
            text-align: center;
            position: relative;
        }
        footer p{
            margin: 0;
            padding: 0;
        }
    }


