/*
  Colores
*/
:root {
  --negro: #1a1a1a;
  --blanco: #f2f2f2;
  --gris: #999999;
  --rojo: #cc3333b5;
  --azul:  #3399cc;
  --azul-claro: #5fa8ec;
  --background: #efeff6;

  --color-record-center: #fff;
  --color-record-inner: #131313;
  --color-record-groove: #000;
  --color-record-outer: #000;
  --spacing-groove: 10%;
  --turntable-height: clamp(300px, 90vmin, 500px);
  --disc-dimension: calc(var(--turntable-height) * .9)
}

/*
  Fonts
*/
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.woff2') format('woff2'),
       url('../fonts/Author-Semibold.woff') format('woff');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Lobster';
  src: url('../fonts/lobstertwo-bold-webfont.woff2') format('woff2'),
       url('../fonts/lobstertwo-bold-webfont.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}


/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;

  /* for debugging */
  /*
  outline: 2px solid limegreen !important;
  background-color: rgb(0 100 0 / 0.1) !important;
  */
}

html {
  font-family: 'Poppins', system-ui;

  /* Para evitar que el navbar cubra el contenido al dar clic en una opcion del menu */
  /* scroll-padding-top: 132px; */
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lobster', sans-serif;
  line-height: 1.5;
  letter-spacing: 3px;
}

a,
p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Contenedor general */
.container {
  width: min( 90%, 40em );
  margin-inline: auto;
}

.even-columns {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.wrapper {
  position: relative;
}

.promo-content, .event-content {
  padding: 1rem 0;
}

.interviews-content {
  padding: 0 1rem;
  margin: 0 auto;
  display : grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.swiper {
  width: 90vw;
  height: 300px;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 1.1em;
  background: #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* .swiper-novedades #novedad-items .swiper-slide {
  background: #fff !important;
  flex-direction: column;
} */

.novedad-card {
  width: 100%;
  max-height: 450px;
}

.swiper-novedades #novedad-items .swiper-slide .novedad-card img {
  object-fit: cover;
}

.swiper-novedades #novedad-items .swiper-slide p {
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.swiper-slide img:hover {
  transform: scale(1.6) rotate(-10deg);
}

.swiper-slide .title-swiper {
  position: absolute;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--blanco);
  bottom: 0;
  padding: .5rem;
  display: none;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
}

.swiper-slide:hover .title-swiper {
  display: block;
}

#novedades {
  background: #fff;
  background-image: radial-gradient(
      at 46.6% 46.9%,
      hsl(267, 50%, 84%) 0px,
      transparent 50%
    ),
    radial-gradient(at 28.5% 71%, hsl(312, 73%, 85%) 0px, transparent 50%),
    radial-gradient(at 65.9% 75.2%, hsl(146, 68%, 88%) 0px, transparent 50%);
}

section .outer
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

section .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  height: 100%;
  width: 100%;
  /* top: 0; */
}

.swiper-novedades {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-novedades .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-rows: 4fr 1fr;
  max-width: 350px;
  object-fit: cover;
  padding: 15px;
  border-radius: 10px;
  background-color: #eaeaea;
  box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset,
    0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
}

.swiper-novedades .swiper-wrapper .swiper-slide > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
  filter: saturate(0.9) contrast(0.85) brightness(1.05);
  margin-bottom: 15px;
}

.swiper-novedades .swiper-wrapper .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Permanent Marker", cursive;
  transform: rotate(355deg);
}

.swiper-novedades .swiper-wrapper .swiper-pagination {
  --swiper-pagination-color: #7f31ac;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}


/* Estilos para el navbar */
.logo img {
  height: 120px;
}

.navbar {
  position: absolute;
  top: 2rem;
  width: 100%;
  color: var(--blanco);
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--blanco);
  transition: color 0.3s;
  margin-right: 20px;
}

.nav-links a:hover {
  color: var(--gris);
}

/* Hamburger menu styles */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.line {
  width: 30px;
  height: 3px;
  background-color: var(--blanco);
  margin: 3px 0;
  transition: transform 0.4s;
}


/* Media query for mobile */
@media screen and (max-width: 768px) {
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      height: calc(100vh - 115px);
      text-align: center;
      justify-content: space-around;
      position: absolute;
      top: 115px;
      left: 0;
      background-color: #333;
  }

  .nav-links li a {
    color: var(--blanco);
  }

  .nav-links.active {
    display: flex;
  }

  .hamburger {
      display: flex;
  }

  .hamburger.active .line:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .hamburger.active .line:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active .line:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
  }
}


