@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Source+Sans+Pro:ital,wght@0,300;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@font-face {
  font-family: titulos;
  src: url("../tipografias/TrajanPro-Regular.otf");
}
@font-face {
  font-family: body;
  src: url("../tipografias/MinionPro-Regular.otf");
}
@font-face {
  font-family: frases;
  src: url("../tipografias/Austhina Brush Calligraphy Scratch .ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: white;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  left: 0;
}
body::before {
  content: "";
  width: 717px;
  height: 900px;
  background-image: url("../media/labyrinth_2m2okx43yd7m.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 1596px;
  transform: rotate(45deg);
  right: 48px;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  body::before {
    right: 250px;
  }
}
body h4 {
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  font-family: titulos;
  font-size: 2.5rem;
  color: white;
  background-color: #8d323a;
  text-align: left;
  padding-left: 6%;
  z-index: 10;
}
body .separador {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  overflow: hidden;
  height: 20px;
}
body .separador:after {
  content: "";
  display: block;
  width: 90%;
  height: 30px;
  margin: -30px auto 0;
  border-radius: 120px/10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.scroll-none {
  overflow-y: hidden;
}

.wap {
  position: fixed;
  height: 3rem;
  width: 3rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
}

.banner {
  padding: 2% 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
.banner .sentidos .p1 {
  font-family: frases;
  color: white;
  font-size: 3.5em;
}
@media (max-width: 992px) {
  .banner .sentidos .p1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 769px) {
  .banner .sentidos {
    display: flex;
    flex-direction: column;
  }
}
.banner .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .banner .logo {
    align-items: center;
    justify-content: flex-start;
  }
}
.banner .logo img {
  width: 270px;
}
@media (max-width: 769px) {
  .banner .logo img {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .banner {
    flex-direction: column-reverse;
    height: 240vh;
    padding: 10% 5%;
  }
}
.banner .p2 {
  font-family: body;
  font-size: 1.5em;
  color: lightgray;
  margin-right: 8px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .banner .p2 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .banner .p2 {
    font-size: 19px;
  }
}

.menu-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 65px;
  transition: 0.7s ease-out;
  background-image: linear-gradient(180deg, var(--background-color), var(--background-color), transparent);
}
.menu-nav.scrolled {
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
}
.menu-nav.scrolled .menu-icon_line, .menu-nav.scrolled .menu-icon_line::before, .menu-nav.scrolled .menu-icon_line::after {
  background: #fff !important;
}
.menu-nav.scrolled a, .menu-nav.scrolled .nav-links a {
  color: #fff !important;
}
.menu-nav .social {
  left: 8%;
  position: absolute;
}
@media all and (max-width: 980px) {
  .menu-nav .social {
    position: unset;
    margin-left: 1rem;
  }
}
.menu-nav .social a i {
  font-size: 1.4em;
  color: gray;
  margin: 0% 5px;
  transition: all 0.2s;
}
.menu-nav .social a i:hover {
  color: #fff;
  transform: scale(1.1);
}
.menu-nav .social img {
  height: 1.5rem;
  margin-top: -6%;
  margin-left: 0.5rem;
}
.menu-nav ul {
  display: flex;
  margin-right: 8%;
  list-style: none;
  font-size: 1em;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}
.menu-nav ul li {
  padding: 0 10px;
}
.menu-nav ul li a {
  position: relative;
  font-family: titulos;
  text-decoration: none;
  color: #D0CCB3;
  letter-spacing: 1px;
  transition: all 0.5s;
  background-image: linear-gradient(currentColor, #8d323a);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  padding-bottom: 3px;
  top: 0px;
}
.menu-nav ul li a:hover, .menu-nav ul li a:focus {
  color: #e04854;
  background-size: 100% 2px;
  top: -3px;
}
.menu-nav input {
  display: none;
}
.menu-nav label {
  display: inline;
  z-index: 99;
}
.menu-nav label .btn {
  display: none;
  width: 55px;
  height: 44px;
  margin-right: 0.5rem;
  cursor: pointer;
  /*fin boton burguer*/
}
.menu-nav label .btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #D0CCB3;
  margin-top: 6px;
  transition: all 300ms;
  transform-origin: 0px 100%;
  /*transformacion de la cruz*/
  /* fin transformacion de la cruz*/
}
.menu-nav label .btn span.linea1active {
  transform: rotate(45deg) translate(-2px, 1px);
}
.menu-nav label .btn span.linea2active {
  opacity: 0;
  margin-left: -30px;
}
.menu-nav label .btn span.linea3active {
  transform: rotate(-45deg) translate(-4px, 2px);
}
.menu-nav label .btn:hover {
  border: inherit;
}

.shadow-layer {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(0deg, #0D0204, transparent, #0D0204);
  z-index: 96;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: height 999999999s ease;
}
header .images {
  height: 100vh;
}
header .images .title {
  position: absolute;
  z-index: 99;
  width: 30vw;
  height: 30vh;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: titulos;
  color: #D0CCB3;
  font-size: inherit;
  opacity: 0;
  -webkit-animation: appear 5s cubic-bezier(0.5, 0.74, 0.14, 0.99) 5s forwards;
          animation: appear 5s cubic-bezier(0.5, 0.74, 0.14, 0.99) 5s forwards;
}
header .images .title h1 {
  font-size: 6rem !important;
}
header .images .scaling {
  background-image: url("../media/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  transition: height 999999999s ease;
  -webkit-animation: scaling 15s linear infinite alternate forwards;
          animation: scaling 15s linear infinite alternate forwards;
}
header .images .scaling-historia {
  background-image: url("../media/historia/laberinto-historia.webp");
}

@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 1120px) {
  nav {
    justify-content: space-between !important;
  }
  nav ul {
    display: flex;
    padding: 28% 0%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    top: 0vh;
    width: 100%;
    height: 100vh;
    background-color: #8d323a;
    z-index: 98;
    left: 100%;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
    font-size: 2em;
    padding-left: 0px;
    text-align: center;
  }
  nav ul li a {
    color: #D3E4CD;
  }
  nav ul li a:active {
    color: #874F9D;
  }
  nav #menu-burguer:checked ~ label .btn span {
    background-color: #f5efd3;
  }
  nav label .btn {
    display: block !important;
    right: 1.5rem;
    top: 1.3rem;
    z-index: 99;
  }
}
.colapse {
  left: 0;
}

.intro {
  background-image: url("../media/fondo.webp");
  background-size: contain;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 10%;
  color: white;
  font-family: body;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 992px) {
  .intro {
    text-align: unset;
  }
}
.intro .intro-empty {
  width: 100%;
  order: 2;
}
.intro .intro-shadow-layer {
  position: absolute;
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: 2;
  background: rgb(52, 11, 18);
  background: radial-gradient(circle, rgba(52, 11, 18, 0) 0%, rgb(52, 11, 18) 50%, rgb(13, 2, 4) 100%);
}
.intro .intro-container {
  z-index: 2;
}
.intro .intro-container p {
  font-size: 1.2rem;
  padding-top: 3%;
}
@media all and (max-width: 992px) {
  .intro .intro-container p {
    font-size: 17px;
  }
}
.intro .intro-container .fontTitulo {
  font-family: titulos;
}
@media all and (max-width: 992px) {
  .intro .intro-container .fontTitulo {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .intro .intro-container #titulo2 {
    font-size: 13px;
    color: #D0CCB3;
  }
}
.intro #intro-title, .intro #titulo2 {
  color: white;
}
.intro .button {
  color: #D0CCB3;
  background-color: transparent;
  border: 2px solid #D0CCB3;
  border-radius: 12px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  margin: 50px 2px 4px; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .intro .button {
    font-size: 14px;
  }
}
.intro .button:hover {
  background-color: #D0CCB3;
  color: #480F19;
  font-weight: 600;
}

.espacios {
  color: gray;
}
.espacios::before {
  content: "";
  width: 717px;
  height: 900px;
  background-image: url("../media/labyrinth_2m2okx43yd7m.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 4596px;
  transform: rotate(45deg);
  right: 388px;
  opacity: 0.4;
  z-index: 0;
}
.espacios .contenedor-card {
  margin: 2.5rem 0;
  padding: 0 5%;
  font-family: body;
  display: flex;
  --bs-gutter-x: none;
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card {
    height: 91h;
  }
}
.espacios .contenedor-card:nth-child(even) .card-descripcion {
  order: -1;
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card:nth-child(even) .card-descripcion {
    order: inherit;
  }
}
.espacios .contenedor-card .card-imagen {
  width: 50%;
  padding: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card .card-imagen {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
}
.espacios .contenedor-card .card-imagen img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card .card-imagen img {
    height: 63vh;
    box-shadow: none;
    border-radius: 0;
    transition: height 999999999s ease;
    -webkit-animation: scaling 15s linear infinite alternate forwards;
            animation: scaling 15s linear infinite alternate forwards;
  }
}
@media screen and (max-width: 750px) {
  .espacios .contenedor-card .card-imagen img {
    transition: height 999999999s ease;
    -webkit-animation: scaling 15s linear infinite alternate forwards;
            animation: scaling 15s linear infinite alternate forwards;
  }
}
.espacios .contenedor-card .card-imagen h2, .espacios .contenedor-card .card-imagen h3 {
  transform: translate(-50%, -50%);
}
.espacios .contenedor-card .card-imagen #fontFrase {
  position: absolute;
  font-family: frases;
  font-size: 2.5rem;
  color: white;
  bottom: 8%;
  left: 78%;
  text-shadow: 0px -2px 22px rgb(0, 0, 0);
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card .card-imagen #fontFrase {
    bottom: 0%;
    left: 73%;
  }
}
.espacios .contenedor-card .card-descripcion {
  overflow: hidden;
  flex-direction: column;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 7%;
}
.espacios .contenedor-card .card-descripcion #fontTitulo {
  font-family: titulos;
  color: #8d323a;
  font-weight: 600;
  font-size: xxx-large;
}
@media screen and (max-width: 992px) {
  .espacios .contenedor-card .card-descripcion {
    padding: 6% 0;
  }
  .espacios .contenedor-card .card-descripcion #fontTitulo {
    font-size: 24px;
  }
  .espacios .contenedor-card .card-descripcion p {
    font-size: 17px;
  }
}

