.btn-blue {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #216a93;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-blue:hover {
  background-color: #1a73e9;
}

.btn-verde {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #40f99b;
  transition: all 0.3s ease;
}
.btn-verde:hover {
  background-color: #b9fddb;
}

.btn-blanco {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #216a93;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-blanco:hover {
  background-color: #e6eaed;
}

.certificaciones {
  min-height: auto;
  height: auto;
  padding: 50px 0;
  background-color: rgba(64, 249, 155, 0.5);
  position: relative;
}
.certificaciones .certificado-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 589px;
  height: 100%;
  max-height: 444px;
  z-index: 1;
}
.certificaciones .certificado-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.certificaciones .certificado-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 589px;
  max-height: 444px;
  height: 100%;
  z-index: 1;
}
.certificaciones .certificado-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.certificaciones .contenedor {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .certificaciones .contenedor {
    flex-direction: column;
    gap: 30px;
  }
}
.certificaciones .contenedor .certificaciones-content {
  width: calc(50% - 40px);
}
@media (max-width: 1024px) {
  .certificaciones .contenedor .certificaciones-content {
    width: 100%;
  }
}
.certificaciones .contenedor .certificaciones-content .titulo-certificaciones {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .certificaciones .contenedor .certificaciones-content .titulo-certificaciones {
    text-align: center;
  }
}
.certificaciones .contenedor .certificaciones-content .parrafo-certificaciones {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .certificaciones .contenedor .certificaciones-content .parrafo-certificaciones {
    text-align: center;
  }
}
.certificaciones .contenedor .certificaciones-list {
  width: calc(50% - 40px);
  display: flex;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .certificaciones .contenedor .certificaciones-list {
    width: calc(100% - 130px);
    flex-direction: column;
    gap: 30px;
  }
}
.certificaciones .contenedor .certificaciones-list .certificacion {
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.certificaciones .contenedor .certificaciones-list .certificacion .certificacion-img {
  padding: 8px 6.15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.certificaciones .contenedor .certificaciones-list .certificacion .certificacion-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.certificaciones .contenedor .certificaciones-list .certificacion .titulo-certificado {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}/*# sourceMappingURL=index.css.map */