  /**
Theme Name: Astra Child
Author: SEO ALCHEMISTS
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/*GENERAL*/




a{
	text-decoration:none !important;
}

.h1-hero, .h2-hero, .p-hero {
text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);}

@media(max-width: 780px)
{
h1,h2,h3,p, .boton-cs{
	text-align:center !important;
	align-self:center !important;
}
.fila-home{
	align-self:center !important;
}
	.img-bloc1
{
	order:2;
}	
	.bot-hero{	
    align-self:center!important;
		justify-content:center !important;
		
	}
	
	
	}


.h3-home{
	color:black !important;
}

.h2-fondo-blanco{
	color:#A0D1FA !important;
}

.card-header h3{
	color:black;
}


.gb-text-93b3d740{
	color:white !important;
}

.h2-fondo-blanco{
	color:#333 !important;
}

.gb-text-d07d911e{
	text-align:left !important;
}


/*PAIPOINTS*/
  
  .circles-container {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px;
  }

  .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    font-size: 0.9em;
    flex-shrink: 1;
    border: 2px solid #97CDF9;
    box-shadow: 0 4px 15px #CAE5FB;
    transition: all 0.3s ease;
    color: #333;
    line-height: 1.4;
  }

  .circle i {
    font-size: 1.8em;
    margin-bottom: 8px;
    color: #9CCFF9;
  }

  .circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px #CAE5FB;
  }

  @media (max-width: 768px) {
    .circles-container {
      justify-content: center;
      gap: 15px;
    }

    .circle {
      width: 100px;
      height: 100px;
      font-size: 0.7em;
      padding: 10px;
    }

    .circle i {
      font-size: 1.5em;
      margin-bottom: 5px;
    }
  }
  
  
  /*ENLAZADO*/
    .gallery-container {
          max-width: 1200px;
          margin: 0 auto;
      }

      .gallery {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 25px;
          margin: 2rem 0;
      }

      .gallery-item {
          background: white;
          border-radius: 15px;
          overflow: hidden;
          box-shadow: 0 5px 15px rgba(30, 64, 175, 0.2);
          transition: transform 0.3s ease;
      }

      .gallery-item:hover {
          transform: translateY(-8px);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      }

      .gallery-item img {
          width: 100%;
          height: 250px;
          object-fit: cover;
      }

      .gallery-info {
          padding: 1.5rem;
      }

      .gallery-title h3{
          color: #1e40af;
          font-size: 1.2rem;
          font-weight: 600;
          margin-bottom: 0.5rem;
          margin-top: 10px;
          padding-top: 5px;
      }

      .gallery-description {
          color: #666;
          font-size: 1rem;
          line-height: 1.5;
      }

      @media (max-width: 768px) {
          .gallery {
              grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
              gap: 20px;
          }
          
          .gallery-item img {
              height: 200px;
          }
      }
      
      
     /* Tipos de Servicios*/
        .mariachi-section {
            position: relative;
            overflow: hidden;
        }

        .mariachi-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
            pointer-events: none;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .main-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
            color: #1a237e !important;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            background: linear-gradient(45deg, #1a237e, #3f51b5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .subtitle {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            color: #424242;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .highlight {
            color: #1a237e;
            font-weight: 700;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin: 60px 0;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s;
        }

        .service-card:hover::before {
            left: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .service-card.bodas {
            background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,250,252,0.95) 100%);
        }

        .service-card.quinceanos {
            background: linear-gradient(135deg, rgba(252,231,243,0.95) 0%, rgba(255,240,245,0.95) 100%);
        }

        .service-card.corporativo {
            background: linear-gradient(135deg, rgba(227,242,253,0.95) 0%, rgba(240,249,255,0.95) 100%);
        }

        .service-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a237e !important;
        }

        .service-description {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.6;
        }

        .cta-section {
            text-align: center;
            margin-top: 50px;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(45deg, #1a237e, #3f51b5);
            color: white;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none !important;
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(26, 35, 126, 0.4);
        }

        .cta-button:active {
            transform: translateY(-1px);
        }

        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-card {
            animation: fadeInUp 0.6s ease-out forwards;
        }

        .service-card:nth-child(1) { animation-delay: 0.1s; }
        .service-card:nth-child(2) { animation-delay: 0.2s; }
        .service-card:nth-child(3) { animation-delay: 0.3s; }

        /* Responsive */
        @media (max-width: 768px) {
            .mariachi-section {
                padding: 10px 15px;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .service-card {
                padding: 30px 20px;
            }
        }
