/* Pantalla muy chica */

@media (min-width: 300px) {
  .letra-enorme-blanco {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .letra-mediana-blanca {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
  }
  .letra-enorme-azul {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1345a9;
  }
  .letra-grande-blanco {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}
/* Pantalla chica */

@media (min-width: 576px) {
  .letra-enorme-blanco {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .letra-mediana-blanca {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
  }
  .letra-enorme-azul {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1345a9;
  }
  .letra-grande-blanco {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}
/* Pantalla mediana */

@media (min-width: 768px) {
  .letra-enorme-blanco {
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .letra-mediana-blanca {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
  }
  .mt-2r {
    margin-top: 2rem;
  }
  .letra-enorme-azul {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1345a9;
  }
  .letra-grande-blanco {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .margin-card {
    padding-bottom: 6.5rem;
  }
}
/* Pantalla grande */

@media (min-width: 992px) {
  .letra-enorme-blanco {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .letra-mediana-blanca {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    /* text-align: left; */
    color: #ffffff;
  }
  .letra-enorme-azul {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    /* text-align: left; */
    color: #1345a9;
  }
  .letra-grande-blanco {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .margin-card {
    padding-bottom: 2.5rem;
  }
}
/* Pantalla extragrande */

@media (min-width: 1400px) {
}
