@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

img{
    max-width: 100%;
    height: auto;
}

li{
    text-align: left;
}

body {
  padding-top: 80px; /* Ajusta según la altura del encabezado */
  font-family:Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


 .section {
            padding: 100px;
            text-align: center;
            height: auto;
        }

 #section-sitios {
            padding: 130px;
            text-align: center;
            height: auto;
        }
		
 #section-directorio{
            padding: 200px;
            text-align: center;
            height: auto;
        }
  
        
             /* Contenedor del Parallax */
    .parallax-container {
        position: relative;
        overflow: hidden;
        height: 400px; /* Ajusta la altura según necesites */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Imagen de fondo del Parallax */
    .parallax {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        will-change: transform;
        background-attachment: fixed; 
    }


    .parallax-container[data-speed] .parallax {
        transform: translateY(0);
    }

        

        .welcome-text {
    font-size: 1.5rem;
    color: #333;
    
    animation: fadeIn 2s ease-in-out;
}

.text,table {
    font-size: .9rem;
    color: #333;
    animation: fadeIn 2s ease-in-out;
   /* text-align: justify;*/
}

.text-act{
    font-size: .9rem;
    color: #333;
    
    animation: fadeIn 2s ease-in-out;
    text-align:  center;
}

#video{
    color:#704977;
    font-size: .8rem;
    
    animation: fadeIn 2s ease-in-out;
    text-align:  center;
    font-weight: bold;
}


.btn-primary {
    color: #fff;
    background-color: #704977;
    border: none;
}

h1{
    color:#a7c4e4  !important; 
    font-family: Rockville Solid Regular;
}

h2{
    color:#07409f !important
}
.btn-primary:hover {
    color: #fff;
    background-color: #704977;
    border: none;
}
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        a.nav-link{
            color: #fff;
        }

        .bg-primary{
            background-color: #7E4F85 !important;
        }

    
    .table th {
      background-color: #f3953d;
      color: white;
    }

    .table td {
      vertical-align: middle;
      font-weight: 400;
    }

    .bg-light {
    
    color: #fff; 
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
            color: #fff;
            font-size: 15px;
    }


    /* Estilos para el efecto hover */
    .navbar-nav .nav-link {
      position: relative;
      font-size: 18px;
      color: #333;
      transition: color 0.3s ease-in-out;
    }

    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #fff;
      bottom: -2px;
      left: 50%;
      transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    }

    .navbar-nav .nav-link:hover {
      color: #007bff;
    }

    .navbar-nav .nav-link:hover::after {
      width: 100%;
      left: 0;
    }


          /* Botón flotante */
.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #979797;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none; /* Oculto al inicio */
    transition: opacity 0.3s, transform 0.3s;
}

.btn-top:hover {
    background-color: #3d3d3d;
}

.btn-top.show {
    display: block;
}

.navbar-toggler-icon,.navbar-toggler:not(:disabled):not(.disabled){
    background-color: #fff;
}

.padding-30{
    padding: 30px;
}


#footer{
    padding-top: 25px;
    background: rgb(32 110 185);
    color: #fff;
    text-align: left;
    font-size: 10px;
}

#footer a{
    color: #fff;
}


 #encabezado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Asegura que el fondo sea visible */
    z-index: 1000; /* Asegura que el encabezado esté sobre los demás elementos */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Opcional: sombra para resaltar el encabezado */
}


