.imagenes__fotos1 {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.imagenes__fotos1 .Caja__foto {
  position: relative;
}
.imagenes__fotos1 .Caja__foto img {
  position: relative;
  /*  width: 27vw; */
  width: 29.16vw;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgb(138, 135, 135);
}
.imagenes__fotos1 .Caja__foto .frase {
  position: absolute;
  bottom: 48px;
  width: 100%;
  height: 20%;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.815);
}
.imagenes__fotos1 .Caja__foto .frase p {
  font-size: 1.1vw;
  padding: 1.5rem;
}
.imagenes__fotos1 .Caja__foto:hover > .frase {
  visibility: visible;
  opacity: 1;
}
.imagenes__fotos1 .Caja__foto .textos h5 {
  font-family: "Shrikhand", cursive;
  text-align: center;
  margin-top: 1rem;
}

/* ------------------------ */
.imagenes__fotos2 {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.imagenes__fotos2 .Caja__foto {
  position: relative;
  /*   overflow: hidden; */
}
.imagenes__fotos2 .Caja__foto img {
  position: relative;
  width: 29.16vw;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgb(158, 157, 157);
}
.imagenes__fotos2 .Caja__foto .frase {
  position: absolute;
  bottom: 48px;
  width: 100%;
  height: 20%;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.815);
}
.imagenes__fotos2 .Caja__foto .frase p {
  font-size: 1.1vw;
  padding: 1.5rem;
}
.imagenes__fotos2 .Caja__foto:hover > .frase {
  visibility: visible;
  opacity: 1;
}
.imagenes__fotos2 .Caja__foto .textos h5 {
  font-family: "Shrikhand", cursive;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 770px) {
  .imagenes__fotos1 {
    flex-direction: column;
    align-items: center;
  }
  .imagenes__fotos1 .Caja__foto img {
    width: 50vw;
  }
  .imagenes__fotos1 .Caja__foto h5 {
    font-size: 15px;
  }
  .imagenes__fotos1 .Caja__foto .frase {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
  }
  .imagenes__fotos1 .Caja__foto .frase p {
    font-size: 2.5vw;
    margin-top: -1.1rem;
  }
  .imagenes__fotos2 {
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .imagenes__fotos2 .Caja__foto img {
    width: 50vw;
  }
  .imagenes__fotos2 .Caja__foto h5 {
    font-size: 15px;
  }
  .imagenes__fotos2 .Caja__foto .frase {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
  }
  .imagenes__fotos2 .Caja__foto .frase p {
    font-size: 2.5vw;
    margin-top: -1.1rem;
  }
}
.texto__fotoLibro {
  width: 76vw;
  margin: auto;
}
.texto__fotoLibro .titulo__fotoLibro {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.texto__fotoLibro p {
  line-height: 2rem;
  font-size: 15px;
  margin-top: -2.5rem;
}

.texto-solo {
  text-align: center;
}
.texto-solo .masGrande {
  font-size: 19px;
}

.video__fotoLibro {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .video__fotoLibro iframe {
    width: 90vw;
  }
}

.titulos {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.titulos i {
  font-size: 1rem;
}

/* texto */
.textoArteMutante {
  margin: auto;
  width: 80vw;
  text-align: center;
}
.textoArteMutante .textoColor {
  font-size: 20px;
  color: rgb(206, 50, 50);
}

/* Video arte mutante */
.videoArteM {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  /* media query video */
}
.videoArteM .tituloVideoArte {
  text-align: center;
}
.videoArteM .tituloVideoArte p {
  font-size: 17px;
}
.videoArteM .videoBack iframe {
  text-align: end;
}
@media screen and (max-width: 450px) {
  .videoArteM iframe {
    width: 80vw;
    margin-left: -3.5rem;
  }
}

/* obras horizontales */
.obra1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  /*    margin-top: 1rem; */
}
.obra1 .obra-principal1 .obraFinal1 {
  width: 58vw;
  border-radius: 5px;
}
.obra1 .galeria1 .slide {
  width: 30vw;
}
.obra1 .galeria1 img {
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .obra1 {
    display: flex;
    flex-direction: column;
    width: 90vw;
    margin: auto;
  }
  .obra1 .obra-principal1 .obraFinal1 {
    width: 75vw;
    margin-left: 2rem;
  }
  .obra1 .galeria1 {
    margin-left: -8rem;
    margin-top: -6rem;
  }
  .obra1 .galeria1 .carousel-indicators {
    width: 75vw;
    margin: auto;
  }
}

/* obras verticales */
.obra2 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.obra2 .obra-principal2 .obraFinal2 {
  width: 27vw;
  border-radius: 5px;
}
.obra2 .galeria2 .slide {
  width: 28vw;
}
@media screen and (max-width: 450px) {
  .obra2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .obra2 .obra-principal2 .obraFinal2 {
    width: 75vw;
  }
  .obra2 .galeria2 {
    margin-left: -8rem;
    margin-top: -6rem;
  }
}

#flechaArriba {
  width: 2vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.fixed-hije {
  width: 100vw;
  position: fixed;
}
.fixed-hije .titulo__hije {
  text-align: center;
  margin-top: -1rem;
  padding-bottom: 1rem;
}

.fotos_hije {
  /* width: fit-content; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
  margin-left: 0.7 rem;
}
.fotos_hije img {
  margin-top: 14rem;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgb(138, 135, 135);
  height: 70vh;
}
@media screen and (max-width: 1500px) {
  .fotos_hije img {
    height: 65vh;
  }
}

.titulo-bio {
  text-align: center;
  margin-bottom: 2rem;
}

.conteiner-bio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.conteiner-bio .bio-text {
  width: 40vw;
  font-size: 18px;
  line-height: 2rem;
  margin-left: -4rem;
}
@media screen and (max-width: 1000px) {
  .conteiner-bio .bio-text {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .conteiner-bio .bio-text {
    margin-left: 3rem;
  }
}
.conteiner-bio .bio-text .cv {
  margin-top: 4rem;
}
.conteiner-bio .bio-text .cv a {
  color: black;
  text-decoration: none;
  box-shadow: 2px 2px 5px gainsboro;
  border-radius: 5px;
  background-color: rgba(241, 241, 241, 0.747);
  padding: 7px 10px 7px 10px;
}
@media screen and (max-width: 800px) {
  .conteiner-bio .bio-text {
    font-size: 15px;
    width: 40vw;
    line-height: 1.5rem;
  }
}
.conteiner-bio .bio-img {
  width: 33vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: -4rem;
}
@media screen and (max-width: 600px) {
  .conteiner-bio .bio-img img {
    width: 35vw;
  }
}

/* Flecha atras de todas las secciones de fotos */
.atras {
  display: none;
}
@media screen and (max-width: 770px) {
  .atras {
    display: block;
    margin-top: 1rem;
  }
}

/* flacha atras paginacion todas las secciones fotos */
.flecha-paginacion-iz {
  margin-top: 30rem;
}

.cabecera-llegamos {
  width: 100vw;
}
.cabecera-llegamos .titulo__hije {
  text-align: center;
  margin-top: -1rem;
  padding-bottom: 1rem;
}

.conteiner-llegamos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.conteiner-llegamos .contenedor-texto {
  width: 30vw;
  height: 65vh;
}
.conteiner-llegamos .contenedor-texto .texto-llegamos {
  border: 1px solid rgb(246, 9, 9);
  border-radius: 7px;
  width: 30vw;
  height: 30vh;
  margin-top: 15rem;
  text-align: center;
  padding-top: 1rem;
  box-shadow: 2px 2px 2px rgba(228, 225, 225, 0.842);
  font-size: 12px;
}
.conteiner-llegamos .contenedor-texto .texto-llegamos button {
  border-radius: 5px;
  padding: 0.5rem;
  border: none;
  box-shadow: 2px 2px 2px rgba(228, 225, 225, 0.596);
}
.conteiner-llegamos .contenedor-texto .ventana {
  display: flex;
  background-color: rgba(223, 223, 22, 0);
  align-items: center;
  justify-content: start;
  position: fixed;
  pointer-events: none;
  top: 30px;
  left: 30px;
  height: 95vh;
  width: 95vw;
  opacity: 0;
  transition: all 500ms ease;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana {
  background-color: rgb(255, 255, 141);
  width: 38vw;
  height: 84vh;
  padding-top: 2rem;
  overflow: auto;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgb(231, 224, 224);
  text-align: center;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana p {
  font-size: 1rem;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana .sub-titulo {
  margin-right: 18rem;
  font-size: 15px;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana .firma {
  margin-left: 18rem;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana button {
  border-radius: 5px;
  margin-top: -3rem;
  border: none;
  padding: 0.6em;
}
.conteiner-llegamos .contenedor-texto .ventana .texto-ventana button b {
  color: red;
}
.conteiner-llegamos .contenedor-texto .show {
  pointer-events: auto;
  opacity: 1;
}
.conteiner-llegamos .contenedor-foto {
  width: 25vw;
  height: 65vh;
  text-align: center;
  display: flex;
  align-items: flex-end;
  gap: 2em;
  margin-right: -3rem;
}
.conteiner-llegamos .contenedor-foto .fotos-llegamos .img1 {
  width: 22vw;
}
.conteiner-llegamos .contenedor-vacio {
  width: 30vw;
  height: 65vh;
}
@media screen and (max-width: 1440px) {
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana .sub-titulo {
    font-size: 1.1vw;
    width: 15vw;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana p {
    font-size: 1.1vw;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana .firma {
    margin-left: 11rem;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana .firma i {
    width: 5rem;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana button {
    margin-top: -1.2rem;
  }
}
@media screen and (max-width: 770px) {
  .conteiner-llegamos {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .conteiner-llegamos .contenedor-texto {
    width: 90vw;
    margin-top: 2rem;
  }
  .conteiner-llegamos .contenedor-texto .texto-llegamos {
    width: 85vw;
    height: 35vh;
    margin: auto;
  }
  .conteiner-llegamos .contenedor-texto .texto-llegamos p {
    font-size: 2.5vw;
  }
  .conteiner-llegamos .contenedor-texto .ventana {
    height: 65vh;
    margin-right: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2rem;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana {
    width: 80vw;
    height: 60vh;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana .sub-titulo {
    width: 35vw;
    font-size: 11px;
  }
  .conteiner-llegamos .contenedor-texto .ventana .texto-ventana p {
    font-size: 2.5vw;
  }
  .conteiner-llegamos .contenedor-foto {
    margin-bottom: -10rem;
    width: 90vw;
  }
  .conteiner-llegamos .contenedor-foto .fotos-llegamos {
    margin-top: 5rem;
  }
  .conteiner-llegamos .contenedor-foto .fotos-llegamos .img1 {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }
  .conteiner-llegamos .contenedor-foto .flecha-llegamos {
    margin-left: auto;
    padding: 1rem;
    margin-top: -20rem;
  }
}

.conteiner-llegamos-pagina .contenedor-foto-pagina {
  width: 100vw;
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
  margin-right: auto;
}
.conteiner-llegamos-pagina .contenedor-foto-pagina .fotos-llegamos .img1 {
  width: 22vw;
}
@media screen and (max-width: 770px) {
  .conteiner-llegamos-pagina .contenedor-foto-pagina .fotos-llegamos .img1 {
    width: 60vw;
  }
}

.cabecera-abs {
  background-color: white;
  width: 100vw;
}

.titulo-abstracciones {
  text-align: center;
  margin-top: -1rem;
  padding-bottom: 1rem;
}

.fotos-abstracciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: -18rem;
  /*  @media screen  and (max-width:1000px){
     margin-top: -21rem; 


      } */
}
.fotos-abstracciones .fotos-horizontales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 37rem;
}
.fotos-abstracciones .fotos-horizontales img {
  /*   padding-top: 15rem; */
  box-shadow: 2px 2px 2px rgb(204, 201, 201);
  width: 40vw;
  border-radius: 5px;
  transition: all 0.8s;
}
.fotos-abstracciones .fotos-horizontales img:hover {
  width: 50vw;
  justify-content: space-around;
}
@media screen and (max-width: 1110px) {
  .fotos-abstracciones .fotos-horizontales {
    margin-top: 31rem;
  }
}
@media screen and (max-width: 400px) {
  .fotos-abstracciones .fotos-horizontales {
    margin-top: 27rem;
  }
}
.fotos-abstracciones .fotos-verticales {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.fotos-abstracciones .fotos-verticales img {
  box-shadow: 2px 2px 2px rgb(204, 201, 201);
  width: 30vw;
  border-radius: 5px;
  transition: all 0.8s;
}
.fotos-abstracciones .fotos-verticales img:hover {
  width: 50vw;
}
.fotos-abstracciones .fotos-horizontales-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.fotos-abstracciones .fotos-horizontales-2 img {
  /*   padding-top: 15rem; */
  box-shadow: 2px 2px 2px rgb(204, 201, 201);
  width: 40vw;
  border-radius: 5px;
  transition: all 0.8s;
}
.fotos-abstracciones .fotos-horizontales-2 img:hover {
  width: 50vw;
}
.fotos-abstracciones .apaisada .apaisada1 {
  margin-bottom: -53rem;
  width: 100vw;
}
@media screen and (max-width: 1600px) {
  .fotos-abstracciones .apaisada .apaisada1 {
    margin-bottom: -50rem;
  }
}
.fotos-abstracciones .apaisada .apaisada2 {
  width: 100vw;
}

.titulo-miras {
  text-align: center;
}

.imagenes-miras {
  width: 95vw;
  margin: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
}
.imagenes-miras img {
  width: 46vw;
}
.imagenes-miras .img-grande {
  width: 96vw;
}

.titulo-marchas {
  text-align: center;
}

@media screen and (max-width: 450px) {
  .carousel .carousel-inner {
    width: 80vw;
    margin-left: -2rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .carousel.pointer-event{
    height: 0;
} */
/* .imagenFondoIndex {
   background-image: url(img/Version2.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   background-attachment: fixed;
 } */
.titulo {
  /*  outline: 3px solid red;
  width: 20vw;
  position: fixed;
  left: 50%;
  right: 50%;

  transform: translate(-50%,-50%); */
}
.titulo .nombre {
  font-family: "Shrikhand", cursive;
  text-align: center;
  margin-top: 2rem;
}

header #btn-menu {
  display: none;
}
header label {
  display: none;
  width: 30px;
  height: 30px;
  padding: 1rem;
}

.secciones {
  /* outline: 3px solid red;
  width: 80vw;
  position: fixed;
  left:50%;
  right: 50%;
  transform: translate(-50%,-50%);
  margin-top: 5rem; */
}
.secciones ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  list-style: none;
  display: flex;
}
.secciones ul li {
  flex-grow: 1;
  text-align: center;
}
.secciones ul li a {
  display: block;
  font-family: "Shrikhand", cursive;
  text-decoration: none;
  color: rgb(27, 26, 26);
  letter-spacing: 2px;
  font-size: 16px;
}
.secciones ul li a:hover {
  color: rgb(206, 50, 50);
}

/* .carousel{  NO ANDA
 .carrousel-inner{
        .carousel-item {
            position: relative;
            display: none;
            float: left;
            width: 10%;
            margin-right: -100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: transform .2s ease-in-out;

            img{
                border-radius: 5px;
            }

        }
    }
} */
img {
  border-radius: 5px;
}

@media screen and (max-width: 770px) {
  .titulo .nombre {
    margin-top: -0.6rem;
    letter-spacing: 3px;
  }
  header label {
    display: block;
  }
  .secciones {
    position: absolute;
    margin-left: -50%;
    top: 9%;
    transition: all 0.5s;
    background-color: rgba(247, 247, 247, 0.301);
  }
  .secciones ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .secciones ul li a {
    font-size: 12px;
    padding: 0.1rem;
    letter-spacing: 1px;
  }
  #btn-menu:checked ~ .secciones {
    margin: 0px;
    margin-top: -2rem;
  }
}
#nav__click {
  color: rgb(206, 50, 50);
}

.secciones {
  z-index: 20;
}

.slide {
  width: 58vw;
  margin: auto;
}
@media screen and (max-width: 770px) {
  .slide {
    margin-top: 13rem;
  }
}

/* .carousel-inner{
       outline: 2px solid yellow;


       margin-left: 27%;
       margin-right: 20%;  

        @media screen and (max-width: 770px) {










             margin-top: 10rem; 
           .carousel-item { outline: 2px solid blue;
           img{
               outline: 2px solid red;


           }
       } 
   } 
} *//*# sourceMappingURL=estilos.css.map */