
.flexslider{
  border: 0 !important;
  margin: 0 !important;
  overflow:hidden;
  padding-bottom:0px;
  margin-bottom:0px;  
}
.flex-control-nav{
  bottom:-10px;
  background:#fff;
  padding:20px;
  z-index: 99;
}

.flex-control-paging li a {
  height: 15px;
  width: 35px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #eb511f!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  background: #f7f5f4;
}

.flex-control-paging li a.flex-active {
  background: #eb511f!important;
  cursor: default;  
}

.imagem-index {
  display: none;
  
}
.top-index {
  display: none;
}

/* conteudo */

.conteudo {
  background: #ffffff;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 60px;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;  
}

.conteudo info {
  background: #ffffff;  
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.conteudo h2 {
  margin: 0 auto;
  font-size: 24px;
  color: #484848;
  text-align: center;  
  margin-bottom: 30px;
  border-bottom: 5px solid green;
}

.conteudo-curso {
  background: #ffffff;
  padding: 10px calc((100% - 1300px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; 
  justify-content: center; 
}

.conteudo-curso a {
  flex: 1 1 230px;
  background: #ffffff;
  padding: 20px;
  margin: 10px;
  animation-duration: 2.5s;
  animation-iteration-count: unset;  
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  justify-content: center;
}

.conteudo-curso a:hover {
  box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
}


/* .conteudo-item {
  flex: 1 1 230px;
  background: #ffffff;
  padding: 20px;
  margin: 10px;
  animation-duration: 2.5s;
  animation-iteration-count: unset;  
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  justify-content: center;
} */

/* .conteudo-item:hover {
  box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
} */

.conteudo-item img {
  width: 60%;
  margin: 0 auto;
}

.conteudo-item i {
  display: flex;
  justify-content: center;
  color: #222222;
  font-size: 120px;
  text-align: center;
}

.conteudo-item h3 {
  font-size: 1.2em;
  color: green;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.conteudo-item p {
  font-size: 1em;
  color: #979494;
  text-align: center;
}

/* produtos */

.produtos {
  background: #f8f8f8;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 100px 60px 30px 60px;
  display: flex;
  flex-wrap: wrap;
}

.produtos info {
  background: #f8f8f8; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.produtos h2 {
  margin: 0 auto;
  font-size: 24px;  
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 5px solid green;
}

.produtos-corpo {
  background: #f8f8f8;
  padding: 10px calc((100% - 1400px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.produtos-item {
  flex: 1 1 300px;
  background: #f8f8f8;
  max-width: 100%;
  padding: 10px;
  margin: 10px;
  animation-duration: 2.5s;
  animation-delay: unset;
  text-align: center;
  border: 1px solid rgb(219, 218, 218);
}

.produtos-item:hover {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.produtos-item img {
  padding-bottom: 20px;
  width: 430px;
  height: 295px;
  object-fit: cover;
}

.produtos-item h3 {
  font-size: 1.3em;
  color: green;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.produtos-item a {
  font-weight: bold;
}

.produtos-item p {
  font-size: 1em;
  color: black;
  text-align: left;
  margin-top: 20px;
}

.btn-produto {
  width: 450px;
  font-size: 1.6em;
  color: white;  
  text-align: right;  
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  background: rgb(2, 88, 2);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  margin: 0 auto;  
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-produto:hover {
  background: green;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.btn-produto a {
  color: inherit;
}

/* eventos */

.eventos {
  background-image: url("../imagens-index/eventos-background3.jpg");
  background-repeat: no-repeat; 
  background-size: cover; 
  background-color: #cccccc;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 100px 60px 30px 60px;
  
  display: flex;
  flex-wrap: wrap;
  /* object-fit: cover; */
}

.eventos info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.eventos h2 {
  margin: 0 auto;
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 5px solid green;
}

.eventos-curso {
  padding: 10px calc((100% - 1400px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.eventos-item {
  flex: 1 1 600px;
  max-width: 100%;
  padding: 10px;
  margin: 10px;
  border-radius: 15px;
  animation-duration: 2.5s;
  animation-delay: unset;
  text-align: center;
}

.eventos-item h3 {
  font-size: 1.3em;
  color: white;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.eventos-item p {
  font-size: 1em;
  color: white;
  text-align: left;
  margin-top: 20px;
}

.rodapepc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.rodapepc span {
  width: 100%;
  font-size: 1.2em;
  color: white;
}

.rodapepd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.rodapep {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.rodapep a {
  font-size: 1em;
  color: #ffffff;  
  text-align: right;
  margin-top: 25px;
  border-radius: 7px;
  padding: 4px 30px 4px 30px;
}

.rodapep a:hover {
  color: #cccccc;
}



.btn-rodapep {
  width: 450px;
  font-size: 1.7em;
  color: #ffffff;  
  text-align: right;  
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  background: rgb(4, 114, 4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  margin: 0 auto;  
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-rodapep:hover {
  background: green;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.btn-rodapep a {
  color: inherit;
}

.btn-eventos {
  width: 450px;
  font-size: 1.7em;
  color: #ffffff;  
  text-align: right;  
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  margin: 0 auto;  
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-eventos:hover {
  opacity: 0.7;
}

.btn-eventos a {
  color: inherit;
}

.linkp {
  font-size: 1.3em;
  color: inherit;
  color: white;
  text-align: left;
  font-weight: bold;  
}

.linkp:hover {
  color: #cccccc;
}


.rodape {  
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 50px;
}

.rodape span {
  font-size: 1.2em;
  color: rgb(139, 136, 136);
  text-align: right;
  margin-top: 20px;
  padding: 10px 40px 10px 0px;
}

.rodape a {
  font-size: 1em;
  color: #ffffff;  
  text-align: right;
  margin-top: 25px;
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  background: green;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.rodape a:hover {
  background: rgb(4, 143, 4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.btn-rodape {
  width: 450px;
  font-size: 1.6em;
  color: #ffffff;  
  text-align: right;  
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  background: rgb(4, 114, 4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  margin: 0 auto;  
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-rodape:hover {
  background: green;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.btn-rodape a {
  color: inherit;
}

/* campanhas */

.campanhas {
  background: #ffffff;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 100px 60px 30px 60px;
  display: flex;
  flex-wrap: wrap;
}

.campanhas info {
  background: #ffffff; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.campanhas h2 {
  margin: 0 auto;
  font-size: 24px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 5px solid green;
}

.campanhas-curso {
  background: #ffffff;
  padding: 10px calc((100% - 1400px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.campanhas-item {
  flex: 1 1 300px;
  background: #ffffff;
  max-width: 100%;
  padding: 10px;
  margin: 10px;
  animation-duration: 2.5s;
  animation-delay: unset;
  text-align: center;
  border: 1px solid rgb(230, 228, 228); 
  position: relative;
  padding-bottom: 70px; 
}

.campanhas-item:hover {  
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.campanhas-item img {
  margin-bottom: 20px;
  width: 430px;
  height: 265px;
  object-fit: cover;
  border: 1px solid rgb(223, 222, 222);
}

.link {
  font-size: 1.3em;
  color: inherit;
  color: green;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 20px;
  
}

.link:hover {
  color: rgb(12, 158, 12);
  /* border-bottom: 2px solid rgb(12, 158, 12); */
}

.campanhas-item p {
  font-size: 1em;
  color: black;
  text-align: left;
  margin-top: 20px;
}

/* treinamentos */

.treinamentos {
  background: #efefef;
  padding: 10px calc((100% - 1400px) / 2);
  padding: 60px;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.treinamentos info {
  background: #efefef;  
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.treinamentos h2 {
  margin: 0 auto;
  font-size: 24px;
  color: #484848;
  text-align: center;  
  margin-bottom: 30px;
  border-bottom: 5px solid green;
}

.treinamentos-curso {
  background: #efefef;
  padding: 10px calc((100% - 1300px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;  
}

.treinamentos-item {
  flex: 1 1 200px;
  background: #ffffff;
  max-width: 100%;
  padding: 20px;
  margin: 10px;
  animation-duration: 2.5s;
  animation-iteration-count: unset;
  border: 1px solid rgb(211, 210, 210);
}

.treinamentos-item:hover {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}

.treinamentos-item img {
  padding: 20px;
}

.treinamentos-item img:hover {
  cursor: pointer;
}

.treinamentos-item h3 {
  font-size: 1.2em;
  color: green;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.treinamentos-item p {
  font-size: 1em;
  color: #979494;
  text-align: center;
}

.overlayBg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  display: none;
  background: black;
  opacity: 0.4;
}
.overlayBg.open {
  display: block;
}
[overlay] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 350px;
  /* padding: 5px; */
  background-color: white;
  box-shadow: 0 3px 5px #0005;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s linear 0.4s,
    opacity 0.4s,
    transform 0.4s;
}

[overlay] h2 {
  color: white;
  background: green;
  padding: 40px 10px 20px 10px;
  text-align: center;
  font-size: 1.3em;
}

[overlay] h3 {
  color: #706f6f;
  text-align: left;
  font-size: .9em;
  padding: 10px;
}


[overlay].open {
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.7s,
    transform 0.7s;
}
[overlay] button.close {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  font-size: 24px;
  color: rgb(233, 230, 230);
  cursor: pointer;
  outline: none;
}
[overlay] button.close:hover,
[overlay] button.close:focus {
  color: #000;
}

area:hover {
  cursor: pointer;
}

/* clientes */

.clientes {
  background: #ffffff;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 20px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

.clientes info {
  background: #ffffff;  
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.clientes h2 {
  margin: 0 auto;
  font-size: 24px;
  color: #484848;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 5px solid green;
}

.clientes-curso {
  background: #ffffff;
  padding: 10px calc((100% - 1400px) / 2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;  
}

.clientes-item {
  flex: 1 1 260px;
  background: #ffffff;
  max-width: 100%;
  padding: 0px;
  margin: 5px;
}

.clientes-item img {
  width: 40%;
  margin: auto 0;
}


/* carousel */

.wrapper{
  width: 100%;
  display: flex;
  background: #ffffff;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.carousel{
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.carousel .card{
  color: #ffffff;
  text-align: center;
  margin: 20px 0;
  line-height: 200px;
  font-size: 90px;
  font-weight: 600;
  border-radius: 10px;
  padding-left: 150px;
}

.owl-dots{
  text-align: center;
  margin-top: 0px;
}

.owl-dot{
  height: 13px;
  width: 22px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #eb511f !important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #eb511f!important;
}

@media all and (max-width: 968px) {

  .imagem-index {
    display: flex;
    padding: 10px calc((100% - 1100px) / 2);
    padding-top: 30px;
  }
  
  .imagem-index img {
    object-fit: contain;
    width: 1000px;
    padding: 20px;
    
  }  
  
  .top-index {
    padding: 10px calc((100% - 1100px) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 10px;
  }
  
  .top-index h2 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: green;
    margin: 0 auto;
  }
  
  .top-index p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: justify;
    padding-bottom: 10px;
  }

  .owl-dots{
    display: none;
  }

  .flexslider {
    display: none;
  }

  .conteudo {
    padding: 0;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    
  }

  .conteudo-curso {    
    justify-content: center;
    width: 100%;
    padding: 10px;
  }

  .conteudo-item {    
    width: 100%;
  }

  .certificado h1 {  
    font-size: 24px;
    color: white;
    text-align: center; 
    padding: 10px;
    padding-top: 50px; 
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .produtos {    
    padding: 0;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-produto {
    width: 100%;
    font-size: 1.2em;
    color: white;  
    border-radius: 7px;
    background: rgb(2, 88, 2);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
    margin-top: 30px;
    padding-bottom: 50px;
    margin: 10px;
    padding: 20px;
  }

  .eventos {    
    padding: 0;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rodape a {    
    padding: 8px 15px 8px 15px;
  }

  .btn-rodape {
    width: 100%;
    font-size: 1.2em;    
    margin-top: 30px;
    padding-bottom: 50px;
    margin: 10px;
    padding: 20px;
  }

  .campanhas {    
    padding: 0;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .campanhas-item img {
    width: 430px;
    height: 50%;
    object-fit: cover;
  }

  .rodape {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }

  .programas {    
    padding: 0;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .treinamentos {    
    padding: 0;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .treinamentos-item img {
    width: 100%;
    margin-left: 0;
  }

  .clientes {    
    justify-content: center;
    padding-top: 20px;
  }

  .wrapper {    
    padding-bottom: 0px;
  }
}


