/** GERAL **/
.subtitle{
    font-size: 14px;
    font-weight: 400;
    color: var(--orange);
    margin: 0;
    text-transform: uppercase;
}

.title{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--darkpurple);
    margin: 25px 0 33px;
}

.description{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--grey);
    margin: 0;
}
p{
  margin: 10px 0;
}
.title span{
    color: var(--orange);
}
.home-slider-inner figure{
    position: relative;
}
.home-slider-inner figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 0.5);
    display: none;
}
.home-slider-inner figure img{
    
    object-fit: cover;
}
.home-slider-inner .content{
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
}
.home-slider-inner .content .grid{
    

}
.home-slider-inner .content .title,
.home-slider-inner .content .text{
    color: var(--white);
    padding-right: 50%;
}
.palestrantes-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-palestrantes{
  z-index: 9999;
  display: none;
  position: fixed;
  top: 2%;
  width: 96%;
  background: #e9e9e9;
  height: 96%;
  left: 2%;
  border-radius: 30px;
  padding: 20px;
  padding-top: 60px;
  overflow: auto;
  border: orange solid;
  gap: 20px;
}
.info-palestrantes figure{
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  height: auto;
}
.info-palestrantes div{
  overflow: auto;
}
.palestrantes-inner .palestrantes-item{
  width: 32%;
  position: relative;
  margin-bottom: 50px;
}
.palestrantes-inner .palestrantes-item img{
  width: 100%;
}
.team{
    height: auto;
    background-color: #f5f5f5;
    padding: 40px 0 80px;
}
.team h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--darkpurple);
    margin: 25px 0 33px;
    width: 60%;
    margin: 30px auto;
    text-align: center;
}
.team p{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--grey);
    padding: 0 15%;
    text-align: center;
    margin: 0;
}
.team .team-inner figure{
    position: relative;
}
.team .team-inner figure img{
    border-radius: 8px;
    margin-bottom: 10px;
}
.team .team-inner span{
    font-size: 22px;
    font-weight: 600;
    
}
.team .team-inner .texto{
  width: 100%;
    position: absolute;
    padding: 20px;
    max-height: calc(100% - 0px);
    overflow: auto;
    background-color: rgb(252, 103, 29, 0.8);
    display: none;
    border-radius: 8px;
    height: 100%;
}

