*{
  backface-visibility: unset !important;
}

a,
a:active,
a:focus,
a:hover{
  color: #ad0000;
  outline-style: none;
  text-decoration: none;
}

a:hover{
  text-shadow: 5px 5px 10px White;
}

body{
  background: Black url(/ficheros/pergamino.jpeg) top center repeat-y;
  background-size: cover;
  color: #ad0000;
  font-family: seagram;
}

body.fondo-inicio{
  background-image: url(/ficheros/pergamino-inicio.jpeg);
}

body,
html{
  height: 100%;
}

h1{
  font-size: 46px;
  font-weight: bold;
  line-height: 69px;
  margin: 50px 0;
  text-align: center;
}

h2{
  font-size: 40px;
  margin: 20px 0;
}

main{
  background-color: rgba(255,255,255,0.45);
  box-shadow: 0 0 20px rgba(255,255,255,0.45);
  max-width: 75%;
  margin: 0 auto;
  min-height: 100vh;
  padding: 50px 15px 75px;
  width: 1024px;
}

main.contacto{
  background-color: transparent;
  box-shadow: none;
}

main.contacto p{
  font-size: 32px;
  text-align: center;
}

main.privacidad p{
  font-size: 24px;
}

main.privacidad h3{
  font-size: 30px;
  font-weight: bold;
}

p{
  font-size: 44px;
  margin: 50px 0;
}

section{
  font-size: 28px;
  margin: 20px 0;
  padding: 0 150px;
}

section + h2{
  margin-top: 40px;
}

.atras{
  margin: 90px 0 30px;
  font-size: 28px;
  text-align: center;
}

.centrado{
  display: flex;
  height: 100%;
}

.centrado > *{
  margin: auto;
}

.elenco h1{
  font-size: 60px;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

.elenco > div{
  font-size: 44px;
  padding: 25px 0;
}

.foto-elenco{
  margin-bottom: 50px;
}

.foto-elenco > div{
  align-items: center;
  display: flex;
}

.foto-elenco > div img{
  margin: 0 auto;
  max-width: 100%;
}

/*
.inicio{
  text-align: center;
  width: 100%;
}

.inicio img{
  max-width: 1500px;
  width: 100%;
}
*/

.inicio{
  min-height: 100%;
  padding: 0 0 150px;
}

.inicio .logo-inicio{
  margin: 85px 0 40px 280px;
  width: 45vw;
}

@media (max-width: 575px){
  .inicio .logo-inicio{
    margin-left: 49%;
  }
}

.inicio .logo-inicio img{
  width: 100%;
}

.inicio .menu{
  align-items: end;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.inicio .menu h2{
  margin: 0;
  width: 570px;
}

@media (max-width: 575px){
  .inicio .menu h2{
    width: 99vw;
  }
}

.logo{
  padding: 30px 0 100px;
  text-align: center;
}

.logo img{
  width: 60%;
}

/*
.opciones h1{
  color: #ad0000;
  font-size: 70px;
  letter-spacing: 5px;
  text-align: left;
  text-shadow: initial;
}
*/

.punto{
  margin: 0 20px 10px;
  width: 70px;
}

#cookie-msg{
  z-index: 100;
}

#cookie-msg .btn-aceptar{
  margin-left: 5px;
}

#videos iframe,
#videos .yt-hd-thumbnail-outer-container{
  margin: 10px auto;
}

#videos iframe + iframe,
#videos .subtitulo + iframe,
#videos .subtitulo + .yt-hd-thumbnail-outer-container,
#videos .yt-hd-thumbnail-outer-container + .yt-hd-thumbnail-outer-container{
  margin-top: 30px;
}

#videos .card{
  background-color: transparent;
  color: #ad0000;
}

#videos .card button,
#videos .card button:active,
#videos .card button:focus,
#videos .card button:hover{
  color: #ad0000;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

#videos .card .collapse{
  text-align: center;
}

#videos .card .yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail img{
  height: 500px;
  width: 730px;
}

#videos .subtitulo{
  font-size: 24px;
  margin: 0;
  padding-top: 10px;
}

#videos .yt-hd-thumbnail-outer-container{
  padding-bottom: 80px;
}

@font-face{
  font-family: seagram;
  src: url("/ficheros/Seagram tfb.ttf");
}
