:root {
    --primaryOrange: #ff4700;
    --primaryBlack: #020100;
    --white: #ffffff;
    --compGrey: #9C9C9C;
    --compCoral: #FFA37F;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'FiraCode-Light';
    src: url('../../fonts/FiraCode-Light.ttf');
}

@font-face {
    font-family: 'FiraCode-Regular';
    src: url('../../fonts/FiraCode-Regular.ttf');
}

@font-face {
    font-family: 'Poppins.Bold';
    src: url('../../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins.Light';
    src: url('../../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins.Medium';
    src: url('../../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('../../fonts/Rubik-Bold.ttf');
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('../../fonts/Rubik-Medium.ttf');
}

h1{
    font-size: 2rem;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: var(--white);
    z-index: 1;
    display: flex;
    justify-content: center;
}

nav .logo p {
    padding: 20px 20px;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primaryOrange);
    margin-right: 10px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

nav ul li {
    margin: 0 10px;
    font-family: Rubik-Medium;
    font-size: 2rem;
}

nav ul li a {
    color: var(--primaryOrange);
    padding: 12px 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

nav ul li a:hover {
    background: var(--primaryOrange);
    border-radius: 16px;
    color: var(--white);
    transition: background 0.3s ease-in-out;
}



.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    align-items: flex-end;
    margin-right: 20px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: var(--primaryOrange);
    margin: 3px 0;
    transition: 0.4s;
}


.logo img{
    max-width: 200px; 
    margin-left: 3vh;
}

.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--primaryOrange);
    font-family: Rubik-Medium;
    z-index: 2;
    
}

.card-data-user{
    margin-top: 1rem;
    display: flex;
    align-items:center;
    flex-direction: column;
    margin-bottom: 3rem;


}

.card-data-user {
    border: 2px solid var(--primaryOrange);
    border-radius: 20px;
    padding: 20px;
    width: 300px;
    margin: 20px auto;
}

.tittle-form{
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    color: var(--primaryOrange)
}
legend {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Poppins.Bold';
    margin-bottom: 10px;
    text-align: center;
    color:var(--primaryOrange);

}

fieldset{
    border-radius: 20px;
    border: 4px solid var(--primaryOrange);
    margin-left: 170px;
    margin-right: 170px;
    margin-top: 70px;
    padding-top: 1rem;
    padding-bottom: 50px;
    padding-left: 1rem;
}


.tittle-form h1{
    font-family: 'Poppins.Bold';
    text-transform: uppercase;    
}

.instructions h2{
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: 'Poppins.Bold';

}


.text-form{
    font-family: 'Poppins.Light';
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 12px;
}

p{
    margin-right: 50px;
}

label {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 50px;

    font-weight: bold;
    font-family: 'Poppins.Bold';
    color: var(--primaryBlack);
    font-size: 1rem
}



.text-form {
    text-align: justify;
}

.justify-text{
    display: flex;
  
  
}

br {
    margin-bottom: 10px;
}

footer {
    background-color: var(--primaryOrange); 
    text-align: center;
    color: var(--white);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer h3{
    font-family:'Poppins.Bold';
}

footer a {
    font-family: 'FiraCode-Regular';
}

.footer-logo {
    display: block;
    margin: 0 auto; 
    max-width: 8rem; 
}

.links-footer {
    margin-top: 20px;
}

.links-footer p,
.links-footer a {
    color: #fff; 
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.social-footer {
    margin-top: 20px;
}

.social-footer img {
    width: 30px; 
    margin: 0 10px;
}
.btn-form{
    display: flex;
    justify-content: center;
    margin-bottom: 9rem;
    
}

.btn {
    align-items: center;
    background-color: var(--primaryOrange);
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins.Bold';
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }

  .btn:hover,
    .btn:focus {
  background-color: var(--primaryBlack);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}


input[type="radio"] {
    vertical-align: middle; 
    margin-right: 20px; 
    margin-left: 30px;
}


.text-form {
    display: inline-block; 


}

@media (max-width: 768px) {
    h1{
        font-size: 1.5rem;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 5px;
        padding-right: 5px;

   
    }

    .tittle-form h1{
        text-align: center;
     
    }


    input[type="radio"] {
        margin-top: 5px;
        margin-right: 1rem; 
        height: 5rem;
      }


    legend{
        font-size: 20px;
    }

    .card-data-user {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

 

  
    label {
        margin-left: 0;
    }

    .justify-text {
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .align{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        
    }
 
    .menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        justify-content: center;
        align-items: flex-end;
        margin-right: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .header-logo {
        text-align: center;
        color: var(--primaryOrange);
        font-family: Helvetica;
        z-index: 2;
        top: auto;
        left: auto;
        transform: none; 
        margin-top: 20px;
    }

    .logo {
        text-align: center;
        margin-left: 3vh;
    }

    nav ul {
        display: none;
        flex-direction: column;
        background: var(--primaryOrange);
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 10px 0;
    }

    .logo-hidden {
        display: none;
    }

    nav.open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primaryOrange);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav.open ul {
        display: flex;
    }

    nav ul li {
        padding: 10px 0;
        text-align: center;
    }

    nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

     .text-form {
        display: block;
        text-align: center; 
        margin-bottom: 10px; 
      }
      label {
        display: block; 
        margin-bottom: 1rem;
        font-size: 1.2rem;
      }
    
 } 
 @media (max-width: 900px) {
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 }

      

