html,
body {
  overflow-x: hidden;
}
/*--- FONTS ---*/
@font-face {
  font-family: mainFontRegular;
  src: url(Fonts/mescla_regular.ttf);
}

@font-face {
  font-family: mainFontBold;
  src: url(Fonts/mescla_bold.ttf);
}

@font-face {
  font-family: mainFontBoldItalic;
  src: url(Fonts/mescla_bold-italic.ttf);
}

@font-face {
  font-family: mainFontItalic;
  src: url(Fonts/mescla_italic.ttf);
}

/*--- GENERAL ---*/
body {
  background-color: rgba(239, 239, 239, 1);
  font-family: mainFontRegular;
  margin: 0;
  height: 100%;
  overflow: visible;
}

#MainApp {
  margin: auto;
  text-align: center;
  scroll-behavior: smooth;
  overflow: visible;
}

strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: mainFontBold;
  margin: 0;
}

/*--------NAV DOTS-----------*/

#nav-dots {
  display: block;
}

a:active,
a:hover {
  outline: 0;
}

/*JQUERY CONFIRM PERSONALIZED */
.jconfirm-box-container {
  min-width: 50%;
}

.jconfirm-box {
  padding: 2rem !important;
}

/* =Navigation Dots */
#nav-dots {
  /* display: none;*/
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 200;
}

#nav-dots a {
  display: block;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color: #ffffff;
  text-decoration: none;
}

#nav-dots a:hover .nav-label {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#nav-dots .nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-dots .nav-label {
  display: block;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#nav-dots.is-dark a {
  color: rgba(19, 98, 168, 1);
}

#nav-dots.is-dark .nav-dot {
  background-color: rgba(19, 98, 168, 1);
}

#nav-dots.is-light a {
  color: #ffffff;
}

#nav-dots.is-light .nav-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

#nav-dots ul {
  margin: 0;
  padding: 0;
}

#nav-dots li {
  width: auto;
  list-style: none;
}

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

/*--- scroll down arrows ---*/
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: black;
}
.scroll-more {
  .scroll-arrows {
    width: 3%;
    height: 5px;
    background-color: #a7b6bf;
    opacity: 0;
    position: absolute;
    right: 50%;
    animation: blink 1.7s linear infinite;
  }
  .scroll-arrow-one {
    top: 90%;
    transform-origin: bottom right;
    transform: rotateZ(45deg);
    &::after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background-color: #a7b6bf;
      position: absolute;
      left: 100%;
      transform-origin: bottom left;
      transform: rotateZ(-90deg);
    }
  }
  .scroll-arrow-two {
    top: 95%;
    transform-origin: bottom right;
    transform: rotateZ(45deg);
    &::after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background-color: #a7b6bf;
      position: absolute;
      left: 100%;
      transform-origin: bottom left;
      transform: rotateZ(-90deg);
    }
  }
}

.arrow-animation {
  animation: scrollDown 2s infinite;
}

@keyframes blink {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}

#aboutUsSec .people-content-footer .scroll-more .scroll-arrow-one {
  top: 50% !important;
}

#aboutUsSec .people-content-footer .scroll-more .scroll-arrow-two {
  top: 85% !important;
}

/*--- HAMBURGER MENU ---*/
#menuToggle {
  display: block;
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
  padding-left: 10rem;
}

#menuToggle a:hover {
  color: rgba(19, 98, 168, 1);
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 200px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

/*--- SCROLL BEHAVIOR ---*/
/*SCROLL ARROWS*/
.section-indicator {
  display: flex;
  top: 50%;
  right: 10px;
  margin-top: -53px;
  display: inline-block;
  z-index: 10;
  height: 120px;
  width: 40px;
  position: fixed;
}

.arrowup,
.arrowdown {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
  top: 0px;
  left: 14px;
  cursor: pointer;
  transition: border 0.25s ease;
  &:hover {
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
  }
}

.arrowdown {
  border-width: 15px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  top: auto;
  left: 14px;
  bottom: 13px;
  &:hover {
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  }
}

