.texto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px;
    margin-top: 200px;
    padding: 10px;
    text-align: center;
  }
  .texto h1 {
    margin: 20px;
  }
  .texto h1::before {
    content: "¡Nuestras fotos institucionales!";
    color: #2196f3;
    font-size: 56px;
  }
  .slider-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.6s ease;
    height: 100%;
  }
  
  .slide {
    flex: 0 0 100%;
    max-width: 850px;
    height: 100%;
  }
  
  img {
    width: 100%;
    height: auto;
  }
  .slider-arrows {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  
  .arrow {
    cursor: pointer;
    font-size: 24px;
    transition: 0.3s;
  }
  
  .arrow:hover {
    color: #007bff; /* Cambia el color al pasar el ratón por encima */
  }
  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;
    }
  }
  