@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  background: #1d2d3b;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}

@keyframes cartWheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper {
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.wrapper .header {
  background-color: #fff;
}
.wrapper .header .container-fluid {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  width: 80%;
  margin: 0 auto;
}
.wrapper .header .container-fluid a {
  text-decoration: none;
  width: 200px;
  height: 100px;
}
.wrapper .header .container-fluid a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapper .header .container-fluid a:last-child {
  width: 400px;
  margin-left: 20px;
}
.wrapper nav {
  background-color: #27c04e !important;
}
.wrapper nav li a {
  text-transform: uppercase;
  color: #000 !important;
}
.wrapper .banner {
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.wrapper .banner .content {
  width: 90%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .banner .content .left {
  flex-basis: 60%;
}
.wrapper .banner .content .left h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.wrapper .banner .content .left h3, .wrapper .banner .content .left h4 {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.wrapper .banner .content .left h5 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
.wrapper .banner .content .left .actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.wrapper .banner .content .left .actions a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
.wrapper .banner .content .left .actions a.register {
  background: #27c04e;
  margin-right: 10px;
  color: #fff;
}
.wrapper .banner .content .left .actions a.download {
  background-color: #950f3a;
  color: #fff;
}
.wrapper .banner .content .right {
  flex-basis: 40%;
}
.wrapper .main {
  margin-left: auto;
  margin-right: auto;
}
.wrapper .main section .container-fluid {
  width: 80%;
}
.wrapper .main section .title {
  position: relative;
  z-index: 10;
}
.wrapper .main section .title h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.wrapper .main section.about {
  position: relative;
  background: #1a1a1a;
  padding: 20px;
}
.wrapper .main section.about h3 {
  color: #fff;
}
.wrapper .main section.about p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}
.wrapper .main section.economic-scenario {
  padding: 20px;
}
.wrapper .main section.economic-scenario p {
  color: #000;
  text-align: justify;
  font-size: 16px;
}
.wrapper .main section.economic-scenario img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.wrapper .main section.opportunity {
  background: #27c04e;
  padding: 30px 0;
}
.wrapper .main section.opportunity h3 {
  color: #fff;
}
.wrapper .main section.opportunity p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
}
.wrapper .main section.products {
  position: relative;
  padding: 20px;
}
.wrapper .main section.products .custom-title {
  margin-bottom: 30px;
}
.wrapper .main section.products .custom-title h3 {
  font-size: 60px;
  color: #950f3a;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.wrapper .main section.products .row {
  justify-content: space-between;
  margin: 20px 0;
}
.wrapper .main section.products .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
  padding: 20px 0;
}
.wrapper .main section.products .row .col img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.wrapper .main section.products .row .col p {
  color: #000;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  width: 70%;
}
.wrapper .main section.venue .col-left {
  padding: 30px;
  background: #27c04e;
}
.wrapper .main section.venue .col-left h1 {
  font-weight: 900;
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
}
.wrapper .main section.venue .col-left h4 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
}
.wrapper .main section.venue .col-right {
  padding: 30px;
  background: #950f3a;
}
.wrapper .main section.venue .col-right h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
.wrapper .main section.venue .col-right h4 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
.wrapper .main section.participation {
  padding: 20px;
}
.wrapper .main section.participation .title h3 {
  color: #000;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
}
.wrapper .main section.participation .title h4 {
  font-size: 40px;
  color: #000;
}
.wrapper .main section.participation .para {
  margin-top: 30px;
}
.wrapper .main section.participation .para h4 {
  font-weight: 400;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
}
.wrapper .main section.participation .para ul {
  margin-left: 30px;
}
.wrapper .main section.participation .para ul li {
  font-size: 20px;
  color: #000;
}
.wrapper .main section.participation .para .custom-note {
  background: #950f3a;
  padding: 20px;
  border-radius: 5px;
}
.wrapper .main section.participation .para .custom-note h3 {
  font-weight: 700;
  color: #fff;
}
.wrapper .main section.participation .para .custom-note ul {
  margin-left: 30px;
}
.wrapper .main section.participation .para .custom-note ul li {
  font-size: 20px;
  color: #fff;
}
.wrapper .main section.note {
  background: #27c04e;
  padding: 30px;
}
.wrapper .main section.note p {
  color: #000;
}
.wrapper .main section.payment {
  padding: 20px;
  background-color: #950f3a;
}
.wrapper .main section.payment h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 50px;
}
.wrapper .main section.payment h3.booth {
  color: #C5D6BC;
}
.wrapper .main section.payment p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
.wrapper .main section.payment p.booth img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.wrapper .main section.payment h4 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
.wrapper .main section.payment h4:nth-child(3) {
  font-size: 30px;
}
.wrapper .main section.payment .col {
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}
.wrapper .main section.payment .custom-note {
  background: #27c04e;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.wrapper .main section.payment .custom-note h3 {
  font-weight: 700;
  color: #000;
  font-size: 30px;
}
.wrapper .main section.payment .custom-note p {
  font-size: 16px;
  color: #000;
}
.wrapper .main section.interested {
  background: #27c04e;
  padding: 30px 0;
}
.wrapper .main section.interested h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
}
.wrapper .main section.interested a {
  background: #000;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
}
.wrapper .main section.interested p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.wrapper .main section.criteria {
  padding: 20px;
}
.wrapper .main section.criteria .title h3 {
  font-size: 30px;
  color: #000;
}
.wrapper .main section.criteria p {
  color: #000;
  text-align: justify;
  font-size: 18px;
}
.wrapper .main section.criteria .custom-note {
  background: #950f3a;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.wrapper .main section.criteria .custom-note h3 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
}
.wrapper .main section.criteria .custom-note p {
  font-size: 16px;
  color: #fff;
}
.wrapper .main section.contact p {
  color: #000;
  text-align: justify;
  font-size: 18px;
}
.wrapper .main section.contact h3 {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
}
.wrapper .main section.contact h3, .wrapper .main section.contact h4 {
  color: #000;
  text-align: justify;
}
.wrapper .main section.contact .title {
  position: relative;
  z-index: 10;
}
.wrapper .main section.contact .title h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
.wrapper .footer {
  background: #C5D6BC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.wrapper .footer p {
  color: #224D46;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

#social-media-control {
  background: #264962;
  position: fixed;
  top: 30%;
  left: 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  color: #fff;
  z-index: 997;
  cursor: pointer;
  padding: 10px;
}

#social-media-control a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}