/*fondos*/
.swiper {
  width: 600px;
  height: 300px;
}

.fondo-dark{
  background-color: #000;
  
}
.dark{
  background-color: #041727;
  transition: all 2s ease;
  
}
.menu{
    width: 100%;
    height: 10vh;
    padding: 20 25%;
    background-color: red;
}

.section-uno{
    width: 100%;
    min-height: 100vh;
    padding: 0 5%;
}

.texto{
  padding-bottom: 50px;
  height: 50px;
}

.section-tres{
  width: 100%;
    min-height: 90vh;
    padding: 0 5%;
}

/* .separador{
    height: 10px;
    width: 90vh;
    margin-left: 50px;
    display:flex;
    justify-content: center;
    align-items: center;

} */

.section-dos{
  width: 100%;
  min-height: 30vh;
  padding: 0 5%;
}

.section-tres img{
  width: 250px;
    height: 250px;
    
  }

.section-cuatro{
  width: 100%;
  min-height: 30vh;
  padding: 0 5%;
}

.section-uno button {
    width: 100px;
}

.section-tres .parrafo {
    width: 500px;
}

.section-cinco{
  min-height: 15vh;
  padding: 0 5%;
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column; /* Para alinear los botones en columna */
  height: 100%;
  
}

.image-perfil{
  width: 330px;
}

.skills{
    width: 100%;
    min-height: 16vh;
    padding: 0 5%;
}

.skills img {
    width: 70px;
}

.footer{
    width: 100%;
    height: 10vh;
    padding: 0 5%;
}

 /************** Botones sociales con efecto********************/
 .tooltip-container {
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 17px;
  border-radius: 10px;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(10%);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 15px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
}

.profile {
  background: #2a2b2f;
  border-radius: 10px 15px;
  padding: 10px;
  border: 1px solid rgba(11, 63, 95, 1);
}

.icon {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.layer {
  width: 55px;
  height: 55px;
  transition: transform 0.3s;
}
.icon:hover .layer {
  transform: rotate(-35deg) skew(20deg);
}
.layer span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s;
}

.layer span,
.text {
  color: #1da1f2;
  border-color: #1da1f2;
}

.icon:hover.layer span {
  box-shadow: -1px 1px 3px #1da1f2;
}
.icon .text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  font-weight: 500;
  transform: translateX(-50%);
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
.icon:hover .text {
  bottom: -35px;
  opacity: 1;
}

.icon:hover .layer span:nth-child(1) {
  opacity: 0.2;
}
.icon:hover .layer span:nth-child(2) {
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icon:hover .layer span:nth-child(3) {
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icon:hover .layer span:nth-child(4) {
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icon:hover .layer span:nth-child(5) {
  opacity: 1;
  transform: translate(20px, -20px);
}

.layer span.fab {
  font-size: 30px;
  line-height: 64px;
  text-align: center;
  fill: #1da1f2;
  background: #000;
}
.layer span.fab-2 {
  font-size: 30px;
  text-align: center;
  fill: #1da1f2;
  background: #000;
}
.user {
  display: flex;
  gap: 10px;
}
.img {
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #1da1f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.name {
  font-size: 17px;
  font-weight: 700;
  color: #1da1f2;
}
.details {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #fff;
}
.about {
  color: #ccc;
  padding-top: 5px;
}

.instagramSVG {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
 
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.whatsappSVG {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009087;
}
  
/************** Botones sociales con efecto********************/
  
/*Texto en movimiento*/
.txt{
    background: linear-gradient(to right,#159957, #155799);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent  ;
}
/*Texto en movimiento*/

  
  /*********** boton giratorio************/
  .button-btn{
    width: 400px;
  }

  .button {
    position: relative;
    width: 96px;
    height: 40px;
    background-color: #000000;
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
    
    transition: all 0.3s ease;
  }

  .button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .button::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -4px;
    top: -1px;
    margin: auto;
    width: 105px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #a265c2 0%, #40c9ff 100% );
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
  }
  
  
  
  /*********** boton giratorio************/

/************* Nuevos Estilos para Proyectos - Formato Tarjetas ***************/

/* Header de Proyectos */
.projects-header {
  text-align: center;
  margin-bottom: 4rem;
}

.projects-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.projects-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
  border-radius: 2px;
}

.projects-subtitle {
  font-size: 1.2rem;
  color: #b8c5d1;
  font-weight: 400;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  opacity: 0.9;
  letter-spacing: 0.3px;
}

.projects-container {
  max-width: 1200px;
  width: 100%;
}

.modern-card {
  width: 350px;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  position: relative;
  backdrop-filter: blur(10px);
}

.modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modern-card:hover::before {
  opacity: 1;
}


.card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(0.9) contrast(1.1);
}

.modern-card:hover .card-image img {
  transform: scale(1.08);
  filter: brightness(1) contrast(1.2);
}

.card-content {
  padding: 32px 28px;
  color: #fff;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tech-badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.3px;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tech-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.tech-badge.react {
  background: linear-gradient(135deg, rgba(97, 218, 251, 0.15), rgba(97, 218, 251, 0.05));
  color: #61DAFB;
  border: 1px solid rgba(97, 218, 251, 0.3);
}

.tech-badge.nextjs {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tech-badge.angular {
  background: linear-gradient(135deg, rgba(221, 0, 49, 0.15), rgba(221, 0, 49, 0.05));
  color: #DD0031;
  border: 1px solid rgba(221, 0, 49, 0.3);
}

.tech-badge.javascript {
  background: linear-gradient(135deg, rgba(247, 223, 30, 0.15), rgba(247, 223, 30, 0.05));
  color: #F7DF1E;
  border: 1px solid rgba(247, 223, 30, 0.3);
}

.tech-badge.tailwind {
  background: linear-gradient(135deg, rgba(56, 178, 172, 0.15), rgba(56, 178, 172, 0.05));
  color: #38B2AC;
  border: 1px solid rgba(56, 178, 172, 0.3);
}

.tech-badge.html {
  background: linear-gradient(135deg, rgba(227, 76, 38, 0.15), rgba(227, 76, 38, 0.05));
  color: #E34C26;
  border: 1px solid rgba(227, 76, 38, 0.3);
}

.tech-badge.css {
  background: linear-gradient(135deg, rgba(21, 114, 182, 0.15), rgba(21, 114, 182, 0.05));
  color: #1572B6;
  border: 1px solid rgba(21, 114, 182, 0.3);
}

.tech-badge.ecommerce {
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.15), rgba(138, 43, 226, 0.05));
  color: #8A2BE2;
  border: 1px solid rgba(138, 43, 226, 0.3);
}

.tech-badge.vue {
  background: linear-gradient(135deg, rgba(79, 192, 141, 0.15), rgba(79, 192, 141, 0.05));
  color: #4FC08D;
  border: 1px solid rgba(79, 192, 141, 0.3);
}

.tech-badge.astro {
  background: linear-gradient(135deg, rgba(255, 93, 1, 0.15), rgba(255, 93, 1, 0.05));
  color: #FF5D01;
  border: 1px solid rgba(255, 93, 1, 0.3);
}

.card-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #b8c5d1;
  margin-bottom: 24px;
  height: 85px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
  background: linear-gradient(135deg, rgba(31, 41, 55, 1), rgba(250, 250, 250, 0.1));
  border: 1px solid rgba(172, 178, 189, 0.3);
  
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  
  min-width: 120px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: middle;
}