/* Hero Section Styles */
.hero-section {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

#heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  #heroVideo {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #heroVideo {
    width:auto ;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #heroVideo {
    display: none;
  }
  .hero-section {
    background: url(../images/factotum-hero-image.jpg);
    background-size: cover;
  }
}

.hero-text {
  width: 50%;
  padding: 2rem;
}

.scrolling-words-container {
  display: flex;
  align-items: center;
  font-family: 'Lobster', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 4rem;
}

.scrolling-words-box {
  height: 3rem;
  margin: auto;
  overflow: hidden;
}
.scrolling-words-box ul {
  margin: 0 0.625rem;
  padding: 0;
  animation: scrollUp 4s infinite;
}
.scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3rem;
  list-style: none;
}

@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-20%);
  }
  40%, 50% {
    transform: translateY(-40%);
  }
  65%, 75% {
    transform: translateY(-60%);
  }
  90%, 100% {
    transform: translateY(-80%);
  }
}

.hero-text hr {
  margin: 2rem 0;

}

.hero-text p {
  color: var(--blanco);
  font-size: clamp(.8em, 1em + 4vw, 1.3em);
  padding-bottom: 4rem;
}

/* Redes Sociales */
.media-icons {
  position: absolute;
  right: 6rem;
}
.media-icons a img {
  margin-bottom: 1rem;
  transition: 0.3s ease;
}
.media-icons a img:hover {
  transform: scale(1.3);
  filter: grayscale(80%);
}

/* Botón de Voltaje */
.voltage-button {
  position: relative;
}

.voltage-button button {
  background: transparent;
  padding: .75rem 1.5rem;
  border-radius: 5rem;
  border: 3px solid var(--azul);
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.075em;
  transition: background 0.3s;
}

.voltage-button button a {
  color: var(--blanco);
}

.voltage-button button:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid var(--rojo);
}

.voltage-button button:hover + svg, .voltage-button button:hover + svg + .dots {
  opacity: 1;
}

.voltage-button svg {
  display: block;
  position: absolute;
  top: -0.75em;
  left: -0.25em;
  width: calc(42% + 0.5em);
  height: calc(100% + 1.5em);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.1s;
}

.voltage-button svg path {
  stroke-dasharray: 100;
  filter: url("#glow");
}

.voltage-button svg path.line-1 {
  stroke: #f6de8d;
  stroke-dashoffset: 0;
  animation: spark-1 3s linear infinite;
}

.voltage-button svg path.line-2 {
  stroke: #6bfeff;
  stroke-dashoffset: 500;
  animation: spark-2 3s linear infinite;
}

.voltage-button .dots {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
}

.voltage-button .dots .dot {
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
}

.voltage-button .dots .dot-1 {
  top: 0;
  left: 20%;
  animation: fly-up 3s linear infinite;
}

.voltage-button .dots .dot-2 {
  top: 0;
  left: 55%;
  animation: fly-up 3s linear infinite;
  animation-delay: 0.5s;
}

.voltage-button .dots .dot-3 {
  top: 0;
  left: 80%;
  animation: fly-up 3s linear infinite;
  animation-delay: 1s;
}

.voltage-button .dots .dot-4 {
  bottom: 0;
  left: 30%;
  animation: fly-down 3s linear infinite;
  animation-delay: 2.5s;
}

.voltage-button .dots .dot-5 {
  bottom: 0;
  left: 65%;
  animation: fly-down 3s linear infinite;
  animation-delay: 1.5s;
}

@keyframes spark-1 {
  to {
    stroke-dashoffset: -1000;
  }
}

@keyframes spark-2 {
  to {
    stroke-dashoffset: -500;
  }
}

@keyframes fly-up {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }

  5% {
    opacity: 1;
    transform: translateY(-1.5rem) scale(0.4);
  }

  10%, 100% {
    opacity: 0;
    transform: translateY(-3rem) scale(0.2);
  }
}

@keyframes fly-down {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }

  5% {
    opacity: 1;
    transform: translateY(1.5rem) scale(0.4);
  }

  10%, 100% {
    opacity: 0;
    transform: translateY(3rem) scale(0.2);
  }
}



section {
  overflow: hidden;
}
section h2 {
  font-size: 2em;
  text-transform: uppercase;
  /* letter-spacing: 5px; */
  border-bottom: 1px solid #cccccc;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 1rem;
}

