@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Sora:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Sora', sans-serif;
}

header {
    padding: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color:#718878 ;
}
a{ 
    text-decoration: none;
}
.logo {
    max-width: 20%;
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 1.5rem;
}

.nav-list li a {
    text-decoration: none;
    color:  #fffff3;
    font-size: 1.1em;
    font-weight: bold;
    
}
.nav-list a:hover{
    color:#244236;

}
.abrir-menu,
.cerrar-menu {
    display: none;
}

@media screen and (max-width: 850px) {
    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
    }

    .abrir-menu {
        color: #ffffff;
    }

    .cerrar-menu {
        color: #ececec;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 1;
        background-color: #244236;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li a {
        color: #ecececec;
    }
    .nav-list a:hover{
        color:#398a6a;
    
    }
 
}
/*ACA TERMINA BARRA DE MENU*/

/*MAIN PAGINA INICIO */
.main{
    width: 100vw;
    height: 100vh;
}
.video{
    width: 100%;
    max-width: 720px;
    height: 300px;
    margin: 100px auto 0;
}
.video video{
    width: 100%;
}
div h1{
    display: flex;
    flex-direction: column;
}

body{
    background-color: #ffffff;
    position: relative;
}
.anuncio {
    background-color: #244236;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0.5rem;
}
  

    .anuncio a {
      color: white;
      }
    


.bienvenida{
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    border-bottom:solid 3px #244236;
}
main .h3{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem;

}

.nuestros{
   margin-top: 8rem;
   margin-bottom: 2rem;
    background-color: #bb8a52;
    justify-content: center;
    justify-items: center;
    padding: 0.5rem;
    text-align: center;
    color: #ececec;
    height: 3rem;
}

.museos-inicio{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.image {
    position: relative;
    width: 600px;
    margin: 1em;
    display: flex;
    flex-direction: column;
}
.image_img{
    display: block;
    width: 100%;
    
}
/*MUSEOS GUIA GENERAL- MUSEO DE CIUDAD*/
.image_overlay1 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #718878 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay1:hover {
    opacity: 1;

}

/*MUSEOS GUIA GENERAL- MUSEO DE CIENCIAS*/
.image_overlay2 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #ececec;
    background-color: #244236; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay2:hover {
    opacity: 1;
}
/*MUSEOS GUIA GENERAL- MUSEO DE ROSAS*/
.image_overlay3 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color:  #bb8a52;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay3:hover {
    opacity: 1;
}
@media screen and (max-width: 850px){
    .image_overlay1,.image_overlay2, .image_overlay3 {
        height: fit-content;
    }
    
}
.tituloagenda h2{
    background-color: #bb8a52;
    text-align: center;
    margin: 1rem;
    align-items: center;
    padding: 0.5rem;
    height: 3rem;
    color: #ffffff;
}
.image_title{
    font-size: 2em;
    font-weight: bold;   
}
.image_description{
    font-size: 1.2em;
    margin-top: 0.25em;    
}

.btnleer {
    text-align: center;
    padding: 2em;
    color: rgb(0, 0, 0);
}
.image_description a {
    display: inline-block;
    margin-block-start: 0.5em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: 400;

}
/*CALENDARIO PAGINA PRINCIPAL */

.destacados-dias{
    display: flex;
    gap: 3rem;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-block: 0 0.125em;
    text-align: center;
    font-size: 1.75rem;
}

.destacados1, .destacados2, .destacados3 { 
    margin-top: 5rem;
    margin-bottom: 1rem;
    display: flex;
    place-items: center;   
    border-radius: 100%;
    
    width:15rem;
    height: 15rem;
    text-align: center;
    font-size: 1.2rem;
    
}

.destacados1{
    background-color:#bb8a52;
}
.destacados2{
    background-color:#244236;
}
.destacados3 {
    background-color:#718878;
}
.destacados1, .fechas-destacados{
    text-decoration: none;
    color: #ffffff;
    list-style: none; 
}

.destacados1 .fechas-destacados .p{
    font-weight: lighter;
}

.calendariodigital {
    display: block;
    padding: 0;
    margin: 2rem;
   justify-content: center;
   align-items: center;
   height: 500;
   background-color: #718878;
   border-top-left-radius: 2rem;
   border-top-right-radius:2rem;
 }
 
 
 .agenda table {
    width: 100%;
    border-collapse: collapse;
  }