.msection {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  margin-top: 7px;
  margin-left: 17.5px;
  transition: background 0.4s ease-in-out;
  &::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    transform: translate(120%, 120%);
    background: white;
    border-radius: 100%;
  }
  &:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.msection-1 {
  margin-top: 20px;
}
.active::before {
  /*content: "";*/
  display: block;
  width: 8px;
  height: 8px;
  transform: translate(15%, 11%);
  background: white;
  border-radius: 100%;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  /* opacity: 0;*/
  transition: 1s all ease;
  /* scroll-behavior: smooth;*/
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/*--- HEADER ---*/
#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -100;
  /* background-size: scale-down;*/
  object-fit: scale-down;
}
#MainApp #UMNLogoMain {
  width: 20%;
}

#MainApp header {
  height: calc(100vh - 150px);
}

/*#MainApp header h1 img {
  padding-top: 20vh;
}*/

.right-blue-ray {
  background-color: rgba(19, 98, 168, 1);
  position: absolute;
  right: 0;
  top: -150px;
  width: 40%;
  height: 65%;
  clip-path: polygon(0 0, 100% 60%, 100% 100%);
  shape-outside: polygon(0 0, 100% 30%, 100% 100%);
}

/*--- OTHER SECTIONS ---*/
#aboutSec,
.brandStatImg {
  width: 100%;
  height: 100vh;
}

/*--- ABOUT SECTION ---*/
#aboutSec {
  /*background-color: rgba(19, 98, 168, 1);*/
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;

  background: rgba(19, 98, 168, 1);
  background: -webkit-linear-gradient(
    to left,
    rgba(19, 98, 168, 1),
    rgba(0, 65, 109, 1)
  );
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: left;
  padding-left: 6rem;
}

#aboutSec .UMNmonogram-white {
  background-image: url("/Assets/UMN-RGB-MONOGRAM_White.png");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  top: 40px;
  right: 40px;
}

#aboutSec div.title {
  /* padding-top: 10%;*/
  font-size: 2.5rem;
}

#aboutSec div {
  /*margin: 9rem 330px;*/
  font-size: 2rem;
}

#aboutSec h3 {
  font-size: 2.6rem;
  padding-bottom: 3rem;
}

/* ANIMATED BACKGROUND */
#aboutSec .sub-section {
  /*width: 100%;*/
  position: absolute;
  top: 80px;
  height: calc(100vh - 18%);
}

#aboutSec .sub-section .scroll-more .scroll-arrow-one {
  top: 98%;
}

#aboutSec .sub-section .scroll-more .scroll-arrow-two {
  top: 103%;
}

#aboutSec .sub-section > div > div {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

#aboutSec .sub-section > div > div.mission {
  width: 75%;
  text-align: justify;
}

#aboutSec .sub-section > div > div .mission-title {
  color: rgb(215 160 0);
  margin-top: 6rem;
}

#aboutSec .sub-section > div > div.mission .mission-content {
  font-size: 1.4rem;
}

#aboutSec .sub-section > div > div hr {
  border: 2px solid rgb(215 160 0);
  opacity: 1;
  margin-block: 2rem;
}

#aboutSec .aboutImg {
  background: url("/Assets/Imagem1_AboutTest.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 75%;
  width: 75%;
  margin: 3rem auto 0;
}

.area {
  background: rgba(19, 98, 168, 1);
  background: -webkit-linear-gradient(
    to left,
    rgba(19, 98, 168, 1),
    rgba(0, 65, 109, 1)
  );
  position: relative;
  width: 100%;
  height: 100vh;
}

.circles {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
  /*clip-path: polygon(0 0, 60% 0, 100% 50%, 80% 100%, 0 100%);
  shape-outside: polygon(0 0, 60% 0, 100% 50%, 80% 100%, 0 100%);*/
}

.circles li:nth-child(1) {
  left: 25%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 15px;
  height: 15px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 55px;
  height: 55px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 75px;
  height: 75px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 7.5px;
  height: 7.5px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    /*border-radius: 50%;*/
  }
}

/*--- BRAND STATEMENT SECTION ---*/
.brandStatImg {
  /*background-image: url("/Assets/02.jpg");*/
  background-size: 120%;
  width: 100%;
  height: 100vh;
}

.brandStatImg .sub-section {
  text-align: left;
  padding: 10% 0 0 200px;
  font-size: larger;
  width: 50%;
}

.brandStatImg .sub-section h3 {
  color: rgba(0, 65, 109, 1);
  font-size: 3rem;
}

