* {
    box-sizing: border-box;
   }
body {  margin: 0;
        font-family: Fira sans;
       
       }
a{
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
        
        }
header, footer {
            background-color: #4dc53f;
            box-shadow:0 4px 4px #77b66b;margin: 0;; font-weight: 600;
}

footer{color: #ddd;   }   
.links{height: 100%; width: 25%;    
  display: flex;
  justify-content: space-between;
  gap: 1rem;}

.acumar{height: 100%;
width: 30%;}

ul{list-style: none;
   }



header nav ul{
    margin-block: 0; 
    
    } 
.contenedor{
    width: min(80rem, 100%); 
    margin-inline: auto; 
    padding:1rem
    }
    
    .contenedora{
      
      margin-inline: auto; 
      



    }
    
.cabezera{width: min(85rem, 100%); 
  margin-inline: auto; 
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;

    }

#logo{
        display: flex; align-items: center;justify-content: center;
        border-radius: 25%;
        width: 12rem;
        color: #ffffff;
        
        text-align: center;
        
        text-transform: uppercase;
        ;
      } 
#logo a:hover,
#logo a:focus-visible {
          color: #176314;
      } 

      

      .menu-btn {
        background: hsl(0 0% 100% / 0.25);
        border-radius: 50%;
        box-shadow: -5px 5px 5px hsl(180 100% 4% / 0.2);
        padding: .75rem;
        width: 3rem;
        aspect-ratio: 1;
        cursor: pointer;
        transition: all 0.3s ease-out; 
      
       
        position: fixed;
        
        top: 1em;
      
        right: 1em;
       
        z-index: 9000;
      }
      
      
      .menu-btn .btn-linea {
        width: 25px;
        height: 3px;
        margin: 4px 0 4px 0;
        background: hsl(0 0% 90%);
        transition: all 0.3s ease-out;
        /* capa superior, pero no parece */
        position: relative;
        /* capa superior, casi arriba de todo */
        z-index: 9000;
      }
      
      
      .menuVisible .menu-btn .btn-linea {
        transform: rotate(180deg);
      }
     
      .menuVisible .menu-btn .btn-linea:nth-child(1) {
        transform: rotate(45deg) translate(4px, 6px);
      }
      .menuVisible .menu-btn .btn-linea:nth-child(2) {
        opacity: 0;
      }
      .menuVisible .menu-btn .btn-linea:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -6px);
      }
      
     
      nav ul {
        background-color: hsla(115, 80%, 45%, 0.95);
        display: grid;
        place-items: center;
        place-content: center;
      
       
        position: fixed;
        
        
        inset: 0;
       
        z-index: 8000;
       
        translate: 100%;
        
        transition: all .6s ease; 
      }
      
     
      .menuVisible ul {
        background-color: hsl(108, 85%, 34%);
        transition: all .4s ease; 
        
      
        translate: 0;
      }
      
     
      nav ul li a {
        border-bottom: solid 3px hsl(0 0% 100% / 0.1);
        color: white;
        display: block;
        font-size: 1.5rem;
        margin-block-end: .5rem;
        width: min(70vw, 20rem); /* el valor menor entre el 40% del ancho de la ventana del navegador y 240px */
        text-align: center;
        
        padding: .5rem;
        text-decoration: none;
      }
      
      nav ul li a:hover {
        border-bottom: solid 3px hsl(0 0% 100% / 0.5);
        transition: all .3s;
      }
      
/*slider de inicio*/
img {
  /* para que NO midan más que la etiqueta que las contiene */
  max-width: 100%;
  /* opcional, evita deformaciones en navegadores antiguos */
  height: auto;
}


.galeria {padding: 1em;
 margin-inline: auto;
}

.slider {
  width: 100%;
  height: max(400px, 50vh);
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  border-radius: .25em;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 25%;
}

.slide figcaption {
  background-color: hsla(135, 51%, 32%, 0.75);
  color: rgb(255, 255, 255);
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  inset: auto 1em 1em 1em;
  display: grid;
  justify-content: center;
  grid-template-rows: auto 1fr auto;
  
}

.slide figcaption span {
  display: block;
  font-size: .85em;
  color: #ddd;
  text-transform: none;
}

.slide a {
  background-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.85);
  padding: .5em 1em;
  border-radius: 2em;
  text-decoration: none;
  justify-self: end;
  margin-block-start: 1em;
}

.slide a::after {
  content: " →";
}

.slide a:hover {
  background-color: hsla(143, 100%, 13%, 0.241);
  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;
    transition: .5s;
    
  }
}

