body {
    background-color: white;
    text-align: center;
}

h3 {
    padding: 10px 0;
    text-align: left;
}

section {
    display: block;
    padding-top: 45px;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    min-width: 1200px;
}

.slide-controller:checked ~ .slide-show .slider {
    transition: left 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.slide-show {
    overflow: hidden;
}

.slider {
    --selected-item: 0;
    --total-items: 4;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    position: relative;
    left: calc(var(--selected-item) * -100%);
    width: calc(var(--total-items) * 100%);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

.StarHolder i {
    color: rgb(255, 98, 0);
}

#slider-imagens {
    margin-top: 0;
}

#slider-imagens > div {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 500px;
}

.slide {
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.slide.slide-01 {
    background-image: url('../img/home/foto1.jpg');
}

.slide.slide-02 {
    background-image: url('../img/home/foto2.jpg');
}

.slide.slide-03 {
    background-image: url('../img/home/foto3.jpg');
}

#produtos-recomendados .produtos a img {
    width: 350px;
    height: auto;
}

#marcas-trabalhadas .img-pets {
    width: 70%;
    padding: 15px 25px;
}

#marcas-trabalhadas .marcas {
    display: flex;
    width: 100%;
    text-align: center;
}

#marcas-trabalhadas .marca {
    display: inline-block;
    width: 33.3%;
    margin: 0;
    padding: 15px 0;
    border: 1px solid var(--peach);
}

#marcas-trabalhadas .marca a {
    display: block;
    width: 100%;
    height: 100%;
}

#marcas-trabalhadas .marca img {
    width: auto;
    max-height: 155px;
    position: relative;
    margin: auto;
    padding: 0;
}

.ongs {
    display: flex;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.ong {
    display: inline-block;
    width: 100%;
    height: 80px;
    margin: 0;
}

.ong a {
    display: block;
    width: 100%;
    height: 100%;
}

.ong a img {
    width: auto;
    max-height: 100%;
    position: relative;
    margin: auto;
    padding: 0;
}


#produtos-recomendados .produtos {
    display: flex;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


#produtos-recomendados .produtos .produto img {
    width: auto;
    max-height: 300px;
    padding: 10px;
}

#produtos-recomendados .produtos .produto {
    display: inline-block;
    max-width: 33%;
    margin: 5px 15px;
    border: 1px solid var(--peach);
    border-radius: 5px;
    padding: 10px;
}

#produtos-recomendados {
    padding: 0;
}