 :root{
  --color-1: #753bd9;
  --color-2: #D93BD3;
  --color-3: #A283D9;
  --color-4: #3BD9B2;
  --color-4: #D9613B;
  --color-5: #3B66D9;
  --color-6: #413BD9;
 }
 
 .bg-1{
  background-color: var(--color-1);
 }

 .bg-2{
  background-color: var(--color-2);
 }

 .bg-3{
  background-color: var(--color-3);
 }

 /*Main*/
 *, html, body{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Noto Sans', sans-serif;
 }

html, body{
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   background-color: #fff;
   overflow-x: hidden;
   overflow-y: auto;
 }

 nav{
   position: sticky;
   top:0;
   background-color: #A283D9;
   box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
   display: flex;
   align-items: center;
   justify-content: flex-start;
   width: 100%;
   height: 80px;
   z-index: 500;
 }

 nav .header-logo{
   display: flex;
   align-items: center;
   justify-content: center;
 }

 nav .header-logo img{
   display: block;
   width: 80%;
 }

nav .menu-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-bottom: 2px  solid  #A283D9;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.25s ease-in-out;
 }

 nav .menu-btn:hover{
   background-color: rgba(255,255,255,0.7);
   border-bottom: 2px solid #5b5b5b;
   color: #5b5b5b;
   text-shadow: 0 0 5px rgba(0,0,0,0.3);
   transition: all 0.25s ease-in-out;
 }

nav .menu-btn span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

 .burger-menu{
   display: none;
 }

 .btn-close2{
   display: none !important;
 }

 .banner-container{
   position: relative;
   box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
   width: 100vw;
   height: calc(100vw * 0.3);
   background-color: #ccc;
   z-index: 1;
 }

 .banner-container-md{
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
   width: 100vw;
   height: calc(100vw * 0.15);
   background-color: #ccc;
   z-index: 1;
   overflow: hidden;
 }

 .banner-container-md img{
   display: block;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
 }

.banner-container-md div{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  width: 350px;
  height: 120px;
  position: relative;
  z-index: 2;
}

.banner-container-md div span{
  display: block;
  color: #5a5a5a;
  font-size: 25px;
  font-weight: 700;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

 .splide__slide img{
   width: 100%;
   height: auto;
 }

 .splide__progress__bar {
  height: 3px;
  background: #283d91;
}

 .content{
   display: block;
   width: 100%;
 }

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

 .footer{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 200px;
   background-color: #5b5b5b;
 }

 .social-networks{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 300px;
   font-size: 60px;
   color: #fff;
 }

 .social-networks a{
   display: block;
   color: #fff;
   text-decoration: none;
 }

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

 .copyright a{
   display: block;
   font-family: 'Noto Sans', sans-serif;
   text-decoration: none;
   color: #fff;
   font-size: 14px;
 }

 /*Register*/
 #frmExpositor textarea{
  height: 300px;
 }

 /*Elements*/
.form-floating-group input,
.form-floating-group select
 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.map-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.panzoom{
  width: 400px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.gallery{
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px auto 20px auto;
}

.gallery a {
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
}

.gallery-frame{
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.gallery-image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 150px;
}

.gallery-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.gallery-body{
  width: 250px;
  height: 60px;
  padding: 7px;
  font-size: 14px;
  text-transform: capitalize;
}

.btn-frm{
  background-color: transparent !important;
  border: 0 !important;
  display: block !important;
  width: 200px !important;
}

.btn-frm img{
  display: block;
  width: 100%;
}

.text-justify{
  text-align: justify !important;
}

.hide{
  display: none;
}

.show{
  display: block;
}

@media only screen and (max-width: 1023px) {

  nav{
    position: absolute;
    display: none;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 500;
  }

  nav .header-logo{
    display: none;
  }

 nav .menu-btn{
   display: flex;
   align-items: center;
   justify-content: center;
   border-bottom: 1px  solid  rgba(255,255,255,1);
   color: #fff;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 18px;
   font-weight: 700;
   height: 50px;
   width: 100%;
   text-decoration: none;
   text-transform: uppercase;
   text-shadow: 0 0 5px rgba(0,0,0,0.8);
   transition: all 0.25s ease-in-out;
  }

  .btn-close2{
    display: flex !important;
  }

  .burger-menu{
    position: sticky;
    top:0;
    background-color: #f98d66;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    z-index: 400;
  }

  .burger-menu .header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
  }

  .burger-menu .header-logo img{
    display: block;
    width: 90%;
  }

  .burger-menu .btn-burger-menu{
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
  }

  .hideMenu{
    display: none;
  }

  .showMenu{
    display: block;
  }

}