* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html,
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #d0cbbf;
}

.collapse {
  transition: height 1 ease;
}
.acronym {
  font-variant: small-caps;
}

p {
  font-family: "Roboto-Regular";
  font-size: 2rem;
  line-height: 2.6rem;
  color: #394012;
}

.bold {
  font-family: "Roboto-Bold";
}

.landing {
  width: 100vw;
  position: relative;
}

.imgHome {
  width: 100%;
  height: auto;
}

.modalPresentation {
  position: absolute;
  width: 18%;
  bottom: 28%;
  right: calc(25% - 18% / 2);
  border: none;
  background-color: transparent;
  transition: transform 1s;
}
.modalPresentation::after {
  content: "P";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: #0e1103;
  color: #d0cbbf;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modalPresentation:hover::after,
.modalPresentation.active::after {
  opacity: 1;
}
.modalPresentation:hover,
.modalPresentation.active {
  transform: scale(1.05) rotate(5deg);
}
.modalS1 {
  position: absolute;
  width: 3.5%;
  bottom: 19%;
  right: calc(63% - 3.5% / 2);
  border: none;
  background-color: transparent;
  filter: hue-rotate(30deg);
  transition: filter 1s, transform 1s;
}
.modalS1::after {
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: #0e1103;
  color: #d0cbbf;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modalS1:hover::after,
.modalS1.active::after {
  opacity: 1;
}
.modalS1:hover,
.modalS1.active {
  filter: hue-rotate(35deg) saturate(150%) brightness(150%);
  transform: scale(1.1) rotate(-12deg);
}
.modalS2 {
  position: absolute;
  width: 13%;
  top: 2%;
  right: calc(58% - 13% / 2);
  filter: hue-rotate(30deg);
  transition: filter 1s, transform 1s;
}
.modalS2 img {
  width: 100%;
}
.modalS2::after {
  content: "2";
  position: absolute;
  bottom: 0;
  right: 0;
  /* transform: translate(50%, 50%); */
  width: 4rem;
  height: 4rem;
  background-color: #0e1103;
  color: #d0cbbf;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modalS2:hover::after,
.modalS2.active::after {
  opacity: 1;
}
.modalS2:hover,
.modalS2.active {
  filter: hue-rotate(120deg) saturate(120%);
  transform: scale(1.07);
}

.modalS3 {
  position: absolute;
  width: 13%;
  bottom: 19%;
  left: calc(16% - 13% / 2);
  transition: filter 1s, transform 1s;
}
.modalS3 img {
  width: 100%;
}
.modalS3::after {
  content: "3";
  position: absolute;
  bottom: 0;
  right: 0;
  /* transform: translate(50%, 50%); */
  width: 4rem;
  height: 4rem;
  background-color: #0e1103;
  color: #d0cbbf;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modalS3:hover::after,
.modalS3.active::after {
  opacity: 1;
}
.modalS3:hover,
.modalS3.active {
  filter: saturate(200%);
  transform: scale(1.07);
}
.modalS4 {
  position: absolute;
  width: 15%;
  bottom: 18.5%;
  left: calc(50.5% - 15% / 2);
  transition: filter 1s, transform 1s;
  background: transparent;
  border: none;
}
.modalS4 img {
  width: 100%;
}
.modalS4::after {
  content: "F";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: #0e1103;
  color: #d0cbbf;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modalS4:hover::after,
.modalS4.active::after {
  opacity: 1;
}
.modalS4:hover,
.modalS4.active {
  filter: saturate(200%);
  transform: scale(1.07);
}
.menuFixed {
  position: fixed;
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  color: #394012;
  font-size: 4rem;
  top: 10%;
  z-index: 1;
}
.btnMenuFixed {
  color: #394012;
  font-size: 5rem;
  font-family: "Roboto-Bold";
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/bgMenuFixed.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
}
.btnMenuFixed:hover,
.btnMenuFixed.active {
  background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/bgMenuFixed2.svg");
  color: #b41a2f;
}
footer {
  display: flex;
  flex-direction: column;
  background-color: #d0cbbf;
}
.collapseReference {
  width: 100%;
  color: #d0cbbf;
  font-size: 3rem;
  height: 150px;
  border: none;
  background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/landing/btnFooter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 5rem;
  background-color: #d0cbbf;
  font-family: "Roboto-Bold";
}

.modalParanoide {
  background-color: #b41a2e88;
}
.modalParanoide .modal-dialog .modal-content {
  background-color: #d0cbbf;
  border: #abd51b solid 5px;
  border-radius: 0;
}
.modalParanoide .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem;
}
.modalParanoide .modal-dialog .modal-content .modal-header .btn-close {
  --bs-btn-close-bg: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/x.svg");
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  opacity: 1;
}
.modalParanoide .modal-dialog .modal-content .modal-body {
  padding: 5rem 5rem 0rem 5rem;
  position: relative;
}
h3 {
  color: #394012;
  font-size: 2.5rem;
  font-family: "Frijole-Regular";
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.footerModal {
  width: 100%;
}
.frameContainer {
  background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/frame.svg");
  width: 100%;
  height: 70rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding: 5rem;
}
.containerMap {
  max-width: 80rem;
}

.footerImg {
  font-family: "Frijole-Regular";
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #b41a2f;
  margin-bottom: 1rem;
}
.space3 {
  margin-top: 5rem;
}
.container{
  padding-left: 80px;
}
.pl-80-custom {
  padding-left: 80px;
}
@media only screen and (max-width: 992px) {
  .frameContainer {
    height: 50rem;
  }
}
@media only screen and (max-width: 768px) {
  .container{
    padding-left: 40px;
  }
  .landing {
    margin-top: 60px;
  }
  .modalPresentation {
    width: 40%;
    bottom: 69%;
    right: calc(68% - 40% / 2);
  }
  .modalS1 {
    width: 7%;
    bottom: 19%;
    right: calc(46.5% - 7% / 2);
  }
  .modalS2 {
    width: 32%;
    top: 35.4%;
    right: calc(28% - 32% / 2);
  }
  .modalS3 {
    width: 30%;
    bottom: 16%;
    left: calc(13% - 30% / 2);
  }

  .modalS4 {
    width: 35%;
    bottom: 16.5%;
    left: calc(92% - 34% / 2);
  }
  .collapseReference {
    margin-top: 2rem;
    height: 100px;
    background-size: 100% 100%;
    background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/landing/bgBtnFooterMobile.svg");
    font-size: 2rem;
  }
  .btnMenuFixed {
    background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/btnMenuFixedMobile.svg");
  }
  .btnMenuFixed:hover,
  .btnMenuFixed.active {
    background-image: url("/work/models/memorica/recursos/exposiciones/vigilancia_y_paranoia/img/btnMenuFixedMobileHover.svg");
  }
  .menuFixed {
    width: 50px;
    top: 25%;
  }
  .btnMenuFixed {
    font-size: 3rem;
    width: 50px;
    height: 50px;
  }
  .frameContainer {
    height: 40rem;
  }
  .footerImg {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  h3 {
    font-size: 2rem;
  }
  .modalPresentation::after {
    top: 0;
    left: 75%;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .modalS1::after {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .modalS2::after {
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .modalS3::after {
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .modalS4::after {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;

  }
  
}
@media only screen and (max-width: 576px) {
  .spaceLeft {
    padding-left: 50px;
  }
  .collapseReference {
    margin-top: 0;
  }
  .modalParanoide .modal-dialog .modal-content .modal-body {
    padding: 2rem 2rem 0rem 2rem;
  }
  .footerImg {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 400px) {
  .frameContainer {
    height: 28rem;
  }
}
