label.is-invalid { display:none !important; }

.is-invalid{
  border-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}






/*
---------------------------------------------
upcoming cursos
---------------------------------------------
*/

section.curso-destaque {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px 0px 10px;
}

section.curso-destaque .section-heading {
  text-align: center;
}


section.premio-mensal {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 10px 0 10px;
}

section.premio-mensal .section-heading {
  text-align: center;
}


section.parceiro-exclusivo {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 10px 0 10px;
}

section.parceiro-exclusivo .section-heading {
  text-align: center;
}



.input-form {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: 1px solid rgb(180, 180, 180);
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #414141;
  padding: 0px 15px;
  margin-bottom: 10px;
}













.btn-red{color:#fff;background-color:#960001;border-color:#960001}.btn-red:hover{color:#fff;background-color:#850000;border-color:#850000}.btn-check:focus+.btn-red,.btn-red:focus{color:#fff;background-color:#850000;border-color:#850000;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-red,.btn-check:checked+.btn-red,.btn-red.active,.btn-red:active,.show>.btn-red.dropdown-toggle{color:#fff;background-color:#850000;border-color:#961280}.btn-check:active+.btn-red:focus,.btn-check:checked+.btn-red:focus,.btn-red.active:focus,.btn-red:active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}








.box-article {
 max-width: 100%;
 height: auto;
  margin: auto;


}
.box {
  position: relative;

  border-radius: 15px;
  overflow: hidden;
  background: #1a1a1a;
}
.box .hide {
  opacity: 0;
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.box p a {
   text-decoration: none;
   color:#ecd200;
   font-weight: bold;
}
.box:hover {
  transition: all 0.4s ease-in-out;
}
.box:hover:before {
  transition: all 0.4s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}
.box img:hover {
  transition: all 0.4s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.4s ease-in-out;
}
.card h2 {
  top: 50%;
 right: 10%;
  text-align: right;
  transform: translate3d(50px, 50px, 0);
}
.card p {
    transform: translate3d(0px, 30px, 0);
    font-size: 24px;
    letter-spacing: 8px;
    transition: all 0.6s ease-in-out;
}
.card:hover h2 {
  transform: translate3d(30px, 20px, 0);
   opacity: 1;
}
.card:hover p {
  opacity: 1;
}
.card img {
  
  filter: opacity(0.7);
  transform: scale(1.10);
  left: 0;
}
.card:hover img {
  filter: opacity(0.3);
  left: -5%;
}








.fa-whatsapp:before {
    content: "\f232"
}
.fixed-whatsapp-icon {
    position: fixed;
    left: 20px;
    bottom: 60px;
    z-index: 100
}
.fixed-whatsapp-icon a i {
    background-color: #2a9231;
    border-radius: 50%;
    box-shadow: 4px 4px 11px -2px #737373;
    color: #fff;
    font-size: 32px;
    line-height: 29px;
    padding: 7px 9px 10px
}
@media only screen and (max-width: 767px) {

    .fixed-whatsapp-icon {
        left: 7px;
        bottom: 7px
    }
}
.fixed-whatsapp-icon {
    animation: pulse 1s infinite
}
.fixed-whatsapp-icon {
    position: fixed;
    z-index: 8003;
    background: #2fc400;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.fixed-whatsapp-icon a i {
    color: #fff;
    border-radius: 50%;
    display: table;
    width: 65px;
    height: 65px;
    font-size: 35px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .24);
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}
.fixed-whatsapp-icon {
    animation: pulse 1s infinite
}
.fixed-whatsapp-icon {
    position: fixed;
    z-index: 8003;
    background: #2fc400;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.fixed-whatsapp-icon a i {
    color: #fff;
    border-radius: 50%;
    display: table;
    width: 65px;
    height: 65px;
    font-size: 35px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .24);
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFAB06;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d99205;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}





section.parceiros-bonus {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 28px;
  /*padding-bottom: 160px;*/
}

section.parceiros-bonus .section-heading {
  text-align: center;
}

section.parceiros-bonus .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.parceiros-bonus .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.parceiros-bonus .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.parceiros-bonus .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.parceiros-bonus .categories ul li a:hover {
  color: #a12c2f;
}

section.parceiros-bonus .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.parceiros-bonus .categories .main-button-red a {
  width: 100%;
  text-align: center;
}