@charset "utf-8";

@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
    url('fonts/CabinetGrotesk-Variable.woff') format('woff'),
    url('fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: black;
  background-color: rgb(253, 251, 242);
  font-family: 'CabinetGrotesk-Variable';
  font-weight: 400;
  font-size: 120%;
}

main {
  margin-left: 100px;
  margin-right: 100px;
}

h1 {
  margin-top: 60px;
}

.logo {
  max-width: 1100px;
  margin: auto;
  /* border: 1px solid black; */
}

.logo-img {
  width: 100%;
  /* margin-top: -50px; */
}

nav {
  background-color: rgb(28, 28, 28);
  margin-bottom: 4rem;
}

ul {
  list-style: none;
  padding: 20px;
  text-align: center;
}

li {
  display: inline-block;
  margin: 0 20px;
}

a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

a:hover {
  color: #fbc118;
}

p {
  margin: 20px 0px;
}

.info-intro {
  margin-top: 4rem;
}

/* ------------------------------------------------------------------- */


/* SLIDESHOW */
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.misSlides {
  display: none;
}

/* Botones next & previous */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Botón "siguiente" a la derecha */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Al pasar el cursor (hover), color de fondo negro con un poco de transparencia */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Texto título */
.texto {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Texto numérico (1/5 etc) */
.numerotxt {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Los puntos/viñetas/indicadores */
.punto {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* desvanecer animación */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* ------------------------------------------------------------------- */

/* CARDS */

.flexbox {
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}

.tarjeta {
  font-family: 'CabinetGrotesk-Variable';
  /* border: 1px solid black; */
  width: 45%;
  padding-bottom: 0;
  /* margin-bottom: 2rem; */
}

.tarjeta-imagen {
  width: 100%;
}

.pie-foto-card {
  margin: 0;
  font-size: 85%;
  /* width: 70%;
  gap: 1rem; */
}

.nombre-card {
  margin: 0;
}

.flexbox-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  gap: 10px;
}

.flexbox-info-izq {
  width: 70%;
/*   border: 1px solid red;
  background-color: red; */
}

.info-cards {
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-size: 85%;
  margin-top: 20px;
}

/* .txt-card {
  width: 50%;
} */

/* ------------------------------------------------------------------- */


/* FOOTER */

.flexbox-footer {
  background-color: rgb(28, 28, 28);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin: 2 rem; */
  gap: 1rem;
  margin-top: 150px;
  padding: 2rem;
}

.logo-easd {
  padding-bottom: 40px;
  /* width: 80%; */
}

.txt-footer {
  color: white;
  width: 50%;
  margin: 7rem;
}

.logos {
  width: 50%;
  margin: 5rem;

}

.sigue-footer {
  color: white;
  padding-bottom: 20px;
}

.iconos-rrss-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}

.iconos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
}

.logo-rrss {
  width: 44px;
}

/* ------------------------------------------------------------------- */

/* GALERIA */

.flexbox-galeria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 5rem;
  padding: 1rem;
}

.galeria-imagen {
  max-width: 700px;
}

.pie-foto-galeria {
  font-size: 0.9rem;
}

/* ------------------------------------------------------------------- */

/* ARCHIVO */

.caja-nombre-artista {

  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* border: 3px solid green; */

  background-color: #e72229;
  height: 120px;
}

.nombre-archivo {
  margin: 0;
  color: white;
  font-size: 3rem;
  font-weight: 900;
  padding-left: 50px;
}

.flexbox-img-txt-archivo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5rem;
  /* border: 1px solid black; */
}

.imagen-archivo {
  max-width: 100%;
  height: auto;
}

.der {
  max-width: 50%;
  /* border: 1px solid blue; */
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.izq {
  max-width: 40%;
  /* border: 1px solid red; */
}

.trabajos-archivo {
  display: block;
  margin: auto;
  width: 60%;
  padding-bottom: 100px;
}

.txt-archivo {
  font-size: larger;
}

/* ------------------------------------------------------------------- */


/* BOTÓN PARA VOLVER AL INICIO */

#myBtn {
  display: none;
  /* Esconderse por defecto */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Poner el botón al final de la página */
  right: 30px;
  /* Poner el botón a 30px de la drcha */
  z-index: 99;
  /* Asegurarse de que no se superponga */
  border: none;
  outline: none;
  background-color: #3d5da8;
  color: white;
  cursor: pointer;
  /* Agregar un puntero del mouse al pasar por encima */
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #22428e;
}