@media (min-width: 40em) {
  .slide figcaption {
    font-size: 1.25em;
    
  }
}







.imagenes {display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.0em, 1fr));}
     
     
     .imagen{height: 100%;width: 110%;

     }     

     
     .obrasdes{display: flex;gap: 1rem;}



.inscripcion {     
        color: hsl(0 0% 95%);
        background-color: hsl(108, 76%, 45%);
        width: 10rem;
        padding: 0.3rem ;
        border-radius: 0.9em;
        }
      


.destacadas{ display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
   }


.obras figure {
    border-radius: 2rem;
    aspect-ratio:  1rem;
    position:relative;
    overflow: hidden;

}

.obras figcaption {
    background-color: green;
    
    color: white;
    padding: 0.5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position:absolute;
    inset: 0;
    transform: translateY(calc(100% - 2em));
    transition: all .6s ease;
}

.obras figure:hover figcaption {
    background-color: hsla(154, 80%, 10%, 0.75);
    transition: all .3s ease;
    transform: translateY(0);
    display: grid;
    text-align: center;
    place-items: center;
    place-content: center;
    padding-inline: 2em;
    
  }

  .obras figcaption a:hover {
    background-color: rgb(181, 231, 116);;
    box-shadow: 0 .25em .25em hwb(0 78% 22% / 0.25);
    color: #013a01;
  }

.obras figcaption span {
    display: block;
    font-size: 1em;
    color: #ddd;
    margin-block-start: 0.5em;
    text-transform: none;
}

.obras figcaption a {
    display: inline-block;
    margin-block-start: 0.5em;
    background-color: hsl(112, 76%, 32%);
    color: white;
    padding: 0.25em 1em;
    border-radius: 2rem;
    
}
.btn {
  position: absolute;
  z-index: 10;
  top: 12em;
  width: 2.5em;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: rgb(12, 202, 12);
  font-size: 1.1em;
  opacity: .75;
}
.btn-prev {
  right: calc(100% - 3.25em);
}

.btn-prox {
  right: 1em;
}


figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

figcaption {
    display: block;
}
/*soy artista index */

.artista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenedor.artista h1 {
  text-align: center;
  font-size: 50px;}

 .artista { position: relative;
}

 .artista img { width:100%; height: 100%;
  ; align-items: center;}

 .artista figcaption { 
    position:absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 1; 
    text-align: center;
    color: lightgreen;font-size: x-large; font: weight 800px;;padding-top: 3rem;
}


 .artista { position: relative;}

.texto-imagen a {
    display: inline-block;
    margin-block-start: 0.5em;
    background-color: hsl(0, 0%, 100%);
    color: green;
    padding: 0.25em 1em;
    border-radius: 2rem;}

    .imagen {
      position: relative;
      display: inline-block;
      width: 100%; 
      margin-top: 3rem;
    }
    
    .texto-imagen {
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      width: 100%;
    }
    
    .texto-imagen h4 {
      margin: 0;
      font-size: 40px;
      font-weight: bold;
      padding: 2rem;
      color: rgb(233, 225, 225);
      background-color: #283035;
    }

    
    .artista h4 { color: rgb(232, 239, 241);}
  
    
    .texto-imagen a {
      display: inline-block;
      padding: 10px 30px;
      color: green;
      text-decoration: none; font-weight: bold;
      
    }
    .texto-imagen a:hover { background-color:green; color: white ;}

    .texto-imagen p { padding-bottom: 5rem; color: black; font-size: 20px;}



    @media (max-width: 480px) {
      .texto-imagen h4 {
        font-size: 16px; /* Ajusta el tamaño de fuente para teléfonos */
      }
      
      .texto-imagen p {
        font-size: 14px; /* Ajusta el tamaño de fuente para teléfonos */
      }
      
      .texto-imagen a {
        font-size: 14px; /* Ajusta el tamaño de fuente para teléfonos */
      }
    }



/*obras destacadas*/


.obrasi{color:  #176314;
  font-size: 50px; 
  background-color: white;}


h3{
  font-size: 1.6rem;
  color:olivedrab; 
  }

.letras{ background-color: #013a01;
  text-transform: uppercase;  ; color:rgb(181, 231, 116);
}


h4{color: #176314;}


/*noticias*/

.noticias  {display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); gap: 2rem;}

.noticias1{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); gap: 2rem;}
  
  .noti{font-size: 1rem; background-color: rgb(215, 231, 186);}
  
  .im{width: 30%;height: 100%;}

  
  

  .vermas{background-color: rgb(181, 231, 116);
    border: 1rem;
    border-radius: .6em;
    
    font-size: 1em;
    padding: .5em .3em;
    color: #081b04;



  }
