/*noticia individual*/
#carousel-5905 .owl-item{
widght:150px;
height:490px;
background-color: white;
border-radius:5px;
-webkit-box-shadow: 0px -1px 8px 0px rgba(92,87,87,0.41);
-moz-box-shadow: 0px -1px 8px 0px rgba(92,87,87,0.41);
box-shadow: 0px -1px 8px 0px rgba(92,87,87,0.41);
}

/*noticia individual margin de todos os elementos*/
#carousel-5905 div .item-inner{
 font-family: 'Montserrat', sans-serif;
}

 .item-inner img{
border-radius:0px 0px 5px 5px;
}

/*titulo*/
#carousel-5905 div .owl-item h5{
color:#1F9EB4;
 font-family: 'Montserrat', sans-serif;
}
/*exerto*/
 .item-inner {
margin-left:10px;
margin-right:10px;}

/*botao ler mais*/
#carousel-5905 .owl-btn-wrapper a{
padding: 5px 10px 5px 10px;
font-size: 1.125em;
 font-family: 'Montserrat', sans-serif;
}

/*dots*/
#carousel-5905 .owl-dot {
    display: inline-block;
    width:28px;
    height:28px;
    margin: 0 5px;
    position: relative;
  }

#carousel-5905 .owl-dot span {
 display: block;
 width: 16px;
 height: 16px;
 border-radius: 50%;
 border: 2px solid #1987a3;
 background-color: #ffffff;
  }

#carousel-5905 .owl-dot.active span {
    background-color: #1987a3;
    border: 2px solid #1987a3;
  }

#carousel-5905 a{
color:#ffffff;
}

/*Contador página inicial*/
.pe-counter-title{
color:#1987a3;
font-weight:bold;
}

.pe-article-content p a,
.pe-article-content li a{
font-weight:bold;
}

/*sassy social share*/
.heateor_sss_whatsapp:before {
    transform: translate(-100%, 0);
    transition: transform 0.3s;
}

.heateor_sss_whatsapp:hover:before {
    transform: translate(0, 0);
}

.heateor_sss_whatsapp:hover i {
    animation: tremor 0.5s infinite;
    transform: translate(-2px, -2px);
}


/*Quebra de linha links*/
.wp-block-social-link-label {
  display: block;
  word-break: normal;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

/*Icon dos links*/
.wp-block-social-link-label {
  display: block !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.2 !important;
}

.wp-block-social-link-label svg {
  width: 24px !important; 
  height: 24px !important; 
  vertical-align: middle !important;
}