.brandStatImg .sub-section div {
  font-size: 2rem;
}

/*--- AREAS SECTION ---*/
#areasSec {
  height: 100vh;
  display: flex;
}

#areasSec .vl {
  border-left: 6px dashed rgba(215, 160, 0, 0.6);
  height: calc(25vh);
  position: absolute;
  left: 10%;
  top: calc(31vh);
  transition: all 200ms ease-in-out;
}

#areasSec hr {
  border: none;
  border-bottom: 6px dashed rgba(215, 160, 0, 0.6);
  position: absolute;
  top: 55vh;
  width: 40%;
  left: 10%;
  transition: all 200ms ease-in-out;
}

#areasSec .vl:nth-child(2) {
  left: 50%;
}

#areasSec .vl:nth-child(4) {
  left: 70%;
}

#areasSec .vl:nth-child(6) {
  left: 90%;
}

#areasSec hr:nth-child(3) {
  top: 30vh;
  left: 50%;
  width: 20%;
}

#areasSec hr:nth-child(5) {
  top: 55vh;
  left: 70%;
  width: 20%;
}

#areasSec .sub-section ul {
  padding-left: 0;
  display: flex;
  font-weight: 600;
  /*justify-content: space-around;*/
}

#areasSec div:has(> .sub-section) {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#areasSec .sub-section ul li .hidden-areas-desc {
  /*display: block;
  position: absolute;
  background-color: white;
  border: 1px solid rgba(0, 65, 109, 1);
  color: rgba(0, 65, 109, 1);
  left: 350px;
  transition: all ease-in-out 200ms;
  height: 89px;
  width: 300px;
  padding: 0.2rem 0.5rem;
  top: 0px;
  border-radius: 0 13px 13px 0;
  opacity: 0;*/

  margin-top: 2rem;
  font-weight: 400;
  display: block;
  color: black;
  font-size: 1rem;
  /*position: absolute;
  width: 70vw;
  text-align: center;
  font-size: 2rem;
  color: white;*/
  transition: all ease-in-out 500ms;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  transform: translate(0, 15%);
  -webkit-transform: translate(0, 15%);
  -moz-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
}

/*#areasSec .sub-section ul li:nth-child(1) .hidden-areas-desc,
#areasSec .sub-section ul li:nth-child(3) .hidden-areas-desc,
#areasSec .sub-section ul li:nth-child(5) .hidden-areas-desc {
  top: 60vh;
}

#areasSec .sub-section ul li:nth-child(1) .hidden-areas-desc {
  left: 15vw;
}

#areasSec .sub-section ul li:nth-child(3) .hidden-areas-desc {
  left: -25vw;
}

#areasSec .sub-section ul li:nth-child(5) .hidden-areas-desc {
  left: -65vw;
}

#areasSec .sub-section ul li:nth-child(2) .hidden-areas-desc,
#areasSec .sub-section ul li:nth-child(4) .hidden-areas-desc {
  top: 30vh;
}

#areasSec .sub-section ul li:nth-child(2) .hidden-areas-desc {
  left: -5vw;
}

#areasSec .sub-section ul li:nth-child(4) .hidden-areas-desc {
  left: -45vw;
}*/

#areasSec .sub-section {
  margin: 5% auto;
  width: 100%;
}

#areasSec .sub-section h3 {
  font-size: 2.2rem;
  color: rgba(0, 65, 109, 1);
  white-space: nowrap;
  transition: all 100ms ease-in-out;
  text-align: left;
  margin-left: 3rem;
}

#areasSec .sub-section ul li {
  list-style-type: none;
  /*white-space: nowrap;*/
  margin: 2% 2% 1%;
  padding: 1rem;
  transition: all ease-in-out 200ms;
  position: relative;
  text-align: left;
  min-width: min-content;
  text-align: left;
}

#areasSec .sub-section ul li .title {
  color: rgba(19, 98, 168, 1);
  font-weight: 600;
  font-size: 1.4rem;
  display: table;
}

#areasSec .sub-section ul li .title span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

/*#areasSec .sub-section ul li:nth-child(1) {
  left: 0;
}

#areasSec .sub-section ul li:nth-child(2),
#areasSec .sub-section ul li:nth-child(4) {
  top: 30vh;
}*/

