.contenedor-g-blog {
max-width:1200px;
width:95%;
margin:40px auto 20px auto;
}
.contenedor-tags {
    display: flex
;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.contenedor-tags button.btn-titulo {
    cursor: default;
}
.breadcrumb-blog {
margin-bottom:30px;
}
.nav-link-blog {
text-decoration:none;
 font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color:var(--text-bg-color);
}
.cont-titulo-blog{
max-width:900px;
width:100%;
display:flex;
flex-direction:column;
}
.btn-titulo {
    background: var(--fifth-color);
    color: white;
    padding: 12px 32px;
    height: 46px;
    border-radius: 31px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    border: none;
}
.titulo-btn {
margin-top:20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 64px;
  vertical-align: middle;
}
.cont-time {
font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.strong {
  font-weight: revert !important;
}
.cont-imagen-blog {
  margin-top:40px;
max-width:1140px;
width:100%;
height:281px;
border-radius:16px;
}
blockquote {
border-left: 4px solid var(--fifth-color);
  font-size: 24px;
  padding: 12px;
    margin-top: 40px;
}
.cont-imagen-blog img {
max-width:1140px;
width:100%;
height:281px;
object-fit:cover;
border-radius:16px;
}
.cont-general-body{
margin-top:60px;
max-width:1140px;
width:100%;
display:flex;
}
.blog-bdy {
max-width:1028px;
width:100%;
border-radius:32px;
border: solid 1px #DDDDDD;
padding:36px;
}
.blog-bdy h1 {
 font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  font-style: normal; 
  font-size: 24px;
  line-height: 36px;
}
.blog-bdy h2 {
 font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  font-style: normal; 
  font-size: 20px;
  line-height: 36px;
}
.blog-bdy h4 {
 font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  font-style: normal; 
  font-size: 20px;
  line-height: 36px;
}
.blog-bdy p {
font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.blog-bdy a {
font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: var(--secondary-color);
}
.blog-bdy ul li {
  list-style: none;
}

.blog-bdy img {
border-radius:24px;
width: 100% !important;
height:auto;
object-fit:contain;
}
.time-body {
max-width:101px;
width:100%;
}
.round-time {
    border: 1px solid #16b21c;
    border-radius: 800px;
    height: 90px;
    width: 90px;
    display: flex;
    flex-direction: column;
  justify-content: center;
    align-items: center;
    text-align: center;
}
.text-time{
font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12.8px;
  margin-bottom:0px;
}
.icon-time {
max-width:16px;
width:100%;
max-height:16px;
height:100%;
object-fit:cover;
margin-bottom:10px;
}
blockquote > p {
 font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px !important;
  line-height: 36px;
}
a {
text-decoration:none !important;
}
.card-info{
padding: 10px 20px 20px 20px;
}
.cards-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap; 
}
.cont-interes {
margin: 36px auto;
display:flex;
justify-content:center;
}
.cont-card-interes {
max-width:1200px;
width:100%;
display:flex;
justify-content: space-around;
}
.interesar {
  
font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 28px;
}
.card {
  margin-top:30px;
  max-width: 265px;
  width: 100%;
  background: #fff;
  border-radius: 15px !important;
  padding: 0px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
}
.card img {
border-radius: 15px !important;
max-width: 265px;
width: 100%;
min-height: 365px;
  height: 100%;
}
.category {
  background-color: var(--fifth-color);
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  font-size: 12px;
  margin-top: 10px;
  z-index: 2;
}
.title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 6px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: rgba(0, 0, 0, 0.45); 
  z-index: 1;
  border-radius: 15px;
}
/* .overlay:hover {
  background: rgba(0, 0, 0, 0.75);
} */
.card-route:hover .overlay,
.card-route .overlay:hover {
    background: rgba(0, 0, 0, 0.75);
}
.imagen-con-texto {
  position: relative;
  width: 100%;
  height: auto;
}
.texto-superpuesto {
    color: #fff;
    position: absolute;
    top: 50%;
    padding: 20px;
    text-align: left;
   z-index: 2;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  font-style: normal; 
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}
.imagen-con-texto img {
  display: block;
  width: 100%;
  height: auto;
  object-fit:cover;
}
.description-1 {
  font-size: 14px;
  color: #444;
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
  text-decoration:none;
}
  .card-info{
padding: 10px 20px 20px 20px;
}
  .card-info-2 {
  align-items: center;
  font-size: 12px;
  color: #777;
  display: flex;
  justify-content: space-between;
  
}
@media (max-width: 1124px) {
  .cont-general-body {
    flex-direction: column;
    gap:8px;
    justify-content: center;
        align-items: center;
  }
  .breadcrumb-blog {
    margin-bottom: 30px;
    padding: 0px 16px;
}
  .cont-titulo-blog {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
}
  .cont-time {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    padding: 0px 16px;
}
   .blog-bdy img {
border-radius:24px;
width: 95% !important;
    height: 95%!important;
}
   .cont-imagen-blog img {
    max-width: 1086px;
    width: 95%;
    height: 281px;
    object-fit: cover;
    border-radius: 16px;
} 
  .cont-imagen-blog {
    margin-top: 40px;
    max-width: 1140px;
    width: 100%;
    height: 281px;
    border-radius: 16px;
    display: flex
;
    justify-content: center;
}
}
@media (max-width: 1086px) {
.cont-card-interes {
    max-width: 1086px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
  .blog-bdy img {
border-radius:24px;
width: 95% !important;
    height: 95%!important;
}
  .cont-imagen-blog {
    margin-top: 40px;
    max-width: 1086px;
    width: 100%;
    height: 281px;
    border-radius: 16px;
    display:flex;
    justify-content: center;
}
 
}
@media (max-width: 992px) {
 
.cont-interes {
    margin: 36px auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  .cards-grid {
    justify-content: center;
    gap: 20px;
  }


.card img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  
}
.autor-c {
font-family: 'Instrument Sans', sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: 0;
}
.fecha-cat {
  font-family: 'Instrument Sans', sans-serif;
display: flex;
flex-direction:column;
font-size:14px;
}
.card-info {
  font-size: 12px;
  color: #777;
  display: flex;
  justify-content: space-between;
  
  flex-direction:column;
}
.card-info-2 {
  align-items: center;
  font-size: 12px;
  color: #777;
  display: flex;
  justify-content: space-between;
  
}
.card-route {
cursor:pointer;
text-decoration:none !important;
}
  @media (max-width: 992px) {
  .blog-bdy p {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
    line-height: 20px;
    text-align: justify;
}
  }
  @media (max-width: 575px) {

    .titulo-btn {
margin-top:20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 38px;
  vertical-align: middle;
}
  }