@font-face {
    font-family: 'tusker';
    src: url(../fuentes/TuskerGrotesk-2800Super.otf);
}

@font-face {
    font-family: 'firasans-regular';
    src: url(../fuentes/FiraSans-Regular.ttf);
}

@font-face {
    font-family: 'firasans-bold';
    src: url(../fuentes/FiraSans-Bold.ttf);
}

@font-face {
    font-family: 'firasans-light';
    src: url(../fuentes/FiraSans-Light.ttf);
}
*{scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
   
    max-width: 100%;
    min-height: 100vh;
    background-color: black;
}

img {
    max-width: 100%;
}
/*que los links no tengan estilos*/
li {list-style: none;}
a {text-decoration: none; 
    color: black;
    text-transform: none;
}


/*menu*/
header {
    height: 7em;
   
}
nav {
    position: relative;
   
}
.toggle-menu {
    position: absolute;
    z-index: 9000;
display: flex;
justify-content: space-between;
width: 100%;
background-color: #e7e7e8;
padding: 1em;
}
.toggle-menu .logo {
    width: 7em;
    height: fit-content;
    margin-top: 0.4em;
    margin-left: 0.2em;
}
.toggle-menu .menuimg {
    padding-top: .5em;
    width: 2em;
    height: 2.5em;
    margin-top: 0.9em;
    margin-right: 0.5em;
}

.main-menu {
    position: absolute;
    z-index: 8000;
    margin-top:4em ;
    right: 0;
    font-family: 'firasans-regular';
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: left;
    padding: 2em 0 2em 2em;
    gap: 1em;
    background-color: #e7e7e8;
    margin-left: auto;
    margin-right: 0;
    transform: translateY(-100%);
    transition: .3S;
}
.main-menu--show {transform: translateY(0);
}


.list__item{
    width: 100%;
    text-align: left;
    overflow: hidden;
    margin-left: 0;
    height: 0%;
}

.list__item--click{
    cursor: pointer;
   
}

.list__button{
    display: flex;
    align-items: left;
    gap: 0.1em;
    width: 70%;
    margin: 0 auto 0 0;
    color: black;
}

.carrera {
    margin: 0.1em;
}


.arrow {
    margin-top: 0.05em;
}

.arrow .list__arrow{
    transform: rotate(90deg);
    color: black;
}

.list__arrow {
    padding-left: 0%;
    transition: transform .3s;
    color: black;
}

.list__show{
    width: 90%;
    text-align: left;
    margin-left: 1em;
    transition: height .3s;
    height: 0;
    color: black;
   
}

.nav__link{
    color: black;
}

.list__inside{
    padding-top: 1em;
      margin-bottom: 0.8em;
      color: black;
  
  }
  .list__inside:last-child{
      padding-top: .5em;
  }
  
.list__fotografia{
    margin-top: 1em;
    color: black;
}

.boton {
    margin-bottom: 1.65em;
}

li {
    padding-left: 0.4em;
    padding-right: 0.4em;
    color: black;
}

/*footer*/
footer {
    padding: 1em;
     background-color:#e7e7e8; 
     text-align: center;
 }
 .iconos-footer {
     margin-top: 1em;
     display: flex;
     max-width: 60%;
     height: 2em;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
 }
 .info-footer {
     font-family: 'firasans-regular';
 }
.info-footer p {
    margin: 0;
}
@media screen and (min-width:600px) {
#main-menu {
    width: 30%;
}
}

@media screen and (min-width:992px) {

    
    #main-menu {
        width:20%;
      
    }

    footer {
        padding: 1em;
         background-color:#e7e7e8; 
         text-align: center;
     }
     .info-footer {
        text-align: left;
        line-height: 1.5em;
        width: 50%;
     }
     .iconos-footer {
        height: 1em;
        display: flex;
        gap: 0em;
        width: 15%;
        margin-right: 0;
     }
     .footer-elementos {
        padding: 1em;
   
    display: flex;
    flex-direction: row;
 margin-left: auto;
 width: 90%;
 margin-right: auto;
     }
    }
    /*FIN menu*/


/*media querys para el menu y footer hasta aca para que no haya confusion con el resto de querys.
- hasta 600 seria mobile- de 600 a 992 tablet y de 992 para arriba version escritorio*/

/*inicio main*/
/*inicio main*/
/*
h4:subtitulo color
strong: destacados
H5 "año carrera"
SPAN: negrita sin sentido como "duracion o cursada"
EM: negrita + importancia dentro de un texto
*/
h2 {
 
    font-family: 'tusker';
    font-size: 6em;
 text-align: center;
color: white;
margin-top: 0.2em;
margin-bottom: 0.2em;
}

h3 {
    font-family: 'firasans-bold';
    text-transform: uppercase;
    font-family: 'firasans-bold';
    display: block;
    text-align: left;
    max-width: 90%;
    margin-left: auto;
margin-right: auto;
font-size: 1.2em;
align-items: center;
margin-top: 0.7em;
margin-bottom: 0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
}
h4 {color: rgb(225, 0, 122);
    font-family: 'firasans-regular';
    text-align: center;
    margin-bottom: .5em;
    display: block;
    max-width: 90%;
    margin-left: auto;
margin-right: auto;
font-size: 1.2em;
padding-left: 0.4em;
padding-right: 0.4em;
}

