@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-size: 32px 32px;
  background-image: linear-gradient(to top, rgba(201, 34, 34, 0.356) 1px, transparent 2px), linear-gradient(to right, rgba(201, 34, 34, 0.356) 1px, transparent 2px);
}

footer {
  color: rgb(255, 255, 255);
  padding: 15px;
  background-color: #050505;
  margin-top: 20px;
  border-top: solid white 2px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
}
footer .container span strong {
  font-weight: bolder;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
}
footer .social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 15px;
}
footer .social li a {
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
footer .social li a:hover {
  background-color: rgb(190, 190, 190);
}
footer .social img {
  width: 30px;
  text-align: center;
}
footer .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .logo-wrapper p {
  align-self: center;
  color: rgb(207, 207, 207);
  font-weight: 500;
  font-size: 18px;
}
footer #footer-logo {
  padding: 20px;
  height: 120px;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.3843137255));
}
footer .contact-wrapper {
  display: flex;
  flex-direction: column;
}
footer .contact-wrapper h1 {
  font-size: 20px;
  margin-top: 20px;
}
footer .contact-wrapper h1 strong {
  border-bottom: solid 2px;
}
footer .contact-wrapper .contact-body {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
footer .contact-wrapper .map {
  max-height: 25px;
}
footer .contact-wrapper #contact-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: solid rgba(221, 221, 221, 0.438) 2px;
  padding-bottom: 5px;
}
footer .contact-wrapper #contact-number img {
  margin: 0 9px 0 0;
  max-height: 25px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
footer .contact-wrapper #contact-number span {
  width: 200px;
}
footer .contact-wrapper #contact-address {
  display: flex;
  border-bottom: solid rgba(221, 221, 221, 0.438) 2px;
  padding-bottom: 5px;
}
footer .contact-wrapper #contact-address img {
  margin: 0;
  margin-right: 9px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}

@media screen and (min-width: 800px) {
  footer {
    color: rgb(255, 255, 255);
    padding: 15px;
    background-color: #050505;
    margin-top: 20px;
  }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 20px;
  }
  footer .container span strong {
    font-weight: bolder;
  }
  footer .footer-contact {
    display: flex;
    flex-direction: column;
  }
  footer .logo-wrapper {
    flex-direction: column;
  }
  footer #footer-logo {
    margin-left: 10%;
    margin-right: 10%;
    max-height: 120px;
    filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.3843137255));
  }
  footer .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  footer .contact-wrapper h1 {
    font-size: 20px;
    margin-top: 20px;
  }
  footer .contact-wrapper .contact-body {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  footer .contact-wrapper .map {
    max-height: 25px;
  }
  footer .contact-wrapper #contact-number {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  footer .contact-wrapper #contact-number img {
    margin: 0 9px 0 0;
    max-height: 25px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
  }
  footer .contact-wrapper #contact-number span {
    width: 200px;
  }
  footer .contact-wrapper #contact-address {
    display: flex;
  }
  footer .contact-wrapper #contact-address img {
    margin: 0;
    margin-right: 9px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
  }
}
header {
  display: flex;
  position: sticky;
  flex-direction: column;
  top: 0;
  border-bottom: solid 2px;
  border-color: rgb(233, 232, 232);
  background-color: rgba(0, 0, 0, 0.548);
  backdrop-filter: blur(4px);
  z-index: 100;
}
header ul {
  display: none;
  flex-direction: column;
  align-content: space-between;
  position: absolute;
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
  inset: 20px 20px 20px 20px;
  padding-top: 45px;
}
header ul li a {
  display: block !important;
  padding: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
header ul li a:hover {
  color: rgb(194, 47, 47);
}
header .budget {
  background-color: rgb(179, 28, 28);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  transition: outline 0.1s;
}
header .budget a {
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in-out;
  text-align: center;
}
header .budget a:hover {
  color: rgb(243, 243, 243);
}
header .budget:hover {
  background-color: rgb(211, 19, 19);
  outline: solid white;
}
header .header-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .header-div a {
  display: flex;
  transition: font-size 0.2s;
}
header .header-div a #logo {
  max-height: 55px;
  margin-right: 8px;
  margin-left: 15px;
  padding: 10px 5px 10px 5px;
}
header .header-div .hamburger-menu {
  align-self: center;
  margin-right: 38px;
  z-index: 999;
}
header .header-div .hamburger-menu .checkbox {
  display: none;
}
header .header-div .hamburger-menu #hamburger-menu-button {
  background: none;
  text-decoration: none;
  outline: 0;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
header .header-div .hamburger-menu #hamburger-menu-button:focus {
  outline: 0;
}
header .header-div .hamburger-menu .hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  cursor: pointer;
  width: 39px;
  height: 31px;
  z-index: 153;
}
header .header-div .hamburger-menu .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  background-color: white;
  border-radius: 25px;
}
header.scrolled #logo {
  max-height: 40px !important;
}
header.scrolled a {
  font-size: 15px;
}
header.scrolled strong {
  font-size: 14px;
}
header .year-award-parent {
  display: flex;
  justify-content: center;
  background-color: rgb(209, 25, 25);
}
header .year-award-parent #year-award {
  position: relative;
  color: rgb(236, 232, 232);
  border-radius: 10px;
  padding: 6px;
  text-decoration: none;
}
header .year-award-parent #year-award .star-icon {
  max-height: 18px;
  position: absolute;
  margin-top: -10px;
  animation: rotating 5s linear infinite;
}

