/* Click the image one by one to see the different layout */


.owl-carousel .owl-stage {
    /* Garante a desaceleração no final */
    transition-timing-function: ease-out !important; 
    
    /* ZERA e redefine todas as transições para garantir que NENHUMA transição
       adicional (como 'linear') esteja sendo aplicada em paralelo. 
       Isso força a redefinição completa da transição. */
    transition: all 0.8s ease-out !important; 
}

/* Owl Carousel */

.owl-carousel{
	margin-right: 208px;
	min-width: 150%;
}

@media only screen and (max-width: 1201px) {

.owl-carousel{
	margin-right: 0px;
	min-width: 100%;
}
	
.owl-nav{
	visibility: hidden;	
}
	
}

.owl-carousel img, .item a:hover:before{
	border-radius: 25px;
}

.owl-prev {
  background: url('../img/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 45%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('../img/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 45%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
	
	/*border: 1px solid blue;*/
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}


.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}

/* ********** Item texto *********** */
.item.adjust_20092025_1459{
	background-color: #f4f4f4;
	
	min-height: 450px !important;
	
	position: relative;
	
	border-radius: 15px;
}
.item_20092025_1321{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	
	padding: 30px 30px;
	
	border-radius: 15px;
}
.item_20092025_1321 > .p1{	
	width: 100%;
	min-height: 170px;
	border-radius: 15px;
	flex-shrink: 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	margin-bottom: 30px;
}
.item_20092025_1321 > .p1.bk1{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../../img_artigos/1.webp');
}
.item_20092025_1321 > .p1.bk2{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../../img_artigos/2.webp');
}
.item_20092025_1321 > .p1.bk3{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../../img_artigos/3.webp');
}
.item_20092025_1321 > .p1.bk4{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../../img_artigos/4.webp');
}
.item_20092025_1321 > .p1.bk5{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../../img_artigos/5.webp');
}
.item_20092025_1321 > .p2{	
	font-weight: 600;
	line-height: 145%;
	font-size: 26px;
	
	height: 100%;
	
	margin-bottom: 30px;
}
.item_20092025_1321 > .p3{	

}
.item_20092025_1321 > .p3 button {
  border: none;
  background: none;
  padding: 0;
  font: inherit; 
  color: inherit; 
  cursor: default;
  outline: none; 
	
	font-weight: 500;
}
.item_20092025_1321 > .p3 button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.item_20092025_1321 > .p3 button::after {
  content: "\f054"; 
  font-family: "Font Awesome 6 Free"; 
  font-weight: 800;
  margin-left: 0px;
}


@media only screen and (max-width: 1201px) {

	
.item.adjust_20092025_1459{
	min-height: 450px !important;
}	
	
	
}