/* Carrossel - informaÃ§Ãĩes */
.info {
  width: 100%;
}

.primeiro {
  background-size: cover;
  background-image: url(../img/2.png);
  background-repeat: no-repeat;
  background-position: 0px 140px 0px 0px;
  height: 650px;
}

.segundo {
  background-size: cover;
  background-image: url(../img/afro.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
}

.terceiro {
  background-size: cover;
  background-image: url(../img/digi_edu.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
}

/* 01 Slider */
.news {
  margin-top: 290px;
  margin-left: 60px;
  background-color: rgba(255, 255, 255, 0.916);
  height: auto;
  width: 620px;
}

.news .opcoes p {
  background-color: #147334;
  padding: 3px 10px 5px 10px;
  width: max-content;
  color: #fff;
  font-size: .8em;
}

.news .opcoes_parceria p {
  background-color: #ea6b41;
  padding: 3px 10px 5px 10px;
  width: max-content;
  color: #fff;
  font-size: .8em;
}

.news h4 {
  padding: 0px 20px 30px 20px;
}

.news h4 a {
  color: #39794e;
  font-weight: 650;
}

.news h4 a:hover {
  text-decoration: none;
}

.news .datas {
  margin: -20px 20px 30px 20px;
}

.news .datas p {
  font-size: .9em;
  color: #415847;
  padding-bottom: 20px;
}

.news strong {
  color: #ea6b41;
}

/* 02 Slider */
.news3 {
  margin-top: 290px;
  margin-left: 100px;
  background-color: rgba(0, 0, 0, 0.929);
  height: auto;
  width: 600px;
}

.news3 .opcoes p {
  background-color: #508797;
  padding: 3px 10px 5px 10px;
  width: max-content;
  color: #fff;
  font-size: .8em;
}

.news3 h4 {
  padding: 0px 20px 0px 20px;
}

.news3 h4 a {
  font-weight: bold;
  color: #d3e6ed;
  text-shadow: 1px 1px #508797;
}

.news3 h4 a:hover {
  text-decoration: none;
}

.news3 .border2 {
  width: 60px;
  height: 4px;
  background-image: linear-gradient(to right, #1069b2, #718b93, #334356);
  margin-left: 20px;
}

.news3 p {
  color: #e5e5e5;
  font-size: 1.1em;
 padding: 10px 20px 0px 20px;
}

.news3 .far {
  font-weight: 500;
  color: #fff;
}

.carousel-control-prev-icon {
  margin-left: -120px;
}

.carousel-control-next-icon {
  margin-left: 120px;
}

/* O IGPAD  */
.secundario {
  margin-top: 40px;
  height: auto;
  background-color: #fff;
}

.secundario h3 {
  padding-top: 50px;
  font-weight: 800;
  background: linear-gradient(to right, #0c7325,
      #17ae49, #7da42e, #477a58);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.border_one {
  width: 60px;
  height: 4px;
  background-image: linear-gradient(to right, #39794e, #ecf1ee, #1e8e43);
  margin-bottom: 20px;
}

.secundario p {
  color: #151515;
  font-size: 1.1em;
}

/* Temas de estudos */
.numeros img {
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 40px;
  width: 100%;
}

/* Nossas eventos */
.ultimas {
  background-color: #ececec;
  height: auto;
}

.eventos {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #3C8855 0%, #728d7b 49%, #3C8855 100%);
  margin-top: 70px;
  margin-bottom: 0px;
  width: 100%;
}

.eventos p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 15px;
}

.events {
  background-color: #ffffff;
  height: 310px;
  padding: 3px;
  border-bottom: 5px solid #3C8855;
}

.events .data {
  position: absolute;
  background-color: #2e6c43;
  width: max-content;
  margin-top: -24px;
}

.events .data span {
  font-size: 0.8em;
  color: #fff;
  padding: 0px 10px 0px 10px;
}

.events .textos {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.events .textos a {
  font-weight: 600;
  color: #194728;
  font-size: .9em;
}

.events .textos a:hover {
  color: #39794e;
  text-decoration: none;
}

/* Nosso Canal na Youtube */
.ucgbjunta {
  margin-top: -15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.299);
  
}

.ucgbjunta img {
  width: 100%;
}

.ucgbtube p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 15px;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

  .primeiro {
    background-size: cover;
    background-image: url(../img/02.png);
    background-repeat: no-repeat;
    background-position: 0px 80px 0px 0px;
    height: 650px;
  }

  .segundo {
    background-size: cover;
    background-image: url(../img/afro_phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
  }

  .terceiro {
    background-size: cover;
    background-image: url(../img/digi_edu_smart.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
  }

  /* 01 Slider */
  .news {
    margin-top: 260px;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    width: auto;
  }

  .news .opcoes p {
    background-color: #147334;
    padding: 3px 10px 5px 10px;
    width: max-content;
    color: #fff;
    font-size: .7em;
  }

  .news .opcoes_parceria  {
    margin-top: 300px;
  }


  .news .opcoes_parceria p {
    background-color: #ea6b41;
    padding: 3px 10px 5px 10px;
    width: max-content;
    color: #fff;
    font-size: .7em;
  }

  .news h4 {
    color: #ffffff;
    padding: -10px 10px 20px 10px;
    font-size: 1.1em;
    margin-top: -5px;
  }

  .news h4 a {
    color: #3C8855;
    font-weight: 650;
  }

  .news h4 a:hover {
    text-decoration: none;
  }

  .news .datas {
    margin: -20px 20px 30px 20px;
  }

  .news .datas p {
    font-size: .8em;
    color: #415847;
    padding-bottom: 20px;
  }

  /* 03 Slider */
  .news3 {
    margin-top: 260px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.89);
    height: auto;
    width: auto;
    border: none;
  }

  .news3 .opcoes p {
    background-color: #508797;
    padding: 3px 10px 5px 10px;
    width: max-content;
    color: #fff;
    font-size: .7em;
  }
  

  .news3 h4 {
    font-size: 1.1em;
    color: #fff;
    padding: 0px 20px 0px 20px;
  }

  .news3 .border2 {
    width: 60px;
    height: 4px;
    background-image: linear-gradient(to right, #1069b2, #718b93, #334356);
    margin-left: 20px;
  }

  .news3 p {
    color: #e5e5e5;
    font-size: .9em;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* O IGPAD  */
  .secundario {
    margin-top: 30px;
    height: auto;
    background-color: #fff;
    margin-bottom: 60px;
  }

  .secundario h3 {
    padding-top: 50px;
    font-weight: 800;
    background: linear-gradient(to right, #0c7325,
        #17ae49, #7da42e, #477a58);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }

  .border_one {
    width: 60px;
    height: 4px;
    background-image: linear-gradient(to right, #39794e, #ecf1ee, #1e8e43);
    margin-bottom: 20px;
  }

  .secundario p {
    color: #151515;
    font-size: 1.1em;
  }

  /* Temas de estudos */
  .numeros img {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  /* Nossas eventos */
  .ultimas {
    background-color: #ececec;
    height: auto;
  }

  .eventos {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, #3C8855 0%, #728d7b 49%, #3C8855 100%);
    margin-top: 50px;
    margin-bottom: 0px;
    width: 100%;
  }

  .eventos p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
  }

  .events {
    background-color: #ffffff;
    height: auto;
    padding: 10px;
    margin-top: -15px;
    margin-bottom: 60px;
    border-bottom: 5px solid #3C8855;
  }

  .events .textos {
    margin-top: 15px;
    margin-bottom: 50px;
  }

  .events .textos a {
    font-weight: 600;
    color: #194728;
    font-size: 1em;
  }
  
  .events .textos a:hover {
    color: #39794e;
    text-decoration: none;
  }

  .comunidade {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .juntase {
    background: #ffffff;
    height: 180px;
    margin-top: -15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.299);
  }

  .ucgbtube {
    margin-top: 50px;
  }
}