.banner{
    width: 100%;
    max-width: 100%;
    position: relative;
}

.banner figure{
    width: 100%;
    height: auto;
    display: none;
    text-align: center;
}
.caixa{
	margin-bottom:2%;
	padding-top: 1%;
	box-sizing:border-box;
	background:	#bfdb70;
}
.caixam{
	border-bottom: 1px solid var(--primary);
	margin-bottom:2%;
	padding-top: 1%;
	box-sizing: border-box;
}

.caixam img{
    display: inline-block;
}

.caixam h4{
    display: inline-block;
}

.cx{
	font-size:0.95em;
}
.es{
    font-size:0.85em;
    clear: both;
}
.banner figure img{
    width: 100%;
    height: auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1% 3%;
    transform: translateY(-100%);
    color: white;
	background: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  .prev:hover, .next:hover{
	  background: var(--secondary);
	  color: #fff !important;
  }
  
  .prev{
	  left: 0;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .active, .ponto:hover {
    background-color: #717171;
  }  
.ponto{
    cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.banner #i1{
    display: block;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

main iframe{
    display: block;
    border: 1px solid #000;
    width: 80%;
    height: 80vh;
    margin: auto;
}

figure{
    position: relative;
}

figure figcaption{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    padding: 1%;
    transition: all .3s ease-in-out;
    width: 80%;
    height: auto;
}

figure#i2 figcaption{
    bottom: -2%;
}

figcaption h1{
    font-size: 3vw;
    color: #fff;
}

figcaption:hover{
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

@media (max-width: 576px) {
  figcaption h1 {
    text-align: center !important;
  }
}