html {
    background: #ffffff;
   /* background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;*/
}
*{
 box-sizing: border-box;}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #ffffff;
  min-width: 320px; /* Mínimo para móviles */
  margin:0;
  padding: 0px;
 
 
}



#wrapper{
	
	width:100%;
 max-width: 1200px; /* Máximo para pantallas grandes */
  margin: 0 auto; /* Centrado horizontal */
	
}

.header{
	background-color:#FE5629;
	height:70px;
	
}
.header-box{
	height:70px;
	display:flex;
	flex:wrap;
}
.header-logo{
	width:30%;
	
	
	
}
.header-logo-box{
	padding:10px;
	height:70px;
	
}
.header-logo img{
	width:100%;
	min-width:300px;
	border:0;
}
.header-second-box{
	justify-content: right;
	width:70%;
	height:70px;
	display:flex;
	padding:10px;
}

.header-menu{
	
	
	overflow:hidden;
	flex:wrap;
}
.header-menu-link{
	  padding: 10px;
  
}




.header-menu-link ul {
	
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header-menu-link li {
  margin: 0 5px;
}

.header-menu-link a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 5px;
  transition: background-color 0.3s, color 0.3s;
}

.header-menu-link a:hover {
  background-color: black;
  color: white;
  border-radius: 4px;
}



  .header-menu-link li {
    margin: 10px 0;
  }
}
.banner{
  height:400px;  
  background-color:#BE411F;
}
.banner-box{padding:10px; background-color:#BE411F;}
.banner-box img{width:100%;   height:230px;}
.menu{background-color:#E55F36;}
.menu-box{padding:0;}






.topnav{font-family: Arial, Helvetica, sans-serif;text-transform:  capitalize;font-weight:bold;
   padding:0; margin:0;
overflow:hidden;white-space:nowrap;
  color: #292933;text-decoration: none; }
#myTopnav{} 

   /*ul li de mi menu este menu esta en responsive  */
ul.topnav {
    list-style-type: none;
  margin:0;
border:0px;
  padding: 0 0 0 1em;
    overflow: hidden;    }
ul.topnav li { float: left;
background-image: url('img/linea.png');
background-repeat: no-repeat;
background-position: left;
}
ul.topnav li :last-child{
background-image: url('img/linea.png');
background-repeat: no-repeat;
background-position: right;
}
ul.topnav li a {
display: inline-block;
  color: #FFFF00;
    text-align: center;
      padding: 11px 8px;
        text-decoration: none;
          transition: 0.3s;
            font-size: 0.9rem;     }
ul.topnav li a:hover {
    background-color:#BE411F;
  color:#FFFFFF;}
ul.topnav li a:active {background-color: #FFFFFF;color:#503138;   }
/* icono que muestra en reduccion de pantalla */
ul.topnav li.icon {display: none;}

menu ends here -->




.display{
	 font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
	background-color:#FFFFFF;
}
.display-box{
	
	padding:10px;
}
.adv-one{
	display :flex;
	width:100%;
	height:450 px;
	
}
.navone{
	
	width:50%;
}

.navone img{
	width:450px;
	min-width:100%;
	height:400px;
}
.navtwo{
		 font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
	background-color:#FFFFFF;
}
.contacus{
	
	padding:50px;
}

.contact-button {
  display: inline-block;
  background-color: #28a745;      /* Verde */
  color: white;                   /* Texto blanco */
  padding:  12px 24px;             /* Espaciado */
  border-radius: 8px;             /* Bordes redondeados */
  text-decoration: none;          /* Sin subrayado */
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.contact-button:hover {
  background-color: #218838;      /* Verde oscuro al pasar el mouse */
}






.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.service-box {
  width: 41%; /* Cuadros más pequeños para que entren bien dos por fila */
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.service-box img {
  width: 100%;
  height:200px;
  object-fit: cover;
  border-radius: 8px;
}

.service-box h3 {
  font-size: 0.9em;
  color: #503138;
  margin: 10px 0;
}

.service-box p {
  font-size: 0.80em;
  color: #666;
  margin-bottom: 10px;
}


.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}







/* list win */
.win-box{
	margin:0;
	display:flex;
	flex:flex-wrap;
}



.win-wrapper{
	width:100%;
	margin:5px;
	padding:0px;
	
	
	
}
.win-wrapper:hover {
  transform: translateY(-5px);
  
}
.win-tittle{
	padding:1em;
	background-color: #FF6600;
	background-image: url(img/win_lcu.png);
	background-repeat:no-repeat;
	background-position:left top;
	
}

.win-content{
	padding:0.5em;
	background-color:#FFFFFF;
	
}

.win-content img{
	width:100%;
	height:240px;
	
}

.win-bottom{
	padding:1em;
		background-color: #FF6600;
	background-image: url(img/win_rcb.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}



/* end list win */



.bla{
padding:0;
margin:0;
	
}
.two-win{
	padding:10px;
	
	display:flex;
}
.winone{
	width:40%;
}
.wintwo{
	width:60%;
	margin-left:10px;
}




/* services list 001 */



.services-list-cont{
	display:flex;
	flex:flex-wrap;
	margin:0;
	padding:0;
	
}

.services-wrapper{
	width:35%;
	margin:0;
	padding:0px;
	
	
	
}
.services-wrapper:not(:first-child) {
	margin-left:15px;
}
.services-wrapper:hover {
  transform: translateY(-5px);
  
}
.services-tittle{
	padding:1em;
	background-color: #FF6600;
	background-image: url(img/win_lcu.png);
	background-repeat:no-repeat;
	background-position:left top;
	
}

.services-content{
	padding:0.5em;
	background-color:#FFFFFF;
	
}

.services-content img{
	width:100%;
	height:220px;
	
}

.services-bottom{
	padding:1em;
		background-color: #FF6600;
	background-image: url(img/win_rcb.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}



/* end list win */


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

.footer{
	
	height:100px;
	background-color:#A54100;
}
.footer-box{
	  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#FFFFFF;
	padding:10px;
	 text-align: center;
}