@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: "Monofonto";
    src: url("../monofonto rg.otf");
    font-display: block;
        }
  
@font-face {
    font-family: "Cherry";
    src: url("../Cherry Monospace-Light.ttf");
    font-display: block;    }

@font-face {
    font-family: "Lesson Learned";
    src: url("../Lesson Learned.ttf");
    font-display: block;    }
        
        
@font-face {
    font-family: "Caviar Dreams";
    src: url("../CaviarDreams.ttf");
    font-display: block;    }
        
@font-face {
    font-family: "Juice ITC";
    src: url("../JUICE___.TTF");
    font-display: block;    }

p.fich1
    {font-family:"Monofonto" ;
     font-size: 30px;
     color:blue ;
     background-color:antiquewhite;
     border-color: yellow;
     border-radius: 4px;
     border-width: 2px;
      }     

p.fich2
    {font-family:"Lesson Learned" ;
     font-size: 30px;
     color:blue ;
      }     

.fich3
    {font-family:"Cherry" ;
     font-size: 18px;
     color: rgb(35, 35, 34) ;
     border-radius: 10px ;
     background-color:greenyellow;
     font-weight: bold;
     text-transform:uppercase;
     box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) ;
      }

.fich4
      {font-family:"Arial" ;
       font-size: 18px;
       color: rgb(35, 35, 34) ;
       border-radius: 10px ;
       background-color:greenyellow;
       box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) ;
        }     

    input[type="submit"]  {
        background-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:6px;
        color: #1034e7;
        font-family: 'Berlin Sans FB';
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
        border:1px;
    } 
    input[type="submit"]:hover  {
        border: none;
        background:lightslategray;
        box-shadow: 0px 0px 3px #777;
    }        

    input[type="reset"]  {
        background-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius:6px;
        color: #1034e7;
        font-family: 'Berlin Sans FB';
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
        border:1px;
    } 
    input[type="reset"]:hover  {
        border: none;
        background:lightslategray;
        box-shadow: 0px 0px 3px #777;
    }     
    
TITUL1 {font-family: Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: bold;}

TITUL2 {font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;}          
  
TITUL3 {font-family: "Caviar Dreams";
          font-size: 16px;}          
  
.entrada {animation-name: portal1; animation-duration: 3s; animation-iteration-count: 1;}
@keyframes portal1 {
     from{transform:rotate(0deg) scale(0);}
     to  {transform:rotate(1080deg) scale(1);}
    }

.menu1 {font-family: "Juice ITC"; font-size:32px; background-color:blue;
        color:yellow; text-align: center; text-decoration: none; height: 75; width:570 ;}
.menu1:hover {font-family: "Juice ITC"; font-size:36px; background-color:blue;
        color:yellow; text-align: center; text-decoration: none; height: 75; width:570 ; font-weight: bold;
        text-shadow: -2px 0 #090, 2px 0 #090, 0 2px #090, 0 -2px #090;}        
        
a.menu2 {
    text-decoration: none;
  }
  
.menu3 {font-family: "Arial"; font-size:24px; background-color:cyan;
        color:blue; text-align: center; font-weight: bold;}
.menu4 {font-family: "Arial"; font-size:24px; background-color:white;
        color:blue; text-align: center; font-weight: bold;}        

h2   {font-family: "Lesson Learned"; font-weight: bold; font-size:48px; background-color: #efbdbd;}  

.lista1 {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
         font-size:14px; background-color:cyan; color:blue; text-decoration: none; }
.lista2 {font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
         font-size:14px; background-color:white; color:blue; text-decoration: none; }         