body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }

.texto_navbar {
    color: rgba(28, 28, 28, 1);
}

.navbar-menu {
    height: 12px;
    padding-top: 10px;
}

/*
Estilo barra de navegacion
*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.navbar-white {
    background-color:  white;
    color: #333;
}

.navbar-dark {
    background-color: #333;
    color: white;
}

.navbar .logo {
    display: flex;
    align-items: center;
}

.navbar .logo img {
    height: 30px;
    margin-right: 10px;
}

.navbar .menu {
    display: flex;
    gap: 20px;
}

.navbar .menu a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    transition: color 0.3s;
}

.navbar .menu a:hover {
    color: #007BFF;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-container input {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease;
}

.search-container.active input {
    right: 0;
    opacity: 1;
}

.search-container .search-icon {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
}

/* *********************/

.titulo-fondo {
    background-image: url("../img/Background-Web.jpg");
    background-color: #cccccc;
    background-size: cover;
}

/* Cambiar el color de la barra de navegación al hacer scroll */
.navbar-scroll {
    background-color: rgb(67, 67, 67); /* Gris oscuro */
    transition: background-color 0.3s ease-in-out;
  }

/* Transición suave para mostrar/ocultar el submenú */
.submenu {
    display: none;
  }
  .submenu.show {
    display: block;
  }

.tipo-icono-buscar {
    fill: #000;
    width: 25px;
}

.tipo-icono-buscar-2 {
    fill: #fff;
    width: 25px;
    color: #fff;
}

.tipo_subtitulo {
    color: #1c1c1c; 
    font-weight: 700; 
    vertical-align: baseline;
}

.tipo_subtitulo_grande {
    color: #1c1c1c; 
    font-size: 40pt;
    font-weight: 900; 
    vertical-align: baseline;
}

.tipo_subtitulo_rojo {
    color: rgb(220, 38, 38); 
    font-weight: 700; 
}

.tipo_mayus {
    color: #1c1c1c; 
    font-weight: 850; 
    vertical-align: baseline;
}

.tipo_parrafo {
    font-size: 18pt;
}

.tipo_subtitulo_azul {
    color: #1e6fb4;
    font-size: 13.999999999999998pt;
    font-weight: bold;
}

.tipo_titulo_datass {
    color: #f3f3f3; 
    font-weight: 700; 
}

.tipo_subtitulo_datass {
    color: #f3f3f3; 

}

.tipo_parrafo_datass {
    color: #f3f3f3; 
    font-size: 13.0pt;
}

.tipo_enlace_video {
    color: #f4cccc; 
    font-size: 13.0pt; 
    font-weight: 700; 
    text-decoration: underline; 
}

/* botones */
.boton_descargar_ficha {
    background-color: #1D71B8;
}

/* estilo para acordion */

.fondo_acordion_titulo {
    background-color: #EDEDED;
    
}

.tipo_acordion_titulo {
    color: #000; 
    font-weight: 700; 
}

ul>li {
    margin-left: 10px;
    list-style-type: none;
}

ul>li>a {
    color: #007BFF;
    font-weight: normal;
}



/* estilo de listado de actividades*/
.dropdown-content {
    display: none;
  }
  .dropdown.open .dropdown-content {
    display: block;
  }


/****************/
/* media query  */
@media only screen and (max-width: 479px) {
    .tipo_subtitulo_grande {
        font-size: 23.0pt;
    }

    .tipo_mayus {
        font-size: 20.0pt;
    }

    .tipos_datass {
        font-size: 20.0pt;
        font-style: italic;
    }

    .tipo_acordion_titulo {
        margin-left: 3pt;
        font-size: 10pt;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tipo_subtitulo_grande {
        font-size: 27.0pt;
    }

    .tipo_mayus {
        font-size: 22.0pt;
    }

    .tipos_datass {
        font-size: 22.0pt;
    }
    
    .tipo_titulo_datass {
        font-size: 24pt;
        font-style: italic;
    }

    .tipo_acordion_titulo {
        margin-left: 4pt;
        font-size: 11pt;
    }

    .tipo_directorio_titulo {
        font-size: 15pt;
        font-weight: 700;
        max-width: 100%;
    }

    .tipo_directorio_subtitulo {
        font-weight: 100;
        font-size: 10pt;
        max-width: 260px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .tipo_subtitulo_grande {
        font-size: 30.0pt;
    }

    .tipo_mayus {
        font-size: 24.0pt;
    }

    .tipos_datass {
        font-size: 24.0pt;
    }

    .tipo_titulo_datass {
        font-size: 24pt;
        font-weight: 700;
        font-style: italic;
    }

    .tipo_acordion_titulo {
        margin-left: 5pt;
        font-size: 13pt;
    }

    .tipo_directorio_titulo {
        margin-left: 5pt;
        font-size: 18pt;
        font-weight: 700;
    }

    .tipo_directorio_subtitulo {
        margin-left: 5pt;
        font-weight: 100;
        font-size: 13pt;
    }
}

@media only screen and (min-width: 1280px) {
    .tipo_subtitulo_grande {
        font-size: 30.0pt;
    }

    .tipo_mayus {
        font-size: 24.0pt;
    }

    .tipos_datass {
        font-size: 24.0pt;
    }

    .tipo_titulo_datass {
        font-size: 24pt;
        font-weight: 800;
    }

    .tipo_subtitulo_datass {
        font-size: 22pt;
    }

    .tipo_parrafo_datass {
        font-size: 15pt;
        font-weight: 100;
    }

    .tipo_enlace_video {
        font-size: 15pt;
    }

    .tipo_acordion_titulo {
        margin-left: 7pt;
        font-size: 15pt;
    }

    .tipo_directorio_titulo {
        margin-left: 7pt;
        font-size: 23pt;
        font-weight: 700;
    }

    .tipo_directorio_subtitulo {
        margin-left: 7pt;
        font-weight: 100;
        font-size: 15pt;
    }
}


/* Personalización adicional */
.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .chat-button:hover {
    transform: scale(1.1);
  }

  .chat-button img {
    width: 160px;
    height: 110px;
  }

  .chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .chatbot-button:hover {
    transform: scale(1.1);
  }

  .chatbot-button img {
    max-width: 120px;
    max-height: 120px;
  }


  .imagen-logo {
    max-width: 365px;
    max-height: 85px;
  }

  .tipo-nombre-programa {
    font-size: 15.0pt; 
    font-variant: normal;
    line-height: 70px;
  }

  .tipo-email {
    font-variant: normal; 
    text-decoration: underline;
  }

  /* estilos de acordion */
  .accordion {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  
  .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
  }
  
  .accordion-header.active {
    background-color: #EDEDED;
  }
  
  .accordion-header .icon {
    font-size: 20px;
    margin-right: 10px;
  }
  
  .accordion-header .text {
    flex: 1;
  }
  
  .accordion-header .arrow {
    transition: transform 0.3s ease;
  }
  
  .accordion-header.active .arrow {
    transform: rotate(90deg);
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #f9f9f9;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .accordion-content ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
  }
  
  .accordion-content ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .accordion-content ul li:last-child {
    border-bottom: none;
  }
  
  /* Footer */

  .fondo-footer {
    background-color: #2B2B2A;
  }

  .icono_redes:hover {
    transform: scale(1.1);
  }

  /* Cards compromiso */

  .card-compromiso4 {
    max-width: 400;
    max-height: 250;
  }