.header {
  padding: 0;
  max-height: 500px;
}
.header__top {
  position: initial;
}
.header__top .nav {
  display: none;
}
.header__top .nav__list {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.header__top .nav__list-item {
  display: flex;
  align-items: center;
  height: 16.67%;
}
.header__top-title {
  margin: 0 auto;
}
.header__hero {
  margin-top: -30px;
}
.header__hero-description h1 {
  font-size: 3rem;
}
.header__hero-description p {
  font-size: 2rem;
}
.header__activator {
  background-color: #1c1c1ceb;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #26c6da;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.28);
}
.header .active__activator {
  background-color: #ffaf52cc;
}
.header .change_ht {
  background-color: rgba(0, 0, 0, 0.75);
}

.nav-responsive {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: -320px;
  width: 100%;
  height: 320px;
  display: flex;
  padding: 20px 0;
}
.nav-responsive__list {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}
.nav-responsive__list-item {
  display: flex;
  align-items: center;
  height: 16.67%;
}
.nav-responsive__list-item a {
  color: white;
  text-decoration: none;
  transition: 0.4s;
  font-size: 1.7rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.nav-responsive__list-item a:hover {
  font-size: 2.1rem;
  text-shadow: -3px 2px 12px white;
}

.activate__nav {
  top: 0;
}

.header__image--bg {
  max-height: 500px;
  min-height: 360px;
}

/*_______________About me________________*/
.aboutme {
  display: initial;
  padding: 0;
}
.aboutme h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.aboutme__description {
  width: 100%;
  padding: 30px 15px 0;
}
.aboutme__description ul {
  padding: 0;
}
.aboutme__description ul li {
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin: 15px 0;
}
.aboutme__description ul li a {
  width: 180px;
  text-align: center;
}
.aboutme__description ul li:last-child {
  display: flex;
  justify-content: center;
}

/*_______________Habilities________________*/
.habilities {
  padding: 40px 20px 0;
}
.habilities h2 {
  font-size: 2.2rem;
}
.habilities ul {
  grid-template-columns: repeat(2, 1fr);
}
.habilities ul .a {
  transition-delay: 0.5s;
}
.habilities ul .b {
  transition-delay: 0s;
}
.habilities ul .c {
  transition-delay: 0.5s;
}
.habilities ul .d {
  transition-delay: 0s;
}
.habilities ul .e {
  transition-delay: 0.5s;
}

/*_______________Proyects________________*/
.projects {
  padding: 50px 20px 0;
}
.projects__container {
  padding-top: 20px;
  padding-bottom: 0;
}
.projects__item {
  padding: 0;
  margin-bottom: 30px;
}
.projects__item-description {
  width: 100%;
  height: 100%;
  background-color: #ffffffeb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects__item-description h4 {
  font-size: 1.4rem;
  margin-top: 8px;
}
.projects__item-description p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.projects__item-description a {
  font-size: 1.5rem;
  padding: 15px 26px;
}
.projects__item-image {
  display: none;
  width: 100%;
  height: 100%;
}

/*_______________Contact________________*/
.contact {
  padding: 40px 30px;
}
.contact h2 {
  font-size: 2.3rem;
}
.contact h3 {
  text-align: center;
}
.contact ul {
  margin: 40px auto 0;
}
.contact button {
  display: block;
  margin: 0 auto;
}
.contact__social {
  margin-top: 0;
  flex-direction: column;
  justify-content: center;
}
.contact p {
  margin-top: 20px;
}

.active__activator {
  color: #ffaf52;
}

.sendedMessage.show {
  opacity: 1;
  top: 30px;
}

.videos {
  padding: 50px 50px 40px;
}
.videos ul {
  grid-template-columns: 1fr;
}

/*# sourceMappingURL=tablet.css.map */
