@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px; }

body::-webkit-scrollbar {
  width: 5px; }

body::-webkit-scrollbar-thumb {
  background-color: #C7C7C6;
  width: 5px;
  border-radius: 2px; }

.header {
  height: 8vh;
  background-color: #ffffff;
  position: fixed;
  padding-top: 0px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid #C7C7C6 1px;
  display: flex;
  justify-content: flex-start;
  z-index: 10; }

h1 {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
  padding-left: 30%;
  display: inline-block;
  object-position: center; }

nav {
  height: 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 60px;
  padding-left: 30px;
  display: inline-block; }

.menu_item {
  padding-top: 10px;
  height: 5vh; }

li {
  list-style: none; }

a.submenu_item:link {
  color: #000000;
  text-decoration: none; }

a.submenu_item:visited {
  color: #000000;
  text-decoration: none; }

a.submenu_item:focus {
  text-decoration: none; }

a.submenu_item:active {
  text-decoration: none; }

a.submenu_item:hover {
  text-decoration: line-through; }

a.menu_item:link {
  color: #000000;
  text-decoration: none; }

a.menu_item:visited {
  color: #000000;
  text-decoration: none; }

a.menu_item:focus {
  text-decoration: none; }

a.menu_item:active {
  text-decoration: none; }

a.menu_item:hover {
  text-decoration: line-through;
  transition-delay: 2s; }

footer {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center; }

.slider__portada {
  background-color: black;
  width: 100vw;
  height: 100vh;
  background-image: url(../imagenes/anomalia3.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.seccion_animacion {
  width: 50%;
  margin-top: 10%;
  float: right; }

h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 27px;
  text-align: center;
  padding-top: 55%;
  padding-left: 45%;
  display: flex;
  object-position: center; }

.animate__animated.animate__fadeInDown {
  --animate-duration: 5s; }

h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  padding-left: 45.1%;
  display: flex;
  object-position: center; }

.animate__animated.animate__fadeIn {
  --animate-duration: 5s;
  animation-delay: 3s; }

.menu {
  height: 50px;
  position: relative;
  background-color: #ffffff;
  width: 150px;
  margin-left: -20px;
  padding-left: 10px; }

.submenu {
  position: absolute;
  display: none;
  background-color: #ffffff;
  width: 150px;
  height: 100vh;
  margin-left: -20px;
  padding-left: 10px; }

ul li:hover ul {
  display: block; }

/* PAGINA DE CONTACTO*/
.idioma {
  font-weight: 700; }

.titulo {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px; }

.subtitulo {
  font-weight: 300;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px; }

.fondo {
  height: 80vh;
  background-color: #0E0E16;
  /*#1f1f1e;*/
  /*#3b3a37;*/
  /*#6e6868;*/
  /*#ebe5e4;*/
  /*#ebe5e4 #cfc9c8*/
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center; }

.recuadro {
  background-color: #ffffff;
  margin-top: 4%;
  margin-right: 20%;
  margin-left: 20%;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  text-align: justify; }

/*--------FIN PAGINA DE CONTACTO*---------*/
/*--------TEATRO--------------------------*/
.obra, .galeria, .galeriaImagenes1 .galeriaz, .imagen {
  padding: 0px;
  margin: 0;
  overflow: hidden; }

.imagen {
  max-width: 33vw; }

.imagen:hover {
  transform: scale(1.1);
  /*transform: translateY(10px);*/
  transition: transform 2s;
  overflow: hidden; }

.galeriaImagenes {
  background-color: #0E0E16;
  display: grid;
  padding-top: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: end;
  justify-items: center;
  overflow: hidden; }

/*------------FIN TEATRO---------------*/
/*------------BOCETOS------------------*/
/*------------FIN BOCETOS--------------*/
/* -----------PUBLICIDAD---------------*/
.galeriaImagenes1 {
  background-color: #ffffff;
  display: grid;
  padding-top: 14px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  align-items: end;
  justify-items: center;
  overflow: hidden; }
  .galeriaImagenes1 .image {
    max-width: 49.5vw;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .galeriaImagenes1 .image:hover {
      transform: scale(1.1);
      /*transform: translateY(10px);*/
      transition: transform 2s;
      overflow: hidden; }

/*-----------FIN PUBLICIDAD-------------*/
/* PÁGINAS DE CADA OBRA*/
.detail {
  width: 100vw;
  display: flex;
  padding-top: 8vh;
  margin: 0; }

.grafica {
  height: 88vh;
  overflow: scroll; }

.contenedor {
  padding: 0;
  margin: 0; }

.grafica::-webkit-scrollbar {
  width: 5px; }

.grafica::-webkit-scrollbar-thumb {
  background-color: #C7C7C6;
  width: 5px;
  border-radius: 2px; }

.picture {
  width: 68vw;
  padding: 0;
  margin: 0;
  overflow: scroll; }

.descripcion {
  width: 27vw;
  padding-left: 10px;
  text-align: justify;
  height: 88vh;
  overflow: scroll; }

.titulo {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px; }

.subtitulo {
  font-weight: 300;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px; }

p {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px; }

.descripcion::-webkit-scrollbar {
  width: 5px; }

.descripcion::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 2px; }