/*#areasSec .sub-section ul li:hover,
#areasSec .sub-section ul li:hover i {
  color: white;
}

#areasSec .sub-section ul li:hover {
  background: linear-gradient(
    90deg,
    rgba(19, 98, 168, 0.6),
    rgba(0, 65, 109, 0.6)
  );
}

#areasSec .sub-section ul li:hover .hidden-areas-desc {
  animation: lr-content 360ms;
  animation-fill-mode: forwards;
  animation-delay: 10ms;
}*/

/*#areasSec div:has(> .sub-section):has(ul li:hover) {
  background-color: rgba(0, 65, 109, 0.6);
}

#areasSec div:has(> .sub-section):has(ul li:hover) h3 {
  color: white;
}

#areasSec div:has(> .sub-section):has(ul li:hover) ~ .scroll-more {
  display: none;
}*/

/*#areasSec .sub-section ul li:hover .hidden-areas-desc {
  opacity: 1;
  transform: translate(0, 0);
}

#areasSec .sub-section ul li:hover ~ li,
#areasSec .sub-section ul li:has(~ li:hover) {
  opacity: 0.1;
}*/

/*HIDE .vl and hr ELEMENTS*/
#areasSec .sub-section:has(ul li:hover) .vl,
#areasSec .sub-section:has(ul li:hover) hr {
  display: none;
}

#areasSec .sub-section ul li i {
  background-color: rgba(19, 98, 168, 1);
  background-image: url("/Assets/UMN-RGB-MONOGRAM_White.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 150ms;
}

/*--- PRODUCTS SECTION ---*/
#productsSec {
  height: 100vh;
  display: block;
  background: linear-gradient(90deg, rgba(19, 98, 168, 1), rgba(0, 65, 109, 1));
}

#productsSec .sub-section h3 {
  color: white;
  font-size: 2.2rem;
  padding-top: 2rem;
}

/*--- ABOUT US SECTION ---*/
#aboutUsSec {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(19, 98, 168, 1), rgba(0, 65, 109, 1));
  color: white;
}

#aboutUsSec .sub-section {
  height: 100%;
  position: relative;
}

#aboutUsSec .about-us-title {
  text-align: left;
  font-size: 3rem !important;
  padding-left: 3rem;
}

#aboutUsSec .person-title .about-us-subtitle {
  white-space: nowrap;
}

#aboutUsSec .about-us-desc {
  text-align: left;
  margin-left: 3rem;
}

#aboutUsSec .people-content {
  /*olor: rgba(0, 65, 109, 1);
  color: white;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  align-content: flex-start;*/
  position: relative;
  height: 100%;
}

#aboutUsSec .people-content-footer {
  background: linear-gradient(90deg, rgba(19, 98, 168, 1), rgba(0, 65, 109, 1));
  height: 13%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#aboutUsSec .people-content .person-title {
  height: max-content;
  width: 30vw;
  text-align: left;
  padding-right: 70%;
  z-index: 4;
  visibility: hidden;
  /*width: 40%;*/
}

#aboutUsSec .people-content .person-title .button {
  margin-top: 1rem;
  border: 1px solid white;
  border-radius: 5px;
  padding: 2px 5px;
  width: max-content;
  cursor: pointer !important;
  z-index: 10;
  transition: all 300ms ease-in-out;
}

#aboutUsSec .people-content .person-title .button:hover {
  transform: scale(1.2);
}

#aboutUsSec h3 {
  margin-bottom: auto;
  padding-top: 2.5rem;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

#aboutUsSec h3 i {
  display: block;
}

#aboutUsSec h4 {
  margin-top: 0;
}

#aboutUsSec .container-fluid {
  height: 100%;
}

#aboutUsSec .row {
  height: calc(100% - 10rem);
}

#aboutUsSec .about-us-photo {
  width: 25rem;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#aboutUsSec .about-us-content {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  height: 20%;
  margin: 3rem 2rem 0;
  transition: all ease-in-out 200ms;
}

#aboutUsSec h3:first-of-type {
  padding-top: 7rem;
  font-size: 2rem;
}

.gallery-cell {
  height: 100%;
  overflow: hidden;
  position: relative;
  bottom: 0;
}

.gallery-cell.selected img {
  transform: scale(1.8);
}

.gallery-cell:hover .person-title {
  visibility: visible !important;
}

