<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">                    h1,h2,h3,h4{ font-size: 20px; font-weight: bold; margin-bottom: 30px  ; font-family: 'Noto Sans', sans-serif;
                        ;}
                    h1{ color: #ffd038; }
                    h2{ color: #afef59; }
                    h3{ color: #fe78e8; }
                    h4{ color: #ff9e70; }
.session_container  p { color:white; font-size: 14px;     line-height: 20px; font-family: 'Noto Sans', sans-serif;
}



/*********************************************************************/
/* navbar */
.navbar{ height: 156px ; background-color: #f2f2f2; display:flex; align-items: center; justify-content: center;}

/*********************************************************************/
/* items isolados */

.session_container     { margin-top: 50px ; display: flex;justify-content: center;  margin-left: auto ; margin-right: auto  ; }
.session_container.mb-1{ margin-bottom: 50px ; }
    .card_section{  width: 850px ; height: 330px; padding: 30px; }
    .side_section{ width: 195px; display: flex; align-items: center; justify-content: center; flex-direction: column;}

.session_container .limit_1{ max-width: 280px;}
.session_container
    .categoria {  padding: 17px; background-image: url(./../img/categoria.png); color: #2d4b59;
                  font-size: 16px; margin:7px;width: 137px;height: 97px;text-align: center;font-weight: bold;; }


.conteudos{ font-size: 24px ; padding: 40px; font-weight: bold; }

/*********************************************************************/
/* footer */
footer { padding-top: 5px;  clear: both; }
    footer   img  { width: fit-content;}
    footer   span {      color: #ffd200;  padding-right: 10px;  font-size: 14px;  font-weight: bold; }
    footer   .rodape      { max-width: 625px; margin: auto; }
    footer   .rodape   
                     span { margin-top: -4px ;}
             .footer_fundo{ background: #395e6f; padding: 10px; }

.copy  {padding: 10px; font-weight: normal; background: #6b8693; font-family: 'Montserrat' , sans-serif; color:white; font-size: 11px ; }
.copy 
      a{ color:white; }
     
    


@media(min-width: 1000px){
    .footer_fundo .alinhar_correto{ display: flex; align-items: center; justify-content: center; }
}

@media(max-width: 1000px)
{ 
    .session_container { margin: 0px ; margin-bottom: 40px ;     background-size: 835px; justify-content: flex-start;  }
    .session_container 
        .categoria     {  width: 120px; font-size: 14px; padding: 5px 0 0 0 ; height: 90px; 
                        background-size: contain;  background-repeat: no-repeat; margin:0 0 10px 0 ;  }

        .card_section  { width: auto; background-size: cover; height: auto; padding: 20px ; position: relative; }
        .side_section  { margin: auto;      margin-right: 7px; width: 160px;     margin-top: -275px;  } 
        .side_section
                figure { border-radius: 5px; overflow: hidden;;}
                
                
        .side_section  { position: absolute;right: 10px; margin-right: -16px;}       
                
    /* .session_container{ flex-direction: column;} */
   footer .prod { padding-bottom:10px; }
 
}</pre></body></html>