/* Estilos personalizados para la barra de navegación */
.custom-navbar {
    background: linear-gradient(135deg, #182570, #2072bd);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Estilos para los logotipos */
.logo {
    padding: 5px;
    transition: transform 0.3s ease-in-out;
}

.logo:hover {
    transform: scale(1.1); /* Efecto zoom al pasar el mouse */
}


/* Estilo del título */
.title {
    font-size: 17px;
    color: #ffffff;
    margin: 5px;
}

/* Estilo del subtítulo */
.subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

table{
    font-size: 13px;
}


/* Estilos generales */
.custom-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-bottom: 10px;
}

/* Efecto hover */
.custom-card:hover {
    transform: scale(1.05);
}

/* Imagen */
.custom-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Overlay con efecto */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Oscurecer fondo */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Mostrar overlay al hacer hover */
.custom-card:hover .overlay {
    opacity: 1;
}

/* Título */
.custom-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Botón personalizado */
.btn-custom {
    background: #6c346f;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    font-size: 12px;
}

.btn-custom:hover {
    background: #be8fc5d1;
    color: #fff;
}



form input, form textarea {
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

form input:focus, form textarea:focus {
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);
    border-color: #007bff;
}

#statusMessage {
    font-weight: bold;
}


.link{
    color: #EBD3EF;
}

.pie-text{
    font-size: 12px;
    text-align: left;
}

#pie{
    background: #182772;
}

#pie a{
    color: gold;
}

@media (max-width: 991px) {
#logo-genero-izq{
    display: block !important;
}
}
/* Para dispositivos móviles, usa una simulación del efecto parallax */
@media (max-width: 767px) {
 .section {
    padding: 30px;
  }

   #section-sitios {
            padding: 30px;
        }
	
	#section-directorio{
            padding: 50px;
        }

.btn-top {
    
    font-size: 18px;
    bottom: 20px;
    right: 10px;
    
    }

    body {
  padding-top: 0px; /* Ajusta según la altura del encabezado */
}
/* Estilo del título */
.title {
    font-size: 14px;

}

/* Estilo del subtítulo */
.subtitle {
    font-size: 12px;
}


#logo-genero{
    display: none;
}
}

#logo-genero-izq{
    display: none;
}
.section-title {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.section-title.center-title {
    text-align: center;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h1 {
    font-size: 100px;
    color: #E3E3E3;
    font-family: "Rockville Solid Regular";
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    z-index: -1;
}

#gif{
    max-width: 30%;
    height: auto;
}
  
.services {
	overflow: hidden;
}

.services__list {
	margin: 0;
}

.service__item {
	background: #c2c2c2;
	height: 450px;
	padding: 70px 40px 40px 70px;
	text-align:center
}

.service__item.deep-bg {
	background: #c2c2c2;
}

.service__item h4 {
	font-size: 26px;
	color: #c2c2c2;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}

.service__item p {
	color: #ffffff;
	margin-bottom: 0;
}

.primary-btn {
	display: inline-block;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 12px 12px 12px;
	color: #ffffff;
	background: #f3953d;
	letter-spacing: 2px;
}


.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 15px;
}


.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}



.pl-2, .px-2{
    padding-left: 0px !important;
}


.card{
    border: 10px solid #6c346f;;
}

.espacio{
    padding: 10px;
}

h6{
    color: #6c346f;
}



.white{
    color: #fff !important;
}

