* {
  box-sizing: border-box;
}

.pquote {
  float: left;
  width: 0px;
  background: #ddffff00;
  padding: 3px;
  text-transform: lowercase;
}

blockquote {
  margin: 0; /* gets rid of the default blockquote margin */
}

/* Create two equal columns that floats next to each other */
.column3 {
  float: left;
  width: 50%;
  padding: 0px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.column4 {
  float: left;
  width: 50%;
  padding: 0px;
  height: 80px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.roww {
  width: 490px !important;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-repeat: repeat-x;
}

.carousel-control.left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-repeat: repeat-x;
}

.center-car {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.carousel-inner > .item {
  background-color: rgb(0, 0, 0, 0) !important;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  background-color: rgb(0, 0, 0, 0);
}

.carousel-inner > .item {
  background-color: rgb(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container3 {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba00;
}

.container3:hover .overlay {
  opacity: 1;
}

.text {
  line-height: 26px;
  color: #000000;
  font-family: 'Belleza', sans-serif;
  font-size: 26px;
  text-align: left !important;
  position: absolute;
  top: 87%;
  left: 53%;
  text-align: center;
  width: 400px;
}

.text2 {
  color: black;
  font-size: 22px;
  font-family: 'Belleza', sans-serif;
  position: absolute;
  top: 99%;
  left: 220%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
}

.text6 {
  color: black;
  font-size: 22px;
  font-family: 'Belleza', sans-serif;
  position: absolute;
  top: 111%;
  left: 235%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
}

.text3 {
  line-height: 26px;
  color: #000000;
  font-size: 26px;
  font-family: 'Belleza', sans-serif;
  text-align: left !important;
  position: absolute;
  top: 87%;
  left: -63%;
  text-align: center;
  width: 400px;
}

.text4 {
  color: black;
  font-family: 'Belleza', sans-serif;
  font-size: 22px;
  position: absolute;
  top: 96%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
}
.text5 {
  color: black;
  font-family: 'Belleza', sans-serif;
  font-size: 22px;
  position: absolute;
  top: 105%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
}

.livestream {
  position: fixed;
  top: 78px;
  right: 42px;
  z-index: 20;
  background-color: #ffffff00;
  padding: 4px;
  display: none;
}

.button {
  position: fixed;
  top: 120px;
  right: -67px;
  z-index: 20;
  background: #e2948d80;
  transform: rotate(270deg);
}

#button-modal {
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
}

.verticalhorizontal {
  position: fixed;
  top: 43%;
  left: 43%;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.right-corner {
  display: none;
  position: sticky;
  top: 2.5%;
  margin-left: 15px;
  vertical-align: middle;
  z-index: 99999;
  width: 1%;
}

::selection {
  background: #e2948d80;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #e2948d80;
  /* Gecko Browsers */
}

.translate {
  display: flex;
  flex-direction: row-reverse;
  border: 5px black;
}

sup {
  font-size: 10px;
}

.background-text {
  position: absolute;
  font-size: 22px !important;
  color: rgba(0, 0, 0, 0.3) !important;
  top: 1%;
  left: -70%;
  transform: rotate(-10deg);
  width: 70% !important;
  height: 100vh;
  z-index: -2 !important;
}
.background-text2 {
  position: absolute;
  font-size: 22px !important;
  color: rgba(0, 0, 0, 0.3) !important;
  top: 45%;
  right: -140%;
  transform: rotate(5deg);
  height: 100vh;
  z-index: -2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

audio {
  margin: 10px 0px;
  filter: sepia(90%) saturate(90%) grayscale(1) contrast(99%) invert(92%);
  width: 300px;
  height: 25px;
}

.social {
  margin: 0px 20px;
  font-size: 30px !important;
  text-decoration: none;
  color: black !important;
}
.socialDiv {
  width: 500px;
  margin-left: -20px;
}

#bright {
  color: rgb(0, 0, 0) !important;
  text-decoration: underline !important;
}
#exhibit2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 8889989;
  overflow-x: hidden;
}

#exhibit2 h1 {
  font-family: 'Belleza', sans-serif !important;
  font-size: 22px !important;
  text-align: left !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 40px !important;
  margin-left: 20px !important;
  width: 500px !important;
  line-height: 1 !important;
  margin: auto;
  display: inline-block;
  max-width: 100%;
  word-break: normal;
}

img {
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.315);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.close {
  position: sticky;
  margin-top: -70px;
  margin-right: 15px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
.letter {
  z-index: 99999;
  background: #897d6dbb;
  padding: 20px;
  max-width: 620px;
  height: auto; /* Mejor que 100% para contenido */
  
  /* Centrado horizontal y vertical */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.letter p {
  margin: auto;
  display: inline-block;
  max-width: 100%;
  word-break: normal;
}

.launch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
}

#launch {
  text-align: center !important;
  font-size: 50px !important;
  width: 800px !important;
  display: inline-block;
  max-width: 100%;
  word-break: normal;
  line-height: 1 !important;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  margin-top: 30px;
  margin-right: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
font-family: 'Red Hat Text', sans-serif;
  color: #333;
}

.contact-item span {
  font-size: 14px;
  text-align: right;
}

.icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}