@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

* {
    font-family: "Didact Gothic", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 75px;
    }
}


.img-top {
    width: 100%;
    height: 300px; 
    background: url(../../imagens/produtos/meek/Humeca-MEEK-Micrograft.jpg) no-repeat center center;
    background-size: cover;
    background-position: center;
}

.img-top p {
    position: absolute;
    top: 25%;
    left: 50px;
    color: white;
    font-size: 3vw;
    text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 768px) {
    .img-top {
        height: 200px;
    }
    .img-top p {
        font-size: 24px; 
        top: 4%;
    }
}
@media screen and (max-width: 600px) {
    .img-top p {
        font-size: 20px; 
        top: 2%;
    }
}


.title {
    padding: 1.5rem 3rem 0.5rem 3rem;
}

.introduction {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: .5rem 3rem 1.5rem 3rem;
}
.introduction > div {
    flex-basis: 50%;  
    text-align: justify;
}

.introduction p  {
    font-size: 14px;
}

@media (max-width: 768px) {
    .title { 
        padding: 1rem 1.5rem 0 1.5rem;
    }
    .introduction {
      flex-direction: column;
      padding: 1rem 1.5rem 0 1.5rem;
    }
    .introduction > div {
      flex-basis: auto;
      padding: 0;
      margin-bottom: 20px;
    }
}


.flexible-production {
    padding: 1.5rem 3rem;
    margin: auto;
}

@media (max-width: 768px) {
    .flexible-production {
        padding: 1rem 1.5rem;
    }
}

.title-1 {
    padding-bottom: 1rem;
}
.conteudo .content {
    display: flex;
    align-items: center; 
}

.conteudo .content a {
    display: block; 
}

.conteudo .content img {
    width: 150px;
    height: 150px;
    margin-right: 20px; 
}

.conteudo .text-1 p {
    font-size: 14px;
    margin-top: 0;
}
@media(max-width: 768px){
    .conteudo {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .conteudo .content {
        flex-direction: column;
    }

    .content img {
        margin-bottom: 20px;
    }
    .conteudo .text-1 {
        width: 100%;
        text-align: start;
    }
}


.middle {
    display: flex;
    padding: 1.5rem 3rem;
    gap: 2.5rem;
}

.middle > div {
    flex-basis: calc(50% - 15px);
    box-sizing: border-box;
}


.topicos ul {
    list-style-type: none;
    padding: 0;
}

.topicos li {
    display: flex;
    margin-bottom: 10px;
}

.topicos li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.topicos-text {
    padding-top: 1.5rem;
}
.topicos span {
    font-size: 14px;
}
.topicos-text p,
#video-text {
    font-size: 14px;
    text-align: justify;
}

#video-title {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .middle {
        flex-wrap: wrap;
    }
    .middle > div {
        flex-basis: 100%;
    }

}

@media screen and (max-width: 768px) {
    .middle {
        padding: 1rem 1.5rem;
    }
    .middle > div {
        flex-basis: 100%;
    }

    .topicos {
        margin-bottom: 25px;
    }

    #video-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #video-text {
        font-size: 14px;
    }

    .video iframe {
        width: 100%;
    }
    .topicos {
        padding-left: 1rem;
        padding-right: 0;
    }
    .topicos-text {
        padding-bottom: 1rem;
    }
}

.casos {
    padding: 1.5rem 3rem;
    max-width: 1200px;
    margin: auto;
}

.cases-options {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; 
}

.cases-options button {
    color: #878484;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #dda254;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1;
}

.cases-options button.selected {
    background-color: #f2d09b;
}

.caso {
    display: none;
    padding-bottom: 20px
}

.caso-selecionado {
    display: block;
}
.casos-de-sucesso {
    background-color: #f2d09b;
    display: flex;
    flex-direction: column;
    border: 2px solid #dda254;
    flex: 1;
}
.casos-de-sucesso img {
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}
.casos-de-sucesso p,
.casos-de-sucesso a {
    padding: 20px;
    font-size: 14px;
}
.cases-options,
.casos-de-sucesso {
    box-sizing: border-box;
}
#caso-1 #italic,
#caso-2 #italic,
#caso-3 #italic {
    font-style: italic;
    padding-left: 20px;
    margin-top: -20px;
}
.casos-de-sucesso a {
    text-decoration: none;
    color: #f29400;
}

@media(max-width: 768px) {
    .casos {
        padding: 1rem 1.5rem;
    }
}


.end {
    display: flex;
    align-items: center;
    gap: 10rem;
    justify-content: space-between;
    padding: 1.5rem 3rem 3rem 3rem;
}

.images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products {
    width: 100%;
}

.products ul {
    list-style: none;
    padding-top: 0.5rem;
    margin: 0;
}

.products li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
}

.products li img {
    margin-right: 10px; 
    max-width: 25px;
    width: 100%;
}

.products a {
    text-decoration: none;
    color:  #f29400;
    padding-bottom: 5px;
}

@media(max-width: 768px) { 
    .end {
        gap: 5rem;
    }
}

@media(max-width: 500px) {
    .end {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 1rem 1.5rem 2rem 1.5rem;
    }
}

@media screen and (min-width: 1500px) {
    .img-top,
    .title,
    .introduction,
    .flexible-production,
    .middle,
    .title-4,
    .casos,
    .end {
        padding: 0px 300px;
    }
}