@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);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
   
    max-width: 100%;
    min-height: 100vh;
  
}

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';
 }

@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*/

.subtitulo {
    margin-top: 0.3em;
}

h2 {
    font-family: 'tusker';
    font-size: 6em;
 text-align: center;
 margin-top: 0.2em;
}
h3 {
    font-family: 'firasans-bold';
    text-align: center;
    margin-bottom: 1.5em;
    display: block;
    max-width: 90%;
    margin-left: auto;
margin-right: auto;
font-size: 1.2em;
}
h4 {
    font-family: 'firasans-regular';
    font-size: 1.2em;
    max-width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
h4::before{
    content: "“";
}
h4::after{
    content: "”";
}
h5 {
    font-family: 'firasans-bold';
    color: rgb(0, 157, 226); 
}
.imagen-noticia{
    max-width: 100%;
}
.parrafo-noticia {
font-family: 'firasans-light';
margin-top: 1em;
max-width: 85%;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
}
.parrafo-noticia p {
    margin-bottom: 1em;
}
.parrafo-noticia span {
    font-family: 'firasans-bold';
}
.destacado2{
    color: rgb(225, 0, 122);
}
.destacado3{
    color: rgb(0, 157, 226);
}
.lista {
    max-width: 85%;
    margin-left: 1.1em;
margin-right: auto;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.lista li {
    list-style:disc;
}
.debajo-foto {
    margin-top: 0.1em;
}
.botones a {
    text-decoration: none;
    color: black;
}
.botones {
    display: flex;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    font-family: 'firasans-bold';
    color: black;
    margin-bottom: 1.8em;
}
/*bar*/
.bar {
    display: flex;
    justify-content: center;
    max-width: 85%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8em;
}
.bar-photo {
    width: 3em;
}
.bar-text {
    width: 80%;
    text-align: center;
}
.escribir {
    width: 90%;
   

}
.bar-buttons {
    width: 20px;
    background: transparent;
    justify-content: space-around;
    border: 0;
    cursor: pointer;
    margin-left: 0.5em;
}

/* cajita comentar */

#comentarios {
    display: block;
}

#usuario {
    display: flex;
}

#usuario2 {
    display: flex;
    margin-top: 1em;
}

.foto-usuario {
    width: 3em;
    height: 2.5em;
}

/*comentarios*/

#comentarios {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.comentario {
display: flex;
text-align: left;
width: 100%;
margin-bottom: 1.2em;
}
.comentario img {
min-width: 3em;
max-height: 3em;
margin-left: 0.2em;
}
.texto-comentario {
    display: block;
    background-color: rgb(230, 230, 230);
    width: fit-content;
    margin-left: 1em;
    font-family: 'firasans-regular';
    font-size: 1em;
    padding: 1.1em;
}
.nombre-usuario {
    text-align: left;
    margin-bottom: .5em;
    margin-left: 0;
}


/*
  galeria de imagenes-slider
*/

.contenedora {
    width: 100%; 
    margin-inline: auto; 
    padding: 1rem; 
  }


