
.blog_container {
    position: relative;
    width: 100%;
    font-family: "Karla", sans-serif;
  }
  
  .text_blog {
    margin: auto;
    width: 42rem;
  }
  li {
    padding: 0.5rem;
  }
  .list {
    width: calc(100% - 3rem);
    position: relative;
    left: 1.5rem;
  }
  @media screen and (max-width: 929px) {
    .text_blog {
      width: 69%;
    }
  }
  @media screen and (max-width: 620px) {
    .text_blog {
      width: 82%;
    }
  }
  .gradient_to_see_more {
    position: absolute;
    bottom: calc(5rem + 27px);
    height: 6rem;
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(255, 255, 255) 100%
    );
  }
  .three_dots {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .clicky_space {
    position: absolute;
    height: 300%;
    width: 20rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .blog_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .circle_svg_blog {
    background: #b10707;
  }
  .three_dot_common {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s2nd_dot_of_3 {
    position: absolute;
    top: 50%;
    left: 50%;
  
    transform: translate(-50%, -50%);
    width: 10px;
  }
  
  .hover_dot_dx {
    animation-name: hoverdotdx;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  
  @keyframes hoverdotdx {
    0% {
      transform: translate(0, 0);
    }
    80% {
      transform: translate(15px, 0);
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .hover_dot_sx {
    animation-name: hoverdotsx;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  
  @keyframes hoverdotsx {
    0% {
      transform: translate(0, 0);
    }
    80% {
      transform: translate(-15px, 0);
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .hover_dot_central {
    animation-name: hoverdotcentral;
    animation-duration: 0.4s;
    animation-delay: 0.1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  
  @keyframes hoverdotcentral {
    0% {
      width: 10px;
    }
    100% {
      width: 30px;
    }
  }
  
  .hover_dot_dx_out {
    animation-name: hoverdotdx_out;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  
  @keyframes hoverdotdx_out {
    0%{
      opacity: 0;
      transform: translate(15px, 0);
    }
    71%{
      opacity: 0;
      transform: translate(15px, 0);
    }
    71.43% {
      opacity: 1;
      transform: translate(15px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .hover_dot_sx_out {
    animation-name: hoverdotsx_out;
    animation-duration: 1.4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  
  @keyframes hoverdotsx_out {
    0%{
      opacity: 0;
      transform: translate(-15px, 0);
    }
    71%{
      opacity: 0;
      transform: translate(-15px, 0);
    }
    71.43% {
      opacity: 1;
      transform: translate(-15px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  .hover_dot_central_out {
    animation-name: hoverdotcentral_out;
    animation-duration: 0.4s;
    animation-delay: 0.9s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  
  @keyframes hoverdotcentral_out {
    0% {
      width: 30px;
    }
    100% {
      width: 10px;
    }
  }
  
  .the_one_that_stretches {
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
  }
  .hover_stretch_central {
    animation-name: hover_stretch_central_try;
    animation-duration: 0.9s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  
  @keyframes hover_stretch_central_try {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
      border-radius: 15px;
    }
  
    100% {
      width: 20rem;
      height: 30px;
      opacity: 1;
      border-radius: 9px;
    }
  }
  
  .hover_stretch_central_out {
    animation-name: hover_stretch_central_try_out;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  
  @keyframes hover_stretch_central_try_out {
    0% {
      width: 20rem;
      height: 30px;
      opacity: 1;
      border-radius: 9px;
    }
    90% {
      width: 30px;
      height: 30px;
      opacity: 1;
      border-radius: 15px;
    }
    100% {
      width: 10px;
      height: 10px;
      opacity: 0;
      border-radius: 5px;
    }
  }
  
  .the_one_that_stretches {
    opacity: 0;
  }
  
  .text_blog_to_show {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
    color: white;
    white-space: nowrap;
    opacity: 0;
  }
  
  .hover_text_blog {
    animation-name: hover_text_blog_key;
    animation-duration: 0.3s;
    animation-delay: 1.1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  
  @keyframes hover_text_blog_key {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .hover_text_blog_out {
    animation-name: hover_text_blog_key_out;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  
  @keyframes hover_text_blog_key_out {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  .link_metodo_tdm{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    display:block;
  }
  