header {
  z-index: 999;
}
header .navigation {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  height: 0;
  z-index: 999;
  background-color: rgba(34, 33, 33, 0.568);
}
header .line-1 {
  transform-origin: 0% 0%;
  transition: transform 0.2s;
}
header .line-2 {
  transition: transform 0.2s;
}
header .line-3 {
  transform-origin: 0% 100%;
  transition: transform 0.2s;
}
header .button-advertise {
  background-color: rgb(179, 28, 28);
  border-radius: 10px;
  padding: 0;
  margin-right: 15px;
  margin-top: 10px;
  transition: outline 0.1s;
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: auto;
}
header .button-advertise a {
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in-out;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
header .button-advertise a:hover {
  color: rgb(243, 243, 243);
}
header.active .navigation {
  visibility: visible;
  opacity: 1;
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 999;
  background-color: rgba(34, 33, 33, 0.568);
}
header.active .line-1 {
  transform: rotate(45deg);
}
header.active .line-2 {
  transform: scale(0);
}
header.active .line-3 {
  transform: rotate(-45deg);
}
header.active ul {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  position: absolute;
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
  inset: 20px 20px 20px 20px;
  padding-top: 45px;
}
header.active ul li a {
  display: block !important;
  padding: 15px 15px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 19px;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  header .header-div {
    align-items: center;
  }
  header .navigation {
    background: none;
    display: block;
    visibility: visible;
    position: unset;
    opacity: 1;
    inset: unset;
    height: 100%;
    margin-right: 20px;
  }
  header ul {
    background: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    inset: unset;
    border-radius: 0;
    position: relative;
  }
  header ul li a {
    font-size: 16px;
  }
  .button-advertise {
    display: none !important;
  }
  .hamburger-menu {
    display: none;
  }
  .year-choosed {
    display: none;
  }
}
body, html {
  width: 100%;
}
body strong, html strong {
  font-weight: bold;
  transition: font-size 0.3s;
}
body a, html a {
  color: white;
}

body {
  background-color: #020202;
  font: 100% "Raleway", Arial, Helvetica, sans-serif;
}
body .main {
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.carousel-slide-container {
  display: flex;
  padding: 20px;
}

.carousel-slide-container-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgb(199, 18, 18);
  border-radius: 10px;
  overflow: hidden;
}
.carousel-slide-container-wrapper video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  align-self: center;
  margin-bottom: 522px;
}

.left-carousel {
  padding: 15px;
  margin-top: 13px;
}
.left-carousel p {
  text-align: left;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.right-carousel {
  display: flex;
  align-self: center;
  max-width: 400px;
  padding: 10px;
}

.button-advertise-main {
  background-color: rgb(124, 18, 18);
  border-radius: 50px;
  padding: 0;
  margin-right: 15px;
  transition: outline 0.1s;
  width: 170px;
  display: flex;
  align-items: center;
  align-self: center;
}
.button-advertise-main a {
  color: rgb(255, 255, 255);
  transition: color 0.2s ease-in-out;
  padding: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.button-advertise-main a:hover {
  color: rgb(243, 243, 243);
}

.about-us {
  margin-top: 25px;
  padding: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
}
.about-us div {
  background: rgb(199, 18, 18);
  border-radius: 15px;
  padding: 20px;
}
.about-us h1 {
  font-size: 24px;
}
.about-us h1 strong {
  border-bottom: solid 3px;
}
.about-us p {
  color: rgb(231, 229, 229);
  font-size: 18px;
}

@media screen and (min-width: 800px) {
  .carousel-slide-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-slide-container-wrapper {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 90%;
    background: rgb(199, 18, 18);
    border-radius: 10px;
  }
  .carousel-slide-container-wrapper video {
    height: auto;
    min-width: 500px;
    max-width: 600px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 5px;
  }
  .left-carousel {
    margin-left: 20px;
  }
  .left-carousel p {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .right-carousel {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex: 1;
    align-self: flex-start;
    max-width: 500px;
    min-width: 350px;
    padding: 0;
  }
  .button-advertise-main {
    background-color: rgb(124, 18, 18);
    border-radius: 50px;
    padding: 0;
    margin-right: 15px;
    transition: outline 0.1s;
    width: 200px;
    display: flex;
    align-items: center;
    align-self: center;
  }
  .button-advertise-main a {
    color: rgb(255, 255, 255);
    transition: color 0.2s ease-in-out;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    text-align: center;
  }
  .button-advertise-main a:hover {
    color: rgb(243, 243, 243);
  }
  .about-us {
    margin-top: 25px;
    margin-bottom: 20px;
    margin: 0 auto;
    padding: 20px;
  }
  .about-us div {
    background: rgb(199, 18, 18);
    border-radius: 15px;
    margin: 0 auto;
    width: 77%;
  }
  .about-us h1 {
    font-size: 24px;
  }
  .about-us h1 strong {
    border-bottom: solid 3px;
  }
  .about-us p {
    color: rgb(231, 229, 229);
    font-size: 18px;
  }
}
.section-main {
  margin-top: 25px;
  margin-bottom: 20px;
  margin: 0 auto;
  padding: 20px;
}
.section-main div {
  background: rgb(199, 18, 18);
  border-radius: 15px;
  margin: 0 auto;
  width: 77%;
}
.section-main h1 {
  font-size: 24px;
}
.section-main h1 strong {
  border-bottom: solid 3px;
}
.section-main p {
  color: rgb(231, 229, 229);
  font-size: 18px;
}

.em-construcao {
  padding: 20px;
}

#big-title {
  font-size: 28px;
  text-align: center;
  margin-top: 13px;
}

.text-center {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
