.page__2{
   visibility: hidden;
   z-index: -10;
   margin-top: 86px;
   margin-left: auto;
   margin-right: auto;
   display: grid;
   align-items: start;
 
   grid-template-areas: 
    "about_me_p2  foto gif_4"
    "gif_3  about_meIfo_p2 about_meIfo_p2";
    max-height: 600px;
    width: 830px;

}
.about_me_p2 
{
   grid-area: about_me_p2;
   font-style: normal;
   font-weight: 500;
   font-size: 99.569px;
   line-height: 102px;
   display: flex;
   align-items: center;
   max-height: 200px;
   z-index: -1;
   padding-top: 267px;
	color: #333333;
}
#gif_3 {
   grid-area: gif_3;
   position: absolute;
   width: 315px;
   height: 315px;  
   z-index: -2;
   margin-top: 365px; 
   margin-left: -30px;
}
#foto {
   grid-area:  foto;  
   width: 285px;
   height: 285px;
   padding-top: 150px;
   padding-left: 70px;
   z-index: -1;
   display: none;
}

.about_meIfo_p2 {
   grid-area: about_meIfo_p2; 
   justify-self: end;
   width: 475px;
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 24px;
   color: #333333; 
   z-index: -1; 
   padding-left: 20px;
   margin-top: 0px;
}

#gif_4 {
   grid-area: gif_4;
   position: absolute;
 
   width: 103.43px;
   height: 104.07px;
   padding-top: 80px;
   margin-left: 650px;
}




 
@media (min-width: 500px) and (max-height:830px){
   .page__2{ 
      margin-left: auto;
      margin-right: auto;
      align-content: space-between;
     
      grid-template-areas: 
       "about_me_p2 foto gif_4"
       "gif_3 about_meIfo_p2 about_meIfo_p2";
         
       grid-template-rows: 120px 1fr 60px;
       grid-template-columns: 1fr 1fr;
       grid-column-gap: 0vw;
       grid-row-gap:0px;        
       max-height: 780px;              
   }
    #foto{
    justify-self: start;
    width: 180px;
    height: 180px;
    margin-top: -80px;
    padding-left: 0px;
   }
   .about_meIfo_p2{
      padding-top: 150px;
   font-size: 13px;
 
 }
 #gif_4{    
   width: 80px;
   height: 80px;
   padding-top: 70px;
  padding-left:80px;       
 }


 .about_me_p2 
 {    
   font-weight: 500;
   font-size: 80px;
   line-height: 102.5%;    
    padding-top: 9vw;   
 }
 #gif_3 {    
    width: 200px;
    height: 200px;   
    justify-content: end; 
    margin-left:0px;
    margin-top: 14vw;
 }
}


@media (max-width: 767px ){
   .page__2{ 
      margin-left: auto;
      margin-right: auto;
      align-content: space-between;
     
      grid-template-areas: 
       "about_me_p2  gif_4"
       "about_meIfo_p2 about_meIfo_p2"
       "gif_3  foto";   
       grid-template-rows: 120px 1fr 60px;
       grid-template-columns: 1fr 1fr;
       grid-column-gap: 0vw;
       grid-row-gap:0px;        
       max-height: 780px;
       width: auto;      
   }
   .about_me_p2 
   {
    
      font-size: 80px;
      line-height: 54px; 
      padding-top: 15vw;
      margin-left: -100px;
   }
   #gif_3 {  
      position: relative; 
      width: 185px;
      height: 185px;   
      justify-content: end; 
      margin-left:0px;
      margin-top: -170px; 
   }
   #foto {  
      width: 185px;
      height: 185px;
      margin-top:  -320px;
      padding-left: 50px;
   }
   
   .about_meIfo_p2 { 
      font-size: 14px;    
      padding-top:  20vw; 
      justify-self: end;
    
      margin-right: 20px;
   }
   #gif_4 {   
      position: relative;   
      padding-top:  15vw; 
      margin-left:  auto;
      justify-self: end; 
      margin-right: 20px;
   }

}
@media (max-width: 490px ){
 
   .page__2{ 
      margin-left: auto;
      margin-right: auto;
      align-content: space-between;
     
      grid-template-areas: 
       "about_me_p2  gif_4"
       "about_meIfo_p2 about_meIfo_p2"
       "gif_3  foto";   
       grid-template-rows: 120px 1fr 60px;
       grid-template-columns: 1fr 1fr;
       grid-column-gap: 0vw;
       grid-row-gap:0px;           
       width: 100vw; 
        
   }
   .about_me_p2 
   {   
      grid-area: about_me_p2;
      position: absolute;   
      font-size: 60px;
      line-height: 54px; 
      line-height: 60px;
      margin-top: -50px;
 
      left: 0vw;
   }
   .about_meIfo_p2 {  
      grid-area: about_meIfo_p2;
      position: absolute; 
      width: 91vw;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 19px;
      color: #333333; 
      z-index: -1;  
   
      margin-top: -60px;
   }
   #gif_4 {   
      position: absolute; 
      margin-top: -40px;
      right: 0px;
   }
   #gif_3 {  
      position: absolute; 
  
      top: 125vw;
      left: 2vw;
      width: 160px;
     height: 160px;
   }
  
   #foto{ 
    display: block;
    position: absolute;
    top: 125vw; 
    left: -10vw;
     width: 150px;
     height: 150px;
     z-index: 20;
   }
}


