.contador-convocatorias-premios {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.contador-convocatorias-premios .ccp-banner {
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  color: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contador-convocatorias-premios .ccp-titulo {
  font-size: clamp(36px, 2.778vw, 52px);
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  margin-bottom: 16px;
  max-width: 70%;
}
.contador-convocatorias-premios .ccp-texto {
  font-size: clamp(14px, 0.972vw, 15px);
  color: #FFF;
  max-width: 70%;
}
.contador-convocatorias-premios .ccp-texto p {
  margin-bottom: 0;
}
.contador-convocatorias-premios .ccp-texto p:not(:last-child) {
  margin-bottom: 8px;
}
.contador-convocatorias-premios .ccp-contador {
  flex: 0 0 auto;
  width: 222px;
  background-color: #11A1CA;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contador-convocatorias-premios .ccp-contador .number-contador {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -5px;
  color: #07303B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.contador-convocatorias-premios .ccp-contador .text-contador {
  align-self: flex-end;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -3px;
  text-align: right;
  color: #07303B;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .contador-convocatorias-premios {
    flex-direction: column;
    gap: 16px;
  }
  .contador-convocatorias-premios .ccp-banner {
    padding: 16px;
  }
  .contador-convocatorias-premios .ccp-titulo,
  .contador-convocatorias-premios .ccp-texto {
    max-width: 100%;
  }
  .contador-convocatorias-premios .ccp-contador {
    width: 100%;
  }
  .contador-convocatorias-premios .ccp-contador .number-contador {
    font-size: 100px;
  }
}

/*# sourceMappingURL=contador-convocatorias-premios.css.map */
