*{
			margin:0;
			box-sizing: border-box;
		}

		 @font-face {
      font-family: "fuente";
      src: local("?"), url("../fuentes/MyriadPro-Regular.woff") format("woff"), url("../fuentes/MyriadPro-Regular.ttf") format("truetype");
    }

    @font-face {
      font-family: "fuente2";
      src: local("?"), url("../fuentes/Montserrat-Light.woff") format("woff"), url("../fuentes/Montserrat-Light.ttf") format("truetype");
    }


    .nover{
      display: inherit;
    }

		





.boton-contactar{
  background:#e35410; 
  width:170px;
  border:0;
  text-align: center;
  height:50px;
  line-height: 49px;
  color:#fff;
  margin-top: 40px;
  font-family: fuente2;
  transition: 0.7s;
}

.boton-contactar:hover{
  background:#000; 
  transition: 0.7s;
}





.separador{
  width:200px;
  height:7px;
  border-radius:9px;
  background:#e35410;        /* tramo base naranja */
  margin-top:9px;
  position:relative;          /* necesario para posicionar ::after */
  overflow:hidden; 
  margin-bottom: 20px;    

}

.separador::after{
  content:"";
  position:absolute;
  top:0; right:0;
  width:25%;
  height:100%;
  background:#000;
  border-radius:0 9px 9px 0;
  transform:translateX(0);                /* estado base */
  animation:sepSweep 1.6s ease-in-out infinite;
}






.servicios-titular {
  font-family: fuente2;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
}





.separador2 {
  width:340px;
  height:7px;
  border-radius:9px;
  background:#e35410;        /* tramo base naranja */
  margin:9px auto;           /* centra horizontalmente */
  position:relative;         /* necesario para posicionar ::after */
  overflow:hidden;           /* respeta el borde redondeado */
}

.separador2::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:35%;
  height:100%;
  background:#000;
  border-radius:0 9px 9px 0;
  transform:translateX(0);                
  animation:sepSweep 1.6s ease-in-out infinite;
}

@keyframes sepSweep {
  0%,100% { transform:translateX(0); }
  50%     { transform:translateX(-10%); }
}




.contenedor{
  width:80%;
  margin:auto;
  height:auto;
  overflow: hidden;
  background-color: #fff;
  padding-top: 100px;
  margin-bottom: 100px;
}

.introduccion{
  width:100%;
  height:auto;
  padding-bottom: 100px;
  background-color: #f2f2f2;
  padding-top: 90px;
}




.ofertas-listado{
  width:80%;
  margin:0 auto;
  padding:0;
  font-family:fuente2;
}

.oferta-item{
  background:#fff;
  border:1px solid #ddd;
  border-radius:12px;
  padding:25px 30px;
  margin-bottom:35px;
  line-height:26px;
  font-family:fuente2;
}

.oferta-item h2{
  margin:0 0 10px 0;
  font-size:22px;
  font-weight:700;
  color:#000;
  font-family:fuente2;
}

.oferta-item p{
  margin:4px 0;
  font-size:15px;
  color:#333;
  font-family:fuente2;
}

.oferta-item strong{
  color:#000;
  font-weight:700;
}

.oferta-contacto{
  margin-top:18px;
  padding-top:15px;
  border-top:1px solid #ddd;
  font-size:15px;
  font-weight:bold;
  color:#000;
}











.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  background-color: #25d366;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  cursor: pointer;
}

.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  z-index: 99999;
  font-family: 'fuente2', sans-serif;
  overflow: hidden;
}

.whatsapp-popup.hidden {
  display: none;
}

.popup-header {
  background: #000;
  color: white;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-logo {
  height: 30px;
}

.close-btn {
  font-size: 22px;
  cursor: pointer;
}

.popup-body {
  padding: 16px;
}

.popup-body p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.popup-textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 14px;
}

.popup-send {
  background: #25d366;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
}


























































@media (max-width: 1024px) {

    .nover{
      display: none;
    }

  





.separador2 {
  width:300px;
  height:7px;
  border-radius:9px;
  background:#e35410;        /* tramo base naranja */
  margin:9px auto;           /* centra horizontalmente */
  position:relative;         /* necesario para posicionar ::after */
  overflow:hidden;           /* respeta el borde redondeado */
}








}










































































@media (min-width: 1500px) and (max-width: 4500px) {





}