header .header-nav h1 span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}



/* -------------------------------------------------------------------
 * PAGINA LISTA OS MATERIAIS EDUCATIVOS DISPONIVEL
 * -----------------------------------------------------------------*/
 #material * { color: #0a377e; }
 /*
 #material .material_content {
    display: flex;
    justify-content: center;
 }
 */

 #material .div-btn a {
    background: #0a377e;
    color: #ffffff !important;
    padding: 1rem 5rem;
    font-size: 1.4em !important;
    font-family: 'Telex', sans-serif;
    margin-bottom: 0%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    border-radius: 90px;
    border: 2px solid #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
 }

 #material article { 
    text-align: center; 
    border: 2px solid #0a377e;
    border-radius: 10px;
    padding: 1rem 1rem 2rem;
    margin: 2rem 0 1rem;
}
#material article .material-capa {
    width: 100%;
    height: auto;
}
#material article .material-capa  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#material article h3 { 
    color: #0a377e;
    margin: 1rem 0 2rem;
    font-size: 2rem;
    min-height: 60px;
    font-weight: 600;
}
#material article .btn_style__primary { 
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 3rem;
    background: #3684ff;
    color: #FFF;
}

@media (max-width: 767px) {
    #material article { margin: 2rem 0 0; }
}


/* -------------------------------------------------------------------
 * HEADER
 * -----------------------------------------------------------------*/
#header-material .header-nav { 
     position: initial; 
     background: #FFF; 
     padding: 2.5rem; 
     text-align: center; 
}
#header-material .header-nav .img-fluid { 
    max-width: 380px; 
}

@media (max-width: 449px) {
    #header-material .header-nav .img-fluid { max-width: 200px; }
}


 /* -------------------------------------------------------------------
 * PAGINA FORMULARIO LEAD
 * -----------------------------------------------------------------*/
 #material #lead {
     background: #e7e7e7;
     padding: 4rem 0;
 }
 #material #lead span {
    font-size: 1.5rem;
    font-weight: 500;
 }
 #material #lead h2 {
     color: #0a377e;
     font-size: 3rem;
     font-weight: bold;
     margin: 1rem 0 2.2rem;
 }
 #material #lead img {
    border: 10px solid #3684ff;
    border-radius: 20px
 }
 #material #lead .form-content * { color: #FFF !important; }
 #material #lead .form-content input.form-control  { color: #333!important; }
 #material #lead .form-content {
    background: #0a377e;
    font-weight: 500;
    padding: 3rem 2em;
    border-radius: 2rem;
 }
 #material #lead .form-content span {
     display: block;
     margin-bottom: 2.5rem;
     font-size: 1rem;
     font-weight: normal;
 }
 #material #lead .btn_style__secondary {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 14px 2rem;
    border-radius: .5rem;
    margin-top: 1rem !important;
    background: #3684ff;
    transition: .3s !important;
 }
 #material #lead .btn_style__secondary:hover {
    background: #3073e0;
    transition: .3s;
}

#material #info-adicional {
    padding: 4rem 0;
}
#material #info-adicional p, #material #info-adicional div {
    font-size: 1.3rem;
}

#material #copy {
    padding: 1rem 0;
}


@media (max-width: 767px) {
    #material #lead .form-content {
        margin-top: 3rem;
    }
}

@media (max-width: 449px) {
    #material #lead { padding: 3rem 0; }
    #material #lead h2 { font-size: 2.2rem; }
    #material #lead .form-content { padding: 2.5rem 1.25em; border-radius: 1rem; }
    #material #lead .form-content span { margin-bottom: 2rem; }
}



 /* -------------------------------------------------------------------
 * PAGINA DOWNLOAD
 * -----------------------------------------------------------------*/
 #material #obrigado {
    background: #e7e7e7;
    padding: 5rem 0;
}
#material #obrigado h2 { 
    color: #0a377e;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

#material #material-download * { color: #FFF !important; }
#material #material-download {
    padding: 3rem 0;
    background: #0a377e; 
    
}
#material #material-download h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 2rem;
}
#material #material-download img {
    border: 10px solid #3684ff; 
    border-radius: 20px
}
#material #material-download .btn_style__secondary {
    font-size: 1.8rem;
    border-radius: .5rem;
    font-weight: bold;
    padding: 15px 2rem;
    margin-top: 2rem !important;
    display: inline-block;
    background: #3684ff;
    transition: .3s;
}
#material #material-download .btn_style__secondary:hover {
    background: #3073e0;
    transition: .3s;
}



@media (max-width: 449px) {
    #material #obrigado { padding: 3rem 0; }
    #material #obrigado h2 { font-size: 1.9rem; }
    #material #material-download h2 { font-size: 2.2rem; }
    #material #material-download .btn_style__secondary { font-size: 1.35rem; padding: 12px .75rem; }
}