
    /* Adicione no início do seu CSS */
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Garanta que todos os elementos respeitem a largura da viewport */
    .container, .container-fluid {
       
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }


        /* Aplica apenas no iPad 9 em modo retrato */
        @media only screen and (max-width: 768px) and (orientation: portrait) {
            .textfont {
                font-size: 1rem !important;
            }

            .sobreimg {
                background-image: url('assets/imgs/sobre.png');
                height: 6vh !important;
            }

            .elemtmobile {
                margin-top: 15px
            }

            .sobrespace {
                margin-top: 5vh !important;

            }
            .mobilespacecontact{
                 margin-top: 8vh !important;
            }
            .element2{
                height: 40vh;
            }
           
        }

        /* Aplica apenas no iPad 9 em modo paisagem */
        @media only screen and (max-width: 1080px) and (orientation: landscape) {
            .textfont {
                font-size: .9rem !important;
            }

            .sobrespace {
                margin-top: 5vh !important;

            }
        }



        .show {
            display: block !important;
            /* Mostra o menu */
            opacity: 1;
            /* Garante que o menu seja totalmente visível quando exibido */
        }

        .textplayfair {
            font-family: "Playfair Display", sans-serif;
        }

        body {
            font-size: 16px;
        }

        .contact {
            background-image: url('assets/imgs/transparencia.png');
            background-size: cover;
            background-position: 0 0;
            /* Posição inicial */
            min-height: 50vh;
        }

        .bockcontabil {
            background-image: url('assets/imgs/transparencia.png');
            background-size: cover;
            background-position: 0 0;
            /* Posição inicial */
        }

        .sobreimg {
            min-height: 60vh;
            background-size: cover;
            background-position: center center;
            border-radius: 15px;
        }


        .pilares {
            min-height: 33vh;
            background-color: #ffffff;
            border: 1px solid #C5C3C1;
            border-radius: 5px;
            transition: all 0.3s ease;
            font-size: 17px;
        }

        .pilares:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(122, 121, 121, 0.3);
            border-color: transparent;
            background-color: #4e9af1;
            /* Cor azul no hover */
        }

        /* Estilos para quando o card estiver com hover */
        .pilares:hover .text-color,
        .pilares:hover h4 {
            color: white !important;
            /* Texto branco no hover */
        }

        .pilares:hover svg {
            fill: white !important;
            /* Ícone branco no hover */
        }

        #pilar {
            position: relative;
            overflow: hidden;
        }

      

        .pilares:hover .text-color,
        .pilares:hover h4 {
            color: white !important;
        }

        .pilares:hover svg {
            fill: white !important;
        }

        .sobre {

            font-size: 1rem;
        }

        .fontmenu {
            font-size: 1rem;
        }

        .sobrespace {
            margin-top: 20vh;
        }