.galeria {
    padding: 0 1em 1em;
    width: min(75em, 100%);
    margin-inline: auto;
  }
  
  .slider {
    width: 100%;
    height:30em;
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slide figcaption {
    background-color: hsl(210 29% 30% / 0.75);
    border-radius: .5em;
    color: white;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    inset: auto 1em 1em 1em;
  
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: .5em;
  }
  
  .slide figcaption span {
    display: block;
    font-size: .85em;
    color: #ddd;
    text-transform: none;
  }
  
  .slide a {
    background-color: hsl(209 100% 35% / 0.5);
    color: hsl(0 0% 90% / 0.85);
    padding: .25em 1em;
    border-radius: 2em;
    text-decoration: none;
    justify-self: end;
    margin-block-start: 1em;
  }
  
  .slide a::after {
    content: " →";
  }
  
  .slide a:hover {
    background-color: hsl(209 100% 35% / 0.95);
    box-shadow: 0 .25em .25em hsl(0 0% 0% / 0.25);
    color: hsl(0 0% 90%);
  }
  
  @media (min-width: 30em) {
    .slide figcaption {
      font-size: 1.1em;
      inset: 2em 50% 2em 2em;
      gap: 1em;
      padding: 1.5em;
      transition: .5s;
    }
  }
  
  @media (min-width: 40em) {
    .slide figcaption {
      font-size: 1.25em;
      inset: auto 50% 2em 2em;
    }
    
.contenedora {
    width: 80%; 
    margin-inline: auto; 
    padding: 1rem; 
  }
  }
  
  
  .btn {
    position: absolute;
    z-index: 10;
    top: 1em;
  
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: hsl(210 29% 30% / 0.75);
    color: white;
    font-size: 1.1em;
    opacity: .75;
  }
  
  .btn:active,
  .btn:hover {
    opacity: .9;
    border: solid 1px white;
  }
  
  .btn-prev {
    left: calc(100% - 6.25em);
  }
  
  .btn-prox {
    right: 1em;
  }
  
  /*
  fin galeria de imagenes-slider
*/
/*query para version escritorio empezaria aqui*/
@media screen and (min-width:992px) {


    
        .main-menu {
            width: 20%;
          
        }
        /*FIN menu*/
    /*comentarios*/
   /*bar*/
.bar {
   width: 85%;
}
.escribir {
    max-width: 100%;
}

/**/
.container {
    max-width:fit-content;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 8em;
}

h3 {
    font-family: 'firasans-bold';
    text-align: center;
    margin-bottom: 1.8em;
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
h4 {
    font-family: 'firasans-regular';
    font-size: 1.2em;
    max-width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.bar {
    display: flex;
    max-width: 43%;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8em;
}

.cara {
    width: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.escribir {
    width: 68em;
}

.imagen-noticia1{
    width: 90%;
    align-items: center;
    margin-left: 70px;
    margin-right: auto;
}
.imagen-noticia2{
    width: 90%;
    align-items: center;
    margin-left: 70px;
    margin-right: auto;
    margin-bottom: 1em;
}
.imagen-noticia3{
    width: 90%;
    align-items: center;
    margin-left: 80px;
    margin-right: auto;
    margin-bottom: 1em;
}
.imagen-noticia4{
    width: 90%;
    align-items: center;
    margin-left: 20px;
    margin-right: auto;
    margin-bottom: 1em;
}

.botones {
    display: flex;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    font-family: 'firasans-bold';
    color: black;
    margin-bottom: 1.3em;
}

.debajo-foto {
    margin-top: 0.1em;
}

/*comentarios*/

#comentarios {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1.4em;
}

.comentario {
display: flex;
text-align: left;
width: 100%;
margin-bottom: 1.5em;
}
.comentario img {
min-width: 3em;
max-height: 3em;
margin-left: 0.5em;
}
.texto-comentario {
    display: block;
    background-color: rgb(230, 230, 230);
    width: fit-content;
    margin-left: 1em;
    font-family: 'firasans-regular';
    font-size: 1em;
    padding: 0.9em;
    line-height: 1em;
}
.nombre-usuario {
    text-align: left;
    margin-bottom: .5em;
    margin-left: 0;
}

.subtitulo {
    margin-top: 0.18em;
}

.subtitulo2 {
    margin-top: 0.2em;
}

.li {
    margin-right: auto;
    max-width: 85%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.li {
    list-style:disc;
}
li {
    list-style-type: none;
    margin: 0%;
    padding: 0%;
}

.charlas {
    grid-column-start:1; 
    grid-column-end: 3; 
    grid-row-start:3;
    grid-row-end:5;
    margin-top: 0em;
    width: 50em;
}
.charlas-item {
    margin-top: 2em;
    
}
.formulario{
    grid-column-start:3; 
    grid-column-end: 5; 
    grid-row-start:3;
    grid-row-end:5;
    margin-top:0em;
    width: 40em;
}

/*FORMULARIO*/
.formulario {
    max-width: 87%;
    margin-right: 1em;
    text-align: center;
    margin-bottom: 2em;
}
.formulario .titulo {
    font-family: 'tusker';
    font-size: 5em;
    color: white;
    margin-bottom: .5em;
}
.reserva {
    padding-top: 1em;
    height: 25.5em;
    background-color: rgb(252, 215, 33);

}
.reserva h4 {
    padding-top: 1em;
    font-size: 1.2em;
    font-family: 'firasans-bold';
    color: black
}
form input {
font-size: 1.2em;
font-family: 'firasans-light';
font-weight: 300;
display: block;
width: 90%;
margin-top: 1em;
margin-left: auto;
margin-right: auto;
height: 3em;
padding-left: 1em;
}
form .envio {
    background-color: black;
    color: white;
}
.relleno {
    background-color:gray;
    color: black;
}

    




}