#header .container{
    display: flex;
    justify-content: center;
}
#section1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px; /* Tamaño ligeramente más grande */
    height: 65px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 0 24px rgba(37, 211, 102, 0.5);
    color: white;
    font-size: 32px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.whatsapp-icon:hover {
    color: white !important;
    transform: scale(1.1); /* Aumenta un poco el tamaño */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 0 28px rgba(37, 211, 102, 0.6);
}

.whatsapp-icon:active {
    transform: scale(0.95); /* Efecto de clic */
}

.whatsapp-icon:visited {
    color: white;
} 

#logo-footer {
    width: 100%;
}
.color-principal{
    color: #f390a4;
}
.social-iconos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espacio entre íconos */
}

.social-iconos a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff; /* Íconos blancos */
    background: rgba(255, 255, 255, 0.2); /* Fondo semitransparente */
    border-radius: 50%; /* Hace los íconos circulares */
    text-decoration: none;
    cursor: pointer;
    /* Transiciones separadas para transform y background-color */
    transition: transform 1s ease-in-out, background-color 1s ease-in-out;
}

.social-iconos a:hover {
    background-color: rgba(255, 255, 255, 0.5); /* Efecto de brillo */
    transform: scale(1.1);                      /* Efecto de agrandado */
    color: #f390a4 !important;                  /* Cambia el color del ícono */
}
.social-iconos a:visited {
    color: #fff !important; /* Cambia el color del ícono */
}
.social-iconos a i {
    font-size: 30px;
}

#mainMenu nav > ul > li > a{
    color: #f390a4;
}

button.btn.btn-dark.btn-outline, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline{
    color: #f390a4;
    border-color: #f390a4;
}
button.btn.btn-dark.btn-outline:hover, button.btn.btn-dark.btn-outline:focus, button.btn.btn-dark.btn-outline:active, button.btn.btn-dark.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active{
    color: #fff;
    background-color: #f390a4;
    border-color: #f390a4;
}
#footer {
    background: linear-gradient(to right, #f390a4, #bf516c); /* Degradado elegante */
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.footer-content {
    padding: 30px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

#logo-footer {
    max-width: 180px; /* Ajusta el tamaño del logo */
    margin-bottom: 15px;
}

.footer-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.copyright-content {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
footer h5 {
    color: #fff;
}
footer .row {
    display: flex;
    justify-content: center;
    justify-items: center;
}
footer .row .center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Tablet Portrait*/
@media (max-width: 480px) { /*Grid columns: 6,5,4,3,2*/
    #section1 p{
        font-size: 1.2em;
        padding-bottom: 50px;
    }
    #section2 span{
        font-size: 1.2em;
    }
}  
/* Estilos base para la sección */
#section3 {
    position: relative;
    background: url('homepages/bakery/images/parallax/5.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0; /* Equivalente a p-t-150 p-b-150 */
    color: #fff;
    text-align: center;
  }
  
  #section3 .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay oscuro para mejorar contraste */
    z-index: 1;
  }
  
  #section3 .container {
    position: relative;
    z-index: 2;
  }
  
  #section3 h2 {
    font-size: 40px;  /* Puedes ajustar según prefieras */
    font-family: 'Pacifico', cursive;
    margin-bottom: 60px;
  }
  
  .price-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .price-menu-list li {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
  }
  
  .price-menu-list li:hover {
    transform: scale(1.02);
  }
  
  .price-menu-list img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .price-menu-list h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  
  .price-menu-list p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 10px;
  }
  
  .price-menu-list h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffcc00;
  }
  
  /* Estilos para pantallas grandes (desktop) */
  @media (min-width: 992px) {
    #section3 .col-lg-6 {
      padding: 0 15px;
    }
  }
  
  /* Estilos responsive para dispositivos móviles y tablet */
  @media (max-width: 768px) {
    #section3 {
      padding: 80px 20px; /* Reduce el padding en mobile */
    }
    
    #section3 h2 {
      font-size: 28px;
      margin-bottom: 40px;
    }
    
    .price-menu-list li {
      padding: 15px;
      margin-bottom: 20px;
    }
    
    .price-menu-list img {
      max-width: 80px;
      margin-bottom: 10px;
    }
    
    .price-menu-list h2 {
      font-size: 18px;
    }
    
    .price-menu-list p {
      font-size: 14px;
    }
    
    .price-menu-list h3 {
      font-size: 18px;
    }
    
    /* Si las columnas se ven muy estrechas, podemos hacer que se muestren en 100% */
    #section3 .col-lg-6 {
      width: 100%;
      margin-bottom: 30px;
    }
    
    /* Aseguramos que los elementos dentro de .row se apilen en mobile */
    #section3 .row {
      display: block;
    }
  }
  
.copyright-text {
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    color: #fff;
}

.developer-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.developer-link:hover {
    color: #f390a4;
}

.developer-link strong {
    color: #fff;
    transition: all 0.3s ease;
}

.developer-link:hover strong {
    color: #f390a4;
}


  