.team .team-inner .texto p{
    font-size: 16px;
    color: var(--white);
    padding: 0;
}
.team .team-inner p{
    margin: 8px 0;
    text-align: left;
    padding: 0;
}
.team .owl-stage-outer{
    height: auto;
}
.team .team-left{
    width: 100%;
    padding-bottom: 50px;
}
.team .team-right{
    width: 100%;
}
.team .social-team{
    display: flex;
    gap: 10px;
}
.team .social-team img{
    width: 22px!important;
}
.texto::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
  }
  
  .texto::-webkit-scrollbar-track {
    background: rgba(202, 106, 58, 0.9);      /* color of the tracking area */
    
  }
  
  .texto::-webkit-scrollbar-thumb {
    background: rgba(223, 166, 137, 0.9);     /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
  }
 
  .vermais{
    height: 0;
  }
  .vermais span{
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 16px!important;
    padding: 8px 20px;
    background: var(--orange);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px 0px 0 10px;
    transition:  0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
  }
  .vermais span:hover{
    background: #d25619;
    padding-right: 38px;
  }

  
  .team-vermais{
    height: 0;
  }
  .team-vermais span{
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 16px!important;
    padding: 8px 20px;
    background: var(--orange);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px 0px 0 10px;
    transition:  0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
  }
  .team-vermais span:hover{
    background: #d25619;
    padding-right: 38px;
  }
  .programa{
    padding: 40px 0 0;
  }
  
  .programa h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--darkpurple);
    margin: 25px 0 33px;
    width: 60%;
    margin: 30px auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .programa h4{
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
    background: var(--darkpurple);
    color: #FFF;
    padding: 20px 15px;
    border-radius: 8px;
  }
  #vsel{
    width: 100%;
  }
  .vsel-meta-left{
    width: 100%!important;
    position: relative;
    min-height: 70px;
    padding-left: 80px;
  }
  .vsel-image-info-right{
    display: none;
    
  }
  .vsel-meta-cats{
    display: none;
  }
  .vsel-meta-date-icon{
    position: absolute;
    top: 0;
    left: 0;
  }
  .vsel-end-icon{
    display: none;
  }
  .vsel-day-top, .vsel-month-top{
    background: var(--darkpurple);
    border-radius: 8px 8px 0 0;
  }
  .vsel-day{
    color: var(--darkpurple);
    font-weight: 600;
  }
  .local{
    width: 100%;
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .local iframe{
    width: 100%!important;
    height: 100%!important;
    margin-top: 40px;
  }
  .local h2{
    width: 100%!important;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:var(--darkpurple);
    width: 60%;
    margin: 30px auto;
    text-align: center;
    margin: 0px 0 20px;
  }
  .local p{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--grey);
    padding: 0 15%;
    text-align: center;
    margin: 0;
  }
  .local .map{
    width: 100%;
    height: 600px;
  }
  .estrategicos{
    width: 100%;
    padding-top: 20px;
    margin-bottom: 100px;
  }
  .estrategicos .grid{
    margin-bottom: 50px;
  }
  .estrategicos h2{
    width: 100%!important;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:var(--darkpurple);
    width: 60%;
    margin: 30px auto;
    text-align: center;
    margin: 0px 0 20px;
  }
  .estrategicos p{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--grey);
    padding: 0 15%;
    text-align: center;
    margin: 0;
  }
  .patrocinios{
    margin: 60px 0 40px;
  }
  .patrocinios h2{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    color: var(--darkpurple);;
  }
  .contagem{

  }
  .contagem h2{
    width: 100%!important;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:var(--darkpurple);
    width: 60%;
    margin: 30px auto;
    text-align: center;
    margin: 60px 0 20px;
  }
  .contagem p{
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--grey);
    padding: 0 15%;
    text-align: center;
    margin: 0;
  }
  .patrocinios img{
    max-width: 80%!important;
    width: auto!important;
    margin: auto;
    height: 100%;
    max-height: 120px;
  }
  
  .patrocinios-bronze img{
    max-width: 90%!important;
  }
  @media screen and (max-width: 990px){
    .banner .grid .right{
      border: 0!important;
    }
    .banner{
        height: auto!important;
    }
    .banner .grid .left{
    width: 100%!important;
     }
     .banner .grid .left p{
        padding: 0!important;
     }
     .banner .subtitle{
        font-size: 18px;
     }
     .banner .grid {
      flex-wrap: wrap!important;
      }
    .banner .grid .left,
    .banner .grid .center,
    .banner .grid .right{
      width: 100%!important;
      text-align: center;
      border: 0;
    }
    .banner .grid .center .button{
      margin: auto;
      width: 300px;
      margin-bottom: 50px;
      padding: 0 100px;
    }
  .contato{
    padding: 10px 0!important;
  }
  .contato .info{
    width: 100%!important;
  }
  .contato .form{
    width: 100%!important;
    margin-top: 40px;
  }
  .team p{
    width: 100%;
    padding: 0!important;
  }
  }
  .cky-btn-customize, .cky-btn-revisit-wrapper{
    display: none;
  }
  #ycd-circle-180 .textDiv_Seconds h4, #ycd-circle-180 .textDiv_Seconds span,
  #ycd-circle-180 .textDiv_Minutes h4, #ycd-circle-180 .textDiv_Minutes span,
  #ycd-circle-180 .textDiv_Days h4, #ycd-circle-180 .textDiv_Days span,
  #ycd-circle-180 .textDiv_Hours h4, #ycd-circle-180 .textDiv_Hours span{
    font-family: inherit!important;
    color: #d25619;
  }
  #ycd-circle-180 {
    margin: 50px auto;
  }
  .contagem{
    padding-bottom: 80px;
    padding-top: 80px;
    background: #f5f5f5;
    margin-bottom: 80px;
  }
  .button-flutuante{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border: #fff 2px solid;
  }
  .patrocinios h3{
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 10px solid yellow;
    margin-bottom: 100px;
    padding: 10px 0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: right;
    background: #f2f2f2;
  }
  .ouro{
    border-image: linear-gradient(#eaeef4, #dcca05, #feffa0) 30;
  }
  
  .prata{
    border-image: linear-gradient(#feffa0, #999, #eaeef4) 30;
  }

  .bronze{
    border-image: linear-gradient(#eaeef4, #c7922c, #eaeef4) 30;
  }

  .aluminio{
    border-image: linear-gradient(#eaeef4, #4d5462, #eaeef4) 30;
  }
  .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
  }
.owl-patrocinios{
  margin-bottom: 0;
}
.owl-patrocinios img{
  height: auto;
}
.patrocinios-ouro img{
  height: auto;
  max-height: 200px!important;
}

@media screen and (max-width: 768px){
  .palestrantes-inner .palestrantes-item{
    width: 49%;
  }
  .patrocinios h3{
    text-align: center;
    margin-top: 50px;
  }
  .copyright{
    padding-bottom: 100px!important;
  }
  .info-palestrantes figure{
    display: none;
  }
}
.owl-stage{
  margin: auto;
}
.info-palestrantes .fechar{
    position: fixed;
    right: 1%;
    top: 1%;
    font-weight: 900;
    color: var(--darkpurple);
    font-size: 40px;
    cursor: pointer;
}
.patrocinios-prata{
  display: flex;
  flex-wrap: wrap;
}
.patrocinios-prata a{
  width: fit-content;
  display: flex;
  align-self: center;
  justify-content: center;
}
.patrocinios-prata figure{
  width: 33.3%;
  display: flex;
  align-self: center;
  justify-content: center;
}

.patrocinios-prata figure:nth-child(4){
  margin-left: 16.5%;
}

.patrocinios-prata figure:nth-child(5){

}
.patrocinios-prata figure img{
  width: 80%;
  height: auto;
  margin: auto;
}