.section-bg-skyblue {
  padding-top: 60px;
  padding-bottom: 30px;
  background: rgba(0, 133, 178, 0.2);
  clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0% 100%);
}

.card-blog-slide {
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: end;
  padding: 10px;
  height: 350px;
}
.card-blog-slide .card-blog-slide-text {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.card-blog-slide .card-blog-slide-text .card-blog-slide-title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}
.card-blog-slide .card-blog-slide-text .card-blog-slide-title span {
  color: #0085b2;
  position: relative;
}
.card-blog-slide .card-blog-slide-text .card-blog-slide-title span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0085b2;
}
.card-blog-slide .card-blog-slide-text .card-blog-slide-description {
  margin: 0 0 15px;
  font-size: 14px;
}

.owl-item .card-blog-slide {
  width: 100%;
}

.title-btn-search {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title-btn-search .form-search-blog {
  position: relative;
}
.title-btn-search .form-search-blog input {
  border: 1px solid #b4b4b4;
  padding: 10px 40px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
}
.title-btn-search .form-search-blog .error-msg {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -15px;
  color: #ca082c;
  white-space: nowrap;
}
.title-btn-search .form-search-blog .btn-open-search {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 768px) {
  .card-blog-slide {
    height: 400px;
  }
  .title-btn-search {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .title-btn-search .form-search-blog {
    width: 175px;
  }
  .title-btn-search .form-search-blog .error-msg {
    bottom: 5px;
  }
}
@media (min-width: 992px) {
  .section-bg-skyblue {
    padding-top: 60px;
  }
  .carrusel-todo-pension .card-blog-slide {
    transition: 0.3s;
  }
  .carrusel-todo-pension .owl-item {
    display: flex;
    align-items: center;
  }
  .carrusel-todo-pension .owl-item.center .card-blog-slide {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .section-bg-skyblue {
    padding-top: 70px;
  }
  .card-blog-slide,
  .card-blog-slide .card-blog-slide-text {
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .section-bg-skyblue {
    padding-top: 90px;
    clip-path: polygon(0 70px, 100% 0%, 100% 100%, 0% 100%);
  }
  .card-blog-slide {
    height: 430px;
  }
  .carrusel-todo-pension .owl-item.center .card-blog-slide {
    height: 525px;
  }
}
* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  color: #252626;
  background-color: #f6f6f6;
}

.max-width {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.tabs-blog {
  list-style: none;
  margin: -40px auto 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 2;
}
.tabs-blog .tab-blog a {
  height: 100%;
  padding: 10px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  text-decoration: none;
  color: #252626;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 240px;
}
.tabs-blog .tab-blog a p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
.tabs-blog .tab-blog a .icon-blog {
  height: 32px;
}
.tabs-blog .tab-blog a .icon-blog-active {
  display: none;
}
.tabs-blog .tab-blog.tab-blog-active a, .tabs-blog .tab-blog:hover a {
  background-color: #0085b2;
  color: #fff;
}
.tabs-blog .tab-blog.tab-blog-active a p, .tabs-blog .tab-blog:hover a p {
  font-weight: 700;
}
.tabs-blog .tab-blog.tab-blog-active a .icon-blog-inactive, .tabs-blog .tab-blog:hover a .icon-blog-inactive {
  display: none;
}
.tabs-blog .tab-blog.tab-blog-active a .icon-blog-active, .tabs-blog .tab-blog:hover a .icon-blog-active {
  display: block;
}
.tabs-blog .tab-blog:first-child a {
  border-radius: 10px 0 0 10px;
}
.tabs-blog .tab-blog:last-child a {
  border-radius: 0 10px 10px 0;
}

.title-section-blog {
  font-size: 20px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #263c75;
}

.title-blog-bg-blue {
  position: relative;
  padding: 5px 20px 5px 0;
  color: #fff;
  width: fit-content;
}
.title-blog-bg-blue::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 500%;
  height: 100%;
  background-color: #0085b2;
  border-radius: 0 20px 20px 0;
}

.bajada-blog {
  font-size: 16px;
  margin: 0 0 20px;
}

.my-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.py-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-section {
  padding-top: 30px;
}

.px-section {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-card-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.card-blog {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.card-blog a {
  text-decoration: none;
  color: #252626;
  overflow: hidden;
}
.card-blog .card-blog-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  transition: 0.3s;
}
.card-blog .card-blog-body {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 40px;
  position: relative;
  flex-grow: 1;
}
.card-blog .card-blog-body .card-blog-body-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.card-blog .card-blog-body .card-blog-body-tags .card-blog-body-tag {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.card-blog .card-blog-body .card-blog-body-date {
  font-size: 12px;
  font-weight: 300;
}
.card-blog .card-blog-body .card-blog-body-title {
  margin: 8px 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.card-blog .card-blog-body .card-blog-body-description {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.card-blog .card-blog-body .card-blog-body-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 5px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.card-blog .card-blog-body .card-blog-body-button svg {
  width: 100%;
}
.card-blog .card-blog-body .card-blog-body-button:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.card-blog:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.card-blog:hover .card-blog-img {
  transform: scale(1.05);
}

.card-blog-destacado,
.card-blog-destacado2 {
  margin: 20px 0;
}
.card-blog-destacado .card-blog-body .card-blog-body-description,
.card-blog-destacado2 .card-blog-body .card-blog-body-description {
  -webkit-line-clamp: 5;
}

.card-blog-destacado2 {
  background-color: transparent;
  border: none;
}
.card-blog-destacado2:hover {
  box-shadow: none;
}

.btn-blog-primary,
.btn-blog-secondary {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11px 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: fit-content;
}

.btn-blog-primary {
  background-color: #ca082c;
}

.btn-blog-secondary {
  background-color: #68a2b9;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: rgba(37, 38, 38, 0.337254902);
  transition: 0.3s;
}
.owl-dots button.owl-dot.active {
  background: #cf2141;
  width: 24px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 50px;
  width: 50px;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0px 4px 4px 0px rgba(166, 166, 166, 0.2509803922);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav .owl-prev {
  left: -25px;
}
.owl-nav .owl-next {
  right: -25px;
}

.banner-blog {
  height: 550px;
  padding: 20px 20px 0;
  position: relative;
}
.banner-blog .blog-bg,
.banner-blog .blog-bg::before {
  position: absolute;
  right: 0;
  width: 100%;
}
.banner-blog .blog-bg {
  top: 0;
  z-index: 0;
  height: 100%;
  background: #124678;
  clip-path: polygon(0 0, 100% 0, 100% 490px, 0% 520px);
}
.banner-blog .blog-bg::before {
  content: "";
  bottom: 0;
  z-index: 1;
  background: url("../img/bg-red-mob.svg") no-repeat;
  background-size: contain;
  background-position: center;
  height: 62%;
}
.banner-blog .banner-blog-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.banner-blog .banner-blog-text {
  color: #fff;
  height: 40%;
}
.banner-blog .banner-blog-text .banner-blog-text-title-top {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 30px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.banner-blog .banner-blog-text .banner-blog-text-title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 300;
}
.banner-blog .banner-blog-text .banner-blog-text-description {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 150%;
  font-weight: 500;
}
.banner-blog .banner-blog-text .btn-blog-primary {
  width: 100%;
}
.banner-blog .banner-blog-img {
  width: 100%;
  max-width: 100%;
  height: 60%;
  object-fit: contain;
}

.grid-destacados {
  margin: 20px 0;
}

.filtros {
  margin: 30px 0;
}
.filtros p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #263c75;
}
.filtros .filtros-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.filtros .filtros-lista li a {
  text-decoration: none;
  border-radius: 20px;
  display: block;
  padding: 8px;
  border: 1px solid #263c75;
  color: #263c75;
  font-size: 16px;
}

.card-blog-body-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
}
.card-blog-body-author .card-blog-body-author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #252626;
}
.card-blog-body-author .card-blog-body-author-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.card-blog-body-author .card-blog-body-read-time {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.section-text-image {
  margin: 30px 0;
}
.section-text-image > div {
  display: flex;
  flex-direction: column-reverse;
}
.section-text-image .section-text {
  position: relative;
  color: #fff;
  padding: 30px 20px;
}
.section-text-image .section-text h2,
.section-text-image .section-text p {
  text-align: center;
}
.section-text-image .section-text h2,
.section-text-image .section-text p,
.section-text-image .section-text a {
  position: relative;
  z-index: 2;
}
.section-text-image .section-text h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}
.section-text-image .section-text p {
  margin: 0 0 20px;
  font-size: 16px;
}
.section-text-image .section-text a {
  margin: 0 auto;
  min-width: 220px;
}
.section-text-image .section-text .bg-wrapp {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 280px;
  width: 100%;
}
.section-text-image .section-text .bg-wrapp.desk {
  display: none;
}
.section-text-image .section-text .line-wrapp-desk {
  display: none;
}
.section-text-image .section-img img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .title-section-blog {
    font-size: 24px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 34px;
  }
  .banner-blog .banner-blog-text .btn-blog-primary {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .max-width {
    max-width: 700px;
  }
  .my-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .py-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-section {
    padding-top: 50px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title-top,
  .banner-blog .banner-blog-text .banner-blog-text-description {
    font-size: 18px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 40px;
  }
  .title-section-blog {
    font-size: 26px;
  }
  .bajada-blog {
    font-size: 18px;
  }
  .grid-destacados {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .grid-destacados > *:first-child {
    grid-column: 1/-1;
  }
  .section-text-image .section-text {
    padding: 30px 20px;
  }
  .section-text-image .section-text h2 {
    font-size: 26px;
  }
  .section-text-image .section-text p {
    font-size: 18px;
  }
  .section-text-image .section-img img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .max-width {
    max-width: 900px;
  }
  .banner-blog {
    height: 450px;
  }
  .banner-blog .blog-bg {
    clip-path: polygon(0 0, 100% 0, 100% 335px, 0% 430px);
  }
  .banner-blog .blog-bg::before {
    background: url("../img/bg-red.svg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 60%;
  }
  .banner-blog .banner-blog-container {
    display: flex;
    align-items: center;
  }
  .banner-blog .banner-blog-text {
    width: 58%;
    height: auto;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 46px;
  }
  .banner-blog .banner-blog-img {
    width: 42%;
    height: 100%;
  }
  .title-section-blog {
    font-size: 28px;
  }
  .tabs-blog .tab-blog {
    width: 16.666667%;
  }
  .tabs-blog .tab-blog a {
    justify-content: start;
    width: 100%;
  }
  .grid-card-blog {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  }
  .card-blog .card-blog-img {
    height: 262px;
  }
  .card-blog .card-blog-body .card-blog-body-tags .card-blog-body-tag {
    padding: 5px 10px;
    font-size: 14px;
  }
  .card-blog .card-blog-body .card-blog-body-date {
    font-size: 14px;
  }
  .card-blog .card-blog-body .card-blog-body-title {
    font-size: 20px;
  }
  .card-blog .card-blog-body .card-blog-body-description {
    font-size: 16px;
  }
  .card-blog-destacado {
    flex-direction: row;
  }
  .card-blog-destacado .card-blog-link-destacado {
    width: 40%;
  }
  .card-blog-destacado .card-blog-link-destacado .card-blog-img {
    min-height: 308px;
  }
  .card-blog-destacado .card-blog-body {
    width: 60%;
  }
  .card-blog-destacado .card-blog-body .card-blog-body-title {
    margin: 15px 0;
  }
  .card-blog-destacado2 {
    flex-direction: row;
  }
  .card-blog-destacado2 .card-blog-link-destacado {
    width: 50%;
  }
  .card-blog-destacado2 .card-blog-link-destacado .card-blog-img {
    min-height: 315px;
  }
  .card-blog-destacado2 .card-blog-body {
    width: 50%;
  }
  .card-blog-destacado2 .card-blog-body .card-blog-body-title {
    margin: 15px 0;
    font-size: 26px;
  }
  .grid-destacados .article-1 {
    flex-direction: row;
  }
  .grid-destacados .article-1 .card-blog-link-destacado,
  .grid-destacados .article-1 .card-blog-body {
    width: 50%;
  }
  .section-text-image > div {
    overflow: hidden;
    flex-direction: row;
  }
  .section-text-image > div:hover .section-text .bg-wrapp {
    width: 160%;
  }
  .section-text-image > div:hover .section-img img {
    transform: scale(1.1);
  }
  .section-text-image .section-text,
  .section-text-image .section-img {
    width: 50%;
  }
  .section-text-image .section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-text-image .section-text .bg-wrapp {
    height: 100%;
    width: 156%;
    transition: 0.3s;
  }
  .section-text-image .section-text .bg-wrapp.mob {
    display: none;
  }
  .section-text-image .section-text .bg-wrapp.desk {
    display: block;
  }
  .section-text-image .section-text .line-wrapp-desk {
    position: absolute;
    right: -200px;
    z-index: 2;
    display: block;
    height: 100%;
  }
  .section-text-image .section-img img {
    transition: 0.3s;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1100px;
  }
  .my-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .py-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-section {
    padding-top: 60px;
  }
  .banner-blog {
    height: 500px;
  }
  .banner-blog .blog-bg {
    clip-path: polygon(0 0, 100% 0, 100% 380px, 0% 475px);
  }
  .banner-blog .banner-blog-text .banner-blog-text-title-top,
  .banner-blog .banner-blog-text .banner-blog-text-description {
    font-size: 20px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 54px;
  }
  .title-section-blog {
    font-size: 30px;
  }
  .bajada-blog {
    font-size: 20px;
  }
  .grid-card-blog {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .card-blog .card-blog-body {
    padding: 20px 20px 50px;
  }
  .card-blog .card-blog-body .card-blog-body-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .grid-destacados {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
  .grid-destacados .article-1 {
    grid-row: 1/span 2;
    grid-column: 1/2;
    flex-direction: column;
  }
  .grid-destacados .article-1 .card-blog-link-destacado,
  .grid-destacados .article-1 .card-blog-body {
    width: 100%;
  }
  .grid-destacados .article-2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .grid-destacados .article-3 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .grid-destacados .article-2,
  .grid-destacados .article-3 {
    flex-direction: row;
  }
  .grid-destacados .article-2 .card-blog-link-destacado,
  .grid-destacados .article-3 .card-blog-link-destacado {
    width: 40%;
  }
  .grid-destacados .article-2 .card-blog-link-destacado img,
  .grid-destacados .article-3 .card-blog-link-destacado img {
    height: 100%;
  }
  .grid-destacados .article-2 .card-blog-body,
  .grid-destacados .article-3 .card-blog-body {
    width: 60%;
  }
  .card-blog-destacado2 .card-blog-link-destacado .card-blog-img {
    min-height: 330px;
  }
  .card-blog-destacado2 .card-blog-body .card-blog-body-title {
    font-size: 30px;
  }
  .section-text-image .section-text {
    width: 38%;
  }
  .section-text-image .section-text h2 {
    font-size: 30px;
  }
  .section-text-image .section-text p {
    font-size: 18px;
  }
  .section-text-image .section-text .bg-wrapp {
    width: 150%;
  }
  .section-text-image .section-img {
    width: 62%;
  }
  .section-text-image .section-img img {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .max-width {
    max-width: 1200px;
  }
  .my-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .title-section-blog {
    font-size: 32px;
  }
  .banner-blog .banner-blog-text .banner-blog-text-title {
    font-size: 64px;
  }
  .card-blog-destacado2 .card-blog-body {
    padding: 30px 20px 50px 40px;
  }
  .card-blog-destacado2 .card-blog-body .card-blog-body-title {
    font-size: 30px;
  }
}
.tabs-podcast {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.tabs-podcast li {
  width: 50%;
  text-align: center;
}
.tabs-podcast li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  color: #ca082c;
  border: 1px solid #ca082c;
}
.tabs-podcast li a.tab-podcast-active {
  background-color: #ca082c;
  color: #fff;
}
.tabs-podcast li:first-child a {
  border-radius: 40px 0 0 40px;
}
.tabs-podcast li:last-child a {
  border-radius: 0 40px 40px 0;
}

.tabs-podcast-content .tab-pane {
  display: none;
}
.tabs-podcast-content .tab-pane.tab-pane-active {
  display: block;
}

.card-blog-podcast-destacado {
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff !important;
  margin-bottom: 20px;
}
.card-blog-podcast-destacado a {
  text-decoration: none;
}
.card-blog-podcast-destacado .card-blog-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}
.card-blog-podcast-destacado .card-blog-body .card-blog-body-title {
  font-size: 18px;
  font-weight: 600;
  color: #252626;
  margin: 10px 0;
}
.card-blog-podcast-destacado .card-blog-body .card-blog-body-description {
  font-size: 14px;
  margin: 10px 0;
  color: #252626;
}

.card-blog-podcast {
  background-color: rgba(0, 133, 178, 0.0509803922);
  padding: 10px;
}
.card-blog-podcast .card-blog-body .card-blog-body-description {
  display: block;
}

.cards-podcast {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-body a,
.card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-body .card-blog-body-title,
.card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-body .card-blog-body-description,
.card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-body time {
  color: #001f56;
}

.modal-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.modal-video-container .modal-video-content {
  position: relative;
  width: 100%;
  max-width: 1366px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
.modal-video-container .modal-video-content .modal-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #68a2b9;
  padding: 2px;
}
.modal-video-container .modal-video-content .modal-video-close span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #68a2b9;
}
.modal-video-container .modal-video-content .modal-video-close span:first-child {
  transform: rotate(45deg) translate(1px, 1px);
}
.modal-video-container .modal-video-content .modal-video-close span:last-child {
  transform: rotate(-45deg) translate(1px, -1px);
}
.modal-video-container .modal-video-content .modal-video {
  border-radius: 10px;
}
.modal-video-container .modal-video-content .modal-video video,
.modal-video-container .modal-video-content .modal-video iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  margin: 0 auto;
}
.modal-video-container .modal-video-content .modal-video-text {
  padding-top: 15px;
}
.modal-video-container .modal-video-content .modal-video-text .modal-video-title {
  font-size: 24px;
  font-weight: 600;
  color: #252626;
  margin: 0 0 10px;
}
.modal-video-container .modal-video-content .modal-video-text .modal-video-description {
  font-size: 16px;
  color: #252626;
  margin: 0;
}

@media (min-width: 768px) {
  .tabs-podcast {
    justify-content: center;
  }
  .tabs-podcast li {
    width: 300px;
  }
  .tabs-podcast li a {
    font-size: 18px;
  }
  .card-blog-podcast-destacado .card-blog-body {
    padding-left: 15px;
  }
  .card-blog-podcast {
    flex-direction: row;
  }
  .card-blog-podcast .card-blog-link {
    width: 40%;
  }
  .card-blog-podcast .card-blog-body {
    width: 60%;
  }
  .modal-video-container .modal-video-content {
    padding: 40px 60px;
  }
  .modal-video-container .modal-video-content .modal-video-close {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .modal-video-container .modal-video-content .modal-video-close span {
    height: 4px;
  }
  .modal-video-container .modal-video-content .modal-video-close span:first-child {
    transform: rotate(45deg) translate(2px, 1px);
  }
  .modal-video-container .modal-video-content .modal-video,
  .modal-video-container .modal-video-content .modal-video-text {
    max-width: 1000px;
    margin: 0 auto;
  }
  .modal-video-container .modal-video-content .modal-video video,
  .modal-video-container .modal-video-content .modal-video iframe {
    height: 300px;
  }
  .modal-video-container .modal-video-content .modal-video-text .modal-video-title {
    font-size: 28px;
  }
  .modal-video-container .modal-video-content .modal-video-text .modal-video-description {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .tabs-podcast li a {
    font-size: 20px;
  }
  .card-blog-podcast-destacado {
    padding: 20px;
  }
  .card-blog-podcast-destacado .card-blog-link {
    width: 45%;
    cursor: default;
  }
  .card-blog-podcast-destacado .card-blog-link .card-blog-img {
    height: 280px;
  }
  .card-blog-podcast-destacado .card-blog-body {
    width: 55%;
    padding-left: 20px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-title {
    font-size: 24px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-description {
    font-size: 16px;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) {
    margin: 0 20px;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-link .card-blog-img {
    height: 240px;
  }
  .modal-video-container .modal-video-content {
    padding: 50px 60px;
  }
  .modal-video-container .modal-video-content .modal-video video,
  .modal-video-container .modal-video-content .modal-video iframe {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .tabs-podcast {
    margin-bottom: 40px;
  }
  .tabs-podcast li a {
    font-size: 22px;
  }
  .card-blog-podcast-destacado .card-blog-body {
    padding-left: 30px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-title {
    font-size: 30px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-description {
    font-size: 18px;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) {
    margin: 0 30px;
    padding: 15px;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-link {
    width: 35%;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-body {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .tabs-podcast li {
    width: 350px;
  }
  .tabs-podcast li a {
    font-size: 24px;
  }
  .card-blog-podcast-destacado {
    padding: 30px 20px;
  }
  .card-blog-podcast-destacado .card-blog-link .card-blog-img {
    height: 330px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-title {
    font-size: 36px;
  }
  .card-blog-podcast-destacado .card-blog-body .card-blog-body-description {
    font-size: 20px;
  }
  .card-blog-podcast:not(.card-blog-podcast-destacado) .card-blog-link .card-blog-img {
    height: 287px;
  }
}
.single-blog-page {
  position: relative;
  padding-top: 50px;
}

.single-blog-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 340px;
  background: rgba(0, 133, 178, 0.2);
  clip-path: polygon(0 0, 100% 0%, 100% 280px, 0% 100%);
}

.single-blog {
  width: 100%;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  color: #252626;
}

.single-blog .mercado-financiero {
  display: flex;
  flex-direction: column;
}

.single-blog .mercado-financiero .mercado-financiero-text {
  color: #b4123b;
}

.single-blog .mercado-financiero .mercado-financiero-text :is(h2, p) {
  color: #b4123b;
}

.single-blog .mercado-financiero .mercado-financiero-text h2 {
  font-size: 32px;
  font-weight: 800;
  position: relative;
  padding-left: 35px;
  margin: 0 0 20px;
}

.single-blog .mercado-financiero .mercado-financiero-text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  background-color: #b4123b;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.single-blog .mercado-financiero .mercado-financiero-text p {
  font-size: 16px;
  margin: 0;
}

.single-blog .mercado-financiero .mercado-financiero-img {
  display: block;
  width: 100%;
  max-width: 347px;
  margin: 20px auto;
}

.single-blog a:not(.btn-back-blog) {
  color: #0085b2;
}

.single-blog a {
  font-weight: 700;
}

.single-blog .single-blog-date {
  font-weight: 300;
  font-size: 14px;
}

.single-blog .single-blog-title {
  font-size: 22px;
  margin-top: 10px;
}

.single-blog .single-blog-img {
  width: 100%;
  height: 242px;
  margin: 20px 0 30px;
}

.single-blog .single-blog-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-blog figure {
  margin: 20px 0;
}

.single-blog img {
  display: block;
  max-width: 100%;
}

.single-blog :is(h1, h2, h3, h4, h5, h6) {
  color: #0085b2;
  font-weight: 700;
  margin: 20px 0;
}

.single-blog h2 {
  font-size: 18px;
}

.single-blog h3 {
  font-size: 17px;
}

.single-blog h4 {
  font-size: 16px;
}

.single-blog h5 {
  font-size: 15px;
}

.single-blog h6 {
  font-size: 14px;
}

.single-blog p,
.single-blog li {
  font-size: 14px;
  line-height: 155%;
}

.single-blog p,
.single-blog ul {
  margin: 20px 0;
}

.single-blog ul {
  padding-left: 20px;
}

.single-blog li {
  margin-bottom: 10px;
  list-style: disc;
}

.single-blog iframe,
.single-blog video {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

.btn-back-blog {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  color: #252626;
}

.btn-back-blog svg {
  margin-right: 10px;
}

.section-share {
  position: relative;
}

.section-share::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 133, 178, 0.2);
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
}

.section-share > div {
  display: flex;
  flex-direction: column-reverse;
  color: #001f56;
}

.section-share > div > img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.section-share > div p {
  margin: 0;
}

.valoracion-container,
.socials-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.socials-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .single-blog .single-blog-title {
    font-size: 26px;
  }
  .section-share > div {
    flex-direction: row;
    align-items: center;
  }
  .section-share > div > img {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 992px) {
  .single-blog-page::before {
    clip-path: polygon(0 0, 100% 0%, 100% 240px, 0% 100%);
  }
  .single-blog .mercado-financiero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    height: 340px;
    padding-right: 210px;
  }
  .single-blog .mercado-financiero .mercado-financiero-text h2 {
    font-size: 48px;
    padding-left: 40px;
  }
  .single-blog .mercado-financiero .mercado-financiero-text h2::before {
    width: 30px;
    height: 20px;
  }
  .single-blog .mercado-financiero .mercado-financiero-text p {
    font-size: 20px;
  }
  .single-blog .mercado-financiero .mercado-financiero-img {
    position: absolute;
    top: 0;
    right: -120px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .single-blog .single-blog-title {
    font-size: 32px;
  }
  .single-blog p,
  .single-blog li {
    font-size: 16px;
  }
  .single-blog iframe,
  .single-blog video {
    height: 400px;
  }
  .section-share::before {
    content: "";
    top: auto;
    bottom: 0;
    height: 304px;
  }
  .section-share > div > img {
    margin: 0 80px 0 0;
    max-width: 400px;
  }
  .share-container {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
