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

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

    .nav-link {
      color: #ffffff;
    }

    .nav-link:hover {
      color: #1c1917;
    }

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

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

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

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

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

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

    .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: #123963;
      color: #ffffff;
    }

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

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

    #backToTopBtn:hover {
      background-color: #0056b3;
    }

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

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

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

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

   
    .about-card {
        background: linear-gradient(to bottom, #910891, #040615);
        box-shadow: 0px 8px 20px #a39e9e;
        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 #a39e9e;
    }

    .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: #ffd700;
        font-size: 1.8rem;
    }

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



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

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

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

    .faq-item {
      background-color: #910891;
      /*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: #e52e96;
      color: #ffffff;
    }

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

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


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

    

    




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


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

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

    .titles-color {
       color:   !important;
    }

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

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

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

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

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

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

    .generalTextColor{
       color:  #333333  !important;
    }



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

    .ubicacion-title {
      color: #ffffff;
    }

    .mapsBackgroundColor {
        background-color: #f8f9fa;
        border: 1px solid #ffffff;
    }

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