* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "gotham";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gotham/Gotham-Medium.eot");
  src: url("../fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/gotham/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/gotham/Gotham-Medium.svg#gotham") format("svg"); }

@font-face {
  font-family: "MADE Outer Sans";
  src: url("../fonts/made_outer_sans/regular.otf") format("opentype"); }

@font-face {
  font-family: "Constructio Grotesk";
  src: url("../fonts/constructio_grotesk/regular.otf") format("opentype"), url("../fonts/constructio_grotesk/regular.ttf") format("truetype"); }

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

a:hover {
  color: black;
  text-decoration: none; }

body {
  overflow-x: hidden; }

.custom-container-fluid {
  width: 100%;
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1200px) {
    .custom-container-fluid {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 992px) {
    .custom-container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 768px) {
    .custom-container-fluid {
      padding-left: 10px;
      padding-right: 10px; } }

.bg-gray {
  background: #F7F7F7; }

#navbar-container {
  border-bottom: 2px solid black;
  padding: 40px 0; }

.navbar-link {
  font-family: "MADE Outer Sans";
  font-size: 15px;
  text-transform: uppercase;
  color: #111111 !important; }

.language-picker-active {
  color: #FFF !important;
  background: #ED2692;
  border-radius: 50px; }

.carousel-images {
  width: 100%;
  max-height: -moz-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  -o-object-fit: cover;
  object-fit: cover; }

#home-carousel-indicators {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 2;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-left: 5%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#home-carousel-indicators p {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

#home-carousel-indicators p {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

#home-carousel-indicators button {
  border: none;
  background-color: black;
  width: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 0; }

#home-carousel-indicators button:hover {
  background: #ED2692; }

.home-carousel-indicators-active {
  background: #ED2692 !important; }

#carousel-scroll-down {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  padding: 0; }

#social-media-icons-container {
  position: absolute;
  top: 30%;
  right: 100px;
  z-index: 2;
  padding: 0; }

.white-border {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  --stroke-pos: 1px;
  --stroke-neg: -1px;
  --stroke-color: rgba(255, 255, 255, 1);
  filter: drop-shadow(var(--stroke-pos) 0 0 var(--stroke-color)) drop-shadow(var(--stroke-neg) 0 var(--stroke-color)) drop-shadow(0 var(--stroke-pos) 0 var(--stroke-color)) drop-shadow(0 var(--stroke-neg) 0 var(--stroke-color)) drop-shadow(var(--stroke-pos) var(--stroke-pos) 0 var(--stroke-color)) drop-shadow(var(--stroke-pos) var(--stroke-neg) 0 var(--stroke-color)) drop-shadow(var(--stroke-neg) var(--stroke-pos) 0 var(--stroke-color)) drop-shadow(var(--stroke-neg) var(--stroke-neg) 0 var(--stroke-color)); }

#section-cursos {
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px; }

