.texto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 40px;
    margin-top: 200px;
    padding: 10px;
  }
  .texto h1 {
    max-width: 1000px;
  }
  .texto h1::before {
    content: "Hola! bienvenido a María Cano Deportes,";
    color: rgb(10, 59, 92);
    font-size: 56px;
  }
  .texto .cajaA {
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  .texto .cajaA p {
    margin-top: 200px;
    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 .cajaAA{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  .texto .cajaA .cajaAA a {
    text-decoration: none;
    min-width: 250px;
    color: white;
    background-color: #47a8ea;
    margin: 0px 80px 0 80px;
    padding: 20px;
    border-radius: 20px;
  }
  @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%;
  }
  .carta__contenedor {
    display: flex;
    padding: 10px;
    width: 50%;
    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){
    .footer__carta {
      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;
  }
  .carta__contenedor .card__info .img1{
    max-width: 146px;
    min-width: 146px;
    height: 150px;
    background-image: url(https://iemariacano.edu.co/wp-content/uploads/2020/02/Escudo-252x300.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .carta__contenedor .card__info .img2{
    max-width: 150px;
    min-width: 150px;
    height: 71px;
    background-image: url(https://iemariacano.edu.co/wp-content/uploads/2020/02/fondo-1-850x400.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .parrafo,h3 {
    display: flex;
  }
  @media screen and (max-width:350px) {
    .carta__contenedor .card__info {
      flex-direction: column;
      align-items: center;
    }
    .carta__contenedor .card__info .img2{
      max-width: 120px;
    min-width: 120px;
    height: 57px;
    }
  }
  @media screen and (min-width:520px) {
    .carta__contenedor .card__info .img2{
      max-width: 250px;
    min-width: 250px;
    height: 118px;
    }
  }
  @media screen and (max-width:1199px) {
    .carta__contenedor .card__info2 {
      flex-direction: column;
    }
  }
  @media screen and (min-width:1200px) {
    .carta__contenedor .card__info2 {
      flex-direction: row;
    }
  }