* {
  margin: 0;
  padding: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 700;
}

.logotype-header {
  width: 80%;
  margin: auto;
  right: 0;
  left: 0;
}
@media (min-width: 740px) {
  .logotype-header {
    width: 60vw;
  }
}

#whatsapp-icon {
  position: fixed;
  right: 1em;
  bottom: 2.5em;
  width: 3.4em;
  cursor: pointer;
  z-index: 1000;
}

.slideshow {
  position: relative;
  padding-bottom: 3em;
}

.slide {
  width: 100%;
  height: 100vh;
  animation: opacity 0.8s ease-in-out;
}
.slide img,
.slide video {
  filter: brightness(90%);
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  .slide img,
  .slide video {
    object-fit: scale-down;
  }
}

.leftButton,
.rightButton {
  position: absolute;
  top: 45vh;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 4em;
  color: #ccc;
  z-index: 1000;
}

.rightButton {
  right: 0;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  color: #fff;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100vw;
  margin-top: 2em;
  background-color: #1b1b1b;
}
footer .footerContent {
  padding: 1em;
}
footer h1 {
  font-size: large;
  padding: 0.5em 0;
}
footer .footerSection {
  padding: 1em 0;
}
footer .copy {
  background-color: #343434;
  font-weight: 100;
  font-size: small;
  text-align: center;
  padding: 1em 0.1em;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li {
  padding: 0.1em 0;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footerContent {
    padding: 0.5em;
  }
  footer h1 {
    font-size: 1.1em;
  }
  footer .footerSection {
    padding: 0.5em 0;
  }
  footer .copy {
    font-size: 0.9em;
    padding: 0.7em 0.1em;
  }
}
@media (max-width: 480px) {
  footer .footerContent {
    padding: 0.2em;
  }
  footer h1 {
    font-size: 1em;
  }
  footer .footerSection {
    padding: 0.3em 0;
  }
  footer .copy {
    font-size: 0.8em;
    padding: 0.5em 0.1em;
  }
}

.info,
.infoLeft,
.infoRight {
  display: flex;
  flex-direction: column;
}
.info p,
.info ul,
.infoLeft p,
.infoLeft ul,
.infoRight p,
.infoRight ul {
  margin: 0 0.5em;
}
.info h1,
.infoLeft h1,
.infoRight h1 {
  margin: 0.3em;
}
.info img,
.infoLeft img,
.infoRight img {
  width: 100%;
  margin: 3em 0;
}
.info ul,
.infoLeft ul,
.infoRight ul {
  list-style: none;
  padding: 0;
}
.info ul em,
.infoLeft ul em,
.infoRight ul em {
  font-style: normal;
  color: #fffeb0;
}
.info ul li,
.infoLeft ul li,
.infoRight ul li {
  margin: 0.8em auto;
}
@media (min-width: 740px) {
  .info,
  .infoLeft,
  .infoRight {
    font-size: larger;
  }
  .info img,
  .infoLeft img,
  .infoRight img {
    border-radius: 60px 0 60px 0;
    margin: 2em auto;
    width: 80%;
  }
}
@media (min-width: 900px) {
  .info,
  .infoLeft,
  .infoRight {
    margin: 2svw;
    font-size: larger;
    text-align: center;
    font-size: xx-large;
  }
  .info img,
  .infoLeft img,
  .infoRight img {
    border-radius: 60px 0 60px 0;
    margin: 2em auto;
    width: 50svw;
  }
}

.infoLeft {
  text-align: left;
}

.infoRight {
  text-align: right;
}

hr {
  margin: 1em auto;
  width: 80%;
}

.infoSpecialParagraph {
  margin: 0.8em;
  font-weight: 200;
  text-align: center;
}
.infoSpecialParagraph b {
  font-weight: 500;
}
@media (min-width: 900px) {
  .infoSpecialParagraph {
    font-size: larger;
  }
}

body {
  background-color: #183a54;
  color: #fff;
}

header {
  width: 100svw;
  position: relative;
}

.logotype-header {
  position: absolute;
  z-index: 1000;
  max-width: 100%;
}

.specialLinkContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.specialLink {
  color: #fff;
  font-weight: 300;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.specialLink:hover {
  padding: 1em;
  color: #aaa;
}

.info img {
  box-shadow: #317ecb 0 0 3em;
}/*# sourceMappingURL=index.css.map */