.valor-card {
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: #fff;
  }

  .valor-card:hover {
    border-color: #d4af37;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-8px);
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  }

  .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #373cd4;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
  }

  .valor-card:hover .icon-circle {
    background-color: #3761d4;
    color: #ffffff !important;
    transform: scale(1.1);
  }


  #servicios .accordion-item {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  #servicios .accordion-button {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }

  #servicios .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.15);
    color: #ffd700;
  }

  #servicios .accordion-button::after {
    filter: brightness(0) invert(1);
  }

  #servicios .accordion-body a {
    text-decoration: underline;
  }

  #servicios .accordion-body {
    background: transparent;
    color: #ffffff !important;
  }
  .rail-wrap{position:relative; max-width: 1100px; margin:24px auto;}
  .rail{
    display:flex; gap:12px; overflow-x:auto; scroll-behavior:smooth;
    padding:8px 48px; scroll-snap-type:x mandatory;
  }
  .rail::-webkit-scrollbar{height:8px}
  .rail::-webkit-scrollbar-thumb{background:#c6c6c6;border-radius:4px}
  .card-thumb{
    flex:0 0 clamp(45%,260px,32%);  /* móvil -> grande */
    scroll-snap-align:start; border:0; position:relative; border-radius:12px; overflow:hidden;
  }
  .card-thumb img{
    width:100%; height:100%; aspect-ratio: 5 / 5; object-fit:contain; background:#f7f7f7;
  }
  .nav-btn{
    position:absolute; top:0; bottom:0; width:44px; border:0; background:transparent;
  }
  .nav-btn:hover{background:linear-gradient(90deg,rgba(0,0,0,.15),transparent)}
  .nav-btn.next{right:0;transform:scaleX(-1)}
  .pill{
    position:absolute; left:10px; bottom:10px; background:rgba(0,0,0,.55);
    color:#fff; font-size:.8rem; padding:4px 8px; border-radius:999px;
  }
  @media(min-width:768px){ .card-thumb{flex-basis:50%} }   /* ~4 en pantalla */
  @media(min-width:1200px){ .card-thumb{flex-basis:50%} }  /* ~5-6 en pantalla */


  #bannerPrincipal,nav {
    position: relative;
  }
  
  
  
  #bannerPrincipal .carousel-inner {
    height: auto; /* alto fijo */
    width: 100%;
  }
  
  
  #bannerPrincipal .carousel-inner img {
    height: auto;         /* ocupa toda la altura del carrusel */
    width: 100%;
  }
  
  #bannerprincipalcuadrado{
    display: none;
  
  }
  
  section#bannerprincipalcuadrado {
    margin-top: 120px;  
    display: none;
  }
  
  
  @media (max-width: 768px) {
  
    #bannerPrincipal .carousel-inner {
      height: auto; /* alto fijo */
    }
    
    
    #bannerPrincipal .carousel-inner img {
      height: auto;         /* ocupa toda la altura del carrusel */
    }
  
    #bannerprincipalcuadrado{
      display: block;
    }
  
    section#bannerprincipalcuadrado { 
      display: block;
    }
  
    #bannerPrincipal{
      display: none;
    }
  }
  
  .rail-wrap {
    position: relative;
    max-width: 1100px;
    margin: 24px auto;
  }
  
  .rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 48px;
    scroll-snap-type: x mandatory;
  }
  
  .rail::-webkit-scrollbar {
    height: 8px;
  }
  
  .rail::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 4px;
  }
  
  .card-thumb {
    flex: 0 0 clamp(45%, 260px, 32%);
    scroll-snap-align: start;
    border: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .card-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 5;
    object-fit: contain;
    background: #f7f7f7;
  }
  
  .pill {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 999px;
  }
  
  /* --- FLECHAS DE NAVEGACIÓN --- */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 5;
  }
  
  .nav-btn.prev {
    left: 0;
  }
  
  .nav-btn.next {
    right: 0;
    transform: translateY(-50%) !important;
  }
  
  /* Efecto hover opcional */
  .nav-btn:hover {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
  }
  
  /* Iconos azules claros */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  
  /* Flecha izquierda */
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230077ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l1.5 1.5-2.5 2.5 2.5 2.5-1.5 1.5-4-4 4-4z'/%3E%3C/svg%3E");
  }
  
  /* Flecha derecha */
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230077ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
  
  /* Responsivo */
  @media (min-width: 768px) {
    .card-thumb {
      flex-basis: 50%;
    }
  }
  
  @media (min-width: 1200px) {
    .card-thumb {
      flex-basis: 50%;
    }
  }

  
  button.nav-btn.prev{
    background: #1e61ac;
    border-radius: 20px;
  }

  button.nav-btn.next{
    background: #1e61ac;
    border-radius: 20px;
  }
  
  
  #btnTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }
  
  #btnTop.show {
    opacity: 1;
    visibility: visible;
  }
  
  #btnTop:hover {
    background-color: #0056b3;
  }
  