:root{
    --theme-titulo:  #666666;
    --theme-crianca1: #666666;
    --theme-crianca2: #f8cee6;
    --theme-menu: #ffefb0;
    --theme-cha:#f8cee6;
    --theme-background-menu:#7dafcd;
    --theme-rifa-cor-even: #DAE9F1;
    --theme-rifa-cor-odd:  #A6C9DD;
  }
  
  
    body::after {
      
    }
    
  
    
    
    
    .main-menu .nav-link i{
      font-size:1.5em;
    }
    .main-menu .nav-link{
      white-space: nowrap;
    }
    .principal{
     
      margin-top:30px;
  
    }
    
    .titulo{
      margin-top:20px;
      text-align:center;
    }
    
    .cha{
           font-weight:normal;
           font-size:55px;
           display: inline-block;
    }
    
    .font-cha{
      font-family: 'Lobster', cursive;
    }
    
    
    .crianca{
          
           font-weight:normal;
           font-size:64px;
           padding-top:15px;
           display: inline-block;
    }
    
    .font-crianca{
      font-family: 'Lobster', cursive;
    }
  
  
    .social{
      margin-right: 1vw;
    }
  
    .principal p{
        padding-top:20px;
        padding-left:15px;
        padding-right:15px;
    }
    .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    
    @media (min-width: 767px) {
        .titulo{
            padding-top:80px;
        }
    }
    
  
    
    .recado-mensagem{
      padding:0px !important;
      font-size: 0.8em;
    }



    @media(max-width:500px){
      .cha{
        font-size: 3em;
      }
      .crianca{
        font-size: 2.5em;
      }    
    }