@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|family=Raleway:400,200,300,500,600,700,800,900|family=Titillium+Web:400,200,300,600,700,900";
html{
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    background-color: #E0E0E0;
}

.ms-5{
    margin-left: 0.3rem !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	background-color: #fff;
    z-index: 9999;
}
#spinner {
    display: block;
    position: relative;
    left: 46%;
    top: 46%;
  	width: 70px;
  	height: 70px;
}
#preloader #disable-preloader {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.menuzord-menu > li > a {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 12px 16px;
	border-radius: 30px;
    display: inline-block;
	text-decoration: none;
}

.servicio-item{
    z-index: 999;
}

#header .datos{
    color: #E0E0E0;
}

#header .datos a{
    color: #E0E0E0;
    text-decoration: none;
}



/* slider inicial */

.swiper {
    width: 100%;
    height: 70vh;
  }

  .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
  }

  .slide-caption h2,
  .slide-caption p,
  .slide-caption a {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards;
  }

  .slide-caption{
      background-color: #82192241; 
      color: white; 
      padding: 10px 20px;
      border-radius: 8px;
  }

  @media (max-width: 767px) {
    .slide-caption {
      width: 100% !important;
    }
  }

  .slide-caption h2{
      font-size: 2.5rem;
      color: white; 
      font-weight: bold;
  }

  .delay-1 { animation-delay: 0.5s; }
  .delay-2 { animation-delay: 1s; }
  .delay-3 { animation-delay: 1.5s; }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* fin slider inicial */

.txtabout{
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}

.servicios-solapados{
    margin-top: -160px; 
    visibility: visible; 
    animation-duration: 1s; 
    animation-delay: 0.1s; 
    z-index: 999;
}

.parallax {
    background-position: center 60% !important; /* o 50%, 60%, etc. */
  }

.container-img-about {
	background-color: #821921;
	padding: 4px;
	border-radius: 15px;
}

.container-img-about img {
	border-radius: 15px;
}


.icon-box-details h5 {
    font-size: 1rem !important;
    margin-bottom: 5px !important;
}

.icon-box-details p {
    color: #333030 !important;
}

.card-servicio{
    min-height: 430px;
}

.titulo-item-servicio{
    font-size: 1.1rem;
    font-weight: 600;
    color: #821921;
    margin-bottom: 10px;
}

.contenido-item-servicio{
    line-height: 2;
    font-size: 0.9rem;
    font-weight: 400;
    min-height: 300px;
}

.lnk-item-servicio{
    color: #e0d8d8;
    text-decoration: none;
    background-color: #821921;
    border-radius: 10px;
    font-size: 1rem;
    float: right;
}
.lnk-item-servicio:hover{
    background-color: #a80b18;
    color: #ffffff;
}

.item-servicio{
    color: #333030;  
    padding: 10px 40px;
    min-height: 395px;
}

.contenedor-item-ser{
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    min-height: 395px;
}

.item-servicio .detalle-servicio {
    color: #333030; 
}
.item-servicio .img-item-ser {
    padding: 10px 20px;
    border-radius: 10px;
    height: 200px;
    width: 200px;
}

.testimonial{
    background-color: #821922; 
    color: white; 
    padding: 10px 20px;
    border-radius: 10px;
    min-height: 200px;
}

.testimonial .comment p {
    min-height: 150px;
    line-height: 2;
}

.swiper-slide {
    height: auto !important;
}

#etiquetarecepcion .section-content{
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 20px;
}


#lnkmapacentro, #lnkmapamoron{
    cursor: pointer;
    padding: 12px;
}

.contenedor-ms{
    margin-top: 8px;
}
.mercadoshop{
    background:black !important;
}

.text-color-wap{
    color: #4dc247;
}

.cog-branding{display:none !important;}
.cog-abuse{display:none !important;}
.cog-form{ width: 100% !important;}

.el-textarea__inner, .el-input__inner{
    border: #000000 1px solid !important;
    border-radius: 5px !important;
}

.box-servicios{
        min-height: 264px !important;
}


@media (min-width: 481px)  and (max-width: 767px){
    .item-servicio{
    padding: 0px 10px !important;
}
  }

  @media (min-width: 768px){
    .item-servicio{
    padding: 0px 0px !important;
}
  }


/* Extra pequeñas (teléfonos, menos de 768px) */
@media (max-width: 767px) {
    .card-servicio{
        min-height: 470px;
    }
  }
  
  /* Pequeñas (tablets verticales, 768px a 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    .box-servicios{
        min-height: 400px !important;
    }
    .card-servicio{
        min-height: 270px !important;
    }
    .contenido-item-servicio{
        min-height: 100px !important;
    }

    
  }
  
  /* Medianas (tablets horizontales, laptops pequeñas: 992px a 1199px) */
  @media (min-width: 992px) and (max-width: 1199px) {
    .servicio-item{
        margin-top: -280px !important;
    }
    .box-servicios{
        min-height: 494x !important;
    }
    .enterbienve{
        display: block !important;
    }
    .icon-box {
        min-height: 200px !important;
    }
    .card-servicio{
        min-height: 550px;
    }
    .contenido-item-servicio{
        min-height: 380px !important;
    }

    .titulo-item-servicio{
        min-height: 63px !important;
    }
    .lnk-item-servicio{
        margin-right: -10px !important;
    }

    .mailfooter{
        font-size: 14px !important;
    }
  }
  
  /* Grandes (desktops, más de 1200px) */
  @media (min-width: 1200px) {
    /* Estilos para monitores grandes */
    .box-servicios{
        min-height: 450px !important;
    }
  }




   .grid-superpuesto {
    position: relative;
    margin-top: -200px !important;    /* superpone hacia arriba */
    margin-bottom: 100px !important;  /* empuja el contenido siguiente hacia abajo */
    z-index: 10;
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    background: transparent;
    grid-template-columns: repeat(1, 1fr);
  }

  @media (min-width: 768px) {
    .grid-superpuesto {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1200px) {
    .grid-superpuesto {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .grid-item {
    background: transparent;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    margin: 0;
    height: 550px;
  }

  .whatsapp-float{
    position: fixed;
    right: 18px;
    bottom: 80px; /* para no tapar botón volver arriba */
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 10px;

    background: #25D366;
    color: #fff;
    text-decoration: none;

    padding: 12px 14px;
    border-radius: 999px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    transition: transform .2s ease, box-shadow .2s ease, opacity .3s ease;

    opacity: 0;
    pointer-events: none;
  }

  .whatsapp-float.show{
    opacity: 1;
    pointer-events: auto;
  }

  .whatsapp-float:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,.30);
  }

  .whatsapp-icon{
    font-size: 22px;
    line-height: 1;
  }

  /* Animación pulse */
  .whatsapp-float::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    animation: waPulse 1.8s infinite;
    z-index: -1;
    opacity: .35;
    background: #25D366;
  }

  @keyframes waPulse{
    0% { transform: scale(1); opacity: .35; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
  }

  