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

.header .logo-icon {
  height: 60px;
}

.benefits-list li .svg-inline--fa {
  color: #098dcf;
}

.tickets-section .figure img {
  border: 10px solid #fff;
  max-width: 100%;
}

.tickets-section .figure.figure-2 {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: 2;
}

.tickets-section .figure.figure-1 {
  -webkit-transform: rotate(358deg);
  transform: rotate(358deg);
  z-index: 3;
  margin-top: -2rem;
}

.schedule-tab-content .item {
  margin-bottom: 4rem;
}

.venue-section {
  overflow: visible;
}

.venue-section .figure img {
  border: 10px solid #fff;
  max-width: 80%;
}
#sponsors-section .logos{
  align-items: center;
}

/*  Contact Area  ==================================================*/ 
#inscription {
  text-align:center;
}
#inscription .input-lg,#inscription .btn-lg {
  padding:20px 25px;
  height:65px;
}
#inscription label {
  text-transform:uppercase;
  font-weight:300;
   letter-spacing:3px;
   font-size:13px;
}
#inscription input,#inscription select,#inscription textarea {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  width:100%;
  border:0px;
  color:#333;
  background-color:#fff;
  border:1px solid #098dcf;
}
#inscription input,#inscription select {
  height:40px;
  margin-bottom:10px;
}
#inscription input#submit {
  width:auto;
  margin-top:20px;
  background-color:#098dcf;
  border:0;
  color:#fff;
  padding:0px 20px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:14px;
}
#inscription textarea {
  height:180px;
}
.required {
  color:#fff;
}
#success,#error {
  display:none
}
#success span,#erro span {
  display:block;
  position:absolute;
  top:0;
  width:100%
}
#success span p,#error span p {
  margin-top:6em
}
#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}
.error.contactalert {
  text-transform:none;
  font-style:italic;
  display:inline-block;
}
.modal-checkout .modal-header {
  padding: 0;
}
.modal-checkout .modal-header .btn-close:hover {
  background: #098dcf;
  color: #fff;
}
.modal-checkout .modal-header .btn-close {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 300;
  position: absolute;
  text-shadow: none;
  color: #fff;
  background: #098dcf;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0;
  line-height: 1;
}
.modal-checkout .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto;
}

@media (max-width: 990px){
  .header{
    background: #141c25;
  }
  .header .logo-icon {
    height: 45px;
  }
}

@media (max-width: 368px){
  .header .logo-icon {
    height: 40px;
  }
}