/*PARA HACERLO RESPONSIVE EN PANTALLAS MAS PEQUEÑAS*/
/*----------------portada---------------*/
@media only screen and (max-width: 1150px) {
  h2 {
    padding-left: 40%; }
  h3 {
    padding-left: 40.1%; } }

@media only screen and (max-width: 1000px) {
  .slider__portada {
    background-color: black;
    width: 100%;
    /*height: 100vh;*/
    background-image: url(../imagenes/anomalia1.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .seccion_animacion {
    width: 50%;
    margin-top: 10%;
    float: right; }
  h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    padding-top: 55%;
    padding-left: 30%;
    display: flex;
    object-position: center; }
  h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    padding-left: 30.1%;
    display: flex;
    object-position: center; }
  /*----------------teatro---------------*/
  .galeriaImagenes {
    display: grid;
    padding-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    align-items: end;
    justify-items: center; }
  .imagen {
    max-width: 49vw;
    padding: 0;
    margin: 0; }
  .fondo {
    padding-top: 15%; }
  /* PÁGINAS DE CADA OBRA*/
  .picture {
    width: 55vw;
    padding: 0;
    margin: 0;
    overflow: scroll; }
  .descripcion {
    width: 40vw;
    padding-left: 10px;
    text-align: justify;
    height: 88vh;
    overflow: scroll; } }

@media only screen and (max-width: 768px) {
  /*----------------portada---------------*/
  h1 {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    padding-left: 15%;
    display: inline-block;
    object-position: center; }
  .slider__portada {
    background-color: black;
    width: 100%;
    /*height: 100%;*/
    background-image: url(../imagenes/anomalia1.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
  .seccion_animacion {
    width: 50%;
    margin-top: 10%;
    float: right; }
  h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding-top: 150%;
    padding-left: 10%;
    display: flex;
    object-position: center; }
  h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    padding-left: 10.1%;
    display: flex;
    object-position: center; }
  /*----------------teatro---------------*/
  .galeriaImagenes {
    display: grid;
    padding-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, 1fr);
    align-items: end;
    justify-items: center; }
  .imagen {
    max-width: 98vw;
    padding: 0;
    margin: 0; }
  #carouselExampleInterval {
    height: 500%; }
  /*----------------publi---------------*/
  .galeriaImagenes1 {
    background-color: #ffffff;
    display: grid;
    padding-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    align-items: end;
    justify-items: center;
    overflow: hidden; }
    .galeriaImagenes1 .image {
      max-width: 90vw;
      padding: 0;
      margin: 0;
      overflow: hidden; } }

/* PÁGINAS DE CADA OBRA*/
.picture {
  width: 55vw;
  padding: 0;
  margin: 0;
  overflow: scroll; }

.descripcion {
  width: 40vw;
  padding-left: 10px;
  text-align: justify;
  height: 88vh;
  overflow: scroll; }

/* PAGINA DE CONTACTO*/
.idioma {
  font-weight: 700; }

.titulo {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px; }

.subtitulo {
  font-weight: 300;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px; }

.fondo {
  background-color: #0E0E16;
  /*#1f1f1e;*/
  /*#3b3a37;*/
  /*#6e6868;*/
  /*#ebe5e4;*/
  /*#ebe5e4 #cfc9c8*/
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center; }

.recuadro {
  background-color: white;
  margin-top: 5%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 15%;
  /*margin: 30px,200px,30px,200px;*/
  padding-left: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  text-align: justify; }

@media only screen and (max-width: 576px) {
  h1 {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    padding-left: 0%;
    display: inline-block;
    object-position: center; }
  .slider__portada {
    background-color: black;
    width: 100%;
    /*height: 100%;*/
    background-image: url(../imagenes/anomaliam.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
  .seccion_animacion {
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
    float: right; }
  h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    padding-top: 150%;
    padding-right: 10%;
    display: flex;
    object-position: center; }
  h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    padding-right: 30.1%;
    display: flex;
    object-position: center; }
  .fondo {
    padding-top: 20%; }
  .recuadro {
    text-align: left; }
  .galeriaImagenes1 {
    background-color: #ffffff;
    display: grid;
    padding-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    align-items: end;
    justify-items: center;
    overflow: hidden; }
    .galeriaImagenes1 .image {
      max-width: 90vw;
      padding: 0;
      margin: 0;
      overflow: hidden; }
  /*-----------------PAGINA DE CADA OBRA Y PERFIL --------------*/
  .detail {
    width: 100vw;
    display: flex;
    padding-top: 8vh;
    margin: 0;
    flex-direction: column-reverse; }
  .grafica {
    width: 100vw;
    height: 50vh;
    overflow: scroll; }
  .picture {
    width: 100vw;
    padding: 0;
    margin: 0; }
  .descripcion {
    width: 90vw;
    padding-left: 10px;
    text-align: justify;
    height: 88vh; } }
