.texto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px;
    margin-top: 200px;
    padding: 10px;
  }
  .texto h1 {
    max-width: 580px;
  }
  .texto h1::before {
    content: "Este es nuestro proyecto de media técnica, ";
    color: rgb(10, 59, 92);
    font-size: 56px;
}
.texto .cajaA {
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  .texto .cajaA p {
    margin-top: 20px;
    width: 100%;
    color: #0a3b5c;
    font-size: 20px;
    padding: 10px;
  }
  
  @media screen and (max-width:400px) {
    .texto .cajaA p {
      max-width: 200px;
      padding: 0;
    }
    .texto .cajaA .cajaAA a {
      width: 50px;
    }
  }
  @media screen and (min-width:600px){
    .texto {
      align-items: flex-start;
    }
    .texto .cajaA p {
      max-width: 560px;
    }
  }
  .texto .cajaA .img {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
  }
  .texto .cajaA .cajaAA{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  @media screen and (max-width:900px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 550px;
      right: 35%;
    }
  }
  @media screen and (max-width:610px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 630px;
      right: 35%;
    }
  }
  @media screen and (max-width:500px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 810px;
      right: 20%;
    }
  }
  @media screen and (max-width:480px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 680px;
      right: 20%;
    }
  }
  @media screen and (max-width:460px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 870px;
      right: 20%;
    }
  }
  @media screen and (max-width:400px) {
    .texto .cajaA .cajaAA {
      margin-bottom: 300px;
    }
    .texto .cajaA .img {
      top: 970px;
      right: 20%;
    }
}
@media screen and (max-width:320px) {
  .texto .cajaA .cajaAA {
    margin-bottom: 300px;
  }
  .texto .cajaA .img {
    top: 1050px;
    right: 20%;
  }
}
  @media screen and (max-width:400px) {
    .texto .cajaA .cajaAA a {
      min-width: 150px;
    }
  }
  footer {
    margin: 50px;
    display: flex;
    height: min-content;
    flex-direction: column;
  }
  footer h2 {
    display: flex;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #0a3b5c;
  }
  footer p {
    display: flex;
    font-size: 20px;
    font-weight: 300;
    color: #999;
    margin-bottom: 20px;
  }
  @media screen and (max-width:400px) {
    footer {
      margin: 10px;
    }
  }
  @media screen and (max-width:300px){
    footer h2 {
      font-size: 34px;
    }
  }
  .footer__carta {
    display: flex;
    margin: 10px;
    width: 100%;
    flex-direction: column;
  }
  .up,.down {
    width: 100%;
    display: flex;
  }
  .carta__contenedor {
    display: flex;
    padding: 10px;
    width: 100%;
    margin: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    box-shadow: 6px 6px 16px 0 rgb(62 62 62 / 16%);
  }
  @media screen and (max-width:800px){
    .up,.down {
      flex-direction: column;
    }
    .carta__contenedor {
      width: 94%;
    }
    footer {
      margin: 10px;
    }
    .footer__carta {
      margin: 0;
    }
  }
  @media screen and (max-width:300px) {
    .parrafo {
      font-size: 13px;
    }
  }
  .carta__contenedor .card__info {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .carta__contenedor .card__info .imagen{
    border-radius: 20px;
    max-width: 150px;
    min-width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
  }
  .carta__contenedor .card__info .img1{
    background-image: url(https://cdn-icons-png.flaticon.com/512/1999/1999625.png);
}
  .carta__contenedor .card__info .img2{
    background-image: url(https://i.pinimg.com/564x/79/7b/a7/797ba7abd62ebcf1c510f75b4008bd6a.jpg);
  }
  .carta__contenedor .card__info .img3{
    background-image: url(https://i.pinimg.com/564x/aa/fc/21/aafc2181ab00bc9679171cd662931712.jpg);
  }
  .carta__contenedor .card__info .img4{
    background-image: url(https://i.pinimg.com/564x/50/5c/09/505c098098b44662170e313471d91343.jpg);
  }
  .parrafo{
    display: flex;
  }
  h3 {
    display: flex;
    color: #0a3b5c;
  }
  @media screen and (max-width:400px){
    .carta__contenedor .card__info {
        flex-direction: column;
    }
    .parrafo,h3 {
        text-align: center;
    }
  }