body {
    background-color: #fff;
    background-image: url('/public/images/media/grilled-noise.png');
}
/* Loader overlay */
#modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s;
}

/* Contenedor interno */
#modal > div {
  text-align: center;
}

/* Spinner */
#modal .spinner {
  width: 85px;
  height: 85px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

/* Texto */
#modal p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Animación */
@keyframes spin {
  to { transform: rotate(360deg); }
}


/*texto pet texto azul*/
.txt_pets_azul1 {
  color: #1d3e75 !important;
}

/*texto pet texto verde*/
.txt_pets_verde1 {
  color: #23a737 !important;
}


/*verde pets boton*/
.btn_pets1 {
  background:#23a737; 
  color:white;
}




@media (min-width: 640px) and (max-width: 1071px) {
  .my-menu {
    display: none !important;
  }

  .my-menu2 {
    display: inline-flex !important;
  }
}

@media (max-width: 387px) {
  .logo-nav {
    width: 180px !important;
  }
}


.border1{ border-radius: 12px 12px 12px 12px; }


/*.banner-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(2rem, 6vw, 3rem);
    color: #ffffff;
    text-align: left;
    line-height: 1.2;
    position: relative;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    padding-bottom: 10px;
}
*/
/* Línea responsive con pseudo-elemento */
/*.banner-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;*/
   /* width: 40%;*/ /* ocupa porcentaje del ancho del H1 */
   /* background-color: rgba(255,255,255,0.3);
    transition: width 0.3s, background-color 0.3s;
}
*/
/*.banner-title:hover::after {
    width: 60%;*/ /* animación al pasar mouse */
   /* background-color: #ffffff;
}*/
/*.texto1{
  font-family: 'Great Vibes';
}*/
/*fondo copala cafe*/
/*.fondo_copala1 {
  background: #403026 !important;
}*/
/*texto copala baige*/
/*.txt_copala1 {
  color: #F2EBDC !important;
}*/
/*texto copala cafe*/
/*.txt_copala2 {
  color: #553A2C !important;
}

*/


.footer_public {
  position: relative;
  padding: 2rem;
  min-height: 300px;
  overflow: hidden;
}

.footer_public::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/public/images/media/wheat.png');
  background-repeat: repeat;
  background-size: 90px;
  opacity: 0.3; 
  z-index: 0;
}

/*@font-face {
    font-family: 'BernardMT';
    src: url('/public/BernardMTCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/