*{margin:0;padding:0;}
body {
  overflow-y: hidden;
  overflow-x: hidden;
}
h1 {
  position: absolute;
}
.logo {
  width: 113px;
  height: 116px;
}

h2 {
  font-family: 'Lora', serif;
  font-size:40px;
  font-weight: 400;
  color:#191919;
  padding-top: 6px;
}
.texto01 {
  background-color: white;
  width: 603px;
  height: 63px;
  }
.texto02 {
  background-color: white;
  width: 564px;
  height: 63px;

  }
.texto03 {
  background-color: white;
  width: 320px;
  height: 63px;
  }
.redessociales{
  margin-top: 40px;
  margin-left: 2px;
}
.redessociales a {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.redessociales ul {
  display: flex;
  flex-direction: row;
}

.redessociales li.linkedin a:hover {
  background-color: #0e76a8;
  height: 140%;
  margin-top: -20%;
}
.redessociales li.twitter a:hover {
  background-color: #00aced;
  height: 140%;
  margin-top: -20%;
}
.redessociales li.dribbble a:hover {
  background-color: #ea4c89;
  height: 140%;
  margin-top: -20%;
}
.redessociales li.behance a:hover {
  background-color: #053eff;
  height: 140%;
  margin-top: -20%;
}
.redessociales li {
  background-color: #191919;
  width: 65px;
  height: 65px;
  list-style: none;
}
.redessociales li img{
  width: 31px;
  height: 32px;
}

.fondo {
  background-image: url(../img/marina_lorenzo.jpg);
  width: 50%;
  float: right;
  height: 100vh;
  margin-top: 50px;
    background-position: right;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
.encabezado {
  animation-duration: 1s;
   animation-name: slidein;
   position: absolute;
   top: 37%;
   left: 25%;
   z-index: 1;
}
@keyframes slidein {
  from {
    transform: translateX(50%);
  }

  to {
    transform: translateX(0);
  }
}
.fondo {
  animation-duration: 1s;
   animation-name: imagen;
}
@keyframes imagen {
  from {
    transform: translateX(50%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 1280px) {
   .encabezado {
     left: 15%;
   }
 }
 @media (max-width: 1024px) {
   .encabezado {
  left: 6%;
  }
  .fondo{
  background-position: 80%;
  }
 }

@media (max-width: 768px) {
   h2 {
    font-size:35px;
    line-height: 46px;
    padding-top: 5px;
  }
  .texto01 {
  width: 520px;
  height: 55px;
  }
  .texto02 {
  width: 480px;
  height: 55px;
  }
  .texto03 {
  width: 280px;
  height: 55px;
  }
  .fondo{
  background-position: 76%;
  }
 }
@media (max-width: 650px) {
  h2 {
    font-size:20px;
      font-weight: 700;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 4px;
  }
  .logo {
    width: 90px;
    margin: -13px;
    margin-top: -24px;
  }
  .encabezado {
  left: 2%;
  top: 42%;
  }
  .texto01 {
  width: 311px;
  height: 32px;
  }
  .texto02 {
  width: 289px;
  height: 32px;
  padding-bottom: 2px;
  }
  .texto03 {
  width: 162px;
  height: 32px;
  padding-bottom: 2px;

  }
  .redessociales li img{
  width: 25px;
  height: auto;
  }
  .redessociales a {
  width: 50px;
  height: 46px;
  }
  .redessociales li {
  width: 50px;
  height: 46px;
  list-style: none;
  }
  .fondo{
  margin-top: 0px;
  width: 60%;
  }
  .redessociales{
  margin-top: 23px;
  margin-left: 10px;
  }
  .fondo {
  animation-duration: 1s;
   animation-name: imagen;
}
@keyframes imagen {
  from {
    width: 0%
  }

  to {
    width: 60%;
  }
}
 }
