@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;

0,400;1,300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Newsreader&display=swap);@import url(https://fonts.googleapis.com/css2?family=Newsreader:wght@300&display=swap);.blog {
  padding-top: 90px;
}

.blog .blog1 {
  height: 232px;
  position: relative;
}

.blog .f-blog {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.blog .inicio1 {
  font-size: 40px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  line-height: 40px;
}

.blog-2 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.blog-2 .centro {
  display: block;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .blog-2 .centro {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .blog-2 .centro {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .blog-2 .centro {
    display: flex;
  }
}

.blog-2 .blog-espacio {
  padding-top: 70px;
}

@media screen and (min-width: 768px) {
  .blog-2 .blog-espacio {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .blog-2 .blog-espacio {
    padding-top: 130px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-2 .blog-espacio {
    padding-top: 130px;
  }
}

.blog-2 .centrar {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.blog-2 .carnet + .carnet {
  padding-top: 90px;
}

.blog-2 .btn-default {
  background: #efeef5;
  font-size: 16px;
  font-family: "Newsreader", serif;
  font-weight: 400;
  line-height: 16px;
  color: #707070;
}

.blog-2 .btn-default2 {
  color: #7E818B;
  background: #D9E1EC;
  font-size: 16px;
  font-family: "Newsreader", serif;
  font-weight: 400;
  line-height: 16px;
}

.blog-2 ul a li {
  font-size: 16px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  line-height: 16px;
  color: black !important;
}

.blog-2 ul a + a {
  margin-left: 80px;
}

.blog-2 .texto-ti {
  font-size: 30px;
  font-family: "Newsreader", serif;
  font-weight: 300;
  line-height: 30px;
}

.blog-2 .texto-pa {
  font-family: "Montserrat", "Sans Serif";
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: black;
}