@media (max-width: 320px ){
   .about_me_p2 
   {   
      grid-area: about_me_p2;
      position: absolute;   
      font-size: 60px;
      line-height: 54px; 
      line-height: 60px;
      margin-top: -50px;
      left: 0vw;
   }
   .about_meIfo_p2 {  
      grid-area: about_meIfo_p2;
      position: absolute; 
      width: 91vw;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      line-height: 14px;
      color: #333333; 
      z-index: -1;  
      margin-top: -60px;
   }
   #gif_4 {   
      position: absolute; 
      margin-top: -40px;
      right: 0px;
   }
   #gif_3 {  
      position: absolute; 
     
      top: 125vw;
      left: 2vw;
      width: 140px;
      height: 140px;
   }
  
   #foto{ 
    display: block;
    position: absolute;
    top: 125vw; 
    left: -10vw;
     width: 130px;
     height: 130px;
     z-index: 20;
   }
}

@media (min-width: 768px) {
   #gif_4{
      margin-top:-2em;  
     }
     
   }
     
   @media (min-width: 992px) {
     #gif_4{
      margin-top:-2em;
     }
     
   }    
   @media (min-width: 1200px) { 
   
      #gif_4{
         margin-top:-4em;
        }    
   }



   @media(max-width: 375px ) and (max-height:667px){
      .about_me_p2 
      {   
         grid-area: about_me_p2;

         position: absolute;   
         font-size: 55px;     
         line-height: 50px;
         margin-top: -50px;   
         left: 0vw;
      }
      .about_meIfo_p2 {  
         grid-area: about_meIfo_p2;

         position: absolute; 
         width: 91vw;
         font-style: normal;
         font-weight: 300;
         font-size: 13px;
         line-height: 19px;
         color: #333333; 
         z-index: -1;      
         top: -10vw;
      }
      #gif_4 {   
         position: absolute; 
         margin-top: -50px;
         right: 0px;
         width: 90px;
         height: 90px;
      }
      #gif_3 {  
         position: absolute; 
         top: 124vw;
         left: 2vw;
         width: 130px;
        height: 130px;
      }
     
      #foto{ 
       display: block;
       position: absolute;
       top: 113vw; 
       left: -10vw;
        width: 140px;
        height: 140px;
        z-index: 20;
      }
   }
   

   @media(max-width: 375px ) and (max-height:610px){
      .about_meIfo_p2 {  
         grid-area: about_meIfo_p2;
         position: absolute; 
         width: 91vw;
         font-style: normal;
         font-weight: 300;
         font-size: 11px;
         line-height: 14px;
         color: #333333; 
         z-index: -1;  
         top: -20px;
      }
      #foto{       
         top: 102vw;       
          width: 125px;
          height: 125px;  
          left: -5vw;      
        }

        #gif_3 {  
         top: 108vw;       
         width: 125px;
         height: 125px;  
      }
  }

  @media(max-width: 320px ) and (max-height:610px){
   .about_me_p2 
   {   
      grid-area: about_me_p2;
      position: absolute;   
      font-size: 55px;
      line-height: 54px; 
      line-height: 60px;
      margin-top: -50px;
      left: 0vw;
   }
   .about_meIfo_p2 {  
      grid-area: about_meIfo_p2;
      position: absolute; 
      width: 91vw;
      font-style: normal;
      font-weight: 300;
      font-size: 11px;
      line-height: 14px;
      color: #333333; 
      z-index: -1;  
      top: -20px;
   }
   #foto{       
      top: 110vw;       
       width: 115px;
       height: 115px;  
       left: -5vw;      
     }

     #gif_3 {  
      top: 115vw;       
      width: 115px;
      height: 115px;  
   }
}