
        .content {
            background: white !important;
            width: 100% !important;
        }

        @media screen and (max-width: 800px) {
            .fass{
            padding: 0px;
            }
            .text-imagenes1 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .text-imagenes1 .texto, .text-imagenes1 .imagenes {
                width: 100%;
                text-align: center;
            }

            .text-imagenes1 .texto p {
                font-size: 14px;
            }

            .text-imagenes1 .texto h3 {
                font-size: 16px;
            }

            .hanamika {
                padding: 12px;
                text-align: center;
            }

            .navbar-header .navbar-brand {
                font-size: 14px;
            }

            .navbar-buttons button {
                width: 100%;
                padding: 10px;
                font-size: 14px;
            }

            .audi h2 {
                font-size: 18px;
            }

            .audi p {
                font-size: 14px;
            }

            .imagenes2 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .imagenes2 a {
                width: 100%;
                margin-bottom: 15px;
                text-align: center;
            }

            .imagenes2 img {
                width: 100%;
                height: auto;
            }
        }