.agenda-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
 }
 .agenda{
    display: flex;
    color: #000;
    font-weight: 700;
    width: 500;
    padding: 10px;
 }
 
 .agenda table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ececec;
    border-radius: 2rem;
  }
 .agenda th {
   background-color:#bb8a52;
   max-width: 10;
   height: 60px;
   color: rgb(255, 255, 255);
 }
 .agenda th, .agenda td {
    text-align: center;
    padding: 5px;
 }
.lol1{
border-top-left-radius: 2rem;
 }
 .lol2{
    border-top-right-radius: 2rem;
     }
.h3agenda, h4, .p{
    color: #020202;
}

 .agenda a {
   display: inline-block;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   text-decoration: none;
   color:black;
   text-align: center;
   line-height: 30px;
 }
 .agenda .highlightedR{
  background-color:#bb8a52
 }
 .agenda .highlightedC{
  background-color:#244236;
  color: #ccc;
 }
 .agenda .highlightedB{
  background-color:#718878;
 }
 
 


.actividad {
background-color: #718878;
 text-align: left;
 font-size: 18px;
 margin-bottom: 5px;
 margin-top: 20px ;
 padding-left: 120px;
 align-items: center;
 align-content: center;
 justify-content: center;

}

.lineas {
    margin-top: 50px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-right: 100px;
  }
  .lineas hr {
    border: none;
    border-top: 1px solid rgb(255, 255, 255);
    margin: 5px 0;
  }
 .texto-agenda {
    margin-top: 2rem;
 }
 
/*----------PAGINA PRINCIPAL-------------*/

/*MUSEOS GUIA GENERAL- MUSEO DE CIUDAD*/
.image_overlay1 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #ececec;
    background-color: #718878 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay1:hover {
    opacity: 1;

}

/*MUSEOS GUIA GENERAL- MUSEO DE CIENCIAS*/
.image_overlay2 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #ececec;
    background-color: #244236; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay2:hover {
    opacity: 1;
}
/*MUSEOS GUIA GENERAL- MUSEO DE CIENCIAS*/
.bodymuseos{
    background-color: #ffffff;
}
  .sectiontitulo3     {
    background-image:  url(../Imagenes/CienciasNaturales/Sextos-22.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


.containertitulo h1 {
    color: #fff;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    font-size: 3.5em;
    padding-block-end: 0.25em;
    text-align: center;
    line-height: 1em;
}


  .section-actividades3 {
    width: min(70rem, 100%);
    margin-inline: auto;
    padding: 6em 1em;
  }
  
  .container-actividades3 {
    display: grid;
    gap: 1em;
  }
  
  
  .cards-actividades3 {
    display: flex;
    flex-direction: column;
    background-image: url(../Imagenes/CienciasNaturales/rm2.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


  .section-actividades3 .historia {
    background-image: url(../Imagenes/CienciasNaturales/comision\ cientifica\ del\ museo\ nacional\ de\ historia\ natural\ miramar\ en\ 1928.JPG)
  } 
  
 
  
  .section-actividades3 .actividades {
    background-image: url(../Imagenes/CienciasNaturales/61625968_2277318889015394_3603700551751041024_n.jpg)
  
   
  } 
  
  .cards-actividades3 h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2em;
  }
  
  .cards-actividades3 a {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
   }

  
.link-cards a{                  
    display: inline-block;
    margin-block-start: 0.5em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: 400;
}
  .cards-actividades2 p {
    padding-block-end: 1em;
  }
  
  .cards-actividades2 p a {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    
  }
  
  .card-actividades-texto1 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #bb8a52;
  }

  .card-actividades-texto2 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #718878;
    margin-left: 65%;
  }

  .card-actividades-texto3 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #244236;
  }

  .card-actividades-texto1:hover {
    background-color:#244236;
  }
  
  .card-actividades-texto2:hover {
    background-color:#244236;
  }
  .card-actividades-texto3:hover {
    background-color:#398a6a;
  }
  .cards-actividades img {
    aspect-ratio: 1;
  }
  
.botones{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    gap: 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1rem;
}
.boton-v {
    background-color: #000;
    height: 2.5rem;
    border-radius: 1rem;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.5rem;
    
}
.boton-v a{
    color: #ececec;
}

