.banner-topo {
    position: relative;
    width: 100%;
    height: 350px;
    background-image:url('imagens/banner-catalogos.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.banner-topo::after {
    content:"";
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.4);
}
.banner-topo h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 76px;
  padding: 15px 10px 0px;
}
.catalogo-full {
    width: 100%;
    padding: 40px 0;
}

.catalogo-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.catalogo-text {
    flex: 1;
    min-width: 250px;
    margin-right: 20px;
    margin-left: 20px;
}

.catalogo-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align: left;
}

.catalogo-text p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}


@media(max-width: 768px) {
    .catalogo-box {
        flex-direction: column;
        text-align: center;
    }
    .catalogo-text {
        margin: 0 0 20px 0;
    }
    .catalogo-img {
        max-width: 100%;
    }
}

.catalogo-card {
    width: 280px;   
    margin: 20px;
    display: inline-block;
    vertical-align: top;
}

.catalogo-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.catalogo-img img {
    width: 100%;
    display: block;
}

.catalogo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.6);
    width: 90%;
}

/* Título dentro da imagem */
.catalogo-titulo {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

/* botão dentro da imagem */
.btn-overlay {
    background: #54ae2b; 
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-overlay:hover {
    background: #3a7d1d;
}

@media (max-width: 768px) {
    .catalogo-overlay {
        padding: 12px 20px; 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 8px; 
    }
        .catalogo-text{
        padding: 0px 20px;
    }
}

@media (max-width: 480px) {
    .catalogo-overlay {
        padding: 14px 25px;
    }
    .catalogo-titulo {
        font-size: 12px;   
    }
    .btn-overlay {
        font-size: 12px;
        padding: 6px 12px;
    }
}

        .wrapper1{
                width: calc(100% - 60px);
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
    z-index: 200;
    position: relative;
    align-content: center;
        }

.catalogo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;  
    align-items: center;    
    justify-content: center;  
    background: rgba(0,0,0,0.6);
    text-align: center;
}

.catalogo-titulo {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px; 
}

.btn-overlay {
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    transition: 0.3s;
}

.catalogo-card {
    width: 300px;          /* largura fixa */
    height: 400px;         /* altura fixa */
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    background: #f0f0f0;
}

.catalogo-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.catalogo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

@media screen {
    
}