* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
body {
  background: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("https://media.istockphoto.com/photos/white-painted-brick-wall-texture-background-architecture-interior-picture-id905152546");
}
/* primera seccion */
.subtitle-nosotros-mb {
  display: none;
  margin-bottom: 1rem;
  text-align: center;
}
.primera-seccion {
  font-family: "Montserrat", sans-serif;
  margin: 3rem;
  height: 100vh;
  width: 99vw;
  margin: auto;
  background: linear-gradient(rgba(8, 8, 14, 0.6), rgba(28, 17, 43, 0.2)),
    url("https://images.unsplash.com/photo-1600132806370-bf17e65e942f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1294&q=80")
      no-repeat center/cover;
  color: white;
  overflow: hidden;
  padding-right: 4rem;
  padding-left: 8rem;
  overflow: hidden;
  border-bottom: 4px solid rgb(78, 60, 240);
}
header {
  /* padding: 1.5rem 1rem 1.5rem 1rem; */
  /* background-color: aquamarine; */
}
header .contenedor-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2rem;
}
.contenedor-menu .logo-section {
  width: 20%;
  overflow: hidden;
}
.contenedor-menu .logo-section img {
  width: 100%;
}
.contenedor-menu .nav-desplegable {
  display: none;
}
/* header .logo-section {
  } */
.logo-section h1 {
  color: orange;
  font-weight: bold;
}
.logo-section .blue {
  color: rgb(75, 75, 236);
}
.logo-section .grey {
  color: rgb(83, 83, 83);
}

header nav a {
  text-decoration: none;
  color: white;
  margin: 1rem;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.5rem;
  border-radius: 5px;
  transition: 0.4s;
}
nav a:hover {
  background-color: rgba(248, 248, 248, 0.2);
}
/* contenido seccion primera */
.contenido-primera-seccion {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin-top: 11rem;
  margin-left: -3rem;
}
.contenido-primera-seccion P {
  font-size: 18px;
  padding: 0rem 0rem 0rem 0rem;
}
.contenido-primera-seccion h1 {
  font-size: 40px;
}
.button-pdf {
}
.contenido-primera-seccion .button-pdf {
  text-align: center;
  width: 15rem;
  height: 3rem;
  border-radius: 10px;
  border: none;
  margin-left: 39%;
  margin-top: 1rem;
  background-color: rgb(207, 138, 9);
  color: rgb(255, 255, 255);
  cursor: pointer;
  /* transition: 2s; */
}
.button-pdf p {
  padding-top: 0.7rem;
}
.button-pdf i {
  margin-right: 0.5rem;
}

.button-pdf:hover {
  background-color: rgb(192, 129, 11);
}

.main-content {
  font-family: "Montserrat", sans-serif;
  padding-top: 4rem;
  width: 85vw;
  margin: auto;
}
.main-content h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.contenedor-proyectos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.contenedor-proyectos .contenedor-item-proyecto {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
    0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
    0 8px 16px rgba(0, 0, 0, 0.11);
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
}
.contenedor-item-proyecto .ilustration-proyecto {
  width: 100%;
  margin-bottom: 1rem;
}
.ilustration-proyecto img {
  width: 100%;
  border-radius: 10px;
}
.contenedor-item-proyecto .contenido-desc-proyecto {
  display: flex;
  flex-direction: column;
  padding: 0rem 1.5rem 1rem 1.5rem;
}
.contenido-desc-proyecto p {
  margin-top: 0.3rem;
}
.contenido-desc-proyecto .descripcion-proyecto {
  margin-top: 1rem;
  text-align: justify;
}
/* footer */
footer .contenedor-footer {
  padding: 2rem;
  background-color: black;
  color: white;
  text-align: center;
  margin-top: 4rem;
}

@media only screen and (max-width: 700px) and (min-width: 180px) {
  .subtitle-nosotros-mb {
    display: block;
  }
  .primera-seccion {
    height: 80vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* padding-right: 1rem; */
    padding: 1rem;
    text-align: justify;
  }
  .contenido-primera-seccion {
    height: 20vh;
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 7rem;
    margin-left: 0rem;
  }
  header {
    display: flex;

    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin: 3rem; */
    /* display: none; */
    flex-wrap: nowrap;
  }
  .primera-seccion .contenedor-menu {
    width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contenedor-menu .logo-section {
    width: 40%;
    overflow: hidden;
  }
  .contenedor-menu .logo-section img {
    width: 100%;
  }
  .contenedor-menu .nav-desplegable {
    display: inline-block;
    cursor: pointer;
    z-index: 5;
  }
  .contenedor-menu .nav-desplegable i {
    font-size: 30px;
  }
  nav {
    display: flex;
    flex-direction: column;
    background: linear-gradient(rgba(10, 10, 10, 0.9), rgba(0, 0, 0, 0.9)),
      url("https://wallpaperaccess.com/full/4701477.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 85vh;
    position: absolute;
    padding-top: 9rem;
    padding-left: 1rem;
    top: -48rem;
    left: 0rem;
    z-index: 0;
    transition: 1s;
    text-align: center;
    border-radius: 0rem 0px 2rem 2rem;
  }
  .nav-dropdown-active {
    transform: translateY(48rem);
  }
  nav a {
    text-decoration: none;
    color: rgb(233, 154, 37);
    margin: 4rem;
    margin-top: 20rem;
    font-size: 18px;
    text-transform: uppercase;
  }

  .contenido-primera-seccion P {
    font-size: 13px;
    display: none;
  }
  .contenido-primera-seccion h1 {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .contenido-primera-seccion .button-pdf {
    width: 14rem;
    height: 3rem;
    border-radius: 10px;
    border: none;
    /* margin-left: 12%; */
    margin-top: 0rem;
    /* margin-left: 2.5rem; */
    margin: auto;
    background-color: rgb(207, 138, 9);
    color: rgb(255, 255, 255);
  }
  .button-pdf p {
    display: block;
    padding-top: 0.9rem;
  }
  .button-pdf i {
    margin-right: 0.4rem;
  }

  .button-pdf:hover {
    background-color: rgb(192, 129, 11);
  }
  /* sobre proyectos */
  .contenedor-proyectos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .main-content h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 18px;
  }
  .main-content h3 {
    text-align: left;
    /* margin-bottom: 1rem; */
    font-size: 18px;
  }
  .main-content p {
    font-size: 12px;
  }
  .contenedor-proyectos .contenedor-item-proyecto {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
      0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
      0 8px 16px rgba(0, 0, 0, 0.11);
    padding: 0.5rem;
    border-radius: 20px;
    cursor: pointer;
  }
  .contenedor-item-proyecto .ilustration-proyecto {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .ilustration-proyecto img {
    width: 100%;
    border-radius: 20px;
  }
  .contenedor-item-proyecto .contenido-desc-proyecto {
    display: flex;
    flex-direction: column;
    padding: 0rem 1.5rem 1rem 1.5rem;
  }
  .contenido-desc-proyecto p {
    margin-top: 0.3rem;
  }
  .contenido-desc-proyecto .descripcion-proyecto {
    margin-top: 1rem;
    text-align: justify;
  }
  /* footer */
  footer .contenedor-footer {
    padding: 2rem;
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 4rem;
  }
}
