html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-nav {
  margin-right: 50px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #c43af7;
}

.swiper-container {
  margin-top: 70px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-slide div {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.swiper-pagination {
  position: absolute;
  margin-bottom: 55px;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #c43af7;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c43af7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #333 !important;
}

@media (max-width: 1326px) {
  .swiper-container {
    height: calc(70vh - -62px) !important;
  }
}

@media (max-width: 1024px) {
  .swiper-container {
    height: 25vh !important;
  }
  .swiper-pagination {
    position: absolute;
    margin-bottom: 70px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .service-description{
    display: none;
  }
  .service-title{
    display: none;
  }
}

@media (max-width: 768px) {
  .swiper-container {
    height: 36vh !important;
    margin-top: 75px;
    width: 100%;
    height: calc(88vh - 0px) !important;
  }
  .swiper-pagination {
    margin-bottom: 200px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-slide div {
    font-size: 1rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .social-media {
    top: auto;
    bottom: 10%;
    left: 10px;
  }

}

@media (max-width: 480px) {
  .h2,
  h2 {
    font-size: calc(1rem + 0.9vw);
  }
  .swiper-container {
    height: 16vh !important;
  }
  .swiper-pagination {
    display: none;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .swiper-slide div {
    font-size: 0.9rem;
    bottom: 5%;
  }
  .social-media {
    display: none;
  }
  .service-description{
    display: none;
  }
  .service-title{
    display: none;
  }
}

.social-media {
  position: fixed;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.social-media a {
  display: block;
  min-width: 48px;
  min-height: 48px;
  color: #fff;
  background-color: #3b5998;
  padding: 10px;
  text-align: center;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.social-media a:hover {
  background-color: #3b5998d4;
}

.social-media a.instagram {
  background-color: #E4405F;
}

.social-media a.tiktok {
  background-color: #000;
}

.social-media a.youtube {
  background-color: #F00;
}

.social-media a.spotify {
  background-color: #1DB954;
}

.whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float a {
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px 10px 13px;
  font-size: 28px;
  display: block;
  width: 50px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  height: 50px;
  margin-bottom: 10px;
}

.whatsapp-float a:hover {
  background-color: #20ba58;
}

.clientes-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.clientes-section h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.swiper {
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.seccion_gracias {
  margin-top: 300px;
}

.seccion_gracias_titulo {
  margin-bottom: 200px;
}

.video-card {
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.video-title {
  color: #333;
  margin-top: 10px;
  font-weight: bolder;
}

.video-description {
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
}

.service-card {
  background-color: #fff;
  color: #333;
  border-radius: 0;
  padding: 0;
  text-align: center;
  margin: 0 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


.service-card img {
  display: block;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}


.service-title {
  color: #007bff;
  margin-bottom: 10px;
  padding: 15px 0 0 0;
}

.service-description {
  color: #333;
  font-size: 0.9rem;
  padding: 0 20px 20px 20px;
  font-weight: 500;
}

.slick-prev,
.slick-next {
  background-color: #c43af7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 20px;
}

.service-carousel {
  padding: 60px 0;
  background-color: #cfced3;
  background-size: cover;
}

.service-carousel h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

 .service-slider {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}



.service-card h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #333;
  font-weight: bolder;
}

.service-card p {
  font-size: 1rem;
  margin-bottom: 20px;
}



.btn-link {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
}

.btn-link:hover {
  text-decoration: underline;
}

.contact-section {
  background: rgba(0,0,0,0.8);
  background-size: cover;
}

.contact-section h2 {
  color: #ff8c00;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.contact-section .form-control {
  background-color: rgba(255,255,255,0.8);
  border: 3px solid #333;
  border-radius: 0;
  color: #333;
}

.contact-section .form-control:focus {
  box-shadow: none;
  border-color: #ff8c00;
}

.contact-section .btn-primary {
  background-color: #2283c7;
  border-color: #345b9d;
}

.contact-section .btn-primary:hover {
  background-color: #cfced3;
  border-color: #333;
  color: #000;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .navbar-toggler {
    display: block;
  }
  .navbar-collapse {
    background-color: rgba(0,0,0,0.8);
  }
  .navbar-nav .nav-link {
    color: #fff !important;
  }
}


/* .service-carousel {
  padding: 60px 0;
  background: #cfced3;
}

.service-carousel h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2983e6;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
}

.service-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.service-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.13);
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}

.service-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  transform: translateY(-6px) scale(1.02);
}

.service-card img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}

.service-title {
  font-size: 1.35rem;
  margin: 18px 0 10px 0;
  color: #333;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.service-description {
  color: #444;
  font-size: 1rem;
  padding: 0 18px 22px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  text-align: left;
}

@media (max-width: 1024px) {
  .service-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .service-slider {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 3vw;
  }
  .service-card {
    max-width: 98vw;
    margin: 0 auto;
  }
  .service-title {
    font-size: 1.18rem;
  }
  .service-description {
    font-size: 0.99rem;
    padding: 0 7vw 22px 7vw;
  }
} */
