
.flexslider{
  border: 0 !important;
  margin: 0 !important;
  overflow:hidden;
  padding: 30px 200px 30px 200px;  
}
.flex-control-nav{
  bottom:-10px;
  background:#fff;
  padding:12px 0;
  bottom: 0px;
  position: relative;
}

.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-item {
  flex: 1 1 260px;
  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 {
  /* box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); */
  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: #efefef;
  padding: 10px calc((100% - 1100px) / 2);
  padding: 100px 60px 30px 60px;
  display: flex;
  flex-wrap: wrap;
}

.campanhas info {
  background: #efefef; 
  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: #efefef;
  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;
}

/* galeria */

.galeria {
  background: #ffffff;
 /*  padding: 10px calc((100% - 1100px) / 2); */
  padding: 40px 60px 30px 60px;
  display: flex;
  flex-wrap: wrap;
}

.galeria info {
  background: #ffffff; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.galeria h3 {
  font-size: 24px;
  padding-top: 60px;
  text-align: left;
  border-bottom: 5px solid green;
  margin-bottom: 30px;
  color: #222222;
}

.galeria-corpo {
  background: #ffffff;
  padding: 10px calc((100% - 1460px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.galeria-item {
  background: #ffffff;
  max-width: 100%;
  padding: 5px;
  margin: 10px;
  /* margin-bottom: 50px; */
  animation-duration: 2.5s;
  animation-delay: unset;
  text-align: center;
  border: 1px solid rgb(211, 210, 210);
}

.galeria-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);
}

.galeria-item img {
  /* padding-bottom: 20px; */
  width: 280px;
  height: 200px;
  object-fit: cover;
}

.galeria-item h3 {
  font-size: 1.3em;
  color: green;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;  
}

.galeria-item a {
  font-weight: bold;
  color: inherit;
  color: green;
  font-size: 20px;
}

.galeria-item p {
  font-size: 1em;
  color: rgb(68, 67, 67);
  font-size: 16px;
  text-align: center;
}

.btn-galeria {
  width: 450px;
  font-size: 1.7em;
  color: #ffffff;  
  text-align: right;
  background: green;  
  border-radius: 7px;
  padding: 8px 50px 8px 50px;
  margin: 0 auto;  
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-galeria:hover {
  /* box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); */
  opacity: 0.7;
}

.btn-galeria a {
  color: inherit;
}

.box {
  position: fixed;
  display: block;
  overflow: hidden;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
}

.box.fade:target > img {
  -webkit-transition: opacity 1s;
     -moz-transition: opacity 1s;
       -o-transition: opacity 1s;
          transition: opacity 1s;
}


.box, .box > img, .box > div {top: 0;left: 0;right: 0;bottom: 0;}


.box {top: -100%;}
.box:target {top: 0;visibility: visible;}


.box > a {
  margin-top: 10px; 
  margin-right: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.box > a:hover {
opacity: 1
}


.box > img, .box > div {
  position: absolute;
  margin: auto;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.3), 0 1px 0px 0px rgba(0, 0, 0, 0.05);
}

.box > img {
max-width: 80%;
max-height: 80%;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.box > .vid iframe, .box > .vid object, .box > .vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box > .vid {
  max-width: 800px;
  height: 450px;
  width:100%;
}

.box > .text::before {
content: "";
background-image: #ffffff;
background-repeat: repeat;
background-size: 45%;
background-position: 50% 50%;
}
.box > .text {
 position: relative;
  max-width: 60%;
  max-height: 50%;
  top: 20%;
  bottom: auto;
  padding: 2em;
  background: #eee;
  color: #757575;
  width:100%;
  overflow-y: scroll;
  display: block;
  font-family: 'Raleway', sans-serif;
  line-height: 20pt;
  text-align: left;
  font-weight: 400;
}
.box > .text > img {
width: 100%;
height: auto;
}


.box.fade > img, .box.fade > div {
  opacity: 0;
}
.box.fade:target > img, .box.fade:target > div {
  opacity: 1;
}

@-webkit-keyframes bounce {
  0% {-webkit-transform: scale(0)}
  50% {-webkit-transform: scale(1.1)}
  100% {-webkit-transform: scale(1)}
}
@-moz-keyframes bounce {
  0% {-moz-transform: scale(0)}
  50% {-moz-transform: scale(1.1)}
  100% {-moz-transform: scale(1)}
}
@keyframes bounce { 
  0% {transform: scale(0)}
  50% {transform: scale(1.1)}
  100% {transform: scale(1)}
}

.box.bounce:target > img, .box.bounce:target > div {
  -webkit-animation: bounce 1s none;
     -moz-animation: bounce 1s none;
       -o-animation: bounce 1s none;
          animation: bounce 1s none;
}

.box:target > img, .box:target > div {
  border: 12px solid white;
}

.box > span a {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; 
}
.box > span a {
  color: #fff;
  font-size: 50px;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin-left: 10px;
  top: 55%;
  margin-top: -55px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.box > span a:hover, .box > span a:focus {
  opacity: 1;
  filter: alpha(opacity=100); 
}
.box > span a:active {
  margin-top: -54px; 
}
.box > #right a {
right: 0; 
margin-right: 10px; 
}
.box > h2 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
  color: white;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  margin-top: 10px;
}

.box > p {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  color: rgb(199, 194, 194);
  text-align: center;
  font-family: 'Raleway', sans-serif;
  margin-top: 10px;
}

.box:target {
outline: none;
display: block;
}

#flex-container {
margin-top: 55px;
background-color: #fff;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
background-image: url(#);
}


/* 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;
  }
}


