* {
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.top {
	z-index: 1010; 
	width: 100%;
/*	height: 140px; */
/*	position: fixed;
	top: 0; */
	background: black;
}

.abajo {
        margin-top:120px;
        background:#333;
        color:#cccccc;
        padding-left:50px;
        padding-top:50px;
        padding-bottom:70px;
}


/* Botón estilo técnico/tech */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* espacio entre ícono y texto */
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}

/* Estilo principal (tech blue con gradiente) */
.btn-primary {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #fff;
  box-shadow: 0 3px 8px rgba(13, 110, 253, 0.3);
}

/* Hover con efecto neón */
.btn-primary:hover {
  background: linear-gradient(135deg, #0a58ca, #084298);
  box-shadow: 0 0 12px rgba(13, 110, 253, 0.6);
  transform: translateY(-2px);
}

/* Espaciado a la izquierda (equivalente a ms-2) */
.ms-2 {
  margin-left: 0.5rem;
}


/*    .dmz-wrap{max-width:1100px;margin:0 auto;padding:0 16px} */
    .dmz-wrap{width:100%;margin:0; auto;padding-left:5px; padding-right:5px; padding-top:0px}
    .dmz-banner{background:black;color:#fff;padding:24px 0;margin:0 0 16px}
/*  .dmz-buscador{display:flex;gap:8px;max-width:760px;margin:0 auto}
    .dmz-buscador{display:flex;gap:5px;width:100%;margin:0 auto}
    .dmz-buscador input[type="search"]{flex:1;padding:10px;border-radius:0px;border:1px solid #ccc}
    .dmz-buscador button{padding:10px 16px;border:0;background:#0a7cff;color:#fff;border-radius:6px;cursor:pointer} */
    .dmz-nav ul{list-style:none;display:flex;gap:12px;flex-wrap:wrap;padding:0;margin:12px 0 0}
    .dmz-nav a{color:#0a7cff;text-decoration:none;padding:6px 10px;border:1px solid #0a7cff;border-radius:999px;background:#fff}
    /* Ajustes menores responsivos */
    @media (max-width: 560px){
   /* .dmz-buscador{flex-direction:column}
      .dmz-buscador button{width:100%} */
    }

/*
.divtop {
    display: flex;
    padding-top: 5px;
    padding-right: 5px;
    align-items: center;
    display: flex;
    background-color: black;
    text-align: justify;
}

.divtop a {
    text-decoration: none;
} */

.d2 {
    padding-top: 3px;
    padding-right: 0px;
    width: 100%;
    text-align: right;
    background-color: black;
}

.t1 {
    font-family: 'Arial, Helvetica, sans-serif';
    color: white;
    font-size: small;
}

.t2 {
    font-family: 'arial narrow';
    font-weight: bold;
    font-style: oblique;
    color: white;
    /* color:rgb(195, 218, 92); */
    font-size: large;
    }

.t3 {
    font-family: 'Arial, Helvetica, sans-serif';
    color: greenyellow;
    font-size: x-large;
    }

.t4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #cccccc;
    font-size: x-small;
    }     

.uyflag {
    width: 20px;
    height: 10px;
}

header {
    z-index: 1050;
    width: 100%;
    background-color: black ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:10px;
    padding-bottom: 10px; 
    padding-right: 15px;
    padding-left: 2px;
    /* padding: 1rem; */
}

.logo {
    width: 300px;
    height: 100px;
}

.nav {
    display: block;
    /* transition-duration: 0.1s; */
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 1rem;
}

.nav-list li a {
    text-decoration: none;
    color: #cccccc;
}

.abrir-menu {
    display: none;
}

.cerrar-menu {
    display: none;
}

/*
.ghost {
    background-color: red;
    height: 137px;
}
*/

.barra {
 /* justify-content: space-between; */
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 10px;
    align-items: center;
 /* background-color: rgb(195, 218, 92); */
    display: flex;
    width: 100%;
    height: 40px;
    }

/*
.buscador {
    justify-content: right;
    right: 0;
    padding: 0;
    display: flex;
    width: 50%;
    background: black;
} 
*/

.buscarinp {
    width: 290px;
}

main {
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    display:flex;
    height: auto;
    background-color:rgb(196, 233, 238);
   /* background-color: #f7d0d0; */
}

.h {
    font-size: medium;
    color:rgb(195, 218, 92);
}

.hid1 {
    display: none;
}

.tblitem {
    padding-top: 1px;
    width: 100%;
    height: 200px;
    justify-self: center;
    box-shadow:  1px 1px 3px 1px blueviolet ;
}

.tbl1 {
    width: 100%;
    justify-self: cente;
}

.tbl2 {
    width: 100%;
}

.img {
    vertical-align: middle;
    width: 120px;
    height: 170px;
}

.t_titulo {
    width: 100%;
}

.c_titulo {
    text-align: center;
    height: 45px;
    background-color: rgb(33, 173, 173);
    color: white;
    font-weight: bold;
}

.c_subtitulo {
    padding-top: 10px;
    vertical-align: top;
    font-style: italic;
    font-size: medium;
    height: 20px;
    font-size: medium;
    color: black;
}

.c_descripcion {
    text-align: justify; 
    vertical-align: top;
    padding-left: 10px ;
    padding-right: 10px ;
    font-family: 'Arial Narrow' ;
    font-size: small ;
    color: #333333 ;
}

.masinfo {
    padding-left: 40px;
    color: blueviolet;
    font-size: medium;
    font-style: italic;
}

.d_contacto {
    display: none;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    justify-content: end;
    width: 100%;
    background-color: aquamarine;
}

.contacto {
    display: none;
    justify-content: center;
	margin: 0 auto;
	width: 90%;
	background: greenyellow;
}

@media screen and (max-width: 860px) {
    
.hid1 {
        display: block;
    }

.logo {
        width: 213px;
        height: 80px;
    }

.abrir-menu {
    display: block;
    border: 0;
    font-size: 1.5rem;
    background-color: rgb(195, 218, 92);
    cursor: pointer;
    }

.cerrar-menu {
    display: block;
    border: 0;
    font-size: 1.5rem;
    color: darkgoldenrod;
    background-color: transparent;
    cursor: pointer;
    }

.nav {
        background-color: #1d1d1d;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgb(0, 0, 0, .5);
}

.nav.visible {
        opacity: 1;
        visibility: visible;
}

.nav-list {
        flex-direction: column;
        align-items: end;
}

.buscarinp {
        width: 120px;
}

main {
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        display:flex;
        height: auto;
        background-color:rgb(196, 233, 238);
       /* background-color: #f7d0d0; */
 }