#promociones, #eventos, #entrevistas {
  padding: 4rem 0;
}

/* Historia */
section#historia {
  background-color: var(--blanco);
  padding: 4rem 0;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.about-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  justify-content: center;
  padding: 0 2rem;
}

.about-img {
  display: flex;
  justify-content: center;
  align-items: center
}

.about-text {
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-text h4 {
  font-size: 1.2em;
}

.about-text h4 span, .about-text p span {
  text-transform: uppercase;
  color: var(--azul);
  letter-spacing: 1px;
}

/*
Para la tornamesa
*/
.turntable {
  height: var(--turntable-height);
  display: inline-flex;
  gap: 1rem;
  padding: calc(var(--turntable-height) * .05);
  background: #bdc3c7;  /* fallback for old browsers */
  background: -webkit-linear-gradient(180deg, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(180deg, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px;
  border: 1px solid #666;
  box-shadow: 12px -14px 18px 0px rgba(0, 0, 0, 0.25);
}

.disc-container {
  aspect-ratio: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #000;
  background: linear-gradient(45deg, rgb(255, 255, 255), rgb(66, 66, 66))
}

.disc {
  position: relative;
  aspect-ratio: 1;
  width: 91%;
  overflow: hidden;
  border-radius: 50%;
  background: repeating-radial-gradient(var(--color-record-inner), var(--color-record-groove) 2px, var(--color-record-groove) 2px, var(--color-record-inner) 4px);
  cursor: grab
}

.disc.is-scratching {
  cursor: grabbing
}

.disc__que {
  --dim: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  width: var(--dim);
  height: var(--dim);
  background: var(--color-theme);
  border-radius: 50%;
}

.disc__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(var(--disc-dimension) * .4);
  height: calc(var(--disc-dimension) * .4);
  background: no-repeat url("../images/logo.png") center center;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none
}

.disc__middle {
  --dim: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--dim);
  height: var(--dim);
  background: rgb(26, 26, 26);
  border-radius: 50%
}

.disc__glare {
  width: var(--disc-dimension);
  height: 15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
  background: rgba(255, 255, 255, .15);
  filter: blur(10px);
  pointer-events: none
}

.sidebar {
  display: flex;
  height: 100%
}

.controls {
  height: 100%;
  display: flex;
  align-items: flex-end
}

.controls__row {
  justify-content: center;
  gap: 10px
}

.controls__row p {
  color: var(--blanco);
  text-align: justify;
  margin-bottom: 2rem;
}

.control {
  font-family: var(--font-family);
  text-transform: uppercase
}

.rewind {
  display: none
}

.button {
  border-radius: 0;
  border: 2px solid #ccc;
  background: rgb(69, 69, 69);
  font-size: .8em;
  letter-spacing: 1px;
  padding: .4rem .6rem;
  color: #fff;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 1px 1px 0 1px #000, 0 0 0 0 var(--color-theme);
  will-change: box-shadow;
  transition: box-shadow .2s ease-out, transform .05s ease-in
}

.button.is-active {
  background-color: var(--rojo);
  transform: translate(1px, 2px);
  box-shadow: 0 0 5px 1px var(--color-theme)
}



.btn span {
  color: var(--blanco);
}

.phone {
  display: flex;
  flex-direction: column;
}

.phone a {
  color: var(--blanco);
}

.phone a:hover {
  color: var(--azul);
}


.gallery{
	position: relative;
	height: auto;
	width: 90%;
	margin: auto;
	padding: 45px 0;
	display: grid;
	grid-template-columns: auto auto auto auto; /*i write auto four time because we want four rows*/
	/* grid-template-columns: repeat(auto, 4); */
	grid-gap: 2vh;
	grid-auto-flow: dense;
}
.gallery .img-gallery {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	/* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3 ); */
  border: 1px solid #ccc;
	border-radius: 5px;
}
.gallery .img-gallery:first-child{
	grid-column-start: span 2;
	grid-row-start: span 2;
}
.gallery .img-gallery:nth-child(2n+3){
	grid-row-start: span 2;
}
.gallery .img-gallery:nth-child(4n+5){
	grid-column-start: span 2;
	grid-row-start: span 2;
}
.gallery .img-gallery:nth-child(6n+7){
	grid-row-start: span 1;
}
.gallery .img-gallery:nth-child(8n+9){
	grid-column-start: span 1;
	grid-row-start: span 1;
}
.gallery .img-gallery img{
  cursor: pointer;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.5) grayscale(100);
	border-radius: 2px;
	transition: 0.3s ease-in-out;
}
.gallery .img-gallery:hover img{
	filter: brightness(1) grayscale(0);
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  border-radius: 6px;
  background: #cc3333;
  max-width: 700px;
  width: 100%;
  max-height: 100vh;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 8px 8px 16px rgba(0,0,0,0.3);
  overflow: hidden;
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .close-icon{
  cursor: pointer;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  color: var(--blanco);
  font-weight: 500;
}
.details .icon-close{
  color: #007bff;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--rojo);
  height: 40px;
  width: 40px;
  left: 1rem;
}
.slide.next{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--rojo);
  height: 40px;
  width: 40px;
  right: 1rem;
}
.image-box img{
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
  object-position: top;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}

