body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h3,
h5 {
  font-weight: 500;
}

h1 {
  font-size: 40px;
  letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
  letter-spacing: 1px;
  padding-top: 10px;
}

p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

/*---------------------------------------
    Empresa               
-----------------------------------------*/

#overview {
  padding-top: 20rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  color: #000000;
}

#overview {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #000000;
}

.overview-title {
  color: #d62f36;
}


.overview-subtitle {
  color: #d62f36;
}

#overview p {
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #000000;
}

.overview-list {
  padding-left: 1.2rem;
  margin-bottom: 24px;
}

.overview-list li {
  margin-bottom: 10px;
  list-style-type: disc;
  color: #000000;
}

.overview-mvv h4 {
  margin-top: 20px;
  color: #fe0202;
  text-transform: uppercase;
  font-weight: 600;
}

.overview-mvv p {
  margin-bottom: 12px;
}

#overview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  #overview {
    text-align: center;
  }

  .overview-text {
    margin-bottom: 32px;
  }

  .overview-mvv h4 {
    margin-top: 24px;
  }
}


/*---------------------------------------
    General               
-----------------------------------------*/

#servico,
#video,
#program,
#sponsors,
#contact,
footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#servico,
#sponsors,
footer {
  text-align: center;
}

#servico h3,
#video h3,
#register h3,
#venue h3,
#contact h3 {
  padding-bottom: 12px;
}

#contact .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#contact .btn-danger {
  background: #fe0202;
  border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#contact .btn-danger:hover {
  background: #343434;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #fe0202;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/

.custom-navbar {
  margin-bottom: 0;
  background-color: #343434;
}

.custom-navbar {
  color: #000000;
  font-weight: 600;
  font-size: 3rem;
  line-height: 40px;
}

.custom-navbar .nav li a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #d62f36;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  color: #d62f36;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    padding: 20px 0;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #343434;
    padding: 0;
  }

}


/*---------------------------------------
    Servicos section              
-----------------------------------------*/
#servico {
  background: #343434;
  color: #ffffff;
}

.service-section-title {
  text-align: center;
  margin-bottom: 2rem;
}

#servico h1 {
  color: #ffffff;
}

#servico p {
  color: #ffffff;
  margin-bottom: 6rem;
}

#servico .fa {
  color: #fe0202;
  font-size: 48px;
}

.row-space {
  padding: 3rem;
}

/* Card de Serviço */
.service-card {
  background-color: rgba(255, 255, 255, 0.05);
  /* fundo bem transparente */
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
}

.service-card i {
  font-size: 36px;
  color: #fe0202;
  margin-bottom: 12px;
  display: block;
}

.service-card h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 600;
}

.service-card p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
}


/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Products section              
-----------------------------------------*/
#products {
  background: #ffffff;
  padding: 60px 0;
}

.products-section-title {
  text-align: center;
  margin-bottom: 2rem;
}

#products h1 {
  color: #000000;
}


#products p {
  color: #000000;
  margin-bottom: 6rem;
}

#products h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

#products h6 {
  color: #000000;
  font-size: 14px;
  line-height: 1.5em;
  min-height: 80px;
  margin-top: 10px;
  white-space: normal;
  word-wrap: break-word;
}

#products .owl-carousel .owl-item {
  padding: 15px 15px;
  /* Espaçamento lateral entre os cards */
}

#products .owl-carousel .owl-stage {
  margin-left: -15px;
  margin-right: -15px;
}

#products .products-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
}

#products .products-thumb {
  padding: 10px 10px 0;
}

#products img {
  width: auto;
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 15px;
  display: block;
}


/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
.sponsor-section-title h2 {
  color: #ffffff;
}

.sponsor-section-title p {
  color: #ffffff;
  padding-bottom: 12rem;
}

#sponsors {
  background-color: #343434;
}


#sponsors img {
  padding: 1rem;
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact p {
  color: #000;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #fe0202;
}

.send-btn{
  font-weight: 600;
}


/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
  background-color: #343434;
}


/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #fe0202;
  color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  color: #ffffff;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}

.social-icon li a:hover {
  background: #fe0202;
  color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {
    font-size: 13px;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
    line-height: 20px;
  }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
    background: #ffffff;
    padding: 10rem 3rem 10rem 5rem;
  }

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #servico .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs>li>a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}