button {
    width: 14em;
    max-width: 16em;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    background-color: rgba(9, 243, 20, 0.699);
    color: rgba(255, 255, 255);
    border: 0;
    border-radius: .6em;
    /*  box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.3); */
    font-size: 1.3em;
   
    padding: .5em 0;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="range"] {
    width: 14em;
    max-width: 14em;
    ;
    background-color: rgba(8, 243, 27, 0.301);
    border: 1rem;
    border-radius: .6em;
    /*  box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.3); */
    font-size: 1.3em;
    padding: .5em .3em;
    color: #115a17;
}


/* cambios a partir de los 360px */

@media (min-width: 25em) {  
}



/* cambios a partir de los 640px */
@media(min-width: 40em) {.grid-container{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  gap: 3rem;}  

  /* el menú deja de ser fijo */
  
  header nav {
    /* para que esté en capa superior pero que no parezca */
    position: relative;
  }
    
  /* botón "hamburguesa" oculto */
  .menu-btn {
    display: none;
  }

  /* menu visible */
  header nav ul,
  header .menuVisible ul {
    /* caja flexible para menu horizontal*/
    display: flex;
    /* separación entre sus elementos */
    gap: .25em;

    /* para que esté en capa superior pero que no parezca */
    position: relative;

    /* elimina desplazamiento */
    translate: 0;

    /* elimina fondo */
    background-color: unset;
  }
    
  /* items de lista  que contienen los vínculos del menu */
  header nav ul li {
    min-width: 4em; /* que no midan menos de: */
  }

  /* vínculos del menu principal */
  header nav ul li a {
    
    border-radius: .25em ;
    color: white;
    font-size: 1rem;
    width: auto;
    padding: .25em 1em;
    text-align: center;
    display: block; /* para que sean "cajas" */
    margin-block-end: unset;
    border-block-end: unset;
  }
  
  /* cuando el cursor se posiciona sobre los vínculos */
  header nav ul li a:hover {

    color: hsl(108, 69%, 25%);
    border-block-end: unset;
  }
  

  /* para que "artículo 1" y "artículo 2"
  queden uno al lado del otro */
  .textos > .articulos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }

}

/* cambios a partir de los 800px */
@media(min-width: 60em) {.ficha {display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); gap: 3rem; }
  
  
  


}

/* camila diaz */


.textito{
  margin:auto 2rem 1rem 2em; padding: 2rem;gap: 1rem;}
.cami{padding: 1rem;}

.textitos{font-size: 1rem; background-color: #3b573b; padding: 3rem;gap: 2rem; margin: auto 2rem 1rem 2em;}


.volver ul {
  list-style-type: none;
overflow: hidden;
  background-color: #33333300;
   }

.volver ul li {
  float: left;
   }

.volver li a {
 
  color: rgb(10, 133, 2);
   text-decoration: none;}

  li a:hover { color: #4dc53f;
    }

  
   h4{ font-family: fira sans;
  font-weight: 400;}

.titulo { font-size:large}

.ficha li { padding-bottom: 1rem; color: #0b6d00;}




.obra{display: grid; grid-template-columns: repeat(3,50%);   }


.obra figure {
  border-radius: 2rem;
  aspect-ratio:  1rem;
  position: relative;
  overflow: hidden;

}



.obra figcaption {
  background-color: green;
  
  color: white;
  padding: 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  position:absolute;
  inset: 0;
  transform: translateY(calc(100% - 2em));
  transition: all .6s ease;
}

.obra figure:hover figcaption {
  background-color: hsla(154, 80%, 10%, 0.75);
  transition: all .3s ease;
  transform: translateY(0);
  display: grid;
  text-align: center;
  place-items: center;
  place-content: center;
  padding-inline: 2em;
  
}

.obra figcaption a:hover {
  background-color: green;
  box-shadow: 0 .25em .25em hwb(0 78% 22% / 0.25);
  color: hsl(0 0% 90%);
}

.obra figcaption span {
  display: block;
  font-size: 1em;
  color: #ddd;
  margin-block-start: 0.5em;
  text-transform: none;
}

.obra figcaption a {
  display: inline-block;
  margin-block-start: 0.5em;
  background-color: hsl(112, 76%, 32%);
  color: white;
  padding: 0.25em 1em;
  border-radius: 2rem;
  
}

.obra figure {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}




/* soy artista */

h1 { font-size:xx-large; color:rgb(68, 113, 0); }
.arte p { padding-left: 1rem;color: #d5efd5; font-family: fira sans;font-size: medium;}
.arte h4 {font-size: 30px;color: #77b66b;}
#guardar:hover { background-color: #c7cacb; color: #081b04;}
#guardar  { display: block;
  background-color: rgb(18, 126, 46);
  width: 5em;
  padding-block: 0.30em .5em;
  border-radius: 0.25em;
  text-align: center;
  text-decoration: none;
  list-style: none;
color: #d5efd5 ;
margin-inline: auto; 
    padding: 1rem; }

.noche figure {
  display: inline-block;
}

.noche img {
  display: block;
  max-width: 100%;
  height: auto;
}


.arte .contenedor  {
    background-color: #171f19; border-radius: 2rem; padding: 1rem ;

}

.arte p { font-size: larger;}

.artes { width: 60%;}
.artel{ 
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
gap: 2em; padding: 2rem;
}

.arte  { padding-bottom: 3rem ;display: grid;
  place-items: center;}
.artes {margin-bottom: 2rem;}

/* obras */

#Buscador {
  

  background: url(https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-19-32.png) no-repeat 0px 5px;
  background-size: 24px;
  background-color: white;
  width: 500px;
  border: transparent;
  border-bottom: solid 1px #53d15d;
  padding: 10px 10px 10px 30px;
  outline: none;
 
}


.buscador{display: grid;
  place-items: center;}

.paginas{display: grid;
  place-items: center;}



.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #082508;
  color: white;
  border: 1px solid #132c09;
}
.digg_pagination a, .digg_pagination span {
  text-decoration: none;
  color: #5abb21;
  border: 1px solid #17b11f;
}
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 2px 12px;
  display: block;
  float: left;
  margin-left: -1px;
}


