*{
  margin: 0;    
  padding: 0;
}

.contenedor_carga{
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 1.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carga,
.carga:before,
.carga:after{
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: carga 1.5s infinite ease-in-out;
}

.carga{
  color: rgb(0, 0, 0);
  font-size: 13px;
  position: relative;
  animation-delay: -0.16s;
}

.carga:before,
.carga:after{
  content: '';
  position: absolute;
  top: 0;
}

.carga:before{
  left: -3.5em;
  animation-delay: -0.32s;
}

.carga:after{
  left: 3.5em;
}

@keyframes carga{
  0%,
  80%,
  100%{
      box-shadow: 0 2.5em 0 -1.3em;
  }
  40%{
      box-shadow: 0 2.5em 0 0em;
  }
}


* {
    margin: 0px;
    padding: 0px;
  }

#sidebar {
  position: fixed ;
  width: 160px;
  height: 100%;
  background: #151719;
  left: -175px;
  transition: all 500ms linear;
}

#sidebar.active {
  left: 0px;
}

#sidebar ul li {
  color: rgba(230, 230, 230, .9);
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(100, 100, 100, .3);
  text-align: center;
}

#google_translate_element{
  width: 50%;
}

.logo {
  border-radius: 0%;
  display: block;
  margin: 0 auto; 
}

#sidebar .toggle-btn {
  position: absolute;
  left: 185px;
  top: 10px;
  cursor: pointer;
}

#sidebar .toggle-btn span {
  display: block;
  width: 40px;
  text-align: center;
  font-size: 30px;
  border: 3px double #000;
}


table{
margin-left: auto;
margin-right: auto;
}

#p {
padding: 10px;
margin: 10px;
}

body {
  background-image: url('imagenes/bei.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.contenedor {
  background: rgb(255, 255, 255, 0.50);
  text-align: center;
  color: rgb(3, 2, 0);
  padding: 10px;
  border-radius: 25px;
  border: 4px double rgb(214, 214, 214);
  opacity: 0,9;
}

.contenedora {
  background: rgb(255, 255, 255);
  text-align: center;
  color: rgb(3, 2, 0);
  padding: 3px;
  border-radius: 25px;
  border: 4px double rgb(214, 214, 214);
  opacity: 0,9;
  margin: 5px auto 0;

}

.img{

  border-radius: 10%;

}

#imgh{
  border-radius: 10%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 90%;
  margin: 5%;
  grid-gap: 30px;
}

#imgh img{
  width: 100%;
  transition: all 300ms;
  position: relative;
}

#imgh img:hover{
  transform: scale(1.15);
}
.sup1{
  background-color:  #ffffff;
  text-align: center;
  color: rgb(3, 2, 0);
  padding: 2px;
  border-start-start-radius: 25px;
  border-start-end-radius: 25px;
  border: 3px double rgb(214, 214, 214);
}
.sup2{
  background-color:  white;
  text-align: center;
  color: rgb(3, 2, 0);
  padding: 2px;
  border-end-start-radius: 25px;
  border-end-end-radius: 25px;
  border: 3px double rgb(214, 214, 214);
}