section#experiencia {
  padding: 8rem 4rem;
  color: var(--background);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  background: no-repeat center/100% fixed url("../images/experiencia-factotum.jpg");
  font-size: 2em;
}

section#experiencia h3 {
  line-height: 1;
}

section#experiencia h3 .quotation {
  color: #333;
}

section#experiencia h3 .feature {
  color: var(--azul);
}


/* Contacto */
section#contacto {
  margin-top: 2rem;
  position: relative;
  padding: 8rem 4rem 4rem 4rem;
  color: var(--blanco);
  background-color: #051015;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

#contacto h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 1rem;
}

.enlaces-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.enlaces-contact img {
  max-height: 150px;
  padding: 1rem 0;
}

.info-contacto {
  padding: 0 2rem;
}
.info-contacto p, .horario p {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.info-contacto img {
  padding-right: 1rem;
}

.info-contacto a {
  color: var(--blanco);
}
.info-contacto a:hover {
  color: var(--gris);
}

.horario span {
  color: var(--negro);
  margin-left: 1rem;
}

.horario img {
  height: 32px;
  padding-right: 1rem;
}


/* Footer Styles */
footer {
  background: #009FFF;
  background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
  background: linear-gradient(to right, #ec2F4B, #009FFF);
  color: var(--blanco);
  text-align: center;
  padding: 1rem 0;
  min-height: 4rem;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer a {
  color: #ffffff;
}

footer a span {
  color: var(--azul-claro);
}


/*
    Adaptación a dispositivos móviles

*/

@media (max-width: 768px) {
  
  .wrapper {
    max-width: 100dvw;
    overflow-x: hidden;
  }

  .logo img {
    max-height: 80px;
  }
  
  .hero-section {
    position: relative;
    margin-top: 0;
  }
  .hero-text {
    position: relative;
    width: 100vw;
    height: 90vh;
    align-items: center;
    padding: 1rem;
  }

  .scrolling-words-container {
    font-size: 1.7rem;
    margin-top: 10rem;
  }

  .hero-text hr {
    margin: 1rem 3rem;
  }

  .media-icons {
    right: 1rem;
  }

  .media-icons img {
    max-height: 28px;
  }
  
  .hero-text p {
    font-size: .9em;
  }

  .voltage-button button {
    font-size: 1em;
  }

	.gallery{
		display: grid;
		grid-template-columns: auto auto auto;
	}

  section#experiencia {
    padding: 6rem 1.5rem;
  }

  section#experiencia h3 {
    font-size: .9em;
  }

  .btn-whatsapp {
    bottom: 5rem;
    right: 3rem;
  }

  .even-columns {
    grid-auto-flow: row;
    gap: 2rem;
  }

  .turntable {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 2rem;
  }

  .controls__row p {
    color: #000;
  }

  .about-text {
    margin-top: 8rem;
  }

  section#contacto {
    padding: 2rem 1rem;
  }

  .enlaces-contact {
    margin-top: 4rem;
  }

  .media-icons {
    right: auto;
    left: 1rem;
    bottom: 6rem;
    width: 90%;
    display: flex;
    justify-content: space-around
  }

  footer {
    padding: .5rem 2rem;
  }

}

@media only screen and (max-width: 430px){
	.gallery{
		display: block;
	}
	.gallery .img-gallery {
		display: block;
		width: 100%;
		height: 100%;
		margin:2% 0;
	}
	.gallery .img-gallery img {
		display: block;
		filter: brightness(1) grayscale(0);
	}
}