/*MUSEOS GUIA GENERAL- MUSEO DE ROSAS*/
.image_overlay3 {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color:  #bb8a52;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    opacity: 0;
    transition:  0.25s;

}
.image_overlay3:hover {
    opacity: 1;
}
@media screen and (max-width: 850px){
    .image_overlay1,.image_overlay2, .image_overlay3 {
        height: fit-content;
    }
    
}
.tituloagenda h2{
    background-color: #bb8a52;
    text-align: center;
    margin: 1rem;
    align-items: center;
    padding: 0.5rem;
    height: 3rem;
    color: #ffffff;
}
.image_title{
    font-size: 2em;
    font-weight: bold;   
}
.image_description{
    font-size: 1.2em;
    margin-top: 0.25em;    
}

.btnleer {
    text-align: center;
    padding: 2em;
    color: rgb(0, 0, 0);
}
.image_description a {
    display: inline-block;
    margin-block-start: 0.5em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: 400;

}
/* GENERAL MUSEO ROSA*/
.bodymuseos{
    background-color: #ffffff;
}
  .sectiontitulo2     {
    background-image: url(../Imagenes/MuseoRosas/2022-08-08.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


.containertitulo h1 {
    color: rgb(0, 0, 0);
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    font-size: 3.5em;
    padding-block-end: 0.25em;
    text-align: center;
    line-height: 1em;
}


  .section-actividades2 {
    width: min(70rem, 100%);
    margin-inline: auto;
    padding: 6em 1em;
  }
  
  .container-actividades {
    display: grid;
    gap: 1em;
  }
  
  
  .cards-actividades2 {
    display: flex;
    flex-direction: column;
    background-image: url(../Imagenes/MuseoRosas/2016-06-15.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


  .section-actividades2 .historia {
    background-image: url(../Imagenes/MuseoRosas/2022-05-20.jpg)
  } 
  
 
  
  .section-actividades2 .actividades {
    background-image: url(../Imagenes/MuseoRosas/guiaa.jfif)
  
   
  } 
  
  .cards-actividades2 h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2em;
  }
  
  .cards-actividades2 a {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
   
   
  }
.link-cards a{                  
    display: inline-block;
    margin-block-start: 0.5em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: 400;
}
  .cards-actividades2 p {
    padding-block-end: 1em;
  }
  
  .cards-actividades2 p a {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    
  }
  
  .card-actividades-texto1 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #bb8a52;
  }

  .card-actividades-texto2 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #718878;
    margin-left: 65%;
  }

  .card-actividades-texto3 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #244236;
  }

  .card-actividades-texto1:hover {
    background-color:#244236;
  }
  
  .card-actividades-texto2:hover {
    background-color:#244236;
  }
  .card-actividades-texto3:hover {
    background-color:#398a6a;
  }
  .cards-actividades img {
    aspect-ratio: 1;
  }
  
.botones{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    gap: 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1rem;
}
.boton-v {
    background-color: #000;
    height: 2.5rem;
    border-radius: 1rem;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.5rem;
    
}
.boton-v a{
    color: #ececec;
}

/*CALENDARIO PAGINA PRINCIPAL */

.destacados-dias{
    display: flex;
    gap: 3rem;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-block: 0 0.125em;
    text-align: center;
    font-size: 1.75rem;
}

.destacados1, .destacados2, .destacados3  { 
    margin-top: 5rem;
    margin-bottom: 1rem;
    display: flex;
    place-items: center;   
    border-radius: 100%;
    
    width:15rem;
    height: 15rem;
    text-align: center;
    font-size: 1.2rem;
    
}

.destacados1{
    background-color:#bb8a52;
}
.destacados2{
    background-color:#244236;
}
.destacados3 {
    background-color:#718878;
}
.destacados1, .fechas-destacados{
    text-decoration: none;
    color: #ffffff;
    list-style: none; 
}

.destacados1 .fechas-destacados .p{
    font-weight: lighter;
}

.calendariodigital {
    display: block;
    padding: 0;
    margin: 2rem;
   justify-content: center;
   align-items: center;
   height: 500;
   background-color: #718878;
   border-top-left-radius: 2rem;
   border-top-right-radius:2rem;
 }
 
 
 .agenda table {
    width: 100%;
    border-collapse: collapse;
  }
.agenda-container {
  display: grid;
  grid-template-columns: auto;
 }
 .agenda{
    display: flex;
    color: #000;
    font-weight: 700;
    width: 600;
    height: 600;
    padding: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
 }
 
 .agenda table {
    width: 100%;
    border-collapse: collapse;
  }
 .agenda th {
   background-color:#bb8a52;
   max-width: 10;
   height: 60px;
   color: rgb(255, 255, 255);
 }