.card-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
  transition: left 0.6s ease;
}

.card-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea, #764ba2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}



.card-btn:hover::before {
  left: 100%;
}

.card-btn:hover::after {
  opacity: 0.15;
}

.card-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.card-btn i {
  font-size: 0.85rem !important;
  opacity: 0.9;
  transition: all 0.3s ease;
  margin-right: 8px !important;
  display: inline-block !important;
  color: #ffffff !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.card-btn:hover i {
  transform: translateX(3px) scale(1.1);
  opacity: 1;
  color: #ffffff !important;
}

/* Responsive Design para Tarjetas */
@media (max-width: 1200px) {
  .modern-card {
    width: 320px;
  }
  
  .projects-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .projects-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  
  .modern-card {
    width: 90%;
    max-width: 400px;
  }
  
  .projects-title {
    font-size: 2.2rem;
  }
  
  .projects-subtitle {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  
  .card-title {
    font-size: 1.3rem;
  }
  
  .card-description {
    font-size: 0.95rem;
    height: auto;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (max-width: 480px) {
  .modern-card {
    width: 95%;
  }
  
  .card-content {
    padding: 24px 20px;
  }
  
  .projects-title {
    font-size: 1.8rem;
  }
  
  .projects-subtitle {
    font-size: 1rem;
  }
  
  .card-title {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  
  .tech-badges {
    gap: 8px;
    margin-bottom: 18px;
  }
  
  .tech-badge {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  
  .card-btn {
    padding: 12px 20px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }
  
  .card-title {
    font-size: 1.2rem;
  }
  
  .card-description {
    font-size: 0.9rem;
    height: auto;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

/************* Fin Nuevos Estilos para Proyectos - Formato Tarjetas ***************/

  
/************* Card de Proyectos ***************/
.cards{
  width: 100%;
}

.card-1 {
  position: relative;
  width: 226px;
  height: 290px;
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  gap: 5px;
  border-radius: 15px;
  cursor: pointer;
  color: #000000;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.card-1::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 236px;
  height: 300px;
  border-radius: 15px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fondo img{
  z-index: -1;
}
.fondo a {
  z-index: -1;
}

.heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2px;
}

.card-1 p:not(.heading) {
  font-size: 20px;
  color: #000000;
}

.card-1 p:not::after {
  font-size: 0px;
  color:#ffffff;
}
.card-1 p:last-child {
  color: #ffffff;
}

.card-1:hover::after {
  filter: blur(50px);
}

.card-1:hover {
  transform: scale(1);
}
/************* Card de Proyectos***************/

/********* Boton de cambio de DARK a LIGHT *********/
.switch {
  --transition: 300ms;
  --transition500: 500ms;
  --color-dark: #0c0f14;
  --color-darkGray: #21262e;
  --color-gray: #52555a;
  --color-offwhite: #cecece;
  --shadow-color: var(--color-dark);
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  height: fit-content;
  background-color: var(--color-dark);
  border-radius: 30px;
  padding: 4px;
  transition: var(--transition500);
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

/* Svg styles */
.switch .svg {
  transition: var(--transition);
  position: absolute;
  left: 5px;
}
.switch .moon {
  width: 18px;
  fill: var(--color-gray);
  opacity: 1;
}

.switch .sun {
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: calc(100% - 21.5px);
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.8;
  opacity: 0;
}

.switch .sun .dot {
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-dark);
  background: white;
  z-index: 1;
  box-shadow: 11px 0px 0px var(--shadow-color),
    10.3px 0px 0px var(--shadow-color), -11px 0px 0px var(--shadow-color),
    -10.3px 0px 0px var(--shadow-color), 0px -11px 0px var(--shadow-color),
    0px -10.3px 0px var(--shadow-color), 0px 11px 0px var(--shadow-color),
    0px 10.3px 0px var(--shadow-color), 8px 8px 0px var(--shadow-color),
    7.3px 7.3px 0px var(--shadow-color), 8px -8px 0px var(--shadow-color),
    7.3px -7.3px 0px var(--shadow-color), -8px -8px 0px var(--shadow-color),
    -7.3px -7.3px 0px var(--shadow-color), -8px 8px 0px var(--shadow-color),
    -7.3px 7.3px 0px var(--shadow-color);
}

.switch .sun .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--color-dark);
}

/*checkbox styles */
.switch .circle {
  appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 0;
  background-color: var(--color-darkGray);
  border: 1px solid var(--color-darkGray);
  transition: var(--transition500);
  box-shadow: 1px 1px 20px 3px var(--color-darkGray);
}

.switch:has(.circle:checked) {
  background: var(--color-offwhite);
}

.switch .circle:hover {
  margin-left: 3px;
}
.switch .circle:checked:hover {
  margin-left: -3px;
}

.switch .circle:checked {
  left: calc(100% - 24px);
  background: white;
  border-color: white;
  box-shadow: 1px 1px 30px 12px white;
}

.switch:has(.circle:checked) > .sun {
  opacity: 1;
}

.switch:has(.circle:checked) > .moon {
  opacity: 0;
}
/********* Boton de cambio de DARK a LIGHT *********/


/************ Boton flotante ocultar******************/
.container-bar{
	width: 50%;
	max-width: 110px;
	position: fixed;
	left: -91px;
	top: 25%;
	z-index: 100;
}

#btn-social{
	display: none;
}
.fa-play{
	cursor: pointer;
	transition: all 0.4s;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
	transform: rotate(180deg);
	color: #49b0e6;
}
#btn-social:checked ~ .fa-play{
	transform: rotate(0deg);
}
.icon-social{
	transition: all 0.4s;
	transform: translateX(0%);
	
}

/* Hidden by scroll state */
.icon-social.hidden-by-scroll {
	transform: translateX(-200px) !important;
}

/* Normal toggle functionality */
#btn-social:checked ~ .icon-social{
	transform: translateX(85%) !important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.0);
}

/* When checked and hidden by scroll, show the buttons */
#btn-social:checked ~ .icon-social.hidden-by-scroll {
	transform: translateX(85%) !important;
}

