/* Reset de márgenes y paddings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter var", sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-variation-settings: normal;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
  /* Desplazamiento suave en navegadores compatibles */
}

html, body {
  overflow-x: hidden; /* Evita el scroll horizontal */
}

a {
  color: #FF8800;
  /* Cambia el color del enlace */
  font-weight: bold;
  /* Negrita */
  transition: color 0.3s ease;
  /* Suave transición de color */
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  /* Restablece el peso de la fuente */
  cursor: pointer;
  /* Cambia el cursor a mano para indicar que es clicable */
}

a:hover {
  color: #745c74;
  /* Color al pasar el ratón por encima */
}

.main-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.more-section {
  transition: 5s all;
  height: 100vh;
  /* Ocupa toda la pantalla */
  display: block !important;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.about-me {
  height: 35vh;
}
/* Estilos generales */
body,
html {
  height: 100%;
  font-family: 'Arial', sans-serif;
}

/* Contenedor principal */
.main-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Imagen de fondo */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../assets/gallery/background.jpg') center/cover no-repeat;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Oscurecer la imagen de fondo */
}

/* Contenido principal centrado */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #aa84ad;
  /* Color de texto */
}

.logo-circle {
  width: 150px;
  /* Tamaño del contenedor */
  height: 150px;
  /* Tamaño del contenedor */
  border-radius: 50%;
  /* Hacerlo circular */
  background: #020202;
  /* Fondo blanco */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Sombra */
  border: 1px solid #aa84ad;
  /* Borde color */
  margin-bottom: 20px;
}

.logo-circle img {
  width: 70%;
  /* Ajustar tamaño del logo dentro del círculo */
  height: auto;
}

.title {
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.cta-button {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: #aa84ad;
  /* Color de fondo del botón */
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button-about {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: rgb(2, 2, 2, 0.7);

  /* Color de fondo del botón */
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button-about:hover {
  background-color: rgb(2, 2, 2);
  /* Color de hover */
}

.cta-button:hover {
  background-color: #745c74;
  /* Color de hover */
}

/* Indicador de desplazamiento */
.scroll-indicator {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.scroll-indicator span {
  margin-right: 10px;
}

.scroll-indicator img {
  width: 20px;
  height: auto;
}

/* Navegación */
.navigation {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 10px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #aa84ad;
  /* Color activo */
  border-bottom: 2px solid #aa84ad;
  /* Indicador de selección */
}

.mt-5 {
  margin-top: 250px;
}

#map {
  height: 40%;
  width: 100%;
}

.about-container {
  display: flex;
  align-items: center;
  padding: 0px 30px;
  max-width: 100%;
  margin: auto;
  background: #aa84ad;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.artist-image {
  max-width: 45%;
  border-radius: 8px;
  padding: 25px 100px;
 
}
.about-section {
  flex: 1;
  padding-right: 140px;
}

.title-about {
  color: white;
  font-size: 44px;
  margin: 10px 0px !important;
}

.title-about-studio {
  color: white;
  font-size: 32px;
  margin: 10px 0px !important;
}
.about-container p{
  color: white;
  font-size: 18px;
}

.social-icons {
  margin-top: 50px;
}
.social-icons a {
  text-decoration: none;
  margin-right: 15px;
  color: #333;
  font-size: 24px; /* Tamaño del ícono */
}


.social-icons img{
  height: 40px;
}

@media (max-width: 768px) {
  .background-image {
    background: url('../../assets/gallery/toga-finished.jpg') center/cover no-repeat;
    /* Imagen de fondo para pantallas pequeñas */
  }
  .artist-image {
    max-width: 100%;
    border-radius: 8px;
    margin-right: 20px;
    padding: 0px;
  }
  .about-container {
    display: block;
    align-items: center;
    padding: 0px 0px;

    max-width: 100%;
    margin: auto;
    background: #aa84ad;

    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .about-section {
    flex: 1;
    padding: 40px;
  }
}