.lol1{
border-top-left-radius: 2rem;
 }
 .lol2{
    border-top-right-radius: 2rem;
     }
.h3agenda, h4, .p{
    color: #020202;
}
 .agenda a {
   display: inline-block;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   text-decoration: none;
   background-color:#bb8a52;
   color:black;
   text-align: center;
   line-height: 30px;
 }


.actividad {
background-color: #718878;
 text-align: left;
 font-size: 18px;
 margin-bottom: 5px;
 margin-top: 5rem;
 padding-left: 120px;
 align-items: center;
 align-content: center;
 justify-content: center;

}

.lineas {
    margin-top: 50px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-right: 100px;
  }
  .lineas hr {
    border: none;
    border-top: 1px solid rgb(255, 255, 255);
    margin: 5px 0;
  }
 .texto-agenda {
    margin-top: 2rem;
 }
 
  .RESERVAR {
    float: right;
    border-radius: 2rem;
  }
  
  .RESERVAR {
    float: right;
    background-color:#bb8a52;
    text-decoration: none;
    font-weight: bold;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 100px;
  }
  
  .RESERVAR:hover {
    background-color: rgb(0, 0, 0);
  }

  /*COMIENZO HISTORIA CIENCIAS*/
.contenedoraH {
    margin: 1rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .parrafo6, .parrafo5 {
    display: flex;
    margin: 1rem;
  }
  .parrafo6, .parrafo5 {
    width: 1000px;
    padding: 1rem;
  }

  .contenedoraH img{
    max-width: 50%;
  box-shadow: 0px 3px 6px #000;
    border-radius: 1rem;
    margin: 1rem;
  }


/*HISTORIA MUSEO ROSAS*/
.contenedoraR {

  margin: 1rem;
  padding: 1rem;
  justify-content: center;
}
.parrafo1, .parrafo2 {
  display: flex;
  margin: 1rem;
}

.contenedoraR img{
  max-width: 20%;
box-shadow: 0px 3px 6px #000;
  border-radius: 1rem;
  margin: 0.5rem;
}
/*HISTORIA MUSEO CIUDAD*/
.contenedoraM{
margin: 1rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.parrafo3, .parrafo4 {
  display: flex;
  margin: 1rem;
}

.contenedoraM img{
  max-width: 50%;
box-shadow: 0px 3px 6px #000;
  border-radius: 1rem;
  margin: 1rem;
}


/*PAGINA ACTIVIDADES*/
 
  .actividades02 {
    width: min(70rem, 100%);
    margin-inline: auto;
    padding: 6em 1em;
}

  .containeractividades02 {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(min(20em, 100%), 1fr));
    padding-block: 3em;
}

.containeractividades02 article {
    background-color: #fff;
    text-align: left;
    border-radius: 0.2em;
    border: solid 1px rgb(209, 209, 209);
}
.containeractividades02 img {
   width: auto;
    aspect-ratio: 1;
    max-width: 100%;
}

.cardTextos {
    padding: 1.5em;
    position: relative;
}
.categorymuseos {
    position: absolute;
    top: -39px;
    left: 0px;
    padding: 10px 15px;
    color: #fff;
    font-size: .75em;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    background-color:#bb8a52 ;
    font-family: 'Inter', sans-serif;
}
.cardTextos h3 {
    font-size: 1.5em;
    color: #1d1d1d;
    font-family: 'Inter', sans-serif;
    padding-block-end: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.cardTextos p {
    line-height: 1.5em;
    color: rgb(78, 78, 78);
   
}


/*PAGINA DE RESERVA Y DATOS*/

.h1reserva{
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
    font-size: 36px;
}
.titulo-pagina-r, .h3{
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.titulo-pagina-r, h5{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    font-weight: bold;
}
.formulario-container {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 300px;
    margin-right: 300px;
  }
  
 
  .menu-desplegable,
  .campo-mail,
  .celular{
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }

.botonesreserva{
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    text-align: center;
    
}
.boton-reservar{
    display: flex;
    justify-content: center;
    background-color:#bb8a52;
    height: 3rem;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    border-radius: 2rem;
}
.boton-reservar a{
    color: #ececec;
}
.boton-reservar:hover {
    background-color:#398a6a;
}
.boton-volver{
   margin-top: 1rem;
    display: flex;
    justify-content: center;
    background-color:#000000;
    height: 3rem;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    border-radius: 2rem;
}
.boton-volver a{
    color: #ececec;
}
.boton-volver:hover {
    background-color:#244236;
  }
.label {
    display: block;
    margin-bottom: 10px;
}
input,select{ 
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }


  
  /* PAGINA DE CONFRIMACION DE RESERVA Y QR*/

  .confirmacion-reserva {
    text-align: center;
  
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .confirmacion-reserva p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .confirmacion-reserva img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .boton-volver {
    text-align: center;
    margin: 3rem;
  }
  
  .boton-volver button {
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    width:30px;
    font-size: 30px;
    cursor: pointer;
    width: auto; 
   
  }
  
  .boton-volver button:hover {
    background-color: #555;
  }

  /* ARRRANCA PAGINA PRINCIPAL MUSEO CIUDAD*/

.bodymuseos{
    background-color: #ffffff;
}
  .sectiontitulo     {
    background-image: url(../Imagenes/MuseoCiudad/Museo-Paginaincial.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


.containertitulo h1 {
    color: #fff;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    font-size: 3.5em;
    padding-block-end: 0.25em;
    text-align: center;
    line-height: 1em;
}


  .section-actividades {
    width: min(70rem, 100%);
    margin-inline: auto;
    padding: 6em 1em;
  }
  
  .container-actividades {
    display: grid;
    gap: 1em;
  }
  
  
  .cards-actividades {
    display: flex;
    flex-direction: column;
    background-image: url(../Imagenes/MuseoCiudad/exposcaratula.jpg);
    background-color: #1d1d1d;
    padding: 4em 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}


  .section-actividades .historia {
    background-image: url(../Imagenes/MuseoCiudad/historia.jpg)
  } 
  
 
  
  .section-actividades .actividades {
    background-image: url(../Imagenes/MuseoCiudad/actividades1.jpg)
  
   
  } 
  
  .cards-actividades h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2em;
  }
  
  .cards-actividades a {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
   
   
  }
.link-cards a{                  
    display: inline-block;
    margin-block-start: 0.5em;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: 400;
}
  .cards-actividades p {
    padding-block-end: 1em;
  }
  
  .cards-actividades p a {
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    
  }
  
  .card-actividades-texto1 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #bb8a52;
  }

  .card-actividades-texto2 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #718878;
    margin-left: 65%;
  }

  .card-actividades-texto3 {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    background-color: #244236;
  }

  .card-actividades-texto1:hover {
    background-color:#244236;
  }
  
  .card-actividades-texto2:hover {
    background-color:#244236;
  }
  .card-actividades-texto3:hover {
    background-color:#398a6a;
  }
  .cards-actividades img {
    aspect-ratio: 1;
  }
  
.botones{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    gap: 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1rem;
}
.boton-v {
    background-color: #000;
    height: 2.5rem;
    border-radius: 1rem;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.5rem;
    
}
.boton-v a{
    color: #ececec;
}
/*-------EXPOSICIONES----------*/
.titulo-paginas{
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    padding: 1rem;
}
.titulo-paginas h1{
    display: block;
    font-size: 3em;
    color: #bb8a52;
}
@media screen and (max-width: 700px){
   .titulo-paginas, .contenido-titulos{ display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
   }
}

.contenedora{
    margin: 1rem;
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
    border:solid 2px #000;
}

.expo h3{
    display: block;
    font-size: 1.8em;
    margin-block-start: 0.85em;
    margin-block-end: 0.85em;
    margin-inline-start: 0px;
    font-weight: bold;
    background-color: #bb8a52;
    color: #ececec;
    text-align: center;
    display: grid;
}
.articulos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1rem;
    padding: 1em;
}
.articulos img{
    display: flex;
    width: 100%;
    justify-content: center;
}
.button-agenda, .ver-mas{
    display: inline-block;
    margin-block-start: 0.5em;
    margin-bottom: 2rem;
    background-color: #bb8a52;
    border-radius: 5em;
    color: rgb(255, 255, 255);
    padding: 0.75em 1.5em;
    border-radius: 3em;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    
}
.button-agenda:hover{
    background-color:#244236
}
.ver-mas:hover{
    background-color:#244236

}
.tex{
    border-top: solid 2px black;
    font-size: 1.5em;
    font-weight:lighter;
}

            /*--------------------FOOTER---------------*/
footer{
    background-color: #718878;
    justify-content: center;
    padding: 1rem;
    align-items: center;
    bottom: 0;
    width: 100%;
    
}
footer img{
    max-width: 20%;
}