/************ Icono de botton flotante ocultar******************/
.arrow {
  transform: rotate(270deg);
  cursor: pointer;
  left: 184px;
  position: relative;
  z-index: 101; /* Asegurar que las flechas estén siempre visibles */
}

.arrow span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid rgb(13 110 253);
  border-right: 2px solid rgb(13 110 253);
  transform: rotate(45deg);
  margin: 1px;
  animation: animate28797 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate28797 {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/************ Boton flotante ocultar******************/


/************ Menu hamburguesa******************/
.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 45px;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/************ Menu hamburguesa******************/

/* ============ FOOTER STYLES ============ */
.modern-footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  overflow: hidden;
  margin-top: 80px;
  width: 100%;
  clear: both;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #667eea, transparent);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding: 60px 0 40px;
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.footer-description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #b8b8b8;
  margin-bottom: 30px;
  max-width: 300px;
}

.footer-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  color: #b8b8b8;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a:hover {
  color: #667eea;
  transform: translateX(5px);
}



.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #b8b8b8;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.social-link:hover {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  color: #b8b8b8;
  font-size: 15px;
  margin: 0;
}

.contact-item i {
  color: #667eea;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #888;
}

.footer-bottom-links {
  display: flex;
  gap: 25px;
}

.footer-bottom-links a {
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #667eea;
}

/* Footer Responsive Design */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
}

@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0 30px;
  }
  
  .footer-content {
    padding: 0 15px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .footer-bottom-links {
    justify-content: center;
  }
  
  .footer-description {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-title {
    font-size: 24px;
  }
  
  .footer-section-title {
    font-size: 16px;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .contact-item {
    font-size: 14px;
  }
  
  .social-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* ============ END FOOTER STYLES ============ */
