.cabecera {
  display: block;
  height: 100px;
}
.menu--idioma ul {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 85px;
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
  background-color: white !important;
}
.menu--idioma ul li a {
  color: gray;
  font-size: 12px;
  opacity: 0.4;
  position: relative;
  padding:10px 18px 10px 18px ;
}
.menu--idioma ul li a::after{
  background: url("/themes/custom/frontend/assets/img/bandera-espana.svg");
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top:50%;
  margin-top:-7px;
  border-radius: 50%;
  background-size: cover !important;
  background-position: center center !important;
}
.menu--idioma ul li + li a::after {
  background: url("/themes/custom/frontend/assets/img/bandera-inglaterra.svg");

}
.menu--idioma ul li a.active{
  opacity: 1;
}
ul.G-tabs-carta{
  top: 120px !important;
}


.view-video-escuela h2 {
  display: none;
}

.ui-dialog-title {
  display: none;
}

.flecha-arriba {
  position: fixed;
  bottom: 45px;
  right: 14px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  background-color: black;
  border: 1px solid white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  width: 40px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.flecha-arriba img {
  width: 24px;
}

