* {
	
	margin: 0;
	padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}



.header__container{
  width: 100%;
  height: 150px;
  margin: 0px auto;
  background-color: white;
 box-shadow: 3px 3px #7F105A; 
 display: flex; 
z-index: 100;

 
 
}

.header__container img{
width: 70%;
height: 145px;
margin-left: 60px;
z-index: 100;
position:relative;

}
.header__container{
  justify-content: space-between;

}
.menu{
  font-size: 16px;
  align-content: right;
  margin-right: 90px;
  }
  
  .menu a{
  text-decoration: none;
  color: black;
  font-weight: 300;
  margin:10px 10px;
  position:relative;
  top: 58px;
  font-family:Merienda;
  }

.paulina_perfil {
	width: 100%;
  min-height: 100vh;
	display: flex;
	flex-direction: column;
    grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
  font-family:Merienda;
  
}

.profile{
  width: 100%;
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  align-items: center;
  background: rgba(232, 174, 247, 0.733);
margin-top: 2px;
 }


 .resume{
  width: 80%;
  justify-content:center;
  font-size: 18px;
  text-align:justify;
  line-height: 35px;



}

.resume p{
  width: 80%;
  font-size: 15px;
}

  .foto_perfil img{
     width: 80%;
     height: 625px;
     margin-left: 70px;
     border-radius: 10px;
     

   }

   @media screen and (max-width:780px){
   .header__container{
    box-shadow: 2px 2px #7F105A; 
   }
   

    .paulina_prefil{
     
      background: rgba(232, 174, 247, 0.733);
    }

    .profile{
     
      background:  rgba(232, 174, 247, 0.733);
    }

    .resume{
      line-height: 30px;
    }
    .resume p{
     
      font-size: 15px;
    }
    
   }
   
  @media screen and (max-width:992px) {
    
    .header__container{
	
      height: 120px;  
      
        box-shadow: 2px 2px #7F105A; 
       
    }
    
    .header__container img{
      width: 90%;
      height: 95px;
      margin-left: 5px;
  margin-top: 15px;
      z-index: 100;
  }
    .menu{
      font-size: 12px;
      margin-left: 30px;
      margin-right: 30px;
    
      }
      
    
    .profile{
      width: 100%;
      height: 1780px;
      display: grid;
      grid-template-columns: 1fr ;
      align-items: center;
    display: block;
      align-content: center;
      margin-top:2px;
     }
     .resume{
       width: 90%;
       justify-content:center;
       font-size: 18px;
       text-align:justify;
       line-height: 30px;
       margin-left: 53px;
       padding-top: 40px;
      
     }
     
     .foto_perfil img{
       width: 70%;
       height: 360px;
       border-radius: 10px;
       margin-left: 50px;
       margin-top: 50px;
    
     }
  
   }

   @media screen and (min-width:1280px){
    .logo img{
      width: 90%;
      height: 130px;
      align-items: center;
      justify-content: center;
      margin: 30px;   
  }

  .foto_perfil img{
    width: 75%;
    margin-left: 60px;
    margin-top: 12px;
  }
  .profile{
   height: 1079px;
  }
    .resume{
      width: 100%;
      justify-content:center;
      margin-left: -50px;
      font-size: 18px;
      text-align:justify;
      line-height: 35px;
    }

    .resume p{
      width: 100%;
      font-size: 20px;
    }
   }
   @media screen and (min-width:1920px){

    .header__container img{
      width: 70%;
      height: 140px;
      margin-left: 60px;
    
      z-index: 100;
      
      }
     
  
    .menu{
      font-size: 19px;
      align-content: right;
      margin-right: 90px;
    
      }

      .paulina_perfil{
        min-height: 100vh;
      
      }

      .profile{
        min-height: 100vh;
      }
      
    .resume {
      width: 95%;
      justify-content:center;
      margin-left: -60px;
      font-size: 30px;
      text-align:justify;
      line-height: 35px;
    }
    .resume p{
      width: 100%;
      font-size: 21px;
    }
    .foto_perfil img{
      width: 65%;
      height: 750px;
      margin-left:140px;
      margin-top: -20px;
      border-radius: 10px;
    }
   }
 