
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.carousel-wrapper {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #111;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.texto-destaques{
  padding-top: 9px;
  padding-bottom: 9px;

  display: inline-block;
  width: 100%;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px; 
}

.texto-destaques:last-child{
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  color: white;
  margin-top: 30px;

}

.texto-destaques span{
 color: black;
 background-color: white;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 20px;
   padding-left: 20px;
  font-size: 20px;
    font-weight: bold;
    border-radius: 0px 30px 30px 0px;
}

.slideshow-container {
  position: relative;
  width: 100%;
}

.mySlides {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.mySlides video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.fade {
  animation: fade 0.5s ease-in-out;
}

@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    color: black;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slide-nav:hover {
    background: #f0f3f4;
    transform: translateY(-50%) scale(1.1);
  }

.prev {
  left: 0;
}

.next {
  right: 0;
}

.textae {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}

.dots-container {
    text-align: center;
}
  
.dot {
    width: 12px;
    height: 12px;
    background: #f0f3f4;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 6px;
}
  
.dot.active {
    background: #7b7d7d ;
    transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
  .carousel-wrapper {
    padding: 0 40px;
  }
  
  .texto-destaques {
    font-size: 20px;
  }
  
  .textae {
    font-size: 16px;
    padding: 15px;
  }
  
  .slide-nav {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .carousel-wrapper {
    padding: 0 0px;
  }
  
  .texto-destaques {
    font-size: 18px;
  }
  
  .textae {
    font-size: 14px;
    padding: 10px;
  }
  
  .slide-nav {
    width: 0px;
    height: 0px;
    font-size: 0px;
    display: none;
  }
}


.mobile-banner-ads-container{
  border-top: #f27e18 solid 1px;
  border-bottom: #f27e18 solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px !important;
  
}

.mobile-banner-ads-container div{
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 7px;
}
.mobile-banner-ads{
  margin: auto;
  text-align: center;
  width: 300px;
}


.wpp-list{
		display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
		
	}
.wpp-list li{
	width: 22%;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	overflow: hidden;
	margin: 1px;
}
.wpp-list li:hover{
	opacity: 70%;
}

.wpp-post-title{
	font-size: 13px;
	padding: 10px;
	display: flex;
	justify-content: center;
}


@media only screen and (max-width: 650px) {
	
	.wpp-post-title{
			font-size: 11px;
	}
	
	.wpp-list li{
			width: 49%;
	}

	
}

@media only screen and (min-width: 650px) and (max-width: 1080px) {

	.wpp-list li{
			width: 30%;
	}

	
}


.relpost-block-container{
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.relpost-custom-block-single {
	border-radius: 25px;
	border: 3px solid white;
	overflow: hidden;
}





