body {
  display: flex;
  justify-content: center;
}

main {
  max-width: 1340px;
}

p {
  line-height: 1.4rem;
}

/* main .content {
  display: flex;
  justify-content: center;
  max-width: 100%;
} */

.portada {
  background-image: url("/assets/img/portada_web_clases.jpg");
  height: 400px;
  max-width: 100%;
  background-size: cover;
  background-position: bottom;
  /* background-attachment: fixed; */
}


#intro {
  position: relative;
  width: 100%;
}
.inner-intro-cont {
  position: relative;
  z-index: 20;
  width: 100%;
  background: var(--background-card);
}

#intro .container {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: hsl(220,40%,90%);
}
  #intro .col-2 {
    margin: 0rem;
    padding-left: 1.5rem;
    border-left: 2px solid hsla(210,50%,90%, 0.5);

    font-size: 1.1rem;
    font-weight: 200;
    /*font-style: italic;*/
  }
    #intro .col-2 ul li{
      list-style: none;
      padding: 0.5rem 0;
  }
    #intro .titulo1 {
      text-align: center;
      text-transform: uppercase;
      /* font-family: 'Bubbler One', sans-serif; */
        font-size: 3.2rem;
      margin: 0;
    }
      #intro .leyend {
        text-align: center;
        margin: 0;
        font-size: 1.2rem;
        font-style: italic;
      }



/* DESCRIPCION */

.content .cl-descrip {
  width: 65%;
  margin: 0 auto;
  padding: 3rem 0 .5rem 0;
}
#cla {
  /*padding: 0 0 1rem 0;*/
}
  .cl-descrip p {
    margin: 2rem 0;
    padding: 0 2rem;
    border-left: 2px solid var(--color-cinco);
  }
  .cl-descrip h3 {
    width: 100%;
    color: var(--color-cinco);
    /* font-family: 'Bubbler One', sans-serif; */
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }

  .cl-descrip .alert {
    border: 1px solid var(--color-cinco);
    text-align: left;
    max-width: max-content;
  }

  /* iconos */
    .cl-descrip .col {
      display: flex;
        flex-direction: column;
        align-items: center;
    }
      .cl-descrip .circle-icon {
        width: 7rem; height: 7rem;
        display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;

        text-align: center;
          color: white;
          border-radius: 100%;
          background-color: var(--color-cinco);
      }
        .cl-descrip .col i {
          font-size: 2.6rem;
        }
          .cl-descrip .col p {
            margin: 0; padding: 0;
          }


  .center {
    display: flex;
    justify-content: flex-start;
  }
  #cla .btn {
    position: relative;
    /*margin: 1.4rem 0 1rem 0;*/
    padding: 0 2rem;
    border-radius: 2rem;
    background-color: transparent;
    border: none;

    color: var(--color-cuatro);
    font-weight: 700;
    font-size: 4rem;
    transition: 0.5s;
  }
    #cla .btn:hover {
      /*text-shadow: 1px 1px 6px hsla(0, 0%, 0%, 0.2);*/
      transform: rotate(1turn);
      transition: 0.5s;
    }

.container-info {
  /*display: none;*/
}
.cl-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 3rem 2rem 3rem;
  background: linear-gradient(to bottom, transparent, hsl(240, 80%, 92%));
}
    .cl-descrip-more {
      margin: 0.5rem;
      width: 30%;
      padding-left: 1rem;
      border-left: 2px solid var(--color-cuatro);
      font-style: italic;
    }
      .cl-descrip-more .title {
        margin-bottom: 0.5rem;
        color: var(--color-cuatro);
        /* font-family: 'Bubbler One', sans-serif; */
        font-size: 1.2rem;
        letter-spacing: 0.4rem;
        font-style: normal;
}

.center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-wapp {
  max-width: max-content;
  height: fit-content;
  padding: 1rem 2rem;
  border: 2px solid #155724;
  border-radius: 1rem;
  color: #155724;
  background-color: #d4edda;
}
  .btn-wapp:hover {
    cursor: pointer;
    border: 2px dashed #155724;
  }

h3 {
  margin: 1rem 0;
  padding: 0;
}



img.parti {
  width: 100%;
  max-width: 500px;
}

.yo {
  display: flex;

  width: 100%;
 /*  max-width: 600px; */
  /* flex-wrap: wrap-reverse; */
}

  .yo.perfil {
    max-width: 600px;
    width: 100%;
  }
    .yo.perfil img {
      /* margin-top: 0.5rem; */
      width: 100%;
      max-width: 200px;
    }

  .yo#contacto {
    max-width: 600px;
    width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

  }
    .yo#contacto img {
      margin-top: 1.5rem;
      width: 100%;
      max-width: 600px;
      /* border: 1px dashed blue; */
    }

  .yo p {
    border: none;
    padding: 0;
    margin-bottom: 1rem;
  }
  .yo h3 {
    font-size: 1.3rem;
    line-height: 1.3em;
    width: 100%;

    text-align: center;
  }

#bio {
  padding-top: 1rem;
}


@media only screen and (max-width: 991px) {

  .yo {
    /* width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center; */
  }
    .yo#contacto img {
      max-width: none;
    }

}

@media only screen and (max-width: 768px) {
  .portada {
    height: 300px;
    background-position: bottom;
  }

  .content .cl-descrip {
    width: 80%;
    padding: 0;
  }

  .yo#contacto img {
    margin-top: .5rem;
  }

  .yo h3 {
  }

  .btn-wapp {
  }

}

@media only screen and (max-width: 486px) {
  .portada {
    height: 200px;
    background-position: bottom;
  }

  .content .cl-descrip {
    width: 90%;
  }

  .yo {
    width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
  }
    .yo p {
      margin: 1rem;
    }
    .yo.perfil img {
      margin-top: 1.5rem;
      width: 100px;
      height: 100px;
    }

    .btn-wapp {
      /* text-align: center; */
      margin: 0 auto;
    }
}
