body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.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;
}

.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: #ff0000;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
/* Navbar Styles */
.header_section {
  background-color: #000000;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand .logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #FFD500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-brand .logo-img {
  height: 100px;                 /* Aumenta visibilidad */
  width: auto;
  display: block;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)); /* Resalta en fondo oscuro */
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #FFD500;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff0008;
  transform: translateY(-2px);
}

.contact-btn-container {
  margin-left: 20px;
}

/* Contact Button - Red Base */
.contact-now-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #8B0000 0%, #a20000 100%); /* rojo oscuro */
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 14px;
  box-shadow: 
    0 6px 20px rgba(139, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(0) scale(1);
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
}

/* Hover Effects - Gradient Vibrant */
.contact-now-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 
    0 8px 30px rgba(215, 25, 32, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  background: linear-gradient(135deg, #FFD500 0%, #D71920 100%);
  text-decoration: none;
}


/* Active/Pressed Effect */
.contact-now-btn:active {
  transform: translateY(1px) scale(0.98);
}

/* Glow Effect */
.contact-now-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.contact-now-btn:hover::before {
  transform: translateX(100%);
}

/* Subtle Pulse Animation */
@keyframes subtlePulse {
  0% {
    box-shadow: 0 4px 20px rgba(215, 25, 32, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  }
  50% {
    box-shadow: 0 4px 25px rgba(215, 25, 32, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  }
  100% {
    box-shadow: 0 4px 20px rgba(215, 25, 32, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  }
}

.contact-now-btn {
  animation: subtlePulse 4s infinite;
}

.navbar-toggler {
  border: none;
  background: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,213,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 20px;
  }
  
  .contact-btn-container {
    margin: 20px auto 0;
    text-align: center;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {
  .navbar-brand .logo-text {
    font-size: 22px;
  }
   .contact-now-btn {
    padding: 12px 28px;
    font-size: 13px;
  }
}

/*end header section*/
/* slider section */

/* Modern Video Section Styles */
.video-hero-section {
  position: relative;
  background-color: #000000;
  color: white;
  overflow: hidden;
}

.video-container {
  max-width: 1600px;
  margin: 0 auto;
}

/* Hero Video Section */
.video-hero {
  position: relative;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(153, 0, 0, 0.7) 0%, rgba(102, 0, 0, 0.5) 100%);
}

.video-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.video-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.video-title span {
  display: block;
  color: #FFC107; /* Amarillo vibrante */
}

.video-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  color: #FFECB3; /* Amarillo claro */
}

.video-cta {
  display: inline-block;
  padding: 16px 40px;
  background: rgba(128, 0, 32, 0.15); /* Vinotinto translúcido */
  backdrop-filter: blur(10px);
  color: #ffffff;
  border: 2px solid rgba(255, 193, 7, 0.3); /* Amarillo translúcido */
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.video-cta:hover {
  background: rgba(128, 0, 32, 0.25); /* Vinotinto más intenso */
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


/* Video Grid Section */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.grid-item {
  position: relative;
  cursor: pointer;
}

.grid-video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  background: #ff0000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.grid-video-wrapper:hover {
  transform: translateY(-5px);
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a3a8f, #1a237e);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.grid-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .video-title {
    font-size: 3rem;
  }
  
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .video-hero {
    height: 70vh;
    min-height: 500px;
  }
  
  .video-title {
    font-size: 2.2rem;
  }
  
  .video-subtitle {
    font-size: 1.1rem;
    max-width: 100%;
  }
  
  .video-grid {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}

/* about */

.about_section {
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
  padding: 80px 0;
}

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

.about_section .detail-box {
  padding-right: 30px;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 2px;
  font-size: 14px;
}

.about_section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  line-height: 1.3;
}

.about_section hr {
  width: 80px;
  height: 3px;
  background-color: #ff0000; /* Vinotinto fuerte */
  border: none;
  margin: 0 0 30px;
}

.about_section p {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.8;
}

.about_section p.highlight {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.about_section .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.about_section .img-box img {
  width: 100%;
  transition: transform 0.3s;
}

.about_section .img-box:hover img {
  transform: scale(1.03);
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #990000; /* Vinotinto */
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3); /* Amarillo translúcido */
}

.experience-badge span {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.experience-badge small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.expertise-list {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.expertise-list li {
  margin-bottom: 10px;
  color: #555;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}

.expertise-list li span {
  color: #990000; /* Vinotinto */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.primary-btn, .secondary-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.primary-btn {
  background-color: #990000; /* Vinotinto fuerte */
  border: 2px solid #990000;
  color: white;
}

.secondary-btn {
  background-color: transparent;
  border: 2px solid #222;
  color: #222;
}

.primary-btn:hover {
  background-color: #ffffff; /* Rojo oscuro */
  border-color: #b30000;
  transform: translateY(-3px);
  color: #b30000;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3); /* Sombra amarilla */
  text-decoration: none;
}

.secondary-btn:hover {
  background-color: #222;
  color: white;
  transform: translateY(-3px);
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 30px;
  }

  .about_section h2 {
    font-size: 28px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}


/* services */
.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 60px;
}

.service_section h2,
.service_section p {
  color: white;
}

.service_section hr {
  background-color: #ffffff;
  height: 2px;
  width: 80px;
  margin-bottom: 15px;
}

.service_section .service_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.service_section .box {
  width: 220px;
  text-align: center;
  margin: 20px 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  border-radius: 10px;
  padding-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

.service_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.service_section .box .img-2 {
  display: none;
}

.service_section .box .img-box {
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.service_section .box:hover .img-box {
  background-color: #FFF3CD;
}

.service_section .box .name {
  margin: 15px 0;
  padding: 0 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #C1121F;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.service_section .box:hover .img-1 {
  display: none;
}

.service_section .box:hover .img-2 {
  display: inline-block;
}

.service_section .hover-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #8B0000;
  color: white;
  padding: 20px;
  transition: all 0.3s ease;
  opacity: 0;
}

.service_section .box:hover .hover-content {
  bottom: 0;
  opacity: 1;
}

.service_section .hover-content p {
  color: white;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.service_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #8B0000 0%, #E50914 100%);
  z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service_section .service_container {
    justify-content: center;
  }
  
  .service_section .box {
    width: 180px;
  }
  
  .service_section .box .img-box {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .service_section .box {
    width: 140px;
  }
  
  .service_section .box .img-box {
    width: 140px;
    height: 140px;
  }
  
  .service_section .box .name h6 {
    font-size: 16px;
  }
}


/* portafolio */

.portfolio-section {
  font-family: "Poppins", sans-serif;
  padding: 80px 0;
  background-color: #f9f9f9;
}

.portfolio-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-section h2 {
  font-size: 36px;
  color: #ff0000 !important;
  margin-bottom: 15px;
}

.portfolio-section hr {
  width: 80px;
  height: 3px;
  background: #910000;
  color: #910000;
  border: none;
  margin: 0 auto 20px;
}

.portfolio-section p {
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 8px 20px;
  background: transparent;
  border: 2px solid #ff0101;
  color: #ff0000;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active {
  background: #ff0000;
  color: white;
}

.filter-btn:hover {
  background: #ff0000;
  color: #ffffff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.portfolio-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-content {
  padding: 20px;
  color: white;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.portfolio-content h3 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 10px;
}

.portfolio-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item:hover .portfolio-content {
  transform: translateY(0);
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .portfolio-filters {
    gap: 8px;
  }

  .filter-btn {
    padding: 6px 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .portfolio-section {
    padding: 60px 0;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}


/* suscripcion */

.subscribe_section {
  background-color: #000000; /* Vinotinto */
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
  color: #ff0000 ;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #7a0000; /* Amarillo fuerte */
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #e6c200; /* Amarillo más oscuro para hover */
}

/* testimonios */

.client_section {
  font-family: "Poppins", sans-serif;
  padding: 70px 0;
  background-color: #f6faff;
}

.client_section .client_container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px;
}

.client_section .client_container .box .detail-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.client_section .client_container .box .detail-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.client_section .client_container .box .client-id {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 50px;
}

.client_section .client_container .box .client-id .img-box {
  margin-left: 0;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  box-shadow: 0 0 10px rgba(183, 28, 28, 0.2);
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
}

.client_section .client_container .box .client-id .name h5 {
  color: #970000;
  margin: 0;
  font-size: 1.1rem;
}

.client_section .client_container .box .client-id .name h6 {
  color: #000000;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  bottom: 35px;
  top: unset;
  background-color: #d30101;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #790808;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 85px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 30px;
}


/* contacto */
.contact-section {
  font-family: "Poppins", sans-serif;
  padding: 80px 0;
  background-color: #fff;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header hr {
  width: 80px;
  height: 3px;
  background: #ff0000;
  border: none;
  margin: 0 auto 20px;
}

.section-header h2 {
  font-size: 36px;
  color: #8f0000;
  margin-bottom: 15px;
}

.section-header p {
  color: #4a5568;
  max-width: 600px;
  margin: 0 auto;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  color: #880e0e;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}

.form-group textarea {
  resize: none;
  min-height: 100px;
}

.form-group label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 16px;
  color: #795548;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-bottom-color: #B71C1C;
}

.form-group .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #B71C1C;
  transition: width 0.4s ease;
}

.form-group input:focus ~ .focus-border,
.form-group select:focus ~ .focus-border,
.form-group textarea:focus ~ .focus-border {
  width: 100%;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23795548' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  background-color: #ff0000; /* Vino tinto */
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.submit-btn span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.submit-btn svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #910000; /* Rojo oscuro/vino de transición */
  transition: all 0.4s ease;
  z-index: 1;
}

.submit-btn:hover::before {
  left: 0;
}

.submit-btn:hover {
  box-shadow: 0 10px 20px rgba(176, 0, 32, 0.2); /* sombra tono vino */
}

.submit-btn:hover svg {
  transform: translateX(5px);
}


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

.info-card {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 60px;
  height: 60px;
  background-color: #FFEBEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.info-card h3 {
  font-size: 20px;
  color: #9b0000;
  margin-bottom: 10px;
}

.info-card p {
  color: #4a5568;
  margin-bottom: 15px;
}

.whatsapp-link,
.email-link {
  display: inline-block;
  padding: 8px 15px;
  background-color: #ffeaea; /* rojo claro de fondo */
  color: #b00020; /* rojo vino tinto para texto */
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-link:hover,
.email-link:hover {
  background-color: #b00020; /* rojo vino tinto intenso */
  color: white;
  text-decoration: none;
}


/* Responsive Design */
@media (max-width: 992px) {
  .contact-content {
    grid-template-columns: 1fr;
  }
  
  .contact-info {
    flex-direction: row;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
  }
  
  .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .section-header h2 {
    font-size: 26px;
  }
  
  .contact-form {
    padding: 20px;
  }
}

/* footer */
.spectacular-footer {
  position: relative;
  background-color: #000000; /* Negro */
  color: white;
  overflow: hidden;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-99%);
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-content {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-brand {
  margin-bottom: 30px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  fill: #ff0000; /* Rojo encendido */
  margin-right: 10px;
}

.logo-text {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.mission {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 25px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.social-icon:hover {
  background-color: #ff0000; /* Rojo encendido */
  transform: translateY(-3px);
}

.links-title,
.contact-title,
.newsletter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
  position: relative;
  padding-bottom: 10px;
}

.links-title::after,
.contact-title::after,
.newsletter-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #ff0000; /* Rojo encendido */
}

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

.link-item {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.link-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff0000; /* Rojo encendido */
  transition: width 0.3s ease;
}

.link-item:hover {
  color: white;
  padding-left: 5px;
}

.link-item:hover::after {
  width: 20px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-icon {
  width: 20px;
  height: 20px;
  fill: #ff0000; /* Rojo encendido */
  margin-right: 10px;
  flex-shrink: 0;
}

.newsletter-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  outline: none;
  transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-form input:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background-color: #ff0000; /* Rojo encendido */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.newsletter-form button:hover {
  background-color: #ff5252; /* Rojo más suave */
  transform: rotate(45deg);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  background: linear-gradient(to right, #000000, #111111); /* Fondo negro */
}

.bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  letter-spacing: 0.5px;
}

.copyright a {
  color: #ff5252; /* Rojo claro */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #ff0000; /* Rojo encendido */
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.logo-icon {
  animation: float 4s ease-in-out infinite;
}

/* Responsive Design */
@media (min-width: 768px) {
  .bottom-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  
  .copyright {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .footer-content {
    padding: 60px 0 30px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .links-title,
  .contact-title,
  .newsletter-title {
    text-align: center;
  }
  
  .links-title::after,
  .contact-title::after,
  .newsletter-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .link-item {
    margin-bottom: 0;
  }
}

/* whatsapp */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: 'Segoe UI', sans-serif;
}

.wa-float-btn {
  background-color: #25D366;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-float-btn:hover {
  transform: scale(1.1);
}

.wa-float-btn img {
  width: 32px;
  height: 32px;
}

.wa-card {
  display: none;
  flex-direction: column;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  overflow: hidden;
  width: 280px;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.wa-card-header {
  background: #25D366;
  color: white;
  padding: 15px;
}

.wa-title {
  font-size: 16px;
  font-weight: bold;
}

.wa-sub {
  font-size: 13px;
  margin-top: 5px;
}

.wa-card-body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.wa-card-body a {
  text-decoration: none;
  padding: 12px 15px;
  color: #333;
  border-top: 1px solid #eee;
  transition: background 0.2s;
}

.wa-card-body a:hover {
  background-color: #f0f0f0;
}

/* Modal general */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}

/* Contenido del modal */
.modal-content {
  position: relative;
  background-color: #000;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video en modal */
#modalVideo {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

/* Botón de cerrar */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}


/* end footer section*/
/*# sourceMappingURL=style.css.map */