.obras .osi { background-color: #176314;}
.camiladiaz  {   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
.camiladiaz article { display: flex;
  gap: 1rem;
  background-color:  rgb(215, 231, 186);
  padding: 2rem;
  width: 80%;
}
.imageness {     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));}

  .imag{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));}

.comments-container {
	margin: 60px auto 15px;
	width: 100px;
}


.comentarios{height: 100%;width: 100%;}


.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

.insc a:hover { background-color: #081b04;}
/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}



* Caja del Comentario
 ---------------------------*/


.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 100%;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #12d622;
	top: 8px;
	left: -11px;
}




.comment-box .comenta {
	background: #9ae094;
	padding: 10px 12px;
	border-bottom: 1px solid #39e916;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0; height: 100%;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
  margin: 2rem;height: 100%;
}

.comment-main-level{padding: 1rem;}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	

	.reply-list .comment-box {
		width: 320px;
	}
  .noticias{display: flex;flex-direction: column;}
 
}



/* sobre nosotros */


.nos h1 { color:rgb(3, 170, 103)}


.ins h1 {color: #22cd00;}

.museo{height: 100%;width: 40%;}

.mapa {
  width: 100%;
}

.mapa iframe {
  width: 100%;
  border: 0;
}

iframe{width: 100%;}

.digital .grid-item {
   width: 100%;
   height: 100%;
   height: auto;
   width: auto;
}

.digital .noche {
  width: 100%;
  height: auto;
}

.somos article {
    display: flex;
    gap: 1rem;
    
  }
 .insc{background-color: hsl(112, 68%, 31%);
  color: white;
  padding: 0.25em 1em;
  border-radius: 2rem;}

  .camila article{ display: flex; gap: 1rem;
    }
  .camiladiaz{margin: 1rem; align-content: center;}  
  
  .imagenes3{ display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;

  }
  .container-form{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    height: 100%;
    
}
.container-form h2{
    margin-bottom: 15px;
    font-size: 35px; 
}
.container-form p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.container-form a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    color: rgb(38, 180, 74);
    font-weight: 700;
}
.container-form a i{
    color: rgb(78, 228, 90);
    margin-right: 10px; 
}
.container-form form .campo, textarea{
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    border: 1px solid #1eff00;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0px;
}
.container-form form textarea{
    max-width: 2000px;
    min-width: 200px;
    min-height: 140px;
    max-height: 150px;
}
.btn-enviar{
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background: rgb(11, 141, 18);
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: all 300ms ease;
}
.container-form .btn-enviar:hover{
    background: #3ecc2b;
}

/* inscripcion */
.ins{
  display: grid;
    place-items: center;
}

.image {     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
gap:3rem}
.image ul { padding: 0%;}

.textitos ul li { color: white;}
.textitos h4 { color: white;}