body {
    overflow-x: hidden;
    width: 100%;
}

/* CONTENEDOR */
.swiper {
    width: 100%;
    height: 90vh;
}

/* SLIDE */
.slide-custom {
    position: relative;
}

/* IMAGEN */
.img-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DEGRADADO */
.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to right,
        rgba(0, 53, 111, 0.85) 20%,
        rgba(0, 53, 111, 0.5) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

/* TEXTO */
.contenido-slide {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
}

/* TITULO GRANDE */
.contenido-slide h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

/* SUBTEXTO */
.contenido-slide p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.btn-slide {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #42c901;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-slide:hover {
    background: #d87043;
}

.barra_1 {
    padding: 0.5rem 0rem;
    background: linear-gradient(180deg, #00356f 40%, #002f61 100%);
    border-bottom: 4px solid #42c901;
    color: #fff;
    font-size: 15px;
}

.contacto {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contacto i {
    color: #42c901;
    font-size: 18px;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #00356f;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-social i {
    font-size: 16px;
}

.btn-social:hover {
    background: #42c901;
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-social:active {
    transform: scale(0.95);
}

.btn-social {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(66, 201, 1, 0.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(66, 201, 1, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(66, 201, 1, 0);
    }
}

.epacio_b {
    background-color: #ffffff;
}

/* NAVBAR */
.navbar {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    font-family: 'Segoe UI', sans-serif;
}

/* NAVBAR */
.navbar-custom {
    padding: 30px 10px;
    background: #f4f4f4;
}

/* LOGO */
.logo-img {
    width: 50px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text .small {
    font-size: 11px;
    color: #666;
}

.logo-text .big {
    font-size: 18px;
    font-weight: bold;
    color: #00356f;
}

/* LINKS */
.navbar-nav .nav-link {
    color: #00356f;
    font-weight: 500;
    padding: 10px 50px;
    position: relative;
    transition: all 0.3s ease;
}

/* SEPARADORES SOLO EN DESKTOP */
@media (min-width: 992px) {
    .navbar-nav .nav-item:not(:last-child) .nav-link::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        width: 1px;
        background: #D87043;
    }
}

/* HOVER EFECTO*/
.navbar-nav .nav-link:hover {
    color: #42c901;
}

/* SUBRAYADO ANIMADO */
.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #42c901;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* TOGGLER PERSONALIZADO */
.custom-toggler {
    border: none;
}

.custom-toggler:focus {
    box-shadow: none;
}

/* SECCIÓN */
.servicios {
    background: #f8f9fa;
}

.titulo-seccion {
    color: #00356f;
    font-weight: bold;
}

/* CARD */
.card-servicio {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

/* ICONO */
.card-servicio .icono {
    font-size: 40px;
    color: #00356f;
    margin-bottom: 15px;
}

.icono {
    font-size: 40px;
    color: #D87043;
    margin-bottom: 15px;
}

/* TÍTULO */
.card-servicio h5 {
    color: #00356f;
    font-weight: 600;
    margin-bottom: 10px;
}

/* TEXTO */
.card-servicio p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* BOTÓN */
.btn-servicio {
    display: inline-block;
    padding: 8px 18px;
    background: #00356f;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* HOVER BOTÓN */
.btn-servicio:hover {
    background: #42c901;
    color: #fff;
}

/* EFECTO HOVER CARD */
.card-servicio:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* EFECTO BORDE SUPERIOR */
.card-servicio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #42c901;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.card-servicio:hover::before {
    transform: scaleX(1);
}

.card:hover {
    transform: translateY(-8px);
    transition: 0.3s;
}


.accordion-button {
    background: #00356f;
    color: white;
}

.accordion-button:not(.collapsed) {
    background: #D87043;
    font-weight: bold;
}

/* SECCIÓN */
.actividades {
    padding: 5rem 0rem;
    background: #f8f9fa;
}
/*---------------------*/
.imagenes_crousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.agrupar_imagen {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.img_slide {
    min-width: calc(100% / 3); /* 3 imágenes visibles */
    box-sizing: border-box;
    padding: 5px;
}

.card-actividad {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.card-actividad img {
    width: 100%;
    /*height: 250px;*/
    height: auto;
    object-fit: cover;
    display: block;
}

.card-actividad .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .img_slide {
        min-width: calc(100% / 2);
    }
}

@media (max-width: 576px) {
    .img_slide {
        min-width: 100%;
    }
}

/*--------------*/

.footer {
    background: #00356f;
    color: #fff;
    padding: 50px 0 20px;
    font-size: 14px;
}

/* LOGO */
.footer-logo img {
    width: 150px;
}

.footer-logo span {
    font-weight: bold;
    font-size: 18px;
}

/* TITULOS */
.footer h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #42c901;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #ddd;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #42c901;
    padding-left: 5px;
}

/* CONTACTO ICONOS */
.footer i {
    margin-right: 8px;
}

/* REDES */
/* CONTENEDOR */
.social-container {
    text-align: center;
    color: #fff;
}

/* TÍTULO */
.social-title {
    margin-bottom: 10px;
    font-weight: 600;
}

/* CONTENEDOR DE ICONOS */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* ICONOS */
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* HOVER */
.social-link:hover {
    background-color: #fff;
    color: #0d3b66; /* azul oscuro similar a la imagen */
    transform: scale(1.1);
}

/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 10px;
    font-size: 13px;
}

/*especifico*/
.productos-section {
    padding: 60px 0;
    background-color: #FFF;
}

.producto-card {
    border-radius: 15px;
    transition: 0.3s;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.producto-card:hover {
    transform: translateY(-10px);
}

.producto-card .icono {
    font-size: 40px;
    color: #42C901;
}

.ubicacion {
  padding: 60px 20px;
  background: #f8fafc;
  font-family: 'Segoe UI', sans-serif;
}

.contenedor_mapa {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.info h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #0f172a;
}

.info p {
  margin-bottom: 20px;
  color: #475569;
}

.info ul {
  list-style: none;
  padding: 0;
}

.info li {
  margin-bottom: 10px;
  color: #334155;
}

.mapa iframe {
  width: 100%;
  height: 350px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.video-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  background: #f8fafc;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 40px;
  padding: 20px 28px;
  border-radius: 50%;
  transition: 0.3s;
}

.video-container:hover .play-button {
  background: rgba(0,0,0,0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contenedor_mapa {
    grid-template-columns: 1fr;
  }
}

/* MENÚ MÓVIL */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #ffffff;
        margin-top: 10px;
        border-radius: 10px;
        padding: 10px;
    }

    .navbar-nav .nav-link {
        padding: 12px;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}


@media (max-width: 768px) {
      .swiper {
        height: 60vh;
    }

    .contenido-slide {
        left: 5%;
        right: 5%;
        max-width: 100%;
        text-align: center;
    }

    .contenido-slide h1 {
        font-size: 1.8rem;
    }

    .contenido-slide p {
        font-size: 1rem;
    }

    .footer {
        text-align: center;
    }

    .redes {
        margin-top: 10px;
    }
}