.gallery-cell:hover img {
  transform: scale(1.2);
}

#aboutUsSec .gil-container:hover img {
  transform: scale(1.2);
  content: url("/Assets/Gil-Cor.png");
}

#aboutUsSec .mariana-container:hover img {
  transform: scale(1.2);
  content: url("/Assets/Mariana-Cor.png");
}

#aboutUsSec .mafalda-container:hover img {
  transform: scale(1.2);
  content: url("/Assets/Mafalda-Cor.png");
}

/*.about-us-content {
  position: relative;
  p,
  img {
    visibility: hidden;
  }
  &.animate-in {
    p,
    img {
      animation: textHidden 0.1s 1.1s forwards;
    }
    &:before,
    &:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 10;
    }
    &:before {
      background-color: $color-main;
    }
    &:after {
      background-color: $black;
      animation-delay: 0.5s;
    }
  }
  &.animation-ltr.animate-in {
    &:before {
      animation: revealLTR 1.8s ease;
    }
    &:after {
      animation: revealLTR 1s 0.6s ease;
    }
  }
  &.animation-rtl.animate-in {
    &:before {
      animation: revealRTL 1.8s ease;
    }
    &:after {
      animation: revealRTL 1s 0.6s ease;
    }
  }
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

/*CAROUSEL CONTROL*/
a[data-slide] {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
a[data-slide]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE7 */
  opacity: 0.6;
  text-decoration: none;
}

.control-box {
  text-align: right;
  width: 100%;
}
.carousel-control {
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}

/*--- CONTACTS SECTION ---*/
#contactsSec {
  z-index: 190;
}

.contactsImg {
  width: 60%;
  height: 100vh;
}

.contactsImg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  opacity: 1;
  background-image: url("/Assets/03.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.contactsImg .sub-section {
  position: relative;
  left: 60%;
  background-color: rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  width: 50%;
  top: 5%;
  margin: auto;
  text-align: center;
}

.contactsImg .sub-section h3 {
  font-size: 1.6rem;
}

#contactsSec .contactsImg label {
  display: block;
  margin-bottom: 0.5rem;
}

#contactsSec .contactsImg input:not([type="submit"]) {
  border: none;
  text-align: center;
}

#contactsSec .contactsImg input:not([type="submit"]),
#contactsSec .contactsImg textarea {
  width: 70%;
  border-width: 1px;
  line-height: 1.5;
  border-bottom: 1px solid black;
}

#contactsSec .contactsImg input:not([type="submit"]):active,
#contactsSec .contactsImg input:not([type="submit"]):focus-visible,
#contactsSec .contactsImg input:not([type="submit"]):focus,
#contactsSec .contactsImg input:not([type="submit"]):focus-within {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
}

#contactsSec .contactsImg textarea:active,
#contactsSec .contactsImg textarea:focus-visible,
#contactsSec .contactsImg textarea:focus,
#contactsSec .contactsImg textarea:focus-within {
  outline: none;
}

#contactsSec .contactsImg .sub-section {
  padding-block: 3rem;
}

#contactsSec .contactsImg .sub-section .sub-sec-info {
  font-size: 1.3rem;
}

#contactsSec .contactsImg .sub-section .sub-sec-info a {
  color: rgba(19, 98, 168, 1);
  text-decoration: none;
}

#contactsSec .contactsImg .sub-section .sub-sec-info a:hover {
  text-decoration: underline;
}

#contactsSec .contactsImg .sub-section form {
  margin-top: 4rem;
}

#contactsSec .contactsImg .sub-section form div {
  margin-bottom: 1rem;
}

#contactsSec .contactsImg input[type="submit"] {
  color: white;
  background-color: rgba(19, 98, 168, 1);
  border: 2px solid rgba(19, 98, 168, 1);
  padding: 15px 5%;
  border-radius: 13px;
  font-size: 1rem;
  margin-top: 0.5rem;
  transition: all ease-in-out 100ms;
}

#contactsSec .contactsImg input[type="submit"]:hover {
  background-color: rgba(19, 98, 168, 0.2);
  color: black;
  border: 2px solid black;
  cursor: pointer;
}

