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




    /* Estilo de la navbar */
    


    /* 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, #4361a8);
      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: #d737ad;
    }

    .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, #195fa5, #042981);
      box-shadow: 0px 10px 30px #000000;
    }

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

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

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

    .accordion-button:hover {
      background-color: #07070e;
       color: #195fa5;
    }


    .accordion-button:not(.collapsed) {
      background-color: #07070e;
      color: #195fa5;
    }




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


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

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

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

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

    #btnEnviar:hover {
      background-color: #0056b3  !important;
    }

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

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

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

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

    .generalTextColor{
       color:  #000000  !important;
    }



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

    .ubicacion-title {
      color: #fafafa;
    }

    .mapsBackgroundColor {
        background-color: #123b63;
        border: 1px solid #1a1919;
    }

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





    /* Categorías con Empresas Premium  */ 
    .premium-gallery-section {
      background: linear-gradient(to right, #0c7330, #1a1a2e);
      box-shadow: 0px 4px 20px #ffd714;
    }

    .premium-categoria-header h3 {
      color: #ffd700;
    }

    .premium-categoria-header p {
      color: #f0f0f0;
    }

    .premium-card-overlay {
      color: #ffffff;
    }

    .premium-gallery-card {
      border: 2px solid #ffd700;
      box-shadow: 0px 4px 12px #ffd700;
    }

    .premium-gallery-card:hover {
      box-shadow: 0px 8px 25px #ffeb3b;
    }

    .btn-categoria {
      color: #ffffff;
      background-color: #ff9800;
    }

    .btn-categoria:hover {
      background-color: #ffa726;
      color: #ffffff;
    }

    
        /* Tarjetas de Categorías */
    .categoria-card {
      background-color: #ffffff;
      border: 2px solid transparent;
      transition: all 0.3s ease-in-out;
    }

    .categoria-card:hover {
      border-color: #4c6ef5;
      box-shadow: 0 0 20px #4c6ef550;
    }

    .categoria-icon {
      background-color: #e8edff;
      color: #4c6ef5;
    }

    .btn-ver-categoria {
      background-color: #4c6ef5;
      color: #ffffff;
    }

    .btn-ver-categoria:hover {
      background-color: #3b5bdb;
      color: #ffffff;
    }



    