* {
    margin: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: "Raleway", sans-serif;
    background-color: #e6e6e694;
   /* background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230f00ff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  */}
  
  /* header */
  header {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  video {
    width: 100%;
  }
  .box-video{
    filter: brightness(0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav {
    position: fixed;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px 0px 20px 20px;
  }
  
  .nav img {
    width: 150px;
    height: 75px;
    margin-left: 50px;
    /* padding: 10px 0 0 40px; */
  }
  
  .nav-link {
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  .nav-extra:hover{
    background-color: #d64a40;
    transition: 0.5s;
  }
  
  .nav-menu {
    display: flex;
    margin-right: 40px;
    list-style: none;
  }
  
  .nav-menu-item {
    font-weight: 300;
    margin: 0 10px;
    line-height: 80px;
    text-transform: uppercase;
    width: max-content;
  }
  
  .nav-menu-link {
    padding: 8px 12px;
    border-radius: 3px;
  }
  
  .nav-menu-link:hover,
  .nav-menu-link_active {
    background-color: #034574;
    transition: 0.5s;
  }
  
  .nav .nav-menu img{
    width:20px ;
  }
  
  header .textos-header {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
  }
  
  .textos-header h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
  }
  
  .textos-header h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
  }
  
  .textos-header h1::after {
    display: block;
    width: 30%;
    height: 10px;
    margin: auto;
    background: #fff;
  }
  
  
  /* seccion de nosotros */
  .contenedor {
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin: auto;
    overflow: hidden;
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 2rem;
  }
  
  .titulo {
    font-size: 30px;
    font-weight: 300;
    color: #ca1e1e;
    text-shadow: 2px 2px 8px #3b5c79;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 5px;
    padding: 0 10px;
  }
  
  .linea {
    width: 170px;
    height: 4px;
    margin: 0 auto;
    background-color: #236af0;

  }

  .line2 {
    width: 120px;
    height: 4px;
    margin-left: 10px;
    background-color: #22e0b7;
    border: none;
    border-radius: 10px;
  }
  
  .contenedor-sobre-nosotros {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    height: 100%;
  }
  
  .contenedor-sobre-nosotros img {
    width: 250px;
  }
  .sobre-nosotros .imagen-sobre-nosotros {
    width: 20%;
    background-image: url(../img/grupo/5026543.jpg);
    background-size: contain;
    border-radius: 10px;
    padding: 20px;
  }
  
  .logo-equipo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-evenly;
    width: 450px;
    height: 100%;
  }
  .logo-equipo img {
    width: 400px;
    object-fit: cover;
    border-radius: 5px;
  }
  .contenido-textos {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    width: 500px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: justify;
    padding: 20px;
    margin-left: 200px;
  }
  
  .contenido-textos p {
    margin-top: 10px;
  }
  
  .contenido-textos ul li {
    list-style: none;
  }
  
  .contenido-textos ul li p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .contenido-textos ul li p {
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
  }
  
  .container-dispositivo {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
  }
  
  .coleccion_item{
    overflow-x: scroll;
    background-color: #666e72;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    text-align: center;
  
  }
  .container-item-dispositivo {
    width: 300px;
    height: 150px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    margin: 10px;
    background-color: #f8f9f9;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
  }
  
  .item-dispositive-content {
    width: 180px;
    margin-left: 5px;
    border-radius: 0px 8px 8px 0px;
    /*  margin-top: 10px;
      margin-right: 10px;
      margin-bottom: 10px;*/
    justify-content: center;
    background-color: white;
  }
  
  .container-dispositivo h4 {
    width: 170px;
    margin-top: 10px;
    text-align: center;
  }
  .container-dispositivo p {
    width: 170px;
    padding-top: 20px;
    color: #6a6a6a;
    text-align: center;
  }
  .container-dispositivo img {
    width: 110px;
    display: flex;
    object-fit: scale-down;
  }
  
  .container-nosotros {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-family: "Rubik", sans-serif;
    padding: 20px 0px 0px 0px;
    flex-wrap: wrap;
  }
  #grupo-container {
    max-width: 100%;
  }
  
  .container-grupo {
    margin: 5px;
    width: 220px;
    height: 330px;
    background-image: url(../img/grupo/5026543.jpg);
    background-size: contain;
    border-radius: 10px;
  }
  
  .card-grupo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    padding: 10px 20px 10px 20px;
  }
  .card-grupo img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: white;
  }
  
  .titulo-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 10px 0px;
    color: rgb(5, 50, 148);
  }
  .sub-titulo-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 20px 0px;
    color: rgb(49, 44, 45);
  }
  #funcion {
    padding: 0px 0px 20px 0px;
    color: rgb(231, 30, 16);
    padding: 0px 0px 10px 20px;
  }
  .container-descript {
    line-height: 1.5rem;
    height: 120px;
    align-items: center;
    justify-content: left;
    color: rgb(53, 52, 51);
    font-size: 13px;
  }
  