.section-title {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  color: #000000; }

.section-paragraph {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #000000;
  max-width: 900px;
  text-align: justify; }

.card-tipo-curso {
  background: black;
  border: solid 15px #F7F7F7;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.card-tipo-curso:hover {
  background: #ED2692; }

.tipo-curso-sub-title {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #F7F7F7;
  padding-bottom: 16px; }

.tipo-curso-title {
  font-family: "Constructio Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F7F7F7;
  padding-bottom: 16px; }

.tipo-curso-desc {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #F7F7F7;
  width: 90%; }

#section-unidades {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px; }

.unidade-sub-title {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #F7F7F7; }

.card-unidade-header {
  position: relative; }

.card-unidade-bottom {
  background: #111111;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.card-unidade-bottom:hover {
  background: #ED2692; }

.unidade-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  aspect-ratio: 1 / 1;
  background: #F7F7F7;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.unidade-logo img {
  position: absolute;
  width: 100%; }

.footer-title {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #111111; }

.footer-link {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: #111111;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.footer-link:hover {
  font-size: 15.7px;
  text-decoration: underline; }

.footer-section {
  background: #F7F7F7; }

.end-footer-text {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #111111;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

a.end-footer-text:hover {
  font-size: 15.5px;
  text-decoration: underline; }

.footer-contato {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #111111; }

#contato-link {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #111111; }

#input-newsletter {
  border: none;
  border-bottom: solid 2px #111111;
  background: #F7F7F7;
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: rgba(17, 17, 17, 0.5);
  padding: 5px 0; }

#input-newsletter:focus {
  outline: none; }

#wtf-peres-secondary-text {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #111111; }

#wtf-peres-primary-text {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: #111111; }

#wtf-peres-paragraph {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #111111; }

#link-saiba-mais {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s; }

#link-saiba-mais:hover {
  font-size: 24px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 80px; }
  @media (min-width: 992px) {
    .embed-container {
      margin-top: 0; } }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn-play {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  color: black;
  opacity: 1;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn-play:hover {
    opacity: 1; }

.opacity-0 {
  opacity: 0; }

.opacity-0-5 {
  opacity: 0.5; }

@media (max-width: 768px) {
  .carousel-inner-text .carousel-item > div {
    display: none; }
  .carousel-inner-text .carousel-item > div:first-child {
    display: block; } }

.carousel-inner-text .carousel-item.active,
.carousel-inner-text .carousel-item-next,
.carousel-inner-text .carousel-item-prev {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner-text .carousel-item-end.active,
  .carousel-inner-text .carousel-item-next {
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%); }
  .carousel-inner-text .carousel-item-start.active,
  .carousel-inner-text .carousel-item-prev {
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

.carousel-inner-text .carousel-item-end,
.carousel-inner-text .carousel-item-start {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.carousel-number {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  color: #111111; }

.carousel-text {
  font-family: "MADE Outer Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #111111; }

#carousel-wtf-prev-btn {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 2px solid #111111;
  color: #111111; }

#carousel-wtf-next-btn {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 2px solid #111111;
  color: #111111; }

#btn-submit-newsletter {
  border: none;
  background: #F7F7F7; }

#btn-submit-newsletter img {
  height: 70px; }

#btn-submit-newsletter:hover img {
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 75px; }

#banner-scroll-down {
  position: absolute;
  bottom: 30px;
  z-index: 0;
  padding: 0; }

.header-title {
  font-family: 'Constructio Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 110px;
  line-height: 95%;
  letter-spacing: 0.05em;
  color: #111111; }
  @media (max-width: 992px) {
    .header-title {
      font-size: 60px; } }

.header-container {
  position: relative;
  min-height: -moz-calc(100vh - 123px);
  min-height: calc(100vh - 123px); }
  @media (max-width: 1360px) {
    .header-container {
      min-height: -moz-calc(100vh - 144px);
      min-height: calc(100vh - 144px); } }
  @media (max-width: 992px) {
    .header-container {
      min-height: unset;
      max-height: unset; } }

.header-image {
  width: 100%;
  max-height: -moz-calc(100vh - 123px);
  max-height: calc(100vh - 123px); }
  @media (max-width: 1360px) {
    .header-image {
      min-height: -moz-calc(100vh - 144px);
      min-height: calc(100vh - 144px);
      max-height: -moz-calc(100vh - 144px);
      max-height: calc(100vh - 144px); } }
  @media (max-width: 992px) {
    .header-image {
      min-height: 450px;
      max-height: 450px; } }

.margin-banner-left {
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 1520px) {
    .margin-banner-left {
      padding-left: -moz-calc((100vw - 1520px)/2);
      padding-left: calc((100vw - 1520px)/2); } }
  @media (max-width: 768px) {
    .margin-banner-left {
      padding-left: 10px;
      padding-right: 10px; } }

.header-paragraph {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #111111;
  width: 90%; }

.header-link {
  font-family: 'MADE Outer Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #111111;
  border-bottom: solid 2px #111111;
  padding: 8px 0; }

#bg-section-clientes {
  background: #111111; }

.carousel-clientes-btn {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  color: white; }

.carousel-clientes-btn:hover {
  color: white; }

#bg-section-contato {
  background: #F7F7F7; }

#contato-primary-text {
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: #111111; }

#contato-paragraph {
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #111111; }

.custom-contato-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #111111;
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 0; }

.perestroika-btn {
  background: #000000;
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  padding: 12px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200px;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.perestroika-btn:hover {
  color: #FFFFFF;
  font-size: 15.5px;
  background: #ed2692; }

.perestroika-reverse-btn {
  background: #ed2692;
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  padding: 12px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.perestroika-reverse-btn:hover {
  font-size: 15px;
  color: #FFFFFF;
  background: #000000;
  border: #FFFFFF 2px solid;
  cursor: pointer; }

#text-peresgram {
  font-family: 'Constructio Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }

#link-segue-la {
  font-family: 'MADE Outer Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000; }

#navbar-dark-container {
  border-bottom: 2px solid white;
  padding: 40px 0; }

.navbar-dark-link {
  font-family: "MADE Outer Sans";
  font-size: 15px;
  text-transform: uppercase;
  color: white !important; }

.dropdown-dark-item:hover {
  background-color: #222222; }

.dropdown-item:hover {
  background-color: #e9ecef; }

.footer-dark-title {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: white; }

.footer-dark-link {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: white;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.footer-dark-link:hover {
  font-size: 15.7px;
  text-decoration: underline;
  color: white !important; }

.footer-dark-contato {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: white; }

#contato-dark-link {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: white; }

.end-footer-dark-text {
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: white;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

a.end-footer-dark-text:hover {
  font-size: 15.5px;
  text-decoration: underline;
  color: white;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

#input-newsletter-dark {
  border: none;
  border-bottom: solid 2px white;
  background: #111111;
  font-family: "MADE Outer Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: white;
  padding: 5px 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(../img/mirlogo.png);
  background-repeat: no-repeat;
  background-position: center center; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
