
    /* Estilo del body */
    body {
      background: linear-gradient(180deg, #f0f0f0, #f0f0f0); 
      color: #000000;
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      margin: 0;
    }

    /* Estilo de la navbar */
    .navbar {
      background: linear-gradient(to right, #3c7de1, #3c7de1);
      border-bottom: 2px solid #ffffff; 
      padding: 10px 15px;
    }

    .nav-link {
      color: #000000;
    }

    .nav-link:hover {
      color: #ffffff;
    }

    /* Estilo del footer */
    footer {
      background-color: #0c0c0e;
      color: #fafcff;
    }

    footer .text-light:hover {
      color: #de8b17 !important;
    }

    /* Botones */
    .btn-primary {
      background-color: #0c7330;
      color: #ffffff;
      border: none;
    }

    .btn-primary:hover {
      background-color: #212121;
    }

    /* Secciones Personalizadas */
    .custom-card {
      background: linear-gradient(to right, #0f2d73, #0f2d73);
      color: #ffffff;
      box-shadow: 0px 4px 15px #000000;
    }

    .custom-card h2::after {
      background-color: #ff0000;
    }

    .custom-card:hover {
      box-shadow: 0px 8px 30px #8c9eff;
    }

    /* Galería */
    .gallery-title::after {
      background-color: #c800ff;
    }

    .gallery-card {
      background-color: #ffffff;
      box-shadow: 0px 4px 15px #000000;
    }

    /* Botones flotantes */
    .social-buttons a {
      background-color: #15bbc6;
      color: #ffffff;
    }

    .social-buttons a:hover {
      background-color: #19191a;
    }

    /* Botón ir arriba */
    #backToTopBtn {
      background-color: #0b448e;
      color: #ffffff;
    }

    #backToTopBtn:hover {
      background-color: #ffd500;
    }

    /* TARJETAS DE LA SECCIÓN NOSOTROS */
    .about-section {
      background: linear-gradient(to right, #64befa, #64befa);
      box-shadow: 0px 10px 40px #000000;
    }

    .about-section h2::after {
      background-color: #ff0096;
    }

    .about-section h2 {
      color: #ffffff;
    }

    .about-section .custom-card .card-text *{
        color: #ffffff !important;
    }

   
    .about-card {
        background: linear-gradient(to bottom, #195fa5, #195fa5);
        box-shadow: 0px 8px 20px #ffffff;
        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .about-card:hover {
        transform: scale(1.05);
        box-shadow: 0px 12px 30px #ffffff;
    }

    .about-card .card-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #ffffff;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .about-card .card-title i {
        margin-right: 10px;
        color: #ffff00;
        font-size: 1.8rem;
    }

    .about-card .card-text {
        color: #ffffff;
        line-height: 1.6;
        font-size: 1rem;
        margin-bottom: 10px;
    }



    /* FAQs */
	
	 .faq-title::after {
      background-color: #ff0096 !important;
    }

    .faq-section {
      background: linear-gradient(to right, #086809, #053d13);
      box-shadow: 0px 10px 30px #000000;
    }

    .faq-title {
      color: #ffffff !important;
    }

    .faq-item {
      background-color: #2b784c;
      /*color: #ffffff;*/
    }

    .faq-item h3 {
      color: #ffffff !important;
    }

    .faq-item h3 i {
      margin-right: 10px;
      font-size: 1.8rem; /* Tamaño del ícono */
      color: #ffffff !important;
    }

    .accordion-button {
      background-color: #053d13;
      color: #ffffff;
    }

    .accordion-body {
      background-color: #086809;
      color: #ffffff;
      border-top: 1px solid #086809; /* Línea divisoria */
    }

    .accordion-button:hover {
      background-color: #055719;
       color: #086809;
    }


    .accordion-button:not(.collapsed) {
      background-color: #055719;
      color: #086809;
    }

    

    




    /* Contacto */
    .contactBackgroundColor {
      background-color: #0a4a9e !important;
    }


    .contacto-title {
      color: #f1efef !important;
    }

    .contacto-title::after {
      background-color: #ffd700 !important;
    }

    .titles-color {
       color: #000000  !important;
    }

    #btnEnviar {
      background-color: #fff705  !important;
    }

    #btnEnviar:hover {
      background-color: #007bff  !important;
    }

    .contact-social-buttons a {
      color: #fff705  !important;
    }

    .contact-social-buttons a:hover {
      color: #fff705  !important;
    }

    /* Horarios */
    .list-group-item {
      color:  #e0d7d7  !important;
    }

    .list-group-item strong {
      color:#000000  !important;
    }

    .generalTextColor{
       color:  #e0d7d7  !important;
    }



    /*Maps*/
    .ratio {
      box-shadow: 0 10px 20px #000000;
    }

    .ubicacion-title {
      color: #fafafa;
    }

    .mapsBackgroundColor {
        background-color: #959ca3;
        border: 1px solid #1a1919;
    }

    .ubicacion-title::after {
      background-color: #fbff00; 
    }
    