@font-face{
  font-family:'ocr-aregular';
  src: url(font/ocr-aregular.ttf);
}


body{
  background-image: url(fundoindexmain01.svg);
  background-repeat: repeat;
  background-size: 1280px;
  
  margin:0;
}

header {
  position: fixed;
  bottom: 39px;
  font-size: 15px;
  font-family:'ocr-aregular';
  font-weight: bold;
  text-align: center;
  width: 100%;
}




main {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}





h1{
  height: fit-content;
  font-family:'ocr-aregular';
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  width: 73%;
  
  color:#000000; 
}



span{
 
  background-color:#000000;
  padding-left: 5px;
  padding-right: 5px;
  color: rgb(255, 255, 255);
  text-align: left;
}



#nav-main {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: fit-content;
  width: 900px;
  height: 300px;
  margin-right: 0px;
  padding: 50px;
 
}



.nav-main1 {
  width: 21%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;

  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  
  
  align-items: center;
  align-content: center;
}


.nav-main1:hover {
  width: 21%;
  height: 200px;
  
  padding-bottom:0%;
   
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.gif);
  
  
}




.nav-main2 {
  width: 20%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;
  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  
  align-items: center;
  align-content: center;
}

.nav-main2:hover {
  width: 20%;
  height: 200px;
  
  padding-bottom:0%;
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.2.gif);
}


.nav-main3 {
  width: 20%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;
  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;

  align-items: center;
  align-content: center;
}

.nav-main3:hover {
  width: 20%;
  height: 200px;
 
  padding-bottom:0%;
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.3.gif);
}




.close1 {
  display: flex;
  flex-direction: column; 
  
  
  position: relative;
  align-items: center;
  top: -210px;
  left: 0%;
  height: 70px;
}






.button{
  margin:auto;
  display: block;
  align-items: center;
  align-content: center;

}


a:link {
  font-family: 'ocr-aregular';
  font-size: 20px;
  text-align: center;
  color:black;
  text-decoration: none;
}

a:visited {
  font-family: 'ocr-aregular';
  font-size: 20px;
  text-align: center;
  color: black;
  text-decoration: none;
}

a:hover {
  font-family: 'ocr-aregular';
  font-size: 20px;
  text-align: center;
  color:#000000; 
  text-decoration: underline;
}

a:active {
  font-family: 'ocr-aregular';
  font-size: 20px;
  text-align: center;
  color:#000000; 
}


.sub-menu-3{
  display: none;
  height: fit-content;
  overflow: scroll;
 
  
  
 
  
}

.sub-menu-3 ul h1{
  
 width: 90%;
  padding-top: 1%;
  padding-left: 1%;
  padding-bottom: 1%;
  text-align: left;
  
  
  
}



.hover-me3:hover .sub-menu-3{

  font-family: 'ocr-aregular';
  font-size: 17px;
  
  color:#000000; 
  
  display: flex;
  position: absolute;
 top: 20vh;


  left: 15%;
  height: 60%;
  width: 65%;
  
  
  background-color: white;
  border: 2px solid black;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  

}




.closeimg{
  height: 25px;
  right: 0px;
  display: flex;
  position: absolute;
}

.closeimg:hover {
  background-image: url(tumblr_lv17jmWLyM1qz6f4bo2_1280-600x676.png);

}


/* --------------------------1920px---------------  */


@media (min-width:1920px){
  

  
body{
  background-image: url(fundoindexmain01.svg);
  background-repeat: repeat;
  background-size: 200vh;
  
  margin:0;
}
header {
  position: fixed;
  bottom: 45px;
  font-size: 25px;
  font-family:'ocr-aregular';
  font-weight: bold;
  text-align: center;
  width: 100%;
}

main {
  width: 100vw;
  height: 90vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}





h1{
  height: fit-content;
  font-family:'ocr-aregular';
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  line-height: 29px;
  width: 1000px;
  color:#000000; 
}






#nav-main {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: fit-content;
  width: 1570px;
  height: 300px;
  margin-right: 0px;
  padding: 50px;
 
}



.nav-main1 {
  width: 21%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;

  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  
  
  align-items: center;
  align-content: center;
}


.nav-main1:hover {
  width: 21%;
  height: 300px;
  
  padding-bottom:0%;
   
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.gif);
  
}




.nav-main2 {
  width: 20%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;
  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  
  align-items: center;
  align-content: center;
}

.nav-main2:hover {
  width: 20%;
  height: 300px;
  
  padding-bottom:0%;
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.2.gif);
}


.nav-main3 {
  width: 20%;
  height: 200px;
  margin-top: 20px;
  padding-top: 6%;
  padding-left:3%;
  padding-right:3%;
  padding-bottom:0%;
  border: 1px solid transparent;
  
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;

  align-items: center;
  align-content: center;
}

.nav-main3:hover {
  width: 20%;
  height: 300px;
 
  padding-bottom:0%;
   
  border: 2px solid black;
  background-color: white;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  align-items: center;
  align-content: center;
  background-image: url(intro-2.3.gif);
}




.close1 {
  display: flex;
  flex-direction: column; 
  
  
  position: relative;
  align-items: center;
  top: -210px;
  left: 0%;
  height: 115px;
}

a:link {
  font-family: 'ocr-aregular';
  font-size: 35px;
  text-align: center;
  color:black;
  text-decoration: none;
}

a:visited {
  font-family: 'ocr-aregular';
  font-size: 35px;
  text-align: center;
  color: black;
  text-decoration: none;
}

a:hover {
  font-family: 'ocr-aregular';
  font-size: 35px;
  text-align: center;
  color:#000000; 
  text-decoration: underline;
}

a:active {
  font-family: 'ocr-aregular';
  font-size:35px;
  text-align: center;
  color:#000000; 
}


/*image 1 - main page*/

.hovring img{
  visibility: hidden ;
  position: absolute;
  width: 500px;
  bottom:60px;
  left: 4%;
  top: -200px;
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
}



/*image 2 - main page*/

.hovring2 img{
  visibility: hidden ;
  position: absolute;
  width: 500px;
  bottom:60px;
  left: 35%;
  top: -200px;
  z-index: 1;
  
  transition: all 0.3s ease;
  transform: scale(0);
}




/*image 3 - main page*/

.hovring3 img{
  visibility: hidden ;
  position: absolute;
  width: 500px;
  bottom:60px;
  left: 66%;
  top: -200px;
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
}


.sub-menu-3{
  display: none;
  height: fit-content;
  overflow: hidden;

}




.hover-me3:hover .sub-menu-3{

  font-family: 'ocr-aregular';
  font-size: 17px;
  
  color:#000000; 
  
  display: flex;
  position: absolute;
 top: 26vh;


  left: 16%;
  height: 60%;
  width: 65%;
  
  
  background-color: white;
  border: 2px solid black;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-color: black;
  

}


}