/* 415px - 430px */
@media (min-width: 415px) and (max-width: 430px) {

    /* STYLE */

    /* STYLE */

    /* section CONTENT HOME 6 */
    section#section-content-home6 {
        padding: 3rem var(--bs-gutter-x, .75rem);
        text-align: center;
    }
    img.img-section-home6 {
        display: none;
    }
    h2.section-content-home6 {
        font-size: 2.55rem;
        background-position: bottom center;
    }
    .box-form-box-section-content-home6 {
        padding: 3rem 1rem 1rem;
    }
    /* section CONTENT HOME 6 */

    /* section CONTENT HOME 7 */
    section#section-content-home7 {
        padding: 3rem var(--bs-gutter-x, .75rem) 0;
        text-align: center;
    }
    .box-testimonial{
        padding: 1.5rem 1.5rem;
    }
    .info-testimonial{
        display: grid;
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .stars-testimonial{
        display: flex;
        margin: 0 auto;
    }
    .number-testimonial{
        padding-left: 0;
    }
    .title-testimonial{
        padding-right: 0;
    }
    /* section CONTENT HOME 7 */

    /* section CONTENT HOME 8 */

    /* section CONTENT HOME 8 */

    /* MODAL CONTENT */
    h2.section-content-servicos2 {
        font-size: 2.35rem;
        padding-bottom: 2rem;
    }
    .box-services-section-content-servicos2 {
        padding: 1rem 0rem 3rem;
    }
    h6.title-section-content-servicos2 {
        font-size: 2.0rem;
    }
    /* MODAL CONTENT */

    /* FOOTER */
    section#footer {
        padding: 3rem var(--bs-gutter-x, .75rem) 4rem;
        text-align: center;
    }
    .social-icons {
        text-align: center;
        padding: 1rem 0rem 1rem;
        justify-content: center;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .box-footer {
        padding: 1.5rem 0;
    }
    h6.title-menu-footer {
        text-align: center;
    }
    .menu-footer-link {
        text-align: center;
        padding: 0.5rem 0;
    }
    .menu-footer-link.link-copyright {
        text-align: center;
        padding: 1rem 0 1rem;
        justify-content: space-between;
    }
    .menu-footer-link.link-icon {
        text-align: center;
    }
    img.icon-color-footer {
        display: inline-block!important;
        float: none!important;
        margin: 0.2rem 0.5rem 0.5rem 0!important;
    }
    /* FOOTER */
}