/*
 Theme Name: Integra Saude Digital
 Theme URI:    
 Description:
 Author:
 Author URI:   
 Template:     
 Version:
 License:      
 License URI:  
 Tags:         
 Text Domain:  
*/

.wp-block-image {
  text-align: center;
}

.aligncenter {
  margin: 0 auto 15px auto;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  margin: 0 auto 15px auto;
}

.wp-caption-text {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  color: #7c7c7e;
  font-size: 14px;
  line-height: 18px;
}

.materia-conteudo img {
  max-width: 100%;
  height: auto !important;
}

.wp-caption {
  margin-bottom: 20px;
  width: auto !important;
  height: auto !important;
}

.wp-post-image {
  margin-bottom: 10px;
  border-radius: 6px;
  max-width: 100%;
}

.slider-conteudo {
  height: auto;
  max-height: 600px;
  background-color: #222;
  margin-bottom: 50px;
}

.slider-conteudo .w-slider-mask {
  height: auto;
  max-height: 600px;
}

.slider-conteudo .w-slide {
  height: auto;
  max-height: 600px;
  text-align: center;
}

.slider-conteudo .w-slide img {
  height: auto;
  max-height: 600px;
  margin: auto;
}

.slider-conteudo .slider-caption {
  width: 100%;
  color: #fff;
  position: absolute;
  padding: 5px 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5)
}

.slider-conteudo .w-slider-nav {
  bottom: -40px;
}

.paginacao {
  display: block;
  clear: both;
  text-align: center
}

.paginacao li {
  display: inline-block;
}

.paginacao li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #1d3877;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.paginacao li a:hover {
  opacity: 0.85;
  color: #fff;
}

.paginacao li.active a {
  opacity: 0.85;
  color: #fff;
}

.paginacao-list {
  margin-top: 20px;
  text-align: center;
}

.paginacao li {
  display: inline-block;
  text-decoration: none;
}

.paginacao i {
  font-style: normal;
}

.wp-post-image {
  margin-bottom: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  
}

@media screen and (max-width: 767px) {
  .wp-post-image {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  
}