/*   Proximos eventos */
   .eventos{
    padding: 90px 0 60px 0;
    background-image: url(../img/fondos/fondo_eventos_2.jpg);
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-attachment:fixed;

  }

  .texto-uno {
    color: #eb2424;
    margin: 1px auto;
    padding: none;
  }
  
  .texto-dos {
    color: #1b71c2;
    margin: 1px auto;
  }
  
  .result-uno {
    color: #eb2424;
    margin: 10px ;
    font-size: 15px;
  }
  
  .result-dos {
    color: #1b71c2;
    margin: 1px auto;
    font-size: 15px;
  }
  
  .text-cert {
    color: #666e72;
    margin: 1px auto;
    font-size: 15px;
  }
  
  .titulo-eventos {
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    padding-top: 10px;
  }
  
  .card p {
    font-family: Arial, Helvetica, sans-serif;
    color: #6a6a6a;
  }
  
  .container {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto;
  }
  
  .container .card {
    width: 260px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: rgb(236, 236, 236);
    display: flex;
    flex-direction: column;
  }

/*   .container .card-eventos:first-child {
    border: 2px solid rgb(33, 156, 8);
    
} */
  
  .container .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  }
  
  .container .card img {
    width: 250px;
    height: 170px;
    border-radius: 0 0 110px;
    margin: 5px 5px;
  }
  
  .container .card p {
    padding: 5px 1rem;
    font-size: 16px;
    font-weight: 300;
  }
  
  .container .card a {
    font-weight: 500;
    text-decoration: none;
  }
  
  .container .card-eventos {
    width: 230px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: #fff;
  }
  
  .container .card-eventos-pequeño {
    width: 230px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: #fff;
  }
  
  .container .card-eventos img {
    width: 230px;
    height: 140px;
  }
  
  .container .card-eventos p {
    padding: 5px 1rem;
    font-size: 16px;
    font-weight: 300;
  }
  
  .container .card-eventos a {
    font-weight: 500;
    text-decoration: none;
  }
  
  .container .card-eventos h4 {
    padding: 20px 0 10px 0;
  }
  
  .container .card-eventos:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  }
  
  .container .card-eventos-pequeño {
    width: 230px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: #fff;
  }
  
  .container .card-eventos-pequeño img {
    width: 230px;
    height: 150px;
  }
  
  .container .card-eventos-pequeño p {
    padding: 5px 1rem;
    font-size: 16px;
    font-weight: 300;
  }
  
  .container .card-eventos-pequeño a {
    font-weight: 500;
    text-decoration: none;
  }
  
  .container .card-eventos-pequeño h4 {
    padding: 20px 0 10px 0;
  }
  
  .container .card-eventos-pequeño:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  }
