:root{
  --black: #151515;
  --green: #4EE1A0;
  --dark-gray: #242424;
  --gray: #d9d9d9;
  --primary-font: "Space Grotesk", sans-serif;
}

.resolution{
  width: 99%;
}
/** Mobile **/
@media (max-width: 767px){
  .desktop{
    display: none;
  }
  .tablet{
    display: none;
  }
}

/** Tablet **/

@media (min-width: 768px) and (max-width:1240px){

  .desktop{
    display: none;
  }
  .mobile{
    display: none;
  }

}

/** Desktop **/

@media (min-width: 1240px) {
  .tablet{
    display: none;
  }
  .mobile{
    display: none;}

}


/** Mobile **/

@media (max-width: 767px){

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  div.mobile{
    width: 100%;
    background-color: var(--black);
    font-family: var(--primary-font);
  }

  header.hero div .name_hero{
    display: block;
    padding: 20px 140px 20px 140px;
    position: relative;
    bottom: 360px;
  }

  header.hero div .redes{
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-bottom: 20px;
    position: relative;
    bottom: 344px;

  }

  header.hero div .fondo{
    display: block;
    margin: 0px auto;
  }

  header.hero div .photo{
    position: relative;
    max-width: 174px;
    height: 242px;
    left: 119px;
    bottom: 700px;
    z-index: 1;
  }

  header.hero div .oval{
    position: relative;
    bottom: 965px;
    width: 232px;
  }

  header.hero div .circle{
    position: relative;
    bottom: 865px;
    left: 70px;
    width: 129px;
    height: 129px;
  }

  header.hero div{
    max-width: 767px;
    height: 430px;
  }

  section.hero h1{
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 40px 16px 24px 16px;
  }

  section.hero h1 span::before{
    content: '';
    position: absolute;
    bottom: 325px;
    left: 118px;
    width: 230px;
    height: 4px;
    background-color: var(--green);
  }

  section.hero p.description{
    color: var(--gray);
    font-size: 16px;
    text-align: center;
    margin: 0px 16px 24px 16px;
    line-height: 28px;
  }

  section.hero div.contact-me .button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 24px 135px 90px 135px;
    letter-spacing: 2px;
  }

  section.hero div.contact-me .button::before{
    content: '';
    position: absolute;
    bottom: 130px;
    left: 137px;
    width: 120px;
    height: 2px;
    background-color: var(--green);
  }

  section.hero{
    max-width: 767px;
    height: 440px;
  }

  section.hero::before{
    content: '';
    position: absolute;
    bottom: 40px;
    left: 18px;
    width: 90%;
    height: 2px;
    background-color: var(--gray);
  }

  section.experience h2{
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  section.experience p{
    max-width: 767px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 24px;
    color: var(--gray);
    text-align: center;
  }

  section.experience::before{
    content: '';
    position: absolute;
    top: 1700px;
    left: 18px;
    width: 90%;
    height: 2px;
    background-color: var(--gray);
  }

  main img.oval-2{
    display: block;
    margin: 0px auto;
    position: relative;
    bottom: 85px;
    left: 37px;
    width: 530px;
    height: 129px;
  }

  div.title-projets{
    display: flex;
  }

  div.title-projets h3{
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 0 90px 40px 18px;
  }

  div.title-projets a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 10px;
  }

  div.title-projets a button::before{
    content: '';
    position: absolute;
    left: 268px;
    width: 122px;
    height: 2px;
    background-color: var(--green);
    margin-top: 30px;
  }

  article{
    margin: 40px 16px;
  }

  article img{
    max-width: 100%;
    height: auto;
  }

  article div{
    color: white;
    font-size: 26px;
    margin-top: 16px;
    font-weight: bold;
  }

  article{
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;


  }

  article p{
    color: var(--gray);
    font-size: 20px;
    margin-top: 8px;
    line-height: 28px;
    word-spacing: 15px;
  }

  article a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding-top: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 80px;
  }

  article a button.view-project::before{
    content: '';
    position: absolute;
    width: 143px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  article a button::before{
    content: '';
    position: absolute;
    width: 108px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  footer{
    background-color: var(--dark-gray);
    margin-top: 40px;
  }

  footer h4{
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top:60px;
  }

  footer p{
    color: var(--gray);
    font-size: 18px;
    text-align: center;
    padding: 0px;
    line-height: 28px;
    width: 379px;
    height: 84px;
    margin: 20px 16px 50px 16px;
  }

  footer form::before{
    content: '';
    position: absolute;
    left: 18px;
    width: 90%;
    height: 2px;
    background-color: var(--gray);
    margin-top: 550px;
  }

  footer form input{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
  }

  footer form textarea{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
  }

  footer form label{
    color: var(--gray);
    font-size: 16px;
    margin-left: 40px;
  }

  footer form input.send{
    border: none;
    border-bottom: 2px solid var(--green);
    padding: 12px 0;
    width: 40%;
    margin-left: 219px;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: transparent;
    color: white;
    cursor: pointer;
  }

  footer img.oval_3{
    position: relative;
    bottom: 140px;
    right: 174px;
    width: 560px;
    height: 120px;
  }

  footer img.name_hero{
    display: block;
    width: 150px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 21px;
  }

  footer .redes a img{
    display: inline-block;
    margin-right: 25px;

  }

  footer div.redes{
    margin: 127px 80px 60px 111px;
    text-align: center;
    padding-bottom: 60px;
  }

  footer div.icon-redes{
    width: 200px ;
    height: auto;
  }

}



/** Tablet **/

@media (min-width: 768px) and (max-width:1240px){

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  div.tablet{
    width: 100%;
    background-color: var(--black);
    font-family: var(--primary-font);
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .div3 {
      grid-row-start: 2;
  }

  .div4 {
      grid-row-start: 2;
  }

  header.hero .div1{
    max-width: 767px;
    height: 100px;
  }

  img.name_hero{
    margin: 30px;
    width: 172px;
  }

  div.div2{
    margin-top: 30px;
    margin-left: 130px;
    height: 60px;
    z-index: 1;
  }

  div.div2 a img{
    width: 30px;
    height: 24px;
    margin-right: 25px;
  }

  header.hero .div4 .photo{
    max-width: 350px;
    height: 600px;
    position: relative;
    left: 56px;
    bottom: 105px;
  }

  header.hero .div4 .fondo{
    width: 322px;
    height: 600px;
    position: relative;
    bottom: 626px;
    left: 55px;
    z-index: 0;
  }



  section.hero h1{
    color: white;
    font-size: 68px;
    text-align: left;
    font-weight: bold;
    padding: 20px 24px 24px 24px;
    width: 512px;
    height: 290px;
    position: absolute;
    z-index: 1;
  }

  section.hero h1 .span-1{
    display: block;
  }

  section.hero h1 span::before{
    content: '';
    position: absolute;
    top: 273px;
    left: 18px;
    width: 413px;
    height: 7px;
    background-color: var(--green);
  }

  section.hero p.description{
    color: var(--gray);
    font-size: 20px;
    text-align: left;
    margin: 20px -92px 24px 24px;
    line-height: 28px;
    width: 445px;
    position: relative;
    top: 318px;
  }

  section.hero div.contact-me .button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 32px 45px 144px 145px;
    letter-spacing: 3px;
    position: relative;
    top: 300px;
    right: 124px;
    font-weight: bold;
  }

  section.hero div.contact-me .button::before{
    content: '';
    position: absolute;
    bottom: 130px;
    left: 147px;
    width: 130px;
    height: 2px;
    background-color: var(--green);
  }

  div.decoration .oval{
    position: absolute;
    bottom: 800px;
    width: 530px;
    height: 129px;
    right: 345px;
  }

  div.decoration .circle{
    position: relative;
    bottom: 239px;
    left: 697px;
  }

  div.decoration{
    width: 0px;
    height: 0px;
  }

  section.hero{
    max-width: 767px;
    height: 440px;
  }

  section.hero::before{
    content: '';
    position: absolute;
    bottom: 361px;
    left: 30px;
    width: 90%;
    height: 2px;
    background-color: var(--gray);
  }
  .skills {
  display: flex;
  gap: 40px;
  }

  .skill h2 {
  margin-bottom: 6px;
  }


  section.experience h2{
    color: white;
    font-size: 48px;
    font-weight: bold;
    margin: 30px;
  }
  section.experience p{
    margin: 14px 120px 14px 30px;
    color: var(--gray);
    text-align: left;
    font-size: 18px;
  }

  main img.oval-2{
    display: block;
    margin: 0px auto;
    position: relative;
    bottom: 85px;
    left: 280px;
    width: 530px;
    height: 129px;
  }

  div.title-projets{
    display: flex;
  }

  div.title-projets h3{
    color: white;
    font-size: 72px;
    font-weight: bold;
    margin: 0 300px 40px 18px;
  }

  div.title-projets a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 30px;
  }

  div.title-projets a button::before{
    content: '';
    position: absolute;
    width: 122px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  main.skills {
  display: flex;
  gap:0;
  }

  main.skill h2 {
  margin-bottom: 6px;
  }

  main div.skills div.skill{
    margin-right: -40px;
  }

  article{
    margin: 40px 16px;
  }

  article img{
    max-width: 100%;
    height: 253px;
  }

  article div{
    color: white;
    font-size: 26px;
    margin-top: 16px;
    font-weight: bold;
  }

  article{
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;


  }

  article p{
    color: var(--gray);
    font-size: 20px;
    margin-top: 8px;
    line-height: 28px;
    word-spacing: 15px;
  }

  article a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding-top: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 100px;
  }

  article a button.view-project::before{
    content: '';
    position: absolute;
    width: 143px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  article a button::before{
    content: '';
    position: absolute;
    width: 108px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  footer{
    background-color: var(--dark-gray);
  }

  footer.start{
    max-width: 100%;
    height: auto;
    padding: 40px 162px;

  }

  footer h4{
    color: white;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
  }

  footer p{
    color: var(--gray);
    font-size: 18px;
    text-align: center;
    padding: 20px 160px 40px 160px;
    line-height: 28px;
  }

  form {
    max-width: 100%;
    margin:40px 162px;
  }

  footer form::before{
    content: '';
    position: absolute;
    left: 30px;
    width: 90%;
    height: 2px;
    background-color: var(--gray);
    margin-top: 520px;
  }

  footer form input {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
    outline: none;
  }


  footer form textarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
    margin-top: 50px;
    outline: none;
    resize: none;
    overflow: hidden;
  }


  footer form label {
    color: var(--gray);
    font-size: 16px;
    margin-left: 40px;
  }

  footer form input.send {
    border: none;
    border-bottom: 2px solid var(--green);
    padding: 12px 0;
    width: 40%;
    margin-left: 220px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }

  footer form input.send{
    border: none;
    border-bottom: 2px solid var(--green);
    padding: 12px 0;
    width: 40%;
    margin-left: 220px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }

  footer img.oval_3{
    position: relative;
    bottom: 125px;
    right: 174px;
    width: 530px;
    height: 129px;
  }

  footer img.name_hero{
    width: 210px;
    height: 32px;
    margin-right: 330px;
    margin-left: 35px;
  }

  footer .redes a img{
    display: inline-block;
    text-align: center;
    width: 25px;
    margin: 0;
  }

  footer div.redes{
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
  }

  footer div.icon-redes{
    display: flex;
    width: 250px;
    height: auto;
    text-align: center;
    margin-top: 30px;
    gap: 20px;
  }

}


  /** DESKTOP **/
@media (min-width: 1240px) {

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  div.desktop{
    width: 100%;
    background-color: var(--black);
    font-family: var(--primary-font);
  }


  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .div3 {
      grid-row-start: 2;
  }

  .div4 {
      grid-row-start: 2;
  }

  header.hero .div1{
    max-width: 100%;
    height: 100px;
  }

  img.name_hero{
    margin: 40px 40px 127px 165px;
    width: 172px;
  }

  div.div2{
    margin: 40px 230px;
    height: 60px;
    z-index: 1;
  }

  div.div2 a img{
    width: 30px;
    height: 24px;
    margin-right: 25px;
  }

  header.hero .div4 .photo{
    max-width: 100%;
    height: 773px;
    position: relative;
    left: 112px;
    bottom: 145px;
  }

  section.hero h1{
    color: white;
    font-size: 93px;
    text-align: left;
    font-weight: bold;
    margin-left:165px;
    width: 51%;
    height: auto;
    position: absolute;
    z-index: 1;
    padding: 0;
  }

  section.hero h1 span::before{
    content: '';
    position: absolute;
    top: 225px;
    left: 159px;
    width: 538px;
    height: 7px;
    background-color: var(--green);
    z-index: -1;
  }

  section.hero p.description{
    color: var(--gray);
    font-size: 21px;
    text-align: left;
    margin: 40px 0px 0px 165px;
    line-height: 28px;
    width: 490px;
    position: relative;
    top: 260px;
  }

  section.hero div.contact-me .button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0px 45px 144px 165px;
    letter-spacing: 3px;
    position: relative;
    top: 300px;
    right: 0;
    font-weight: bold;
  }

  .contact-me a button.button:hover {
    color: var(--green);
    cursor: pointer;
  }

  section.hero div.contact-me .button::before{
    content: '';
    position: absolute;
    bottom: 130px;
    left: 166px;
    width: 135px;
    height: 2px;
    background-color: var(--green);
  }

  div.decoration .oval{
    position: relative;
    bottom: 790px;
    max-width: 600px;
    height: 129px;
    left: 0px;
  }

  div.decoration .circle{
    position: relative;
    bottom: 525px;
    left: 834px;
  }

  div.decoration{
    width: 0px;
    height: 0px;
  }

  section.hero{
    max-width: 767px;
    height: 440px;
  }

  section.hero::before{
    content: '';
    position: absolute;
    top: 850px;
    left: 165px;
    width: 72%;
    height: 2px;
    background-color: var(--gray);
  }
  .skills {
    display: flex;
    gap: 53px;
    margin-left: 165px;
    margin-top: 51px;
  }

  div.skill h2.html{
    margin-right: 225px;
  }
  main div.skills div.skill {
    margin-right: 165px
  }

  .skill h2 {
    margin-bottom: 58px;
    margin-right: 90px;
    margin-left: 50px;
  }

  section.experience h2{
    color: white;
    font-size: 55px;
    font-weight: bold;
    margin: 30px;
  }

  section.experience p{
    margin: 14px 120px 14px 30px;
    color: var(--gray);
    text-align: left;
    font-size: 20px;
  }

  main img.oval-2{
    display: block;
    margin: 0px auto;
    position: relative;
    bottom: 80px;
    left: 43%;
    max-width: 550px;
    height: 164px;
  }

  div.title-projets{
    display: flex;
  }

  div.title-projets h3{
    color: white;
    font-size: 72px;
    font-weight: bold;
    margin: 0 40% 40px 165px;
  }

  div.title-projets a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 20px;
  }

  div.title-projets a button:hover{
    color: var(--green);
    cursor: pointer;
  }

  div.title-projets a button::before{
    content: '';
    position: absolute;
    width: 125px;
    height: 2px;
    background-color: var(--green);
    margin-top: 30px;
  }

  main .skills {
    display: flex;
    gap:14px;
  }

  main .skill h2 {
    margin-bottom: 6px;
  }

  article div{
    color: white;
    font-size: 26px;
    margin-top: 16px;
    font-weight: bold;
  }


  article p{
    color: var(--gray);
    font-size: 20px;
    margin-top: 8px;
    line-height: 28px;
    word-spacing: 15px;
  }

  article a button{
    color: var(--gray);
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding-top: 24px;
    letter-spacing: 2px;
    font-weight: bold;
  }

  article a button.view-project::before{
    content: '';
    position: absolute;
    width: 143px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  article a button::before{
    content: '';
    position: absolute;
    width: 108px;
    height: 2px;
    background-color: var(--green);
    margin-top: 35px;
  }

  footer{
    max-width: 100%;
    height: auto;
    background-color: var(--dark-gray);
    margin-top: 40px;
  }

  div.footer{
    display: flex;
    margin-left: 90px;
  }

  div.footer div.contact{
    margin-top: 84px;
  }

  div.footer div.form{
    margin-top: 100px;
  }

  footer h4{
    color: white;
    font-size: 72px;
    font-weight: bold;
    margin-right: 155px;
    margin-left: 155px;
  }

  footer p{
    color: var(--gray);
    font-size: 18px;
    text-align: left  ;
    padding: 20px 160px 40px 160px;
    line-height: 28px;
    width: 750px;
    height: 84px;
  }

  footer form::before{
    content: '';
    position: absolute;
    left: 165px;
    width: 72%;
    height: 2px;
    background-color: var(--gray);
    margin-top: 520px;
  }

  form{
    max-width: 100%;
  }

  footer form input{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
  }

  footer form textarea{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background-color: transparent;
    color: var(--gray);
    width: 90%;
    margin-left: 16px;
    margin-top: 50px;
  }

  footer form label{
    color: var(--gray);
    font-size: 16px;
    margin-left: 40px;
  }

  footer form input.send{
    border: none;
    border-bottom: 2px solid var(--green);
    padding: 12px 0;
    width: 40%;
    margin-left: 235px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }

  .send:hover {
    color: var(--green);
  }

  footer img.oval_3{
    position: relative;
    bottom: 94px;
    right: 40px;
    width: 530px;
    height: 140px;
  }

  footer img.name_hero{
    width: 200px;

  }

  footer .redes a img{
    display: inline-block;
    margin-right: 25px;
    text-align: center;
    width: 25px;
  }

  footer div.redes{
    display: flex;
    justify-content: space-between;
  }

  footer div.icon-redes{
    width: 250px;
    height: auto;
    margin-right: 259px;
    margin-top: 35px;
  }

  footer div.icon-redes a img:hover{
    color: var(--green);
    cursor: pointer;
  }


  .project-card {
    width: 100%;
  }

  .article {
    margin: 0;
    padding: 0;
  }

  .imagen-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .imagen-container img {
    width: 100%;
    height: auto;
    display: block;
  }


  .botones-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .imagen-container:hover .botones-overlay {
    opacity: 1;
  }

  .imagen-container:hover img {
    opacity: 0.7;
  }

  .botones-overlay button {
    border: none;
    border-bottom: 2px solid var(--green);
    background: transparent;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 4px 0;
    font-weight: bold;
  }

  .project-card h4 {
    color: white;
    font-size: 32px;
    margin-top: 16px;
    letter-spacing: 1px;
  }

  .project-card .language {
    color: var(--gray);
    font-size: 18px;
    margin-top: 6px;
    letter-spacing: 2px;
  }

  article:hover .botones-overlay {
    opacity: 1;
  }

  .projects {
    margin: 0 165px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 48px;
  }

  .icon {
  transition: filter 0.3s ease;
  }

  .icon:hover {
    filter: brightness(0) saturate(100%) invert(58%) sepia(72%) saturate(548%) hue-rotate(115deg) brightness(96%) contrast(54%);
  }

  footer form input:valid,
  footer form textarea:valid {
    border-bottom: 2px solid var(--green);
  }


  footer form input:invalid,
  footer form textarea:invalid {
    border-bottom: 2px solid #FF6F5B;
  }


  footer form input:focus,
  footer form textarea:focus {
    border-bottom: 2px solid white;
  }

  .error-email {
    color: #FF6F5B;
    font-size: 16px;
    margin-left: 280px;
    padding: 10px;
  }


  footer form input[type="email"]:invalid + .error-email {
    display: block;
  }

  footer form input,
  footer form textarea {
    font-size: 16px;
    height: 55px;
  }

}










