/* En tu archivo style.css */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px; /* Ajusta según tu navbar */
}

/* Estilo visual para el item activo */
.nav-item.active .nav-link {
  color: #00f3ff !important;
  font-weight: bold;
}

/* ===== ESTILOS GENERALES ===== */
body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #000000;
}

/* Padding generales */
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/* Estilo para títulos con línea decorativa */
.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #00f3ff;
  
  margin: 0 5px 0.5rem 5px;
}

/* ===== HEADER/NAVEGACIÓN ===== */
.header_section {
  background-color: #ffffff;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding: 0 25px;
}

.custom_nav-container {
  padding: 5px 0;
  z-index: 99999;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-brand img {
  width: 180px;
  margin-right: 5px;
}

.navbar-toggler {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/* Estilos del menú */
.custom_nav-container .navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.custom_nav-container .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-link:hover {
  color: #00f3ff;
}

/* ===== SLIDER/HERO SECTION ===== */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10%;
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
  transition: transform 0.3s ease; /* Agregamos transición suave */
  text-decoration: none;
}

.slider_section .detail-box .slider-link:hover {
  transform: scale(1.05); /* Agranda un 5% */
  background-color: transparent; /* Mantiene el fondo transparente */
  color: #ffffff; /* Mantiene el mismo color de texto */
  border: 1px solid #ffffff; /* Mantiene el mismo borde */
}

.slider_section .img-box {
  width: 73%;
  margin-left: -17%;
  position: relative;
  z-index: 2;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00f3ff, #2b05df);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
          clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
}

/* Controles del carrusel */
.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 47.6%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #00f3ff;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #00f3ff;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ===== SECCIÓN NOSOTROS ===== */
.about_section {
  font-family: "Poppins", sans-serif;
}

.about_section .row {
  align-items: center;
}

.about_section p {
  margin-top: 45px;
  color: #ffffff;
  line-height: 1.6;
}

.about_section .img-box img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

.about_section h6 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}

.about_section hr {
  border-color: #ffffff;
  margin: 15px 0;
}

/* ===== SECCIÓN SERVICIOS ===== */
.service_section {
  background: #000000;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: white;
}

/* Encabezado de servicios */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.blue-line {
  width: 80px;
  height: 3px;
  background: #00f3ff;
  margin: 0 auto 20px;
}

.section-header p {
  color: #aaa;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Tarjetas de servicios */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.card {
  background: #2a2a2a;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Iconos de servicios */
.icon-box {
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}

.icon-box img {
  max-height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.hover-icon {
  opacity: 0;
}

.card:hover .normal-icon {
  opacity: 0;
}

.card:hover .hover-icon {
  opacity: 1;
}

/* Lista de servicios */
.card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #00f3ff;
}

.card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.card li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}

.card li:before {
  content: "•";
  color: #00f3ff;
  position: absolute;
  left: 10px;
  font-size: 1.2rem;
}

/* ===== SECCIÓN UBICACIÓN ===== */
.location-section {
  font-family: 'Arial', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background: rgb(0, 0, 0);
}

/* Encabezado ubicación */
.location-header {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-header h1 {
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* Tarjeta de dirección */
.address-card {
  background: rgb(0, 0, 0);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border: 1px solid #eee;
}

.address-card h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 22px;
}

.address {
  color: #00f3ff;
  font-size: 16px;
  margin: 10px 0;
}

.rating {
  color: #FF9800;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Mapa */
.map-container {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.map-link {
  display: inline-block;
  margin-top: 10px;
  color: #00f3ff;
  text-decoration: none;
  font-weight: 500;
}

/* ===== FOOTER/CONTACTO ===== */
.contact-footer {
  background: #1a1a1a;
  padding: 50px 20px;
  margin-top: 40px;
  text-align: center;
}

.contact-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.contact-heading {
  color: white;
  font-size: 28px;
  margin-bottom: 15px;
}

.blue-divider {
  width: 80px;
  height: 3px;
  background: #00f3ff;
  margin: 0 auto 30px;
}

/* Métodos de contacto */
.contact-methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 18px;
}

/* Íconos como imagen */
.icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.3s;
}

/* Texto del contacto */
.contact-method .text {
  transition: transform 0.3s, color 0.3s;
}

/* Enlace del método de contacto */
.contact-method a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Efecto al pasar el mouse (solo agranda un poco y cambia color del texto) */
.contact-method a:hover .icon img {
  transform: scale(1.05);
}

.contact-method a:hover .text {
  transform: scale(1.05);
  color: #00f3ff;
}

/* Ícono de Instagram con sombra */
.contact-methods .contact-method:first-child .icon img {
  filter: drop-shadow(0 0 2px #E1306C);
}

/* Copyright */
.copyright {
  color: #777;
  font-size: 14px;
  padding-top: 25px;
  border-top: 1px solid #333;
}

/* ===== MEDIA QUERIES/RESPONSIVE ===== */
@media (max-width: 991px) {
  .custom_nav-container .navbar-nav {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .service-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .location-section {
    padding: 20px;
  }

  .address-card {
    padding: 15px;
  }

  .contact-methods {
    flex-direction: column;
    gap: 20px;
  }

  .contact-heading {
    font-size: 24px;
  }
}



/* version movil */
/* SOLUCIÓN PARA BOTÓN HAMBURGUESA - FINAL */
/* Botón hamburguesa - Versión corregida */
.navbar-toggler {
  border: none !important; /* Elimina el borde cuadrado */
  padding: 0.5rem;
  background: transparent !important;
}

/* Estado INICIAL (tres líneas) */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 243, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.3s ease;
}

/* Estado ABIERTO (icono X) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 243, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e") !important;
} 
