@media (max-width: 1440px) {

    .card1-hover-content li {
        font-size: 1.2rem;   
    }

    .card1-hover-content p{
        font-size: 15px;
    }

    .tab-btn svg,
    .tab-btn.active svg {
        width: 16vw;
    }

    .tab-btn,
    .tab-btn.active{
        font-size: 18px;
    }

    footer .horarios{
        width: 24vw;
    }
    .footer-icons {
        width: 24vw;
    }

    .container,
    .container2,
    .container3 {
        font-size: 16px;
    }
    .card {
        font-size: 16px;
    }

    .sobre-texto {
        width: 40vw;
        font-size: 1.2rem;
        box-sizing: border-box;
    }

    .sobre-texto h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    html {
        scroll-behavior: smooth;
        font-size: 16px;
    }

    header {
        height: 13vh;
        justify-content: space-between;
        padding: 0 2px;
    }

    header img {
        width: 12vw;
        max-width: 60px;
        height: auto;
    }

    nav {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    nav .caminhos {
        color: #fff;
        position: relative;
        cursor: pointer;
        transition: 0.4s ease-in-out;
    }

    nav .caminhos:hover {
        color: #CBA642;
    }

    footer {
        background-color: #000000;
        color: #ffffff;
        padding: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    footer .logo-copy img {
        width: 15vw;
        max-width: 80px;
        height: auto;
    }

    footer .logo-copy {
        width: 100%;
    }

    footer .logo-copy p {
        font-weight: 500;
        font-size: 1.1rem;
    }

    footer svg {
        width: 25px;
        margin-top: 10px;
        transition: 0.4s;
        fill: #ffffff;
        cursor: pointer;
    }

    footer svg:hover {
        fill: #CBA642;
    }

    footer a {
        color: #ffffff;
        font-size: 1rem;
        display: block;
    }

    .logo-footer {
        margin: auto;
    }

    footer .contatos {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .footer-icons {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .horarios {
        word-wrap: break-word;
        text-align: center;
        font-size: 1rem;
        width: 100%;
    }

    .agrupar-contatos {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin-bottom: 2%;
        box-sizing: border-box;
    }

    .container,
    .container2,
    .container3 {
        width: 90vw;
        max-width: 600px;
        padding: 15px;
        font-size: 16px;
        text-align: center;
        flex-direction: column;
        box-sizing: border-box;
        display: flex;
    }

    .container2 {
        text-align: left;
    }

    .container2 img {
        width: 20vw;
        margin-top: 2%;
    }

    .porfavor {
        width: 32vw;
    }

    iframe {
        width: 90vw;
        max-width: 600px;
        height: 40vh;
        border: none;
        box-sizing: border-box;
    }

    .primeira-divisao {
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
    }

    .primeira-divisao img {
        width: 80vw;
        max-width: 400px;
        height: auto;
        margin-top: 4%;
    }

    .sobre-texto {
        width: 90vw;
        font-size: 1.2rem;
        box-sizing: border-box;
    }

    .sobre-texto h1 {
        font-size: 2rem;
    }

    .m-v-v {
        flex-direction: column;
        align-items: center;
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }

    .card1 {
        width: 100vw;
        height: 25vh;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .card1-content {
        padding: 5px;
    }

    .card1-content h1 {
        font-size: 2.5rem;
    }

    .card1-content svg {
        width: 15vw;
        max-width: 100px;
        height: auto;
        margin-bottom: 1%;
    }

    .card1-hover-content {
        font-size: 1rem;
    }

    .card1-hover-content li {
        font-size: 1.2rem;
        padding-left: 20px;
        text-align: left;
    }

    .home-page {
        align-items: center;
        display: flex;
        box-sizing: border-box;
    }

    .texto-home {
        width: 90vw;
        text-align: center;
        box-sizing: border-box;
    }

    .texto-home h1 {
        margin-bottom: -20px;
        font-size: 100px;
    }


    .texto-home h2 {
        font-size: 30px;
    }

    .texto-home p {
        font-size: 15px;
        text-align: center;
    }

    .home-page img {
        width: 50vw;
        max-width: 500px;
        height: auto;
        margin-top: 9%;
        object-fit: cover;
        object-position: top;
    }

    .saiba-mais button {
        width: 60vw;
        max-width: 200px;
        font-size: 1rem;
        box-sizing: border-box;
    }

    .tabs {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        display: flex;
        box-sizing: border-box;
    }

    .tab-btn {
        width: 30vw;
        font-size: 1rem;
        height: 10vh;
        padding: 10px;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        box-sizing: border-box;
    }

    .tab-btn.active svg {
        max-width: 60px;
        height: auto;
    }

    .tab-container {
        max-width: 90vw;
        box-sizing: border-box;
    }

    .tab-content {
        align-items: center;
        display: flex;
        box-sizing: border-box;
        max-width: 60vw;
    }

    .card {
        width: 25vw;
        max-width: 300px;
        font-size: 1rem;
        height: 8vh;
        padding: 20px;
        box-sizing: border-box;
    }

    h1 {
        font-size: 2rem;
    }

    .category-toggle {
        align-items: center;
        text-align: center;
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }

    .paredinha,
    .paredinha1 {
        width: 30vw;
        height: 0;
    }
}

@media (max-width: 1024px) {

    .container,
    .container2,
    .container3 {
        width: 90vw;
        max-width: 490px;
        padding: 5px;
        font-size: 14px;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .porfavor {
        width: 20vw;
    }

    .card1-hover-content {
        font-size: 17px;
    }

    .card1 {
        height: 42vh;
    }

    .card1-content h1 {
        font-size: 60px;
    }

    .card {
        font-size: 18px;
    }

    .card1-hover-content li {
        font-size: 24px;
    }

    .horarios {
        width: 21vw;
    }

    .saiba-mais button {
        width: 17vw;
    }

    .texto-home p {
        font-size: 23px;
    }

    .primeira-divisao img {
        width: 40vw;
    }

    .sobre-texto h1 {
        font-size: 25px;
    }

    .sobre-texto {
        font-size: 20px;
    }

    iframe {
        max-width: 490px;
    }
}

@media (max-width: 425px) {

    footer .horarios{
        width: 70vw;
    }
    .footer-icons {
        width: 70vw;
    }

    .container3 svg,
    .container2 svg,
    .container svg {
        width: 25px;
    }

    .container3 a {
        font-size: 12px;
    }
    .container3 {
        gap: 1%;
    }

    .container2 img {
        width: 30vw;
    }

    .porfavor {
        width: 80vw;
    }
    .container3,
    .container2,
    .container {
        height: 33vh;
    }

    .container{
        margin-top: 2%;
    }
    .paredinha,
    .paredinha1 {
        width: 60vw;
    }

    .tab-btn {
        flex-direction: column;
    }

    .tab-btn svg,
    .tab-btn.active svg {
        width: 15vw;
    }
    .card {
        font-size: 12px;
        width: 26vw;
    }
    .tab-btn,
    .tab-btn.active {
        font-size: 14px;
        padding: 2px;
    }

    .saiba-mais button{
        width: 30vw;
        height: 2vh;
        font-size: 12px;
    }
    .texto-home p{
        font-size: 16px;
        text-wrap: wrap;
        text-align: left;
    }
    .texto-home {
        margin-top: -5%;
    }
    .home-page img{
        margin-top: 17%;
        height: 25vh;
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
    .texto-home h1{
        font-size: 60px;
        margin-bottom: -14px;
    }
    .texto-home h2{
        font-size: 22px;
    }
    .home-page {
        flex-direction: column-reverse;
    }
    iframe{
        height: 33vh;
    }
    nav {
        font-size: 10px;
        gap: 0;
        flex-wrap: nowrap;
    }
    header {
        margin-top: -9px;
        height: 9vh;
    }
    nav .caminhos {
        margin: 5px;
    }

    .sobre-texto h1 {
        font-size: 20px;
    }
    .sobre-texto {
        font-size: 16px;
    }
    .primeira-divisao img {
        width: 55vw;
    }

    .card1 {
        height: 30vh;
    }
    .card1-hover-content p {
        font-size: 14px;
    }
    .card1-hover-content li {
        font-size: 20px;   
        text-align: center;
    }
    .card1-content svg {
        width: 20vw;
    }
    .card1-content {
        padding: 15px;
    }

    .agrupar-contatos {
        margin-top: 4%;
    }
}
