/* Breakpoints */
@media (min-width: 1350px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1299px !important;
  }
}

/* Fuente */
body {
  overflow-x: clip !important;
}
body {
  font-family: "Poppins", sans-serif;
}
p {
  margin-bottom: 0rem !important;
}
/* Navbar */
/* Navbar estilo general */
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-brand {
  margin-right: 0px !important;
}
.btn-close {
  --bs-btn-close-color: #fff !important;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
  --bs-btn-close-opacity: 1 !important;
  --bs-btn-close-filter: none !important;

  width: 0.85rem !important;
  height: 0.85rem !important;
  padding: 1rem !important;
  background-size: 0.85rem !important;

  background-color: transparent !important;
  border: none !important;
}

.navbar-custom {
  background-color: white;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}

/* Enlaces del navbar */
.nav-link .circle-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.nav-link.active .circle-icon {
  display: inline-block !important;
}

.circle-icon {
  transition: opacity 0.2s ease;
}

.nav-link {
  color: #000 !important;
  font-size: clamp(14px, 1.2vw, 18px) !important;
  font-weight: 300 !important;
}
.navbar-custom.sticky-top {
  background-color: white; /* O el color de fondo que uses */

  z-index: 1030; /* Asegura que esté por encima de todo */
}

/* Centrado en desktop */
.navbar-nav {
  flex: 1;
  justify-content: center;
}

/* Botón CONTACTO */
.btn-contacto {
  background-color: #ba0000;
  color: white;
  border: 1px solid #ba0000;
  width: 115px;
}

.btn-contacto:hover {
  background-color: #fff;
  color: #ba0000;
  border: 1px solid #ba0000;
}
.btn-contacto.active {
  background-color: #fff !important;
  color: #ba0000 !important;
  border: 1px solid #ba0000 !important;
}
/* Estilos para el menú móvil */
.offcanvas {
  width: 100%;
  max-width: 100%;
}

.offcanvas-body .nav-link {
  font-size: 16px;
  font-weight: 300;
}

/* Email y dirección en offcanvas */
.offcanvas-body .small {
  font-size: 14px;
}
/* Asegura que los colapsos se alineen en móvil/tablet */
.offcanvas-header {
  padding: 1rem 1.25rem;
}

/* Logo en offcanvas header */
.offcanvas-header img {
  max-height: 40px;
}

