@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}



#divElement{
    position: absolute;
    top: 30%;
    left: 30%;
    margin-top: -50px;
    margin-left: -50px;
    width: 43%;
    height: 400px;    
    font-family: 'Poppins-Light', sans-serif;        
} 

.contactinfo {
  text-align: center;
  font-weight: 300; 
  color: #000;
  font-size: 10px;
  margin-bottom: 30px;
}

.lang {
  text-align: center;.
  font-size: 10px;
}

.titulo {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000;
  letter-spacing: 10px;
  margin-bottom: 5px;
}

.subtitulo { 
  text-align: center; 
  font-weight: 300; 
  font-size: 12px;
  color: #000;
  letter-spacing: 1px; 
  margin-top: 0px;
  margin-bottom: 185px;
}

.cv {
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 10px;
}

a:hover {
  font-weight: bold;
}

a.active {
  font-weight: bold;
}

@media (max-width: 1600px) {
  #divElement{    
    top: 30%;
    left: 30%;    
    width: 43%;    
  }
}

@media (max-width: 984px) {
  #divElement{
    
    top: 30%;
    left: 18%;    
    width: 75%;
    
  }
}

@media (max-width: 656px) {
  #divElement{
    margin-left:0px;  
    top: 20%;  
    left: 0%;    
    width: 98%;
    padding: 0 2%
  }
  .titulo {
    font-size: 24px;
  }
  .subtitulo {
    font-size: 14px;
  }
}

@media (max-width: 656px) {    

  .contactinfo,.lang {
    font-size: 10px;
  }
}