:root {
    --color-primary: #FFD700; /* Amarillo alegre */
    --color-secondary: #DC143C; /* Rojo intenso */
    --color-tertiary: #4B0082; /* Púrpura oscuro */
    --color-text: #333;
    --color-bg: #F0F8FF;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: var(--color-bg);
color: var(--color-text);
background-image: url(../images/background.png);
background-size: cover;
}

.header {
    width: 100%;
    position: relative;
    text-align: center;
}

.banner-encabezado {
background-image: url('assets/images/background.png');
background-repeat: no-repeat;
text-align: center;
}

.main-content {
max-width: 1200px;
margin: 20px auto;
padding: 20px;
}

.intro-text {
    text-align: center;
    margin-bottom: 40px;
}

.intro-text h2 {
    color: var(--color-secondary);
    font-size: 2em;
    margin-bottom: 10px;
}

.galeria-eventos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

.evento-foto img {
width: 90%;
height: auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-color: rgba(154,182,69,1.00);
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
}

.footer {
text-align: center;
padding: 20px;
color: white;
background-color: rgba(255,255,255,1.00);
}

.footer-banner {
background-position: center;
background-repeat: no-repeat;
}

.contact-info {
    padding: 20px;
}

.contact-info h2 {
color: rgba(154,182,69,1.00);
margin-bottom: 10px;
font-size: 2em;
}

.whatsapp-link, .phone-number {
color: rgba(154,182,69,1.00);
text-decoration: none;
font-size: 2em;
display: inline-block;
margin: 0 10px;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
font-weight: bolder;
}

.whatsapp-link i {
color: rgba(154,182,69,1.00);
}

/* Diseño adaptable para celulares */
@media (max-width: 768px) {
    .header .logo {
        width: 100px;
    }
    .banner-encabezado, .footer-banner {
        height: 200px;
    }
    .contact-info h2 {
font-size: 1.5em;
color: rgba(154,182,70,1.00);
    }
.footer {
    position: relative;
    width: 100%;
}

.footer-banner {
width: 100%;
height: 250px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}

.contact-info-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay oscuro para que el texto sea legible */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-info-overlay h2 {
    color: var(--color-primary);
    font-size: 2em;
    margin-bottom: 15px;
}

.phone-numbers {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 1.5em;
}

.whatsapp-link, .phone-number {
color: rgba(154,182,69,1.00);
text-decoration: none;
font-size: 4em;
margin: 0 10px;
display: flex;
align-items: center;
}

.whatsapp-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.separator {
    color: white;
    margin: 0 5px;
}

/* Diseño adaptable para celulares */
@media (max-width: 768px) {
    .footer-banner {
        height: 180px;
    }
    .contact-info-overlay h2 {
        font-size: 1.5em;
    }
    .phone-numbers {
        font-size: 1em;
    }
    .whatsapp-logo {
        width: 20px;
        height: 20px;
    }
}    
}
.logo {
border-radius: 46px;
height: 236px;
margin-top: 5px;
}
.lleva {
background-color: rgba(191,255,194,1.00);
border-radius: 23px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
line-height: 1em;
}
.texto {
background-color: rgba(191,255,194,1.00);
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bold;
font-size: x-large;
color: rgba(97,139,60,1.00);
padding-top: 17px;
padding-right: 17px;
padding-bottom: 17px;
padding-left: 17px;
border-radius: 18px;
border-spacing: 0px 0px;
-webkit-box-shadow: 5px 5px 13px rgba(154,154,154,1.00);
box-shadow: 5px 5px 13px rgba(154,154,154,1.00);
line-height: 1em;
}
.momentos {
background-color: rgba(154,182,69,1.00);
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
font-style: italic;
font-weight: bolder;
font-size: xx-large;
border-width: thick;
border-style: double;
border-radius: 13px;
text-align: center;
margin-bottom: 15px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
.contactanos {
color: rgba(154,182,69,1.00);
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-weight: bolder;
font-size: 2.5em;
}
