@media (max-width: 768px) {
  /* Asegura que todo el contenido se ajuste bien */
  body, html {
    padding: 0;
    margin: 0;
  }
.header{
	background-color:#FE5629;
	height:70px;
	
}
.header-box{
	height:70px;
	display:flex;
	flex:wrap;
}
.header-logo{
  width:100%;
}
.header-logo-box{
	padding:10px;
	height:70px;
}
.header-logo img{
	 justify-content: center;
  align-items: center;
	width:100%;
height:50px;
	border:0;
}
.header-second-box{
	display:none;
}

  .banner-box img {
    width:100%;
	height:230px;
  }

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    margin:0px;padding:0px;
  }

  .display-box{
  padding:10px;
  }

  .adv-one {
    flex-direction: column;
  }
  .navone {
	width:100%;
	min-width:100%;
	
}
.navone img{
	width:450px;
	min-width:100%;
	height:400px;
}
  .navtwo {
    width: 100%;
    text-align: center;
  }
  .navtwo {
    font-size: 20px;
    padding: 10px;
  }
  .services-container {
   padding:0;
  
    align-items: center;
  }
  .service-box {
    width: 100%;
  }

  .contact-button {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  
  
  
  
/* services list 001 */


/* services list starts here */

.services-list-cont{
	margin:0;
	padding:0;
	flex-direction: column; /* Cambia de fila a columna */
	
}

.services-wrapper{
	width:100%;
	margin-bottom:10px;
	padding:0;
	
	
	
}
.services-wrapper:not(:first-child) {
	
	    margin-left: 0;     /* Quita el margen horizontal */
    margin-top: 10px;   /* Agrega margen vertical */
}
.services-wrapper:hover {
	width:100%;
  transform: translateY(0px);
  
}


/* end list win */

  
  
  
  
.two-win{
	padding:0;
	
	flex-direction: column; /* Cambia de fila a columna */
}
.winone{
	width:100%;
  margin-bottom:15px;
}
.wintwo{
	width:100%;
	margin:0;
}



  
  
  
  
  
  .footer-box {
    font-size: 14px;
    padding: 10px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  
  
  
  
}
@media screen and (max-width:768px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    margin:0px;padding:0px;
  }

}

@media screen and (max-width:768px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
 
    position: absolute;
    right: 0;
    top: 0px;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
  
    text-align: left;
  }

.adscenter-pc{  display:none;
}
.adscenter-mobile{ 
    margin:0 auto;padding:20px;
   justify-content: center;   /* Centra horizontalmente */
  align-items: center;       /* Centra verticalmente */
 

}
.adscenter-mobile img{ 
   width:100%;
  height:180px;
  margin:0 auto;padding:20px;
   justify-content: center;   /* Centra horizontalmente */
  align-items: center;       /* Centra verticalmente */
  

}
.adscenter-pc img{  display:none;

}

}





@media (max-width: 768px) {
  
  .display-box img {
    width:100%;
    height: 290px; /* En pantallas pequeñas */
  }
}

@media (max-width: 480px) {
  .display-box img {
    width:100%;
    height: 250px; /* En pantallas muy pequeñas */
  }
}