.curso-page .title-curso{
  font-size: 22px;
  font-weight: 400;
  border-bottom: #E43470 solid 2px;
  color: #3a9bb1;
  text-transform: uppercase;
  text-align: left;
}

.curso-page .img-topo{
  border-top: #D9D9D9 solid 1px;
  padding-top: 50px;
  height: 250px;
  overflow: hidden;
}

.curso-page .inscricao-aberta{
  padding-left: 25px;
  background-image: url('../img/check_icon.png');
  background-repeat: no-repeat;
  color: #3A99B0;
}

.inscricao-encerrada {
  color: #3A99B0;
}

.btn-continuar-inscricao{
  padding: 8px;
  border-radius: 10px;
  background-color: #3B99B0;
  color: white;
  border: solid 1px #086e87;
}

.btn-continuar-inscricao:hover{
  color: white !important;
}

.curso-page .btn-inscreva{
  color: #fff;
  border-radius: 15px;
  background-color: #E43470;
  padding: 5px 10px;
  width: 100px;
}

.curso-page .btn-inscreva:hover{
  border: #E43470 solid 1px;
  background-color: #fff;
  color: #E43470;
}

.curso-page .btn-interesse{
  color: #fff;
  border-radius: 15px;
  background-color: #E43470;
  padding: 5px 10px;
  display: inline-block;
  transition: 0.2s ease all;
  margin-left: 30px;
}

.curso-page .btn-interesse:hover{
  border: #E43470 solid 1px;
  background-color: #fff;
  color: #E43470;
}

@media (max-width: 500px){
  .curso-page .btn-interesse{
    margin-left: 0px;
    margin-top: 15px;
  }
}

.curso-page .body-curso{
  padding: 35px 50px 20px 0px;
}

.curso-page .descricao-curso{
  background-color: #ffffff;
  padding: 30px 40px;
  margin-top: 40px;
  color:#032A64;
}

.descricao-curso h2{
  color: #E43470;
  font-size: 20px;
  font-weight: 700;
}

.marcacao{
  color:#032A64;
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
}

.descricao-curso .horario{
  display: flex;
    gap: 10px;
    align-items: center;
    margin: 15px 0;
    max-width: 69%;
}
.descricao-curso .horario img{ 
  width: 16px;
}
.descricao-curso .horario p{
  margin-bottom: 0;
  color: #032A64;
}

.body-curso .topicos-curso{
  margin-top: 50px;
  padding-left: 0px;
}

.body-curso .panel-default{
  border: none;
  box-shadow: none;
  border-bottom:#E5E5E5 solid 1px;
}
.body-curso .panel-default:last-child{
  border: none;
}

.body-curso .panel-default .panel-header{
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.body-curso .panel-default .panel-header .panel-title{
  color: #E43470;
  font-weight: 700;
  font-size: 20px;
}

.panel-header .panel-title a{
  display: flex;
  align-items: center;
  width: 100%;
}
.panel-header .panel-title a:hover,
.panel-header .panel-title a:focus{
  color: #E43470;
}
.panel-header .panel-title a::after{
  background-image: url(../img/ico_chevron_down.svg);
  background-size: 2.5em;
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  transition: transform .2s ease-in-out;
}

.panel-header .panel-title a:not(.collapsed)::after{
  transform: rotate(-180deg);
}

.panel-group .panel-body{
  color: #032A64;
  padding-left: 0px !important;
}

.panel-group .panel-body .table td{
  border: none !important;
}

.panel-group .panel-body ul{
  padding-left: 20px !important;
}

.carousel-curso .box-item{
  width: 95%;
  min-height: 400px;
  background-color: #3A99B0;
  padding: 15px;
  border-radius: 10px;
  font-size: 13px;
}

.carousel-curso .box-item .box-img{
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.carousel-curso .box-item .box-img img{
  margin: 0 auto;
}

.carousel-curso .box-item .box-info h3{
  color: #fff !important;
}

.carousel-curso .box-item .box-info p{
  color: #fff !important;
}

.body-curso .slick-prev:before, .slick-next:before{
  color: #E43470 !important;
  font-size: 30px !important;
}

.body-curso .slick-next {
  right: -20px !important;
}

.body-curso .slick-prev {
  left: -50px;
}

.patrocinio-sessao{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  border-top: solid 1px #e6e6e6;
  padding-top: 30px;
}



/*Modal Form*/
.modal-interesse{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  padding-top: 0px;
  z-index: 1;
  width: 100%;
  display: none;
  overflow-x: scroll;
}
.modal-interesse::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.modal-interesse::-webkit-scrollbar-thumb {
  background-color: transparent;    /* color of the scroll thumb */
}
.modal-interesse .j-close{
  max-width: 450px;
  margin: 0 auto;
  text-align: right;
}
.modal-interesse .j-close img{
  width: 30px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(106%) contrast(95%);
}
.modal-interesse .content-modal,
.modal-interesse .sucesso-modal{
  max-width: 450px;
  margin: 0 auto;
  padding: 3rem;
  background-color: #F9F9F9;
}
.modal-interesse .sucesso-modal{
  display: none;
}
.modal-interesse .sucesso-modal img{
  display: block;
  margin: 0 auto;
}
.modal-interesse .sucesso-modal p{
  color: #032A64;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
  max-width: 310px;
  margin: 0 auto;
}
.modal-interesse .content-modal p{
  color: #E43470;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.modal-interesse .content-modal .inputs{
  margin-bottom: 20px;
}
.modal-interesse .content-modal .inputs .options{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px 0;
}
.modal-interesse .content-modal .inputs .options span{
  line-height: 1.5;
  display: block;
}
.modal-interesse .content-modal .inputs .msg-error{
  font-size: 14px;
  text-align: left;
  display: none;
}
.modal-interesse .content-modal .accept div{
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 15px 0;
}
.modal-interesse .content-modal .accept div span{
  width: 95%;
}
.modal-interesse .content-modal label{
  color: #3A99B0;
  font-size: 15px;  
  font-weight: 700;
}
.modal-interesse .content-modal input{
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #E5E5E5;
  width: 100%;
  background-color: #FFF;
}
.modal-interesse .content-modal input::placeholder{
  color: #E5E5E5;
}
.modal-interesse .content-modal input[type="button"]{
  background-color: #E43470;
  color: #FFF;
  border: 1px solid #E43470;
  margin: 15px 0 10px;
}
.modal-interesse .content-modal input[type="radio"]{
  width: 20px;
}
.modal-interesse .content-modal input[type="checkbox"]{
  width: 20px;
  height: 20px;
}
.modal-interesse .content-modal span{
  font-size: 12px;
}