/* Sección hero */
.title {
  color: #000;
  font-size: clamp(42px, 8vw, 100px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(50px, 10vw, 120px);
}

.par-rojo {
  color: #ba0000;
  font-size: clamp(22px, 2vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Bloque 2 imagen */
.img-wrapper {
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: height 0.5s ease;
  width: 100%;
}

.img-big {
  width: 55%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, width 0.5s ease;
  border-radius: 30px;
}

.img-wrapper.scrolled {
  height: auto;
}

.img-big.scrolled {
  width: 90%;
  height: auto;
  object-fit: contain;
}

/* Bloque 3 textos */
.parrafo {
  color: #000;
  font-size: clamp(16px, 2.5vw, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.par-strong {
  font-weight: 700;
}
.parrafo-small {
  color: #000;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* Bloque 4 y 5 */

#bloque-4 {
  position: relative;
  height: 300vh;
  overflow: visible;
  z-index: 1;
}

.mask-container {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.mask-container .image-bg {
  position: absolute;
  inset: 0;
  background-image: url("../assets/01_home/expertise.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.mask-container .mask-layer {
  position: absolute;
  inset: 0;
  background-color: white;
  z-index: 1;
  transition: mask-size 0.1s ease-out, -webkit-mask-size 0.1s ease-out,
    opacity 0.2s ease-out;

  mask-image: url("../assets/01_home/1080text.svg");
  -webkit-mask-image: url("../assets/01_home/1080text.svg");

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;

  mask-position: 50% center;
  -webkit-mask-position: 50% center;

  mask-size: 150% 150%;
  -webkit-mask-size: 150% 150%;
}

.overlay-content {
  position: relative;
  z-index: 3;
  padding: 100px 0;
  margin-top: -1px;
}

.linear-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 94.58%);
  color: white;
  padding: 60px;
}

.title-white {
  color: #fff;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: clamp(50px, 7vw, 100px);
  margin-bottom: 20px;
}

.par-white-big {
  color: #fff;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 300;
}

.hero-content h1 {
  color: #fff;
  font-family: Poppins;
  font-size: clamp(40px, 8vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-interesar {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 47px !important;
}
.mt-113 {
  margin-top: 113px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mt-113 {
    margin-top: 50px;
  }
  #hero-blog,
  #hero-blog-interior {
    height: 75vh;

    width: 95%;

    padding: 0rem;

    padding-bottom: 1rem;
  }
}
/* Responsive */
@media (max-width: 768px) {
  #hero-blog,
  #hero-blog-interior {
    height: 75vh;

    width: 95%;

    padding: 0rem;
  }
  .text-mask {
    font-size: clamp(40px, 8vw, 60px);
  }

  .title-white {
    font-size: clamp(30px, 5vw, 40px);
    line-height: clamp(35px, 6vw, 50px);
  }

  .par-white-big {
    font-size: clamp(14px, 4vw, 18px);
  }
}

/* Subida de contenido encima de la imagen */
#bloque-4,
.scroll-space,
.sticky-inner {
  pointer-events: none;
}

.overlay-content {
  position: relative;
  z-index: 10;
  padding: 0;
  margin-top: -100vh;
}

.mt-100px {
  margin-top: 300px;
  border-left: 2px solid #ba0000;
}
.mt-6rem {
  margin-top: 6rem;
}
.mb-6rem {
  margin-bottom: 6rem;
}
.ml-20px {
  margin-left: 20px;
}
.border-white {
  border: 2px solid #fff;
}
/* Bloque 6 */

.bg-blk {
  background: #000;
}

.rounded-img {
  border-radius: 10px;
}

.par-red {
  color: #ba0000;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.par-white {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.a-white {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.a-white:hover {
  text-decoration: none;
}
.a-black {
  color: #000;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.a-black:hover {
  text-decoration: none;
}

.circle {
  margin-right: 10px;
}

.hover-plus:hover .circle {
  content: url("../assets/00_commons/circle-plus.svg");
}

.pb-100px {
  padding-bottom: 100px;
}
.text-white-scroll {
  color: #fff;
  font-size: clamp(30px, 5vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.text-white-scroll-small {
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text-white-scroll-strng {
  color: #fff;
  font-size: clamp(30px, 5vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Bloque 6 fondo */
#bloque-6 {
  position: relative;
  background-image: url("../assets/01_home/frase.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: white;
  text-align: center;
  height: 100vh;
}

.texto-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.texto-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.text-white {
  color: #fff;
  font-size: clamp(32px, 6vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text-white-strong {
  color: #fff;
  font-size: clamp(32px, 6vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.background-puente {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/*Bloque 7*/

.parallax-section {
  position: relative;
  height: 200vh;
  z-index: 1;
}

.fixed-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#textoCambiante {
  font-size: clamp(40px, 6vw, 80px);
  color: #000;
  margin: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#textoCambiante.fade-out {
  opacity: 0;
  transform: translateY(-20px);
}

#textoCambiante.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.sticky-wrapper {
  position: relative;
  height: 200vh;
  overflow: hidden;
  z-index: 1;
}

.image-scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.img-pos {
  position: absolute;
  border-radius: 30px;
  will-change: transform;
  transition: transform 0.03s ease-out;
  max-width: 100%;
}

.img-1 {
  top: 5%;
  left: 10%;
  z-index: 3;
}
.img-2 {
  top: 15%;
  right: 5%;
  z-index: 3;
}
.img-3 {
  top: 25%;
  right: 20%;
  z-index: 2;
}
.img-4 {
  top: 28%;
  left: 15%;
  z-index: 2;
} /* Subida */
.img-5 {
  top: 40%;
  left: 10%;
  z-index: 1;
} /* Subida */

@media (max-width: 768px) {
  .img-pos {
    border-radius: 20px;
    width: 45%;
  }
}

/* Bloque 8 */
#bloque-8 {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100; /* Asegura que esté por encima del texto */
  background: #f5f5f5;
}

#bloque-8 .container {
  width: 100%;
}

.texto-cifras {
  color: #ba0000;
  font-size: clamp(42px, 5vw, 84px);
  font-weight: 700;
  text-align: center;
}

.descripcion-cifras {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 300;
  text-align: center;
}

.bg-gray {
  background: #f5f5f5;
}

/*Footer*/
.footer-a-rojo {
  color: #ba0000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.footer-a-rojo-light {
  color: #ba0000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.footer-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 30px;
}
.mb-50px {
  margin-bottom: 50px;
}
.mt-30px {
  margin-top: 30px;
}
.pt-30px {
  padding-top: 30px;
}
.gap-3rem {
  gap: 3rem !important;
}
#rights-foot {
  color: #fff;
}

#rights-foot a {
  color: #fff !important;
  text-decoration: underline;
}
#rights-foot a:hover {
  color: #ba0000 !important;
}
#rights-foot hr {
  border: none;
  border-top: 1px solid #ba0000;
  margin: 2rem 0;
  opacity: 1;
  width: 100%;
}
#foot {
  position: relative;
}

/*Footer formulario*/
/* Estilo general del formulario */
.form-contacto {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
  font-family: "Poppins", sans-serif;
}

/* Título del formulario */
.title-form {
  font-size: clamp(16px, 2.5vw, 24px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
}

/* Inputs y textarea */
.formulario__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ba0000;
  border-radius: 0;
  color: #fff;
  padding: 0.75rem 0;
  font-size: clamp(14px, 1.5vw, 16px);
  margin-bottom: 1.5rem;
  transition: border-color 0.3s ease;
  width: 100%;
  padding-left: 10px;
}

.formulario__input::placeholder {
  color: #fff;
  font-weight: 300;
}

.formulario__input:focus {
  outline: none;
  border-bottom: 2px solid #ba0000;
}

/* Etiquetas de error */
.formulario__input-error {
  color: #ba0000;
  font-size: 0.875rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: none;
}

.formulario__input-error-activo {
  display: block;
  position: absolute;
}
/* Checkbox */
.form-check-input {
  border: 1px solid #ba0000;
  background-color: transparent;
  width: 20px !important;
  height: 20px !important;
  margin-top: 0px;
  padding: 0px !important;
}

.form-check-input:checked {
  background-color: #ba0000;
  border-color: #ba0000;
}

.form-check-label,
.form-check label {
  color: #fff;
  font-size: 0.9rem;
  margin-left: 5px;
}

.a-blue {
  color: #ccc;
  text-decoration: underline;
}

.a-blue:hover {
  color: #ba0000;
}
#grupo_casilla_terminos input {
  padding: 0px !important;
}
/* Botón de enviar */
.boton-enviar {
  background-color: transparent;
  border: none;
  color: #fff;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  margin-top: 20px !important;
  width: 300px;
  height: 50px;
}

.boton-enviar:hover {
  text-decoration: none;
}

/* Puntos rojos o errores visibles */
.politicas-error {
  color: #ba0000;
  font-size: 0.875rem;
  margin-top: -0.5rem;
}
.form-control:focus {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.text-white {
  color: #fff !important;
}
.usr {
  position: absolute;
  right: 17%;
}
.text-danger {
  color: #ba0000 !important;
}
.text-danger a {
  color: #ba0000 !important;
  text-decoration: none !important;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.mySwiperMobile {
  display: none !important;
}
.swal2-container {
  z-index: 9999999999 !important;
}
/*Media Queries*/

@media (min-width: 0px) and (max-width: 499px) {
  .mt-100px {
    margin-top: 0px;
  }
  .img-big {
    width: 80%;
    height: 100%;
  }
  .par-rojo {
    margin: auto;
    width: 80%;
  }
  .navbar-custom {
    padding-left: 0%;
    padding-right: 0%;
  }
  .mask-container .mask-layer {
    mask-image: url(../assets/01_home/mobiletext.svg);
    -webkit-mask-image: url(../assets/01_home/mobiletext.svg);
    display: none;
  }
  .w-50mob {
    width: 35% !important;
  }
  .mb-1 {
    margin-bottom: 1.25rem !important;
  }
  .pb-30px {
    padding-bottom: 30px;
  }
  .footer-text {
    font-size: 12px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .linear-bg {
    padding: 20px;
  }
  .border-white {
    margin-top: 50px;
  }
  .mt-5mob {
    margin-top: 0px !important;
  }
  .img-pos {
    border-radius: 20px;
    width: 45%;
  }
  .text-rot {
    font-size: 42px;
    margin-bottom: 20px;
  }
  #textoCambiante {
    font-size: clamp(31px, 6vw, 80px);
  }
  .img-1 {
    top: 0px;
    left: 5%;
  }
  .img-2 {
    top: 210px;
    right: 5%;
  }
  .img-3 {
    top: 355px;
    right: 30%;
  }
  .img-4 {
    top: 550px;
    left: 45%;
  }
  .img-5 {
    top: 700px;
    left: 5%;
  }
  .image-scroll-container {
    padding-bottom: 100vh;
  }
  .texto-cifras {
    font-size: 75px !important;
  }
  .descripcion-cifras {
    font-size: 18px !important;
  }
  #bloque-8 {
    height: 50vh;
  }
  #equipo-rotativo {
    position: relative;
    overflow: visible;
    height: 130vh;
  }
  .mySwiperMobile {
    display: block !important;
  }
  .sticky-wrapper {
    overflow: visible;
    height: 100vh;
  }
  #bloque-4 {
    height: 200vh;
  }
  .fixed-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
  }
}
.autor-articulo {
  align-items: center !important;
}
.nombre-autor {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.descripcion-autor {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.siguiente-articulo {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.siguiente-articulo:link,
.siguiente-articulo:visited {
  color: #000 !important;
  text-underline-offset: 3px;
}
.div-siguiente-articulo {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.div-siguiente-articulo img {
  margin-right: 8px;
}
.texto-articulo strong{
  font-weight: 600 !important;
}
.div-img-somos-news {
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 0;
    width: 350px;
    height: 362px;
}
@media (min-width: 499px) and (max-width: 991px) {
  .logo-foot {
    width: 80%;
  }
  .img-pos {
    width: 25%;
  }
  #bloque-8 {
    height: 50vh;
  }
  .image-scroll-container {
    padding-bottom: 80vh;
  }
  #textoCambiante {
    top: 25vh;
  }
  #equipo-rotativo {
    min-height: 20vh;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 95% !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mask-container .mask-layer {
    -webkit-mask-image: url("../assets/01_home/mobiletext.svg");
    mask-image: url("../assets/01_home/mobiletext.svg");
  }
}

@media (max-width: 991px) {
  .offcanvas-body .small .d-flex {
    flex-direction: row !important;
  }
  .navbar-custom {
    width: 100%;
  }
  .logo-gest {
    width: 70%;
  }
  .nav-link {
    color: #fff !important;
    font-size: clamp(14px, 1.2vw, 18px) !important;
    font-weight: 300 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 990px) and (max-width: 1169px) {
  .gap-3rem {
    gap: 0rem !important;
  }
  .logo-gest {
    height: 28px;
  }
  .btn-contacto {
    font-size: 14px;
  }
  .user-desktop {
    width: 14px;
  }
}

@media (min-width: 1170px) and (max-width: 1600px) {
  .gap-3rem {
    gap: 1rem !important;
  }
  .logo-gest {
    height: 50px;
  }
  .btn-contacto {
    font-size: 14px;
  }
}

/* Dropdown general */
.dropdown-custom {
  position: relative;
}

.dropdown-toggle-custom {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #000;
  text-decoration: none;
}

.chevron-icon {
  width: 13px;
  height: auto;
}

/* Estilos del menú desplegable */
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 360px;
  background: white;
  border-radius: 10px;
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
  border: 0.5px solid #d9d9d9;
  text-align: left;
}
.dropdown-menu-custom li {
  list-style-type: none !important;
}

.dropdown-menu-custom a {
  color: black;
  text-decoration: none;
  font-weight: 300;
  text-transform: none;
  font-size: clamp(14px, 1.2vw, 18px) !important;
}

.dropdown-custom:hover .dropdown-menu-custom {
  display: flex;
}

/* Permitir overflow visible solo en los dropdowns */
.dropdown-custom,
.dropdown-menu-custom {
  overflow: visible !important;
}

/* Estilos del menú desplegable de idioma */
#idioma .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 20px;
  background: white;
  border-radius: 10px;
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
  border: 0.5px solid #d9d9d9;
  text-align: left;
}
#idioma .dropdown-menu-custom li {
  list-style-type: none !important;
}

#idioma .dropdown-menu-custom a {
  color: black;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(14px, 1.2vw, 18px) !important;
}

#idioma .dropdown-custom:hover .dropdown-menu-custom {
  display: flex;
}

/* Permitir overflow visible solo en los dropdowns */
.dropdown-custom,
.dropdown-menu-custom {
  overflow: visible !important;
}

.no-cursor {
  cursor: default;
}

/*ACORDEON DE MOVIL*/
/* Animación para girar la flecha */
.chevron-icon.transition {
  transition: transform 0.3s ease;
}

.chevron-icon.rotated {
  transform: rotate(180deg);
}

/* Flecha con transición suave */
.chevron-icon {
  transition: transform 0.3s ease;
}

/* Cuando se hace hover en el contenedor, se gira */
.nav-item.dropdown-custom:hover .chevron-icon {
  transform: rotate(180deg);
}

.pb-1rem {
  padding-bottom: 1rem;
}

/* Nuevo css para últimas publicaciones*/
.ultimas-title {
  color: #000;
  font-family: Poppins;
  font-size: clamp(24px, 5vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Línea roja arriba y abajo de cada post */
.posts-list .post-item {
  border-top: 3px solid #ba0000;
}