footer {
  background-color: #8d323a;
  color: #f5efd3;
  font-family: body;
}
footer .ubicacion-contacto {
  display: flex;
  margin: 0 5%;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto {
    flex-direction: column-reverse;
  }
}
footer .ubicacion-contacto .contact-left {
  width: 50%;
  padding-top: 6%;
  z-index: 1;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .contact-left {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .contact-left .info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
footer .ubicacion-contacto .contact-left .info .ubicacion {
  display: flex;
  flex-direction: column;
}
footer .ubicacion-contacto .contact-left .info .ubicacion h5 {
  font-family: titulos;
  font-size: 2rem;
  margin-bottom: 3%;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .contact-left .info .ubicacion h5 {
    font-size: 30px;
  }
}
footer .ubicacion-contacto .contact-left .info .ubicacion iframe {
  width: 74%;
  border-radius: 20px;
  /* height: 100%; */
  margin-bottom: 6%;
}
footer .ubicacion-contacto .right {
  width: 50%;
  padding-left: 0rem;
  padding-top: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .right {
    width: 100%;
    order: -1;
  }
}
footer .ubicacion-contacto .right h5 {
  font-family: titulos;
  font-size: 2rem;
  margin-bottom: 3%;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .right h5 {
    font-size: 30px;
  }
}
footer .ubicacion-contacto .right h6 {
  font-family: titulos;
  font-size: 1.2rem !important;
  margin-bottom: 3%;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .right h6 {
    font-size: 1.5rem !important;
  }
}
footer .ubicacion-contacto .right ul {
  padding-left: 0rem;
  list-style-type: none;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .right ul {
    margin-right: 9%;
    padding-left: 0;
  }
}
footer .ubicacion-contacto .right ul li div {
  display: flex;
  flex-direction: row;
}
footer .ubicacion-contacto .right ul li div i {
  font-size: 1rem;
  padding-right: 2%;
  display: block;
}
footer .ubicacion-contacto .right ul li div p {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  footer .ubicacion-contacto .right ul li div p {
    width: 80% !important;
  }
}
footer .ubicacion-contacto .right #ul-with-dots {
  padding-left: 1.5rem;
  list-style-type: circle;
}
footer .contact {
  width: 50%;
  padding: 4% 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  footer .contact {
    width: 100%;
    order: -1;
  }
}
footer .contact h5 {
  font-family: titulos;
  font-size: 2rem;
  margin-bottom: 3%;
}
@media (max-width: 992px) {
  footer .contact h5 {
    font-size: 30px;
  }
}
footer .contact .form {
  width: 71%;
}
footer .contact .form .form-control {
  font-size: 15px;
  border: 1px solid #faf9f9;
  background: none;
  font-weight: 300;
  margin-bottom: 13px;
  color: #faf9f9;
}
footer .contact .form .form-control::placeholder {
  color: #faf9f9;
}
footer .contact .form .form-control:focus {
  border: 1px solid #faf9f9 !important;
  outline: none !important;
  box-shadow: none;
  background-color: #faf9f9;
  color: #8d323a;
}
footer .contact .form .form-control:focus::placeholder {
  color: #8d323a;
}
footer .contact .form textarea {
  height: auto;
  resize: none;
}
footer .contact .form textarea ::placeholder {
  color: #faf9f9;
}
footer .contact .form .btn-primary {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  width: auto;
  line-height: 29px;
  padding: 4px 32px;
  display: inline-block;
  border: 1px solid white;
  background: #8d323a;
}
footer .contact .form .btn-primary:hover {
  background-color: white;
  color: #8d323a;
}
footer .contact .form .btn:active:focus {
  box-shadow: none;
}
footer .right right-tarifas {
  justify-content: none !important;
}
footer .logo-derechos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4% 0;
}
footer .logo-derechos .logo-footer {
  width: 22%;
}
@media (max-width: 992px) {
  footer .logo-derechos .logo-footer {
    width: 40%;
    margin: 5%;
  }
}
@media (max-width: 480px) {
  footer .logo-derechos .logo-footer {
    width: 54%;
  }
}
footer .logo-derechos .derechos {
  font-family: body;
  padding: 1% 5%;
  text-align: center;
  margin-bottom: 0;
  font-size: smaller;
}
footer .logo-derechos .dev {
  font-size: small;
}
footer::before {
  content: "";
  width: 717px;
  height: 644px;
  background-image: url("../media/labyrinth_2m2okx43yd7m.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6500px;
  transform: rotate(45deg);
  right: 760px;
  opacity: 0.03;
  z-index: 1;
}

.contacto::before {
  bottom: -8800px;
}

.contacto::before {
  bottom: -8800px;
}


.agenda::before {
  content: "";
  width: 717px;
  height: 900px;
  background-image: url("../media/labyrinth_2m2okx43yd7m.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 6596px;
  transform: rotate(45deg);
  right: 388px;
  opacity: 0.4;
  z-index: -1;
}

h4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-family: titulos;
  font-size: 3rem;
  color: #f5efd3;
  background-color: #8d323a;
  text-align: center;
  z-index: 10;
  margin-bottom: 0;
}
@media screen and (max-width: 772px) {
  h4 {
    font-size: 30px;
  }
}

.carousel-inner {
  height: 100vh;
  background-color: #1f1f1f;
}
@media screen and (max-width: 772px) {
  .carousel-inner {
    height: 56vh;
  }
}
.carousel-inner .carousel-item {
  height: inherit;
}
.carousel-inner .carousel-item .shadow-layer {
  z-index: 0;
}
.carousel-inner .carousel-item img {
  height: 74%;
  margin: auto;
}
@media screen and (max-width: 772px) {
  .carousel-inner .carousel-item img {
    height: 74%;
  }
}
.carousel-inner .carousel-item .w-100 {
  width: auto !important;
}
.carousel-inner .carousel-item .carousel-caption {
  right: 2%;
  left: 2%;
  background: linear-gradient(0deg, #1f1f1f, #1f1f1f, transparent);
  padding: 5% 15%;
}
@media screen and (max-width: 480px) {
  .carousel-inner .carousel-item .carousel-caption {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.carousel-inner .carousel-item .carousel-caption h5 {
  font-family: titulos;
  color: white;
  font-size: xxx-large;
}
.carousel-inner .carousel-item .carousel-caption p {
  font-family: body;
  font-size: 1.2rem;
  color: lightgrey;
}
@media screen and (min-width: 772px) and (max-width: 1024px) {
  .carousel-inner .carousel-item .carousel-caption {
    padding: 1rem 7rem;
  }
  .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 1.5rem;
  }
  .carousel-inner .carousel-item .carousel-caption p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 772px) {
  .carousel-inner .carousel-item .carousel-caption {
    text-align: unset;
    padding: 17% 5%;
  }
  .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 24px;
  }
  .carousel-inner .carousel-item .carousel-caption p {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.carousel-control-prev, .carousel-control-next {
  opacity: inherit;
  width: 8%;
}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-prev .carousel-control-next-icon, .carousel-control-next .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon {
  border: transparent solid 3px;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.1s ease-in;
}
.carousel-control-prev .carousel-control-prev-icon:hover, .carousel-control-prev .carousel-control-next-icon:hover, .carousel-control-next .carousel-control-prev-icon:hover, .carousel-control-next .carousel-control-next-icon:hover {
  transform: scale(1.2);
}

.banner .titulo {
  color: white;
}
.banner .titulo .titulo-historia {
  font-family: titulos;
  font-size: xxx-large;
}

.p2 {
  font-family: body;
  font-size: 1.5rem;
  color: #8d323a;
  margin-right: 15%;
}
.p2 strong {
  color: #212529;
}

.color {
  color: lightgray;
}
@media screen and (max-width: 992px) {
  .color {
    padding: 22% 0;
  }
}

.intro-historia {
  display: flex;
  background: linear-gradient(180deg, #0E0305, #0E0305, #0E0305, #0E0305, #0E0305 21%, transparent 100%);
  padding: 5%;
}
.intro-historia::before {
  content: "";
  width: 711px;
  height: 713px;
  background-image: url(../media/labyrinth_2m2okx43yd7m.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 442px;
  transform: rotate(45deg);
  right: 936px;
  opacity: 0.1;
  z-index: 99;
}
@media screen and (max-width: 772px) {
  .intro-historia {
    flex-direction: column-reverse;
    padding: 5%;
    background: linear-gradient(180deg, #0E0305, #8d323a 32%, transparent 100%);
  }
}
.intro-historia img {
  width: 50%;
  border-radius: 20px;
  box-shadow: 4px 13px 30px 1px #41464b;
}
@media screen and (max-width: 772px) {
  .intro-historia img {
    width: 100%;
  }
}
.intro-historia .intro-historia-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-historia .intro-historia-texto h2 {
  font-weight: 600;
  font-size: xxx-large;
  margin-bottom: 1em;
  font-family: titulos;
  color: #8d323a;
  text-transform: uppercase;
}
@media screen and (max-width: 772px) {
  .intro-historia .intro-historia-texto h2 {
    font-size: xx-large;
  }
}
.intro-historia .intro-historia-texto #storyTitle {
  color: white;
  font-weight: unset !important;
}

.historia {
  z-index: 1;
  color: gray;
}
.historia .contenedor-card {
  padding: 0 5%;
  font-family: body;
  display: flex;
  --bs-gutter-x: none;
}
@media screen and (max-width: 992px) {
  .historia .contenedor-card {
    height: 91h;
    flex-direction: column-reverse;
  }
}
.historia .contenedor-card:nth-child(even) .card-descripcion {
  order: -1;
}
@media screen and (max-width: 992px) {
  .historia .contenedor-card:nth-child(even) .card-descripcion {
    order: inherit;
  }
}
.historia .contenedor-card .card-imagen {
  width: 50%;
  padding: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .historia .contenedor-card .card-imagen {
    width: 100%;
    height: 70%;
  }
}
.historia .contenedor-card .card-imagen img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 4px 13px 30px 1px #41464b;
}
@media screen and (max-width: 992px) {
  .historia .contenedor-card .card-imagen img {
    height: 63vh;
    box-shadow: none;
  }
}
.historia .contenedor-card .card-imagen #image2 {
  display: none;
}
.historia .contenedor-card .card-imagen h2,
.historia .contenedor-card .card-imagen h3 {
  transform: translate(-50%, -50%);
}
.historia .contenedor-card .card-imagen #fontFrase {
  position: absolute;
  font-family: frases;
  color: white;
  bottom: 8%;
  left: 78%;
}
.historia .contenedor-card .card-descripcion {
  flex-direction: column;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 7%;
}
.historia .contenedor-card .card-descripcion #fontTitulo {
  font-family: titulos;
  color: #8d323a;
  font-weight: 600;
  font-size: xxx-large;
}
@media screen and (max-width: 992px) {
  .historia .contenedor-card .card-descripcion {
    padding: 0%;
  }
  .historia .contenedor-card .card-descripcion #fontTitulo {
    font-size: 24px;
  }
  .historia .contenedor-card .card-descripcion p {
    font-size: 17px;
  }
}
.historia .aldao::before {
  content: "";
  width: 717px;
  height: 900px;
  background-image: url("../media/labyrinth_2m2okx43yd7m.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 4596px;
  transform: rotate(45deg);
  right: 644px;
  opacity: 0.4;
  z-index: -1;
}

.quote {
  padding: 5% 7%;
  color: darkslategray;
  text-align: center;
}

.simbolTitulo {
  color: #728126 !important;
}

.fontTitulo {
  font-family: titulos;
  color: #8d323a;
  font-weight: 600;
  font-size: xxx-large;
}
@media screen and (max-width: 992px) {
  .fontTitulo {
    font-size: xx-large;
  }
}

.simbologia {
  color: gray;
  background: #1F1F1F;
}
.simbologia .contenedor-card {
  flex-wrap: nowrap;
  --bs-gutter-x: 0rem;
  font-family: body;
  display: flex;
  justify-content: center;
  padding: 0 7%;
}
@media screen and (max-width: 992px) {
  .simbologia .contenedor-card {
    flex-direction: column;
    margin-top: 100px;
  }
}
.simbologia .contenedor-card:nth-child(even) .card-descripcion {
  align-items: start;
  order: -1;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .simbologia .contenedor-card:nth-child(even) .card-descripcion {
    order: inherit;
  }
}
.simbologia .contenedor-card .card-imagen {
  height: 100vh;
  width: 50vw;
  display: flex;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .simbologia .contenedor-card .card-imagen {
    width: 100vw;
    height: 30vh;
  }
}
.simbologia .contenedor-card .card-imagen img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .simbologia .contenedor-card .card-imagen img {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .simbologia .contenedor-card .card-imagen img {
    width: 300px;
    height: 300px;
    box-shadow: none;
  }
}
.simbologia .contenedor-card .card-descripcion {
  flex-direction: column;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7%;
}
.simbologia .contenedor-card .card-descripcion #simbol {
  color: #728126;
  border: solid 2px #728126;
  background-color: #1F1F1F;
  border-radius: 5px;
  padding: 10px 32px;
  align-self: start;
  cursor: pointer;
}
.simbologia .contenedor-card .card-descripcion #simbol:hover {
  color: #1F1F1F;
  background-color: #728126;
}
@media screen and (max-width: 992px) {
  .simbologia .contenedor-card .card-descripcion {
    height: 50vh;
    justify-content: space-evenly;
  }
  .simbologia .contenedor-card .card-descripcion #fontTitulo {
    font-size: 24px;
  }
  .simbologia .contenedor-card .card-descripcion p {
    font-size: 17px;
  }
}
.simbologia #simbolTitile {
  position: relative;
  top: 0;
}

.documental {
  margin: 20% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.documental iframe {
  border-radius: 20px;
}
.documental h2 {
  font-family: titulos;
}
@media screen and (max-width: 560px) {
  .documental iframe {
    width: 300px;
  }
}/*# sourceMappingURL=style.css.map */