h5 {
    font-family: 'firasans-light';
    max-width: 90%;
    margin-left: auto;
margin-right: auto;
margin-top: 1.2em;
margin-bottom: 1em;
padding-left: 0.6em;
padding-right: 0.6em;
}
strong {
    color: rgb(225, 0, 122);
    display: block;
    font-family: 'firasans-regular';
    font-size: 1.2em;
    max-width: 90%;
    margin-left: auto;
margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}
em {
    font-style: normal;
    font-family: 'firasans-bold';
}
span {
    
    font-family: 'firasans-bold';
}

.info-inscripcion li { font-family: 'firasans-light';
    max-width: 100%;
margin-bottom: 1em;}


    .portadainscripcion {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }
    .info-contenedor-inscripcion{
        width: 100%;
        text-align: center;
    }
  .info-inscripcion {
  
    color: white;
    margin-top: 3em;
    margin-bottom: 1.5em;
    width:75%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'firasans-light';
    
  }
  .info-inscripcion ul {
margin: 0;
text-align: left;  
width: 70%;
margin-left: auto;
margin-right: auto;
}

.genero {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
  
  
  .dudas {
    text-align: center;
    max-width: 90%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
  }
.dudas a{
    color: rgb(225, 0, 122);
    text-transform: uppercase;
}
  .formulario-inscripcion {
    margin-bottom: 1em;
    width: 100%;
    
  }
  form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: white;
    background-color: rgb(225, 0, 122);
    padding: 2em;
  }
 label {
    font-size: 1.2em;
    font-family: 'firasans-light';
 
 }
 input{font-size: 1em;
    font-family: 'firasans-light';
    display: block;
    width: 100%;
    margin-top: .5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    height: 3em;
}
.genero {
    display: flex;
    gap: 1em;
}
h5 {
    margin-top: 1em;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: .5em;
    margin-bottom: 1em;
}
.genero label{
  display: flex;
  text-align: center;
  align-items: baseline;
  justify-content:center;
gap: .3em;
margin-left: auto;
margin-right: auto;
}
.genero input {
    height: 1em;
}
select {
    width: 100%;
    height: 3em;
}

button {
    font-size: 1.2em;
font-family: 'firasans-light';
    width: 100%;
    height: 3em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
    padding: .5em;
    margin-top: 1.9em;
    margin-bottom: 0.2em;
}

p{
    margin-top: 1.8em;
    font-family: "firasans-regular";
}

#nombre {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

#apellido {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

#fecha {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

#dni {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

#tel {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

#email {
    margin-top: 0.7em;
    margin-bottom: 0.9em;
}

li {
    color: white;
}

@media screen and (min-width: 300px) {

    .formulario-inscripcion {
        margin-bottom: 1em;
        width: 100%;
        
      }

      form {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        color: white;
        background-color: rgb(225, 0, 122);
        padding: 2em;
      }

}

    @media screen and (min-width: 992px) {
  
        .info-inscripcion {margin-top: 2em;}
        .info-inscripcion p{
            margin-left: auto;
            margin-right: auto;
            max-width: 80%;
            font-size: 1em;
        }
strong {
    max-width: 60%;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.4em;
}        .formulario-inscripcion{
            margin-bottom: 1em;
            margin-top:0em;
            width: 40em;
            margin-left: auto;
            margin-right: auto;
        }
        .dudas {
            margin-bottom: 8em;
        }

        h2 {
            margin-top: 0.3em;
            margin-bottom: 0.3em;
            font-size: 8em;
        }
        .info-inscripcion li{ 
        font-family: 'firasans-light';
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        padding-left: 0.4em;
        padding-right: 0.4em;
        margin-bottom: 1em;
        font-size: 1em;
        color: white;
    }

    .items {
        margin-top: 3em;
        margin-bottom: 3em;
        margin-left: 10em;
    }

    h5 {
        font-size: 1.2em;
        text-align: left;
        margin: 0;
        padding: 0.5em;
        margin-top: .5em;
        margin-bottom:.5em;
    }

    input{font-size: 1em;
        font-family: 'firasans-light';
        font-weight: 300;
        display: block;
        width: 99%;
        margin-top: .5em;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
        height: 2em;
    }

    #nombre {
        margin-top: 0.9em;
    }

    #apellido {
        margin-top: 0.9em;
    }

    #fecha {
        margin-top: 0.9em;
    }

    #dni {
        margin-top: 0.9em;
    }

    #tel {
        margin-top: 0.9em;
    }

    #email {
        margin-top: 0.9em;
    }

    .genero label{
        display: flex;
        text-align: center;
        align-items: baseline;
        justify-content:center;
      gap: .3em;
      margin-left: auto;
      margin-right: auto;
      }
      .genero input {
          height: 1em;
      }

     #opciones .cursos{
        margin-top: 0.5em;
        margin-bottom: 0.5em;
     }
    }


      