/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 15:07:16 */
@media (min-width: 1025px) {
	.carrossel__dowloads_list .jet-listing-dynamic-repeater__items {
        display: flex;
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
	
	.carrossel__dowloads_list .jet-listing-dynamic-repeater__item {
    max-width: 32% ! IMPORTANT;
    width: 32% !important;
	}
			
	
}

.link_card {
  border-top: 3px solid #ffffff;
  background: #f5f5f5;
  border-radius: 18px;
  padding: 28px 32px;
  display: block;
  align-items: flex-start;
  box-sizing: border-box;
  text-align: left;
  height: 180px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.link_card img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.link_card p {
  color: #4B5A68;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  	.carrossel__dowloads_list .jet-listing-dynamic-repeater__items {
        display: flex;
        gap: 16px;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
	
	/*.carrossel__dowloads {
    display: block !important;
  	}
  .carrossel__dowloads .link_url {
    flex: 0 0 100% !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 16px 0 !important;
    clear: both !important;
  }
  .link_card {
    width: 100% !important;
  }*/

}

.elementor-element-704d2ec a.elementor-button:hover svg path {
  stroke: white !important;
}
.carrossel__dowloads .jet-listing-grid__slider .jet-slick-dots li {
  border: 1px solid #F6B181 !important;
}
.button_svg_blue .jet-listing-dynamic-link__link:hover svg path {
  stroke: #0DD3AD !important;
  transition: stroke 0.3s ease;
}