.info-card{
    padding: 10px;
    display: flex;
    flex-direction: row;
}
  /*CONTADOR NUEVO*/
  h6 {
    font-weight: bold;
    padding: 5px;
  }
  
  .countown {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: #ec8383;
    position: absolute;
    z-index: 0;
    width: 260px;
    height: 40px;
  }
  
  .day,
  .hour,
  .minute,
  .second {
    font-size: 13px;
  }
  
  /*CONTADOR VIEJO*/
  #evento_1,
  #evento_2,
  #evento_3,
  #evento_4,
  #evento_5,
  #evento_6,
  #evento_7,
  #contador {
    display: flex;
    justify-content: center;
    background-color: #ec8383;
    align-items: center;
    margin-top: auto;
  }
  .simply-section {
    background: rgba(241, 183, 183, 0);
    width: 220px;
    height: 40px;
    margin: 0 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .simply-amount {
    display: block;
    font-size: 15px;
    font-weight: 10px;
  }
  
  .simply-word {
    display: block;
    font-size: 9px;
    font-weight: 10px;
  }
  /* servicios */
  
  .about-services {
    padding-bottom: 30px;
  }
  
  .servicio-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .servicio-ind {
    width: 30%;
    height: 360px;
    text-align: center;
  }
  
  .servicio-ind img {
    width: 30%;
  }
  
  .servicio-ind h3 {
    margin: 10px 0;
  }
  
  .servicio-ind p {
    font-weight: 300;
    text-align: justify;
  }
  
  /* footer */
  footer {
    padding: 0px 0 30px 0;
    overflow: hidden;
    display: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    margin: auto;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px 20px 0px 0px;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
  }
  
  .contact-us {
    width: 30%;
    color: #fff;
  }
  
  .brand {
    font-weight: 500;
    font-size: 40px;
  }
  
  .brand + p {
    font-weight: 500;
  }
  
  .social-media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  
  .social-media-icon {
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
  }
  
  .social-media-icon i {
    font-size: 30px;
    line-height: 60px;
  }
  
  .line {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
  }
  
  .social-media-icon:hover {
    background: #fff;
    color: #181ab4;
  }
  
  /* menu hamburguesa */
  .toggle {
    margin-top: 10px;
    margin-right: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 30px;
    line-height: 60px;
    height: 55px;
    /* padding: 0 10px 0 10px; */
    display: none;
  }
  
    /* LOGIN_SESSION */
  .login{
    background-image: url(../img/sesion/descarga.jpg);
    background-repeat:space;
    background-size: cover;
  }
  .container_session{
    position:fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    align-items: center;
  }

  .session_img{
    
    width: max-content;
    background-color: #034574;
  }

  .session_img img{
    width: 500px;
    box-shadow:5px 5px 5px 5px #b6b6b6;
  }
  
  .formulario{
    width: 500px;
    height: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #a7a7a7 ;
    background-size: contain;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(233, 233, 233, 0.521) ;
    font-family:'Courier New', Courier, monospace;
    justify-content: center;
    align-items: center;
  }
  
  .formulario img{
    width: 60px;

  }

  .box-log{
    border-radius: 10px;
    background-color: #ffff;
    border-color: #181ab4;
    font-family:'Courier New', Courier, monospace;
  }
  .box-sub{
    width: max-content;
    height: 40px;
    border-radius: 4px;
    background-color: #5086c1;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #efefef;
  }
  
  .nav_ed {
    position: static;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    background: rgb(0, 0, 0);
  }
  
  
  .nav_ed img{
    width:150px;
    height: 75px;
    margin-left: 50px;
  }
  
  .container-edit-events{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: max-content;
  }

  .container-entry-events{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 50px 0;
  }

  .container-entry-events form{
    margin: 20px;
    line-height: 2;
  }

  .upload-info-card {
    width: 50%;
    height: max-content;
    padding: 10px;
    align-items: center;

  }

  .entry-data{
    padding: 3px;
    width: 100%;
    height: 35px;
    font-size: 1rem;
    font-weight: 400;
    background-color: #ffffff;
    background-clip: padding-box;
    border: solid #b6b6b6;
    border-radius: 5px;
  }
  .view-data{
    width: 90%;
    padding: 10px;
  }
  .event_upload {
    width: 10px;
  }

  .event_upload img{
    object-fit: cover;
    width: 30px;
  }

  .table>thead{
    vertical-align: bottom;
    background-color: #c0c0c0;
    font-weight: bold;
    border: solid 1px;
    color:black;
  }

  .table tbody, td, tfoot, th, thead, tr{
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: .5rem .5rem;
    border-bottom-width: 1px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10pt;
  }

  th{
    font-weight: 850;
    vertical-align: middle;
  }

  .table img{
    border-radius: 3px;
    width: 30px;
  }

  .container_busqueda{
    width: 100%;
    height: auto;
  }

  .table {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    border-collapse: collapse;
  }

  .table-striped>tbody>tr:nth-child(even)>td, 
  .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #d6d6d693;
  }

  .tabla th, .tabla td {
    border: 1px solid #ddd;
    padding: 8px;
}

