@font-face {
  font-family: edenred;
  src: url("assets/fonts/edenred.otf") format("opentype");
}

:root {
  --pink-primary: #e80e85;
  --pink-secondary: #C23184;
  --purple-dark: #B28EB8;
  --purple-primary: #903e87;
  --purple-secondary: #844F90;
  --white: #fff;
}


* {
  margin: 0;
  padding: 0;
  
}

body {
  font-family: 'Edenred', sans-serif;

  width:100%;
  height:100vh;
 
  background: -webkit-linear-gradient(68deg, rgb(178, 142, 184) 0%, rgb(132, 79, 144) 20%, rgb(194, 49, 132) 100%);
  background: -o-linear-gradient(68deg, rgb(178, 142, 184) 0%, rgb(132, 79, 144) 20%, rgb(194, 49, 132) 100%);
  background: -ms-linear-gradient(68deg, rgb(178, 142, 184) 0%, rgb(132, 79, 144) 20%, rgb(194, 49, 132) 100%);
  background: -moz-linear-gradient(68deg, rgb(178, 142, 184) 0%, rgb(132, 79, 144) 20%, rgb(194, 49, 132) 100%);
  background: linear-gradient(22deg, rgb(178, 142, 184) 0%, rgb(132, 79, 144) 20%, rgb(194, 49, 132) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  
  color: var(--white);
}


header {
  display: flex;
  justify-content: center;
}

.eclipse-logo {
  display: flex;
  justify-content: center;
}

.eclipse-logo img {
  width:90%;
}

.content-logo {
  position: relative;
  top: -50%;
  text-align: center;
}


.content-logo .logo {
  width: 39% !important;
  text-align: center;
}


section  {
  display: flex;
  justify-content: center;
}

.title {
  text-align: center;
  position: relative;
  top: -52px;
  font-size: 35px;
}

.content-line {
  display: none;
}

.first-line {
  position: relative;
  top: 298px;
  
}


.content-center {
  display: flex;
  justify-content: center;
  position: relative;
}

.whatsapp .eva {
  width: 16rem;
  position: relative;
  right: 153px;
  z-index: 10;
}

.app img {
  position: relative;
  left: 114px;
  width: 12rem;
  z-index: 10;
}


.position-img {
  width: 100%;
  position: relative;
  bottom: 309px;

}


@media (max-width: 880px) {
  .content-line, .first-line, .position-img {
    display: none;
  }

  .content-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .eclipse-logo {
    display: flex;
    justify-content: center;
  }

  .eclipse-logo img {
    width: 90%;
  }

  .content-logo {
    position: relative;
    top: -50%;
    text-align: center;
  }


  .content-logo .logo {
    width: 37% !important;
    text-align: center;
  }

  .section {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -6px;
  }

  .title {
    text-align: center;
    font-size: 15px;
    font-weight: 100;
    margin-top: 28px;
  }


  .whatsapp .eva {
    width: 10rem;
    position: relative;
    left: 10px;
  }

  .line-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 30px;
  
  }

  .app img {
    width: 7rem;
    position: relative;
    left: 10px;

  }
}

@media (min-width:600px) and (max-width:880px) {
  .title {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    margin-top: 28px;
  }
}


@media (min-width:881px) and (max-width:1024px) {
  .content-logo .logo {
    width: 36% !important;
    text-align: center;
  }

  .title {
    text-align: center;
    position: relative;
    top: -50px;
    font-size: 23px;
  }

  .whatsapp .eva {
    width: 11rem;
    position: relative;
    right: 100px;
    z-index: 10;
  }

  .app img {
    position: relative;
    left: 60px;
    width: 8rem;
    z-index: 10;
  }

  .position-img {
    width: 100%;
    position: relative;
    bottom: 197px;
  }
}

@media (min-width:1025px) and (max-width:1440px) {
  .title {
    text-align: center;
    position: relative;
    top: -52px;
    font-size: 30px;
}

  .whatsapp .eva {
    width: 14rem;
    position: relative;
    right: 130px;
    z-index: 10;
  }

  .app img {
    position: relative;
    left: 80px;
    width: 10rem;
    z-index: 10;
  }

  .position-img {
    width: 100%;
    position: relative;
    bottom: 255px;
  }
}

@media (min-width:2000px) {
  .whatsapp .eva {
    width: 18rem;
    position: relative;
    right: 192px;
    z-index: 10;
  }

  .app img {
    position: relative;
    left: 129px;
    width: 14rem;
    z-index: 10;
  }

  .position-img {
    width: 100%;
    position: relative;
    bottom: 392px;
  }
} 

