* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main {
  background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #434343,
    #000000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #434343,
    #000000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.content {
  position: relative;
  overflow-anchor: none;
  top: 80px;
  margin-bottom: 5rem;
}

#active {
  color: #faad29;
}

.pie_flex-redes {
  margin: 2rem auto;
}

.card {
  background-color: #fff;
  width: 50%;
  margin: 1.5rem auto;
  height: 100%;
  border-radius: 9px;
  padding-bottom: 1rem;
  animation-duration: 3s;
  box-shadow: 0px 0px 3px #fff;
  text-align: center;
}

.art-2 {
  border-top: 10px outset #faad29;
}

@keyframes slide {
  0% {
    transform: translate(-100px, 10px);
  }

  100% {
    transform: translate(0px, 10px);
  }
}

@keyframes slide2 {
  0% {
    transform: translate(100px, 10px);
  }
  100% {
    transform: translate(0, 10px);
  }
}

.description {
  color: #111;
  text-align: start;
}

p {
  padding: 1.5rem;
}

@keyframes slider-item {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(50%, 0);
  }
}

.subtitulo {
  font-family: "Roboto", sans-serif;
  padding-top: 3rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.nombre {
  font-size: 1.5rem;
  background-color: #faad29;
  padding: 1rem;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

.img {
  width: 30%;
  height: 20%;
  border-radius: 100px;
  box-shadow: 0px 0px 5px #000;
  margin-top: 1rem;
}

.pie-foto {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.foto {
  display: block;
}

@media only screen and (max-width: 600px) {
  body {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .titulo {
    display: none;
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    top: 0;
  }

  .topnav {
    /* este es el entorno desplegable */
    margin-top: 1.09rem;
    padding: 1rem;
    background-color: #fff;
    border-right: 3px solid #ffbd4a;
    border-bottom: 3px solid #ffbd4a;
    border-radius: 0 0px 10px 0;
    position: relative;
    z-index: 2000;

    width: 100%;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #ffbd4a;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    background-color: #222;
    border: 2px outset #fff;
    border-radius: 8px;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: visible;
    margin: 0 15px;
    margin-top: 35px;
    padding: auto;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 500;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    margin-top: 1rem;
    visibility: hidden;
    width: 75%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 120px;
    margin-top: -1.2rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-content: center;
  }

  .flex-button-container {
    display: flex;
    align-items: center;
  }

  .pie_flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 0;
    position: absolute;
    width: 100%;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  footer {
    background-color: #000;
    border-top: 4px solid #ffbd4a;
  }

  .content {
    top: 80px;
    margin-bottom: 10rem;
  }

  #active {
    color: #fff;
  }

  .background {
    width: 80%;
  }

  .list-item {
    transform: translate(25%, 0);
  }

  @keyframes slider-item {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(25%, 0);
    }
  }

  .card {
    width: 70%;
  }

  .subtitulo {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 601px) and (max-width: 932px) {
  body {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .titulo {
    display: none;
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    top: 0;
  }

  .topnav {
    /* este es el entorno desplegable */
    margin-top: 1.09rem;
    padding: 1rem;
    background-color: #fff;
    border-right: 3px solid #ffbd4a;
    border-bottom: 3px solid #ffbd4a;
    border-radius: 0 0px 10px 0;
    position: relative;
    z-index: 2000;
    width: 100%;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #ffbd4a;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    background-color: #222;
    border: 2px outset #fff;
    border-radius: 10px;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: visible;
    margin: 0 15px;
    margin-top: 35px;
    padding: auto;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 500;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    margin-top: 1rem;
    visibility: hidden;
    width: 75%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 120px;
    margin-top: -1.2rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-content: center;
  }

  .pie_flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 0;
    position: absolute;
    width: 100%;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  footer {
    background-color: #000;
    border-top: 4px solid #ffbd4a;
  }

  .content {
    top: 80px;
    margin-bottom: 14rem;
  }

  .menu-desplegable {
    height: 100vh;
  }
  #active {
    color: #fff;
  }

  .list-item {
    transform: translate(50%, 0);
  }

  @keyframes slider-item {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(50%, 0);
    }
  }
  .art {
    width: 70%;
  }
}

@media only screen and (min-width: 932px) and (max-width: 1024px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 500;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 500;
  }

  body {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    order: 2;
    top: 0;
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: absolute;
    top: -130px;
    padding-left: 2rem;
    z-index: 2000;

    width: 70%;
    order: 1;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
    position: relative;
    z-index: 500;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 140px;
    margin-top: -1.95rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    position: relative;
    width: 100%;
    top: 100%;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .content {
    top: 80px;
    margin-bottom: 21rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 500;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 500;
  }

  body {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    order: 2;
    top: 0;
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: absolute;
    top: -130px;
    z-index: 2000;
    height: 70px;
    width: 70%;
    order: 1;
    padding: 0 2.5rem;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
    position: relative;
    z-index: 500;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .flex-item > h4 {
    font-size: 1.5rem;
  }

  .flex-item > .precio {
    font-size: 2.5rem;
  }

  .logo-responsive {
    max-width: 140px;
    margin-top: -1.95rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .content {
    top: 80px;
    margin-bottom: 32rem;
  }
}

@media only screen and (min-width: 1441px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 500;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 500;
  }

  body {
    min-width: 1440px;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    order: 2;
    top: 0;
  }

  @keyframes slide {
    from {
      height: 0;
    }
    to {
      height: 100vh;
    }
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: absolute;
    top: -130px;
    z-index: 2000;
    height: 70px;
    width: 70%;
    padding: 0 2.5rem;
    order: 1;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
    position: relative;
    z-index: 500;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 140px;
    margin-top: -1.95rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    padding-left: 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 4rem;
  }

  .content {
    top: 80px;
    margin-bottom: 10rem;
  }

  .list-item {
    animation-name: none;
    font-size: 1.5rem;
  }

  .intitulo,
  .subtitulo {
    font-size: 3rem;
  }

  .art {
    font-size: 1.5rem;
    margin: 4rem auto;
  }

  .fa-brain {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 2500px) {
  .pie_flex {
    position: relative;
  }
}