.tabla tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-hover tr:hover{
    background-color: #45bee2;
  }
  
  .tabla_evento{
    width: 100%;
    max-height: 100%;
    border-spacing : 0 0;
    margin: 10px;
  }

  .busqueda{
    width: 600px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  #form_busqueda{
    width: 100%;
    margin: 2px;
  }

  #form_busqueda input, select{
    margin: 3px auto;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    padding: 2px;
  }
  #form_busqueda input:focus,
  #form_busqueda select:focus {
      border: 2px solid rgb(46, 145, 190);
      /* Aquí puedes agregar cualquier otro estilo que desees aplicar cuando los elementos estén enfocados */
  }

  #submit{
    background-image: url(../img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #bdbdbd;
    margin: 5px auto;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: none;
    box-shadow: 5px 5px 5px 2px #b9b9b991;
  }



  #submit:hover{
    background-color: rgb(35, 142, 230);
    background-blend-mode: difference;
  }

  #btn-exp{
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: green;
    border: solid 1px grey;
    border-radius: 5px;
    margin: 15px;
    padding: 5px;

  }

  #btn-exp a{
    text-decoration: none;
    color: white;
    margin: 0 5px;
  }

  .info-res{
    display: flex;
    justify-items: center;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }

  .imagen_evento{
    margin: 10px 0;
  }
  .imagen_evento img{
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.164);
  }
  #table-info{
    margin: auto;
    border: solid 1px;
    width: 300px;
    border-collapse: collapse;
  }

  #table-info th,
  #table-info td{
    border-width: 1px;
  }

  #table-info th,thead{
    color: #082d74;
    font-style: italic;
    font-weight: bolder;
    background-color: #d3d3d3;

  }

  .container-pag {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .container_busqueda{
    width: 100%;
    overflow-x: scroll;
  }

  .data_table td{
    white-space: nowrap;
  }

  .button a{
    color: white;
    text-decoration:none;
    font-size: medium;
    font-weight: 800;
  }

  .container-button{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .button {
    border: none;
    width: 200px;
    height: 75px;
    color: white;
    border-radius: 10px;
    background: linear-gradient(to right, #1978c7 50%, #e43b3b 50%);
    background-size: 200% 100%;
    transform: translate(0, 0);
    transition: background-position 0.5s, transform 0.5s;
    box-shadow: 0 0 30px rgba(102, 102, 102, 0.637);
  }

  .button:active {
    background-position: -100% 0;
    transform: translate(0, -5px);
  }

  .button:focus {
    background-position: -100% 0;
    color: white;
    transform: translate(0, -5px);
    box-shadow: 0 0 20px rgba(102, 102, 102, 0.637);
  }
  .competidor{
    width:500px;
    height: auto;
    padding: 0 10px;
    /*background-color: rgb(218, 218, 218);*/
    background-color: white;
    box-shadow: 0 0 20px #22e0b781  /* rgba(145, 145, 145, 0.637) */;
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: column;
    border-top: 5px solid #22e0b7;
    border-radius: 10px;
    margin: 20px auto;
  }
  

  .img-competidor{

    width: max-content;
    margin: 10px auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }

  .img-competidor img{
    width: 100px;
    border-radius: 100%;
    border: 2px solid black;
    box-shadow: 0px 5px 5px rgba(145, 145, 145, 0.637);
    margin: 0 auto;
    
  }

  .data-competidor{
    padding: 5px;
    width: 100%;
    font-family: system-ui;
  }

  .content-column{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 25px;
    margin: 0 auto;
    padding: 10px;
  }

  .content-column p{
    color: rgb(146, 146, 146);
    padding-top: 4px;
    font-family: system-ui;
    font-weight: 600;
    padding: 5px 0;
  }

  .column1 .column2{
    width: 100%;
    background-color: rgb(96, 96, 223);
    padding: 5px;
  }

  .competidor p{
    font-family: system-ui;
  }

  .dato{
    color: rgb(24, 125, 156);
  }

  .title {
    color: #02107E;
    text-shadow: 2px 2px 8px #3b5c79;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 5px;
    padding: 0 10px;
  }



  @media screen and (max-width: 1024px) {
    .nav {
      z-index: 100;
      background: rgba(0, 0, 0, 0);
    }
    .nav img {
      display: none;
    }

    .nav_ed img {
      display: none;
    }
    
    .container-dispositivo {
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin: auto;
    }
    
    .coleccion_item{
      background-color: #666e72;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-right: 100px;
      text-align: center;
    
    }
    .container-dispositivo h5 {
      font-size: 13px;
      margin-bottom: 0;
      display: block;
      justify-content: center;
      flex-direction: column;
      padding: 5%;
      box-sizing: border-box;
    }
    .container-item-dispositivo {
      width: 160px;
      height: 300px;
      box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
      margin: 10px;
      background-color: #f8f9f9;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap;
      font-size: small;
      text-align: center;
    }
    .container-item-dispositivo img {
      width: 150px;
      margin: 5px;
      display: flex;
      object-fit: cover;
    }
    .item-dispositive-content {
      width: 160px;
      border-radius: 8px;
      margin: 0px;
    }
    .item-dispositive-content p {
      width: 160px;
      border-radius: 8px;
      padding: 10px;
      align-content: center;
    }
    .item-dispositive-content h4 {
      width: 160px;
      padding: 5px;
      align-content: center;
    }
    .nav-menu {
      flex-direction: column;
      align-items: center;
      margin: 0;
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      left: 100%;
      transition: left 0.3s;
      padding-top: 50px;
    }
  
    .nav-menu-item {
      line-height: 50px;
    }
  
    .nav-menu-link:hover,
    .nav-menu-link_active {
      background: none;
      color: #83c5f7;
    }
  
    .toggle {
      display: block;
      z-index: 100;
    }
  
    .nav-menu_visible {
      left: 0;
    }
  
    .toggle:focus:not(:focus-visible) {
      outline: none;
    }
  
    /* header */
  
    /* acerca de */
  
    .imagen-sobre-nosotros {
      margin-bottom: 60px;
      width: 99%;
    }
  
    .logo-equipo {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-around;
      justify-content: space-evenly;
      width: 100%;
      height: 100%;
    }
    .logo-equipo img {
      width: 400px;
      object-fit: cover;
      border-radius: 5px;
    }
    .contenido-textos {
      display: flex;
      flex-direction: column;
      line-height: 30px;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      text-align: justify;
    }
  
    .sobre-nosotros {
      width: 100%;
    }
  
    #evento_1,
    #evento_2,
    #evento_3,
    #evento_4,
    #evento_5,
    #evento_6,
    #evento_7 {
      display: flex;
      justify-content: center;
      background-color: #ec8383;
      align-items: center;
      margin-top: auto;
    }
  
    .simply-section {
      background: rgba(241, 183, 183, 0);
      width: 220px;
      height: 40px;
      margin: 0 5px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .simply-amount {
      display: block;
      font-size: 15px;
      font-weight: 10px;
    }
  
    .simply-word {
      display: block;
      font-size: 9px;
      font-weight: 10px;
    }

      /* LOGIN_SESSION */
  .login{
    background-image: url(../img/sesion/descarga.jpg);
    background-repeat:space;
    background-size: cover;
  }
  .container_session{
    position:fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    align-items: center;
  }

  .session_img{
    
    width: max-content;
    background-color: #034574;
  }

  .session_img img{
    width: 500px;
  }
  
  .formulario{
    width: 500px;
    height: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #6a6a6a94;
    border-radius: 10px;
    box-shadow: 0 10px grey;
  }
  
  .formulario img{
    width: 60px;
  }

  /*HOJA DE EDICION DE EVENTOS*/
  .container-edit-events{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/sesion/fondo_edicion.jpg);
    background-repeat: no-repeat;
  }

  .container-entry-events{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin:  auto;

  }

  .container-entry-events form{
    margin: auto;
  }
  .upload-info-card {
    width: 100%;
    padding: 5px;
    height: max-content;
    align-items: center;
  }

  .upload-info-card input{
    border-color: rgb(75, 75, 75);

  }
  .entry-data{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    background-color: #b6b6b6;
    background-clip: padding-box;
    border: solid #b6b6b6;
  }

  .view-data{
    width: 100% ;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container_busqueda{
    width: 100%;
    overflow-x: scroll;
  }

  .table{
    width: 100%;
    max-height: 100%;
    border-spacing : 0 0;
    margin: 0;
    font-size:small ;
    overflow-x: scroll;
  }
  }
  
  @media screen and (max-width: 812px) {
    main .sobre-nosotros {
      padding: 10px 0 0px 0;
    }
    main .eventos {
      padding: 10px 0 0px 0;
    }
    .container-dispositivo {
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin: auto;
    }
    
    .coleccion_item{
      background-color: #666e72;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-right: 100px;
      text-align: center;
    
    }
    .container-dispositivo h5 {
      font-size: 13px;
      margin-bottom: 0;
      display: block;
      justify-content: center;
      flex-direction: column;
      padding: 5%;
      box-sizing: border-box;
    }
    .container-item-dispositivo {
      width: 160px;
      height: 300px;
      box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
      margin: 10px;
      background-color: #f8f9f9;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap;
      font-size: small;
      text-align: center;
    }
    .container-item-dispositivo img {
      width: 150px;
      margin: 5px;
      display: flex;
      object-fit: cover;
    }
    .item-dispositive-content {
      width: 160px;
      border-radius: 8px;
      margin: 0px;
    }
    .item-dispositive-content p {
      width: 160px;
      border-radius: 8px;
      padding: 10px;
      align-content: center;
    }
    .item-dispositive-content h4 {
      width: 160px;
      padding: 5px;
      align-content: center;
    }
    .textos-header h1 {
      font-size: 30px;
      margin-bottom: 0;
    }
  
    .textos-header h1::after {
      display: none;
    }
  
    .textos-header h2 {
      font-size: 15px;
      font-weight: 300;
      color: #fff;
    }
    .textos-header h2::after {
      display: none;
    }
    /* sobre nosotros */
    .contenedor-sobre-nosotros {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 5% 5% 5% 5%;
      flex-wrap: nowrap;
      align-items: flex-end;
      padding: 10px;
    }
  
    .sobre-nosotros .imagen-sobre-nosotros {
      width: 30%;
      margin: auto;
    }
    .contenedor {
      width: 100%;
      max-width: 100%;
      height: 500px;
      margin: auto;
      overflow: hidden;
      background-color: #efefef;
      padding: 10px;
      margin-bottom: 2rem;
    }
    .logo-equipo {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-around;
      justify-content: space-evenly;
      width: 100%;
      height: 100%;
    }
    .logo-equipo img {
      width: 400px;
      object-fit: cover;
      border-radius: 5px;
    }
    .contenido-textos {
      display: flex;
      flex-direction: column;
      line-height: 30px;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      text-align: justify;
    }
    .sobre-nosotros {
      width: 100%;
    }
  
    .contenido-textos ul li p {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .contenido-textos ul {
      list-style: none;
      width: 100%;
      padding: 0;
    }
  
    .contenido-textos ul li p {
      padding: 0px 0px 30px 15px;
      font-weight: 300;
      text-align: justify;
    }
  
    /* servicios */
    .about-services {
      padding-bottom: 0;
    }
    .servicio-cont {
      margin-top: 15px;
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      align-items: center;
    }
  
    .servicio-ind {
      width: 50%;
      text-align: center;
      margin-bottom: 15px;
      padding: 15px;
    }
  
    .servicio-ind img {
      width: 30%;
    }
  
    .servicio-ind h3 {
      margin: 10px 0;
    }
  
    .servicio-ind p {
      font-weight: 300;
      text-align: justify;
    }
  
    /* footer */
    footer {
      padding: 0;
      margin: auto;
      display: flex;
      justify-content: space-between;
      height: 200px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0px;
    }
  
    .footer-content {
      display: flex;
      flex-direction: row;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .contact-us {
      width: 30%;
      color: #fff;
      padding-left: 24px;
      padding-bottom: 10px;
    }
  
    .brand {
      font-weight: 500;
      font-size: 40px;
    }
  
    .brand + p {
      font-weight: 500;
    }
  
    .social-media {
      width: 40%;
      display: flex;
      margin-right: 15px;
    }
  
    .social-media-icon {
      display: inline-block;
      width: 50%;
      height: 50%;
      border: 1px solid #fff;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      justify-content: space-between;
    }
  
    .social-media-icon i {
      font-size: 40px;
      line-height: 50px;
      width: 50px;
    }
  
    .line {
      width: 90%;
      height: 2px;
      background: #fff;
      margin-bottom: 60px;
    }
  
    .social-media-icon:hover {
      background: #fff;
      color: #cc2952;
    }
  
    #evento_1,
    #evento_2,
    #evento_3,
    #evento_4,
    #evento_5,
    #evento_6 {
      display: flex;
      justify-content: center;
      background-color: #ec8383;
      align-items: center;
      margin-top: auto;
    }
  
    .simply-section {
      background: rgba(241, 183, 183, 0);
      width: 220px;
      height: 40px;
      margin: 0 5px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .simply-amount {
      display: block;
      font-size: 15px;
      font-weight: 10px;
    }
  
    .simply-word {
      display: block;
      font-size: 9px;
      font-weight: 10px;
    }

      /* LOGIN_SESSION */

  .container_session{
    position:fixed;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    align-items: center;
  }

  .session_img{
    width: max-content;
    background-color: #034574;
  }

  .session_img img{
    width: 500px;
  }
  
  .formulario{
    width: 500px;
    height: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #6a6a6a94;
    border-radius: 10px;
    box-shadow: 0 10px grey;
  }
  
  .formulario img{
    width: 60px;
  }
  }
  
  /* -------------phone--------------- */
  
  @media screen and (max-width: 600px) {
    main .sobre-nosotros {
      padding: 20px 0 0px 0;
    }
    main .eventos {
      padding: 20px 0 0px 0;
    }
    .container-dispositivo {
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin: auto;
    }
    
    .coleccion_item{
      width: 100%;
      background-color: #666e72;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-evenly;
      text-align: center;
    }
  
    .container-dispositivo h5 {
      font-size: 13px;
      margin-bottom: 0;
      display: block;
      justify-content: center;
      flex-direction: column;
      padding: 5%;
      box-sizing: border-box;
    }
    .container-item-dispositivo {
      width: 160px;
      height: 300px;
      box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
      margin: 10px;
      background-color: #f8f9f9;
      border-radius: 8px;
      display: flex;
      flex-wrap: wrap;
      font-size: small;
      text-align: center;
    }
    .container-item-dispositivo img {
      width: 150px;
      margin: 5px;
      display: flex;
      object-fit: cover;
    }
    .item-dispositive-content {
      width: 160px;
      border-radius: 8px;
      margin: 0px;
    }
    .item-dispositive-content p {
      width: 160px;
      border-radius: 8px;
      padding: 5px;
      align-content: center;
    }
    .item-dispositive-content h4 {
      width: 160px;
      padding: 5px;
      align-content: center;
    }
    .textos-header h1 {
      font-size: 30px;
      margin-bottom: 0;
    }
  
    .textos-header h1::after {
      display: none;
    }
  
    .textos-header h2 {
      font-size: 15px;
      font-weight: 300;
      color: #fff;
    }
    .textos-header h2::after {
      display: none;
    }
    /* sobre nosotros */
    .contenedor-sobre-nosotros {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding: 5% 5% 5% 5%;
      flex-wrap: nowrap;
      align-items: flex-end;
    }
  
    .sobre-nosotros .imagen-sobre-nosotros {
      width: 40%;
      margin: auto;
    }
    .contenedor {
      width: 100%;
      max-width: 100%;
      height: max-content;
      margin: auto;
      overflow: hidden;
      background-color: #efefef;
      padding: 10px;
      margin-bottom: 2rem;
    }
    .logo-equipo {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-around;
      justify-content: space-evenly;
      width: 100%;
      height: 100%;
    }
    .logo-equipo img {
      width: 100%;
      object-fit: cover;
      border-radius: 5px;
    }
    .contenido-textos {
      display: flex;
      flex-direction: column;
      line-height: 30px;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
      text-align: justify;
    }
  
    .contenido-textos p {
      display: flex;
      flex-direction: column;
      line-height: 30px;
      max-width: fit-content;
      height: 100%;
      align-items: center;
      margin-left: 20px;
    }
  
    .sobre-nosotros {
      width: 100%;
      list-style: none;
    }
  
    .contenido-textos ul li p {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .contenido-textos ul {
      list-style: none;
      width: 100%;
      padding: 0;
    }
  
    .contenido-textos ul li p {
      padding: 0px 0px 30px 15px;
      font-weight: 300;
      text-align: justify;
    }
  
    /* servicios */
    .about-services {
      padding-bottom: 0;
    }
    .servicio-cont {
      margin-top: 15px;
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      align-items: center;
    }
  
    .servicio-ind {
      width: 90%;
      height: auto;
      text-align: center;
      margin-bottom: 15px;
      padding: 15px;
    }
  
    .servicio-ind img {
      width: 30%;
    }
  
    .servicio-ind h3 {
      margin: 10px 0;
    }
  
    .servicio-ind p {
      font-weight: 300;
      text-align: justify;
    }
  
    /* footer */
    footer {
      padding: 0;
      margin: auto;
      display: flex;
      justify-content: center;
      height: 200px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0px;
    }
  
    .footer-content {
      display: flex;
      flex-direction: column;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .contact-us {
      width: 100%;
      color: #fff;
      padding-left: 24px;
      padding-bottom: 10px;
    }
  
    .brand {
      font-weight: 500;
      font-size: 40px;
    }
  
    .brand + p {
      font-weight: 500;
    }
  
    .social-media {
      width: 70%;
      display: flex;
    }
  
    .social-media-icon {
      display: inline-block;
      width: 50%;
      height: 50%;
      border: 1px solid #fff;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      justify-content: space-between;
    }
  
    .social-media-icon i {
      font-size: 40px;
      line-height: 50px;
      width: 50px;
    }
  
    .line {
      width: 90%;
      height: 2px;
      background: #fff;
      margin-bottom: 60px;
    }
  
    .social-media-icon:hover {
      background: #fff;
      color: #cc2952;
    }
    #evento_1,
    #evento_2,
    #evento_3,
    #evento_4,
    #evento_5,
    #evento_6 {
      display: flex;
      justify-content: center;
      background-color: #ec8383;
      align-items: center;
      margin-top: auto;
    }
  
    .simply-section {
      background: rgba(241, 183, 183, 0);
      width: 220px;
      height: 40px;
      margin: 0 5px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .simply-amount {
      display: block;
      font-size: 15px;
      font-weight: 10px;
    }
  
    .simply-word {
      display: block;
      font-size: 9px;
      font-weight: 10px;
    }

    .login{
      background-image: url(../img/sesion/descarga.jpg);
      background-repeat:no-repeat;
      background-size:cover;
      max-height: 100%;
    }
    .container_session{
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 300px;
      backdrop-filter: blur(5px);
      background-repeat:round;
      align-items: center;
    }
  
    .session_img{
      height: 100%;
      background-color: #034574;
    }
  
    .session_img img{
      width: 100px;
    }
    
  /* LOGIN_SESSION */
  .login{
    background-image: url(../img/sesion/descarga.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
  }
  .container_session{
    position:fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    align-items: center;
  }

  .session_img{
    width: max-content;
    height: auto;
    background-color: #034574;
  }

  .session_img img{
    position: absolute;
    overflow: hidden;
    width: 250px;
    visibility: collapse;
  }
  
  .formulario{
    width: 250px;
    height: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #6a6a6a94;
    border-radius: 10px;
    box-shadow: 0 10px grey;
  }
  
  .formulario img{
    width: 60px;
  }

  th{
    font-weight: 800;
  }

  .busqueda{
    width: 100%;
    padding: 10px;
  }

  #form_busqueda input, select{
    margin: 3px auto;
    height: 40px;
    width: 100%;
    border-radius: 5px;
  }

  #submit{
    background-image: url(../img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #bdbdbd;
    margin: 5px auto;
    display: flex;
    align-content: center;
    width: 50%;
    height: 40px;
    border-radius: 100px;
    border: none;
    box-shadow: 5px 5px 5px 2px #b9b9b991;
  }

  .competidor{
    width:fit-content;
    height: auto;
    padding: 0 10px;
    background-color: rgb(218, 218, 218);
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 20px auto;
  }
  }
  