@import url(style-iasistencia.css);

@media only screen and (max-width: 600px) {
  .bg-blog-header {
    background-image: linear-gradient(312deg, #ffffffeb, #ffffffc2),
      url(../img/blog/bg-blog-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
    min-height: 110px;
    width: 100%;
    padding: 5% 0px;
    margin-bottom: 5%;
  }

  .title-blog-header {
    font-family: "Roboto-Bold";
    font-size: 2.2rem;
    line-height: 4rem;
    color: #0e2a80;
    text-align: center;
  }

  .artoiculos-all {
    margin-top: 1%;
  }

  .col-tarjet-blog {
    background-color: #f4f4f400;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #00000008;
    min-height: 150px;
    margin-bottom: 10%;
  }

  .image-container-blog {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .responsive-img-blog {
    width: 100%;
    height: 100%;
    object-fit: cover; /* o 'contain' según prefieras */
    display: block;
  }

  .image-container-articulo {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 3%;
  }

  .responsive-img-articulo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* o 'contain' según prefieras */
    display: block;
  }

  .cont-articulo {
    margin-top: 5%;
  }

  .info-articulo {
    padding: 5px 5px;
  }

  .date-articulo {
    font-family: "Roboto-Bold";
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-align: start;
    text-transform: uppercase;
  }
  .title-articulo {
    font-family: "Roboto-Medium";
    font-size: 11px;
    line-height: 14px;
    color: #545454;
    text-align: start;
  }
  .text-articulo {
    font-family: "Roboto-light";
    font-size: 9px;
    line-height: 12px;
    color: #636363;
    text-align: start;
    margin-bottom: 5px !important;
  }
  .leermas-articulo {
    font-family: "Roboto-Bold";
    font-size: 12px;
    line-height: 12px;
    color: #0e2a80;
    text-align: center;
  }

  /* Articulo */

  .div-articulo-info > h1 {
    font-family: "Roboto-Medium";
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #0e2a80;
    text-align: start;
    margin-bottom: 20px;
  }

  .div-articulo-info > p {
    font-family: "Roboto-Regular";
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    text-align: justify;
    margin-bottom: 10px;
  }

  .div-articulo-info > h2 {
    font-family: "Roboto-Medium";
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #303956;
    text-align: start;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }

  .div-articulo-info > h3 {
    font-family: "Roboto-Medium";
    font-size: 1rem;
    line-height: 1.5rem;
    color: #313952;
    text-align: start;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .div-articulo-info > ul {
    font-family: "Roboto-Regular";
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    text-align: justify;
    margin-bottom: 5px;
  }

  .div-articulo-info > ul > li {
    margin-bottom: 10px;
  }

  .div-articulo-info {
    margin-bottom: 10%;
  }

  .puedeinteresarte {
    font-family: "Roboto-Medium";
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #0e2a80;
    text-align: start;
    margin-bottom: 1%;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 600px) {
  .bg-blog-header {
    background-image: linear-gradient(312deg, #ffffffeb, #ffffffc2),
      url(../img/blog/bg-blog-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    min-height: 250px;
    width: 100%;
    padding: 5% 0px;
    margin-bottom: 5%;
  }

  .title-blog-header {
    font-family: "Roboto-Bold";
    font-size: 3rem;
    line-height: 4rem;
    color: #0e2a80;
    text-align: center;
  }

  .artoiculos-all {
    margin-top: 1%;
  }

  .col-tarjet-blog {
    background-color: #f4f4f400;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #00000008;
    min-height: 500px;
    margin-bottom: 10%;
  }

  .image-container-blog {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .responsive-img-blog {
    width: 100%;
    height: 100%;
    object-fit: cover; /* o 'contain' según prefieras */
    display: block;
  }

  .image-container-articulo {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 3%;
  }

  .responsive-img-articulo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* o 'contain' según prefieras */
    display: block;
  }

  .cont-articulo {
    margin-top: 5%;
  }

  .info-articulo {
    padding: 10px 10px;
  }

  .date-articulo {
    font-family: "Roboto-Bold";
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-align: start;
    text-transform: uppercase;
  }
  .title-articulo {
    font-family: "Roboto-Medium";
    font-size: 15px;
    line-height: 22px;
    color: #545454;
    text-align: start;
  }
  .text-articulo {
    font-family: "Roboto-light";
    font-size: 14px;
    line-height: 20px;
    color: #636363;
    text-align: start;
  }
  .leermas-articulo {
    font-family: "Roboto-Bold";
    font-size: 16px;
    line-height: 20px;
    color: #0e2a80;
    text-align: center;
  }

  /* Articulo */

  .div-articulo-info > h1 {
    font-family: "Roboto-Medium";
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #0e2a80;
    text-align: start;
    margin-bottom: 20px;
  }

  .div-articulo-info > p {
    font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 24px;
    color: #474747;
    text-align: justify;
    margin-bottom: 10px;
  }

  .div-articulo-info > h2 {
    font-family: "Roboto-Medium";
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #303956;
    text-align: start;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .div-articulo-info > h3 {
    font-family: "Roboto-Medium";
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #313952;
    text-align: start;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }

  .div-articulo-info > ul {
    font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 24px;
    color: #474747;
    text-align: justify;
    margin-bottom: 10px;
  }

  .div-articulo-info > ul > li {
    margin-bottom: 10px;
  }

  .div-articulo-info {
    margin-bottom: 10%;
  }

  .puedeinteresarte {
    font-family: "Roboto-Medium";
    font-size: 2rem;
    line-height: 2.5rem;
    color: #0e2a80;
    text-align: start;
    margin-bottom: 2%;
    padding-left: 20px;
  }
}
