/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 1399px 
* ----------------------------------------------------------------------------
 */
@media(max-width:1399px) {
    /** Bloco "FOOTER" */
    footer h2 { font-size: 2.2rem; }
}



/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 1199px 
* ----------------------------------------------------------------------------
 */
@media(max-width:1199px) {
    /** Bloco "DESTAQUE" */
    .destaque-content { padding: 4rem 5rem; }
    .destaque-content h2 { font-size: 2.2rem; }

    /** Bloco "BENEFICIOS" */
    .beneficios { padding-top: 2rem; }
    .beneficios h2 { font-size: 2rem; }
    .beneficios article { height: initial; }

    /** Bloco "PRODUTOS" */
    .produtos { padding-top: 3rem; }
    .produtos h2 { font-size: 2.3rem; }
    .produtos h3 { font-size: 1.4rem; }
}



/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 991px 
* ----------------------------------------------------------------------------
 */
@media(max-width:991px) {
    /** Bloco "MAIN" */
    .main-content { padding-right: 1rem; }
    .main-content h2 { font-size: 2.1rem; }

    /** Bloco "SOBRE NOS" */
    .sobre-nos { padding-top: 1rem; padding-bottom: 1rem; }
    .sobre-nos .img-sobre { width: 80%; margin: 0 10%; }

    /** Bloco "DESTAQUE" */
    .destaque-content { padding: 3rem 3rem; }
    .destaque-content h2 { font-size: 2rem; }

    /** Bloco "PAINEL ADMIN" */
    .painel-admin { padding-top: 1rem; }
    .painel-admin h2 { font-size: 2.3rem; margin-bottom: 2rem;  }
    .painel-admin p { font-size: 1.4rem; }

    /** Bloco "SISTEMA STARTY HUB" */
    .starty-hub .container { padding: 3rem 2.5rem; }
    .starty-hub h2 { font-size: 2rem; }
    .starty-hub p { font-size: 1.2rem; }
    .starty-hub-print { margin-bottom: 2rem; }

    /** Bloco "FOOTER" */
    footer h2 { font-size: 1.7rem; }
    footer p { font-size: 1.2rem; }
    footer ul li { font-size: 1.2rem; }
    footer ul li svg { font-size: 1.4rem; margin-right: 8px; }
    footer form { padding: 3rem 1.5rem; }
}



/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 767px 
* ----------------------------------------------------------------------------
 */
@media(max-width:767px) {
    /** Bloco "MAIN" */
    .main-content { padding-right: 0rem; }
    .main-content h2 { font-size: 2rem; }
    .main img { margin-bottom: 2rem; }

    /** Bloco "SOBRE NOS" */
    .sobre-nos .img-sobre { width: 90%; margin: 0 5%; }
    .sobre-nos-content { padding-left: 0rem; }
    .sobre-nos-content h2 { font-size: 1.9rem; }
    .sobre-nos-content h2 span { font-size: 2rem; }

    /** Bloco "DESTAQUE" */
    .destaque-content { padding: 3rem 2rem; }
    .destaque-content h2 { font-size: 1.75rem; }

    /** Bloco "BENEFICIOS" */
    .beneficios h2 { font-size: 1.5rem; font-weight: 700; }
    .beneficios article { height: initial; }
    .beneficios article h3:not(.beneficios-content__item h3) { font-size: 1.45rem; }

    /** Bloco "PRODUTOS" */
    .produtos { padding-top: 2rem; }
    .produtos h2 { font-size: 2rem; padding-left: 15px; padding-right: 15px; }
    .produtos h3 { font-size: 1.2rem; padding-left: 15px; padding-right: 15px; }

    /** Bloco "SISTEMA STARTY HUB" */
    .starty-hub .container { padding: 3rem 2rem; border-radius: 1rem; }
    .starty-hub h2 { font-size: 1.5rem; }
    .starty-hub p { font-size: 1.15rem; margin-bottom: 0; }

    /** Bloco "FOOTER" */
    footer form { margin-top: 2rem; }
}



/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 575px 
* ----------------------------------------------------------------------------
 */
@media(max-width:575px) {
    /** Bloco "DESTAQUE" */
    .destaque-content { padding: 2rem 1rem; border-radius: .5rem; }
    .destaque-content h2 { font-size: 1.4rem; }

    /** Bloco "SISTEMA STARTY HUB" */
    .starty-hub .container { padding: 3rem 1.5rem; border-radius: .5rem; }
}



/**
 * ---------------------------------------------------------------------------- 
 * Media Queries para dispostivos até 449px 
* ----------------------------------------------------------------------------
 */
@media(max-width:449px) {
    .navbar .navbar-brand .img-fluid { max-width: 180px; }

    /** Bloco "MAIN" */
    .main-content h2 { font-weight: 700; font-size: 1.5rem; }
    .main-content p { font-size: 1.15rem; }
    .main-content .btn-animated { padding: 18px 1.2rem; }

    /** Bloco "SOBRE NOS" */
    .sobre-nos .img-sobre { width: 100%; margin: 0%; }
    .sobre-nos-content h2 { font-size: 1.6rem; }
    .sobre-nos-content h2 span { font-size: 1.7rem; }
    .sobre-nos-content p { font-size: 1.15rem; }

    /** Bloco "BENEFICIOS" */
    .beneficios h2 { font-size: 1.3rem; }
    .beneficios article h3:not(.beneficios-content__item h3) { font-size: 1.25rem; }
    .beneficios article { padding: 2rem 2rem; border-radius: 1rem; min-height: initial; }
    .beneficios-content { padding-right: 0rem; }
    .beneficios-content__item h3 { font-size: 1rem; padding: 8px 16px; }

    /** Bloco "PRODUTOS" */
    .produtos { padding-top: 1rem; }
    .produtos h2 { font-size: 1.75rem; }
    .produtos h3 { font-size: 1.15rem; }
    .produtos .btn-animated { padding: 18px 1rem; font-size: 1.15rem; }

    /** Bloco "PAINEL ADMIN" */
    .painel-admin h2 { font-size: 1.8rem; margin-bottom: 2rem;  }
    .painel-admin p { font-size: 1.2rem; }

    /** Bloco "SISTEMA STARTY HUB" */
    .starty-hub h2 { font-size: 1.4rem; }
    .starty-hub p { font-size: 1.1rem; margin-bottom: 0; }
    .starty-hub ul li { font-size: 1.05rem; }

    /** Bloco "FOOTER" */
    footer h2 { font-size: 1.5rem; }
    footer p { font-size: 1.1rem; }
    footer ul li { font-size: 1.1rem; }
    footer ul li svg { font-size: 1.3rem; }
    footer form { padding: 2.5rem 1.25rem; }
    footer .btn-animated { padding: 18px 1rem; }
}