@keyframes lr-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*SMALLER SCREENS VERSION*/
@media only screen and (max-width: 1350px) {
  .scroll-more,
  #nav-dots {
    display: none;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  #MainApp {
    overflow-x: hidden;
  }

  #MainApp header {
    margin: 0;
    padding: 0;
    height: 100vh;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
  }

  #MainApp header video {
    object-fit: cover;
  }

  #MainApp header h1 img {
    width: 30% !important;
    margin-top: 10%;
  }

  #aboutSec {
    /* height: max-content;*/
    min-height: 150vh;
  }

  #aboutSec div.col {
    margin-left: 4rem !important;
  }

  #aboutSec,
  #aboutSec div.col {
    padding: 0 !important;
  }

  #aboutSec div.col h3,
  #aboutSec div.col div {
    font-size: 50% !important;
    width: 70%;
  }

  #aboutSec div.col .mission {
    font-size: 100% !important;
    width: 70% !important;
  }

  #aboutSec div.col .mission .mission-content {
    width: 100%;
  }

  #aboutSec div.col:has(> .aboutImg) {
    display: block;
    flex: none;
    margin: 0 auto;
  }

  #aboutSec div.col .aboutImg {
    background-size: 40%;
    margin: 0 auto;
    height: 20vh;
  }

  #areasSec {
    height: max-content;
  }

  #areasSec h3 {
    white-space: normal !important;
  }

  #areasSec .col-12 {
    margin: 2% !important;
  }

  #aboutUsSec {
    height: max-content;
    padding-bottom: 5rem;
  }

  #aboutUsSec .about-us-title {
    font-size: 2rem !important;
  }

  #aboutUsSec .about-us-desc {
    width: fit-content;
    margin-left: 2rem;
  }

  #aboutUsSec .gallery-cell .about-us-photo {
    display: none;
  }

  #aboutUsSec .gallery-cell .person-title {
    display: block !important;
    visibility: visible;
    padding-left: 2rem;
  }

  #contactsSec .sub-section {
    width: 150%;
    left: 10%;
  }

  #contactsSec .contactsImg .sub-section .sub-sec-info {
    padding-inline: 1rem;
  }

  .contactsImg {
    height: max-content;
  }
}

@media only screen and (max-width: 768px) {
  .scroll-more,
  #nav-dots {
    display: none;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  #MainApp {
    overflow-x: hidden;
  }

  #MainApp header {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
    top: -182px;
    margin-bottom: -182px;
  }

  #MainApp header h1 img {
    width: 50% !important;
    margin-top: 30%;
  }

  #aboutSec {
    /* height: max-content;*/
    min-height: 150vh;
  }

  #aboutSec div.col {
    margin-left: 4rem !important;
  }

  #aboutSec,
  #aboutSec div.col {
    padding: 0 !important;
  }

  #aboutSec div.col h3,
  #aboutSec div.col div {
    font-size: 50% !important;
    width: 70%;
  }

  #aboutSec div.col .mission {
    font-size: 100% !important;
    width: 70% !important;
  }

  #aboutSec div.col .mission .mission-content {
    width: 100%;
  }

  #aboutSec div.col:has(> .aboutImg) {
    display: block;
    flex: none;
    margin: 0 auto;
  }

  #aboutSec div.col .aboutImg {
    background-size: 40%;
    margin: 0 auto;
    height: 20vh;
  }

  #areasSec {
    height: max-content;
  }

  #areasSec h3 {
    white-space: normal !important;
  }

  #areasSec .col-12 {
    margin: 2% !important;
  }

  #aboutUsSec {
    height: max-content;
    padding-bottom: 5rem;
  }

  #aboutUsSec .about-us-title {
    font-size: 2rem !important;
  }

  #aboutUsSec .about-us-desc {
    width: fit-content;
    margin-left: 2rem;
  }

  #aboutUsSec .gallery-cell .about-us-photo {
    display: none;
  }

  #aboutUsSec .gallery-cell .person-title {
    display: block !important;
    visibility: visible;
    padding-left: 2rem;
  }

  #contactsSec .sub-section {
    width: 150%;
    left: 10%;
  }

  #contactsSec .contactsImg .sub-section .sub-sec-info {
    padding-inline: 1rem;
  }

  .contactsImg {
    height: max-content;
  }
}

@media only screen and (max-height: 2300px) {
  #aboutUsSec .gallery-cell .about-us-photo {
    max-height: 50%;
    width: fit-content;
  }
}
