@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
}

/*MENU*/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header::before {
  content: "";
  display: block;
  margin-bottom: 70px;
}

nav {
  width: 100%;
  height: 70px;
  background-color: #0042836b;
  border-bottom: 1px solid transparent;
  box-shadow: 1px 1px 0 rgba(100, 64, 233, 0.5);
  position: fixed;
  top: 0;
  z-index: 2;
  transition: ease-in-out 0.5s;
}

.container-nav {
  display: flex;
  justify-content: center;
  height: 70px;
  width: 100%;
  align-items: center;
  padding: 0 40px;
}

.container-nav .logo {
  height: 60px;
}

.container-nav .logo img {
  height: 100%;
  vertical-align: top;
  margin-right: 100px;
}

/*WEBSITE INTERNET*/
.container,
.wade-container {
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0 0 80px 0;
}

.container {
  padding: 80px 0;
}

.title {
  font-weight: 800;
  color: #2a0e72;
  text-align: center;
  font-size: 3em;
  margin-bottom: 30px;
  text-shadow: 0 0 4px #fff;
}

.title .left {
  text-align: left;
}

.title .left {
  text-align: right;
}

.website img {
  width: 50%;
  height: 580px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
  object-fit: cover;
}

.website {
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(
      120deg,
      rgba(224, 9, 248, 0.699) 0%,
      rgba(26, 11, 116, 0.692) 100%
    ),
    url("../images/chica.png");
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  height: 500px;
}

.website .container-text-main {
  width: 45%;
}

.paragraph {
  text-align: justify;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2em;
}

/*FOOTER*/
footer {
  background-color: #00428391;
}

.content__footer {
  display: flex;
  justify-content: center;
}

.footer-img {
  width: 300px;
  margin-top: 10px;
}

.titulo__foot {
  text-align: center;
  background-color: #073c8d;
  color: #c5c8cf;
  height: 50px;
  font-size: 1.2em;
  font-weight: 300;
  padding-top: 30px;
  margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
  /*NAVEGACION*/
  .container-nav .logo img {
    margin-right: 100px;
  }

  /*WEBSITE INTERNET*/
  .title {
    font-size: 2.5em;
  }

  .title .left {
    text-align: center;
  }

  .website img {
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
  }

  .website {
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(
        120deg,
        rgba(224, 9, 248, 0.699) 0%,
        rgba(26, 11, 116, 0.692) 100%
      ),
      url("../images/chica.png");
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
  }

  .website .container-text-main {
    width: 100%;
  }

  span {
    color: #ff0000;
  }

  .pharagraf {
    font-size: 1.2em;
    margin-left: 30px;
  }

  /*FOOTER*/
  .content__footer h1 {
    font-size: 2em;
  }

  .titulo__foot {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 600px) {
  /*WEBSITE INTERNET*/
  .title {
  font-size: 3em;
  margin-top: 0px;
}

  .website {
    flex-direction: column-reverse;
    background-image: linear-gradient(
        120deg,
        rgba(224, 9, 248, 0.699) 0%,
        rgba(26, 11, 116, 0.692) 100%
      ),
      url("../images/chica.png");
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
  }

  .pharagraf {
    font-size: 1.3em;
    margin-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  /*WEBSITE INTERNET*/
  .website {
    flex-direction: column-reverse;
  }

  .pharagraf {
    font-size: 1em;
    margin-left: 30px;
  }

  .content__footer h1 {
    font-size: 2em;
  }

  .titulo__foot {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 300px) {
  /*WEBSITE INTERNET*/
  .website {
    flex-direction: column-reverse;
    height: 500px;
  }

  .pharagraf {
    font-size: 1em;
  }

  .content__footer h1 {
    font-size: 1.5em;
  }

  .titulo__foot {
    font-size: 0.7em;
  }
}
