/* Start custom CSS for html, class: .elementor-element-4e94704 *//* CSS de outras partes */
.flexcontainer{
    
}

.flexcoluna {
  width: 100%;
  padding: px;
  box-sizing: border-box;

  display: grid;
  
  
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));  
  
}

.colunaInfo{
    gap: 0px;
}

.titulosInfo{
    font-weight: 500;
    
}

h1{
    font-size: clamp(1em, 1.6em + 1vw, 1.6em);
}

.imageInfo {
  width: 100%;
  height: 100px;
  max-height: 250px;
  object-fit: scale-down;

  
  border-color: #000;
  border-width: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06b7c68 */.gallery {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;

  display: grid;
  gap: 20px;

grid-template-columns: repeat(auto-fit, 200px)
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-067e46a */.blog {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;

  display: grid;
  gap: 20px;
  
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 600px), 1fr));  
  
}

.post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-title {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
}/* End custom CSS */