

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.main {
    padding-top: 0px;
}

p.deslizar {
    font-size: 10px;
    font-family: 'Circensis';
}

/* .header img {
    width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
} */
/* Sticky header */

.header {
position: relative;
z-index: 100;
transition: all 0.7s ease;
text-align: center;
height: 200px;
}

.header_main {
    position: relative;
    z-index: 100;
    transition: all 0.7s ease;
    text-align: center;
    }
/* Logo con transición suave */
.header img {
transition: all 0.3s ease;
}

/* Header cuando se hace scroll */
.header.shrink {
padding: 0.5rem 0;
}

.header.shrink img {
width: 120px;
}
img.logo-carta {
    width: 120px;
    margin-top: 50px;
}
img.logo-horizontal {
    margin-top: 50px;
    width: 300px;
}

.date {
    background: #fff;
    display: inline-block;
    padding: 5px 0px;
    
    border-bottom: 1px solid #ebebeb;
    font-size: 8px;
    width: 100%;
    justify-content: center;
}





.footer {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.pago-img {
    width: 200px;
    max-width: 90%;
    margin: 10px auto;
    display: block;
}

.pago-texto {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #546d57;
    text-transform: uppercase;
    font-weight: 500;
}

.redes-sociales {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}


.icono-social svg {
    width: 27px;
    height: 27px;
    color: #3c3c3c; 
    transition: color 0.3s ease;
  }
  
  .icono-social.instagram:hover svg {
    color: #E1306C; 
  }
  
  .icono-social.facebook:hover svg {
    color: #1877F2;
  }
  
  .icono-social.twitter:hover svg {
    color: #000000; /* Black for X */
  }

  .icono-social .icono-plano {
    width: 29px;
    height: 29px;
    transition: filter 0.3s ease;
    display: block;
  }
  
  .icono-social.instagram:hover .icono-plano {
    filter: brightness(0.6); /* más oscuro al pasar el mouse */
  }
  
  
  .icono-social:hover .icono-circular {
    filter: grayscale(0%) brightness(0.4); /* más oscuro al pasar el mouse */
  }
  



.redes-sociales img {
    width: 28px;
    height: 28px;
    transition: opacity 0.3s ease;
    color:#8c8c8c;
}

.redes-sociales a:hover img {
    opacity: 0.6;
}


    #trebol {
       margin-top: 20px;
    }
 
  .trebol {
    width: 50px !important;
    margin-top: 0px;
}

.loading {
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}


@keyframes rotar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#trebol.rotando {
    animation: rotar 2s linear infinite;
    display: inline-block;
}