@font-face {
  font-family: regular;
  src: url(../../recursos/fonts/regular.otf);
}

@font-face {
  font-family: negrita;
  src: url(../../recursos/fonts/bold.otf);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

/* MEDIA QUERY 1: Min-width 1367px (Large Desktop / Base) */
@media (min-width: 1367px) {
  header {
    width: 100%;
    height: 600px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 750px;
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    width: 300px;
    height: 112px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 75px;
    height: 75px;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 45px;
    height: 45px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 30px;
    height: 30px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 100px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 40px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 30px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    width: 941px;
    height: 381px;
    background-color: #0c388b;
    gap: 30px;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 326px;
    height: 381px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    height: 381px;
    justify-content: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 18px;
  }

  .logo_02 {
    display: flex;
    width: 380px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 100px;
    height: 100px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 70px;
    height: 70px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 30px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 20px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 400px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 30px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 15px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .seccion_03 img {
    height: 240px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 15px;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 700px;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}

/* MEDIA QUERY 2: 1281px - 1366px */
@media (min-width: 1281px) and (max-width: 1366px) {
  header {
    width: 100%;
    height: 500px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 550px;
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    width: 300px;
    height: 112px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 75px;
    height: 75px;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 45px;
    height: 45px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 25px;
    height: 25px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 90px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 30px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 30px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    width: 620px;
    height: 283px;
    background-color: #0c388b;
    gap: 30px;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 243px;
    height: 283px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    height: 283px;
    justify-content: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }

  .logo_02 {
    display: flex;
    width: 300px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 80px;
    height: 80px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 50px;
    height: 50px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 22px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 400px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 30px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 14px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .seccion_03 img {
    height: 210px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 12px;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 700px;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}

/* MEDIA QUERY 3: 1025px - 1280px (Identical to MQ2 logic in reference) */
@media (min-width: 1025px) and (max-width: 1280px) {
  header {
    width: 100%;
    height: 500px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 400px;
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    justify-content: space-between;
    align-items: start;
  }

  .logo {
    display: flex;
    width: 300px;
    height: 112px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 75px;
    height: 75px;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 45px;
    height: 45px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 25px;
    height: 25px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 90px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 30px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 30px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    width: 620px;
    height: 283px;
    background-color: #0c388b;
    gap: 30px;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 243px;
    height: 283px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    height: 283px;
    justify-content: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }

  .logo_02 {
    display: flex;
    width: 300px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 80px;
    height: 80px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 50px;
    height: 50px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 22px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 400px;
    /* Base 400px */
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 30px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 14px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .seccion_03 img {
    height: 210px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 12px;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 700px;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}

/* MEDIA QUERY 4: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  header {
    width: 100%;
    height: 500px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 400px;
    /* Reference Override */
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    width: 300px;
    height: 112px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 75px;
    height: 75px;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 45px;
    height: 45px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 25px;
    height: 25px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 90px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 30px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 30px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    width: 620px;
    height: 283px;
    background-color: #0c388b;
    gap: 30px;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 243px;
    height: 283px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    height: 283px;
    justify-content: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }

  .logo_02 {
    display: flex;
    width: 300px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 80px;
    height: 80px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 50px;
    height: 50px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 22px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 400px;
    /* Base 400px */
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 30px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 14px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .seccion_03 img {
    height: 210px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 12px;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 700px;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}

/* MEDIA QUERY 5: 481px - 767px */
@media (min-width: 481px) and (max-width: 767px) {
  header {
    width: 100%;
    height: 370px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 300px;
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo {
    display: flex;
    width: 200px;
    height: 75px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 25px;
    height: 25px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 80px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 10px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 25px;
    height: 25px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 25px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 20px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 650px;
    background-color: #0c388b;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 326px;
    height: 381px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    width: 326px;
    height: 220px;
    justify-content: center;
    align-items: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .logo_02 {
    display: flex;
    width: 300px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 80px;
    height: 80px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 50px;
    height: 50px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 22px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 15px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 500px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 450px;
    gap: 30px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 14px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .seccion_03 img {
    height: 136px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 12px;
    text-align: center;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 100%;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}

/* MEDIA QUERY 6: 320px - 480px */
@media (min-width: 320px) and (max-width: 480px) {
  header {
    width: 100%;
    height: 660px;
  }

  .bg_01 {
    display: flex;
    width: 100%;
    height: 600px;
    background: url(../../recursos/img/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .logo {
    display: flex;
    width: 200px;
    height: 75px;
    background: url(../../recursos/icons/fondo_logo_azul.svg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
  }

  .isotipo {
    display: flex;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
  }

  .isotipo img {
    width: 25px;
    height: 25px;
  }

  .logo h1 {
    display: flex;
    flex-direction: column;
    width: 80px;
    margin-right: 20px;
    align-items: center;
    font-family: negrita;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  h1 b {
    font-family: regular;
    font-size: 8px;
    font-weight: lighter;
  }

  .rrss {
    display: flex;
    padding: 0px 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

  .rrss a {
    font-family: negrita;
    text-decoration: none;
    color: #0c388b;
  }

  .rrss img {
    width: 20px;
    height: 20px;
  }

  .titulo_principal {
    display: flex;
    width: 100%;
    height: 60px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .titulo_principal h2 {
    font-family: negrita;
    color: #0c388b;
    font-size: 20px;
  }

  main {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .seccion_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .seccion_01 h2 {
    font-family: regular;
    color: #0c388b;
    font-size: 15px;
    margin: 30px 0 30px 0;
  }

  .info_principal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 520px;
    background-color: #0c388b;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }

  .bg_02 {
    display: flex;
    width: 100%;
    height: 250px;
    background: url(../../recursos/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    justify-content: space-between;
  }

  .txt_principal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 220px;
    justify-content: flex-start;
    align-items: center;
  }

  .txt_principal article {
    font-family: regular;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .logo_02 {
    display: flex;
    width: 200px;
    margin: 40px 0 40px 0;
    justify-content: space-evenly;
    align-items: center;
  }

  .isotipo_02 {
    display: flex;
    width: 50px;
    height: 50px;
    background: #0c388b;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
  }

  .isotipo_02 img {
    width: 30px;
    height: 30px;
  }

  .logo_02 h3 {
    display: flex;
    flex-direction: column;
    width: 80px;
    align-items: center;
    font-family: negrita;
    color: #0c388b;
    font-size: 15px;
    text-align: center;
  }

  h3 b {
    font-family: regular;
    font-size: 10px;
    font-weight: lighter;
  }

  .seccion_02 {
    display: flex;
    width: 100%;
    height: 550px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
  }

  .txt_secundario {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
  }

  .txt_secundario p {
    font-family: regular;
    color: #0c388b;
    font-size: 13px;
    text-align: justify;
  }

  .seccion_03 {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .seccion_03 img {
    height: 80px;
  }

  footer {
    display: flex;
    width: 100%;
    height: 60px;
    background: #f2f2f2;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
  }

  footer p {
    font-family: regular;
    color: #4d4d4d;
    font-size: 12px;
    text-align: center;
  }

  /* articulos */
  section.articulos {
    width: 100%;
    padding-top: 20px;
    background-color: #f2f2f2;
  }

  .articulos .contenedor_articulos {
    margin: auto;
    width: 100%;
  }

  .articulos .cards_articulos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    border-top: 3px solid #0c388b;
    padding-top: 20px;
  }

  .articulos .card_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  .card_item .item_img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
  }

  .card_item .item_img img {
    width: 100%;
    transition: 0.5s all;
  }

  .card_item .item_img:hover>img {
    transform: scale(1.1);
  }

  .card_item .item_texto {
    font-family: regular;
    font-size: 0.85rem;
    color: #0c388b;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .card_item a.texto_titulo {
    font-family: negrita;
    font-size: 1rem;
    text-decoration: none;
    color: #0c388b;
  }

  .card_item a.texto_titulo:hover {
    text-decoration: underline;
  }

  .card_item .texto_titulo:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_prev_descripcion {
    margin-bottom: 10px;
  }

  .card_item .texto_prev_descripcion:first-letter {
    text-transform: uppercase;
  }

  .card_item .texto_autor {
    font-family: negrita;
  }

  .card_item .texto_detalle {
    display: flex;
    gap: 10px;
  }

  .card_item .detalle_fecha {
    font-size: 0.8rem;
  }

  .card_item .detalle_categoria {
    font-size: 0.8rem;
  }
}