body {
  background-color: #042032 !important;
}

body .main {
  margin: 0 auto;
}

body .main .nota {
  background-color: #112b3c;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
}

body .main .nota .autor-fecha-container {
  display: flex;
  flex-direction: column;
}

.background-img-container {
  display: flex;
  justify-content: start;
}

.electroshock-background {
  height: 227px;
  position: absolute;
  width: 304px;
  object-fit: cover;
  object-position: -1% 0;
  right: 0px;
  z-index: -1;
}

.bbcl-logo {
  height: 24px;
  position: relative;
  right: 20px;
}

.electro-shock-logo {
  height: 62px;
}

.header-placeholder {
  height: 130px;
  display: none;
}

.header-container {
  height: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #042032;
  border-bottom: 1px solid #ffffff1f;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  height: 65px;
}

.fixed-header .header-placeholder {
  display: block;
}

.fixed-header .bbcl-logo,
.fixed-header .electro-shock-logo {
  width: 60px;
  /* Ajusta el tamaño según sea necesario */
  height: auto;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.header-bbcl-container {
  display: flex;
  justify-content: start;
}

.display-ad-escritorio {
  display: none;
}

.display-ad-mob {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.ad-container {
  width: 300px;
  height: 250px;
  background-color: #112b3c8c;
  margin-bottom: 30px;
}

body .main .nota .autor-fecha-container .fecha {
  color: rgba(255, 255, 255, 0.7019607843);
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

body .main .nota .autor-fecha-container .autor {
  color: #03ffd9;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

body .main .nota .titulo {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

body .main .nota .contenido-nota {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

body .main .nota .imagen {
  background-size: cover;
  height: 166px;
  margin-bottom: 12px;
}

body .main .nota .creditos-visitas-container {
  display: flex;
  justify-content: space-between;
}

body .main .nota .creditos-visitas-container .visitas {
  color: rgba(255, 255, 255, 0.7019607843);
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11px;
  text-transform: uppercase;
}

body .main .nota .creditos-visitas-container .creditos {
  color: rgba(255, 255, 255, 0.7019607843);
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11px;
  max-width: 200px;
  text-transform: uppercase;
}

body footer {
  background: #0a1d34;
  padding-bottom: 26px;
  padding-top: 35px;
  margin: 0;
  text-align: center;
}

body footer .logo-bbcl {
  height: 24px;
  margin-bottom: 48px;
  width: 100%;
}

body footer .texto {
  color: #8899a6;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: auto;
  text-align: center;
}

.banners-container {
  max-width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

body .main .nota .contenido-nota a {
  color: #38BDF8;
}

body .main .nota .contenido-nota .bbcl-alert {
  border-radius: 6px;
  border: 1px solid #3a4cb4;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 28px;
  overflow: hidden;
}

body .main .nota .contenido-nota .bbcl-alert span {
  font-size: 16px;
  margin-right: 10px;
}

body .main .nota .contenido-nota .bbcl-alert .alert-title {
  background-color: #3a4cb4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 16px;
}

body .main .nota .contenido-nota .bbcl-alert .alert-content {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
}

body .main .nota .contenido-nota .bbcl-alert.alert-spoiler {
  border: 1px solid #3a4cb4;
}

body .main .nota .contenido-nota .bbcl-alert.alert-spoiler .alert-title {
  background-color: #3a4cb4;
}

body .main .nota .contenido-nota .bbcl-alert.alert-en-desarrollo {
  border: 1px solid #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-en-desarrollo .alert-title {
  background-color: #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-explicitas {
  border: 1px solid #de283b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-explicitas .alert-title {
  background-color: #de283b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-presunta-inocencia {
  border: 1px solid #00897b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-presunta-inocencia .alert-title {
  background-color: #00897b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-violencia-mujer {
  border: 1px solid #ad1457;
}

body .main .nota .contenido-nota .bbcl-alert.alert-violencia-mujer .alert-title {
  background-color: #ad1457;
}

body .main .nota .contenido-nota .bbcl-alert.alert-transporte {
  border: 1px solid #eb7104;
}

body .main .nota .contenido-nota .bbcl-alert.alert-transporte .alert-title {
  background-color: #eb7104;
}

body .main .nota .contenido-nota .bbcl-alert.alert-suicidio {
  border: 1px solid #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-suicidio .alert-title {
  background-color: #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-estudio {
  border: 1px solid #45adba;
}

body .main .nota .contenido-nota .bbcl-alert.alert-estudio .alert-title {
  background-color: #45adba;
}

.container-noticias{
  display: none;
}
.container-carousel{
  /* background: linear-gradient(180deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 100%); */
  margin-bottom: 48px; 
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}   
.container-carousel .swiper-wrapper  { 
  height: 200px;
}
.container-carousel .swiper-slide  {
  width: auto;  
}
.container-carousel #swiper .swiper-slide .titulo {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px; 
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 200px;        
  font-family: "Josefin Sans", sans-serif;
  color: white;
}
.container-carousel #swiper .swiper-slide img { 
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 112px;
  margin-bottom: 12px;
  object-fit: cover;
}

.container-carousel #swiper .swiper-pagination{
  bottom: auto;
  margin-bottom: 30px;
}

.container-carousel #swiper .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #FFFFFF !important;
}
.container-carousel #swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #9E9E9E;
}


.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  order: 0;
  position: relative;
  top: 0;
  width: 216px;
}

.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb {
  background-color: #3a5998;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw {
  background-color: #171819;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp {
  background-color: #12c853;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
  background-color: #8899a6;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes a {
  display: flex;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 21px;
  height: 45px;
  justify-content: center;
  margin: 0;
  width: 45px;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link a {
  color: #ffffff;
}

.boton-correcciones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 312px; */
  margin-top: 16px;
  padding: 15px 10px;
  border: 1px solid #D3D8E1;
  border-radius: 4px;
}
.boton-correcciones span {
  font-size: 12px;
  text-decoration: underline;
  color: #ffffff;
} 
.contenedor-correcciones {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#correcciones-form {
  z-index: 10;
  position: relative;
}
.openFormCorreccion {
  align-items: center;
  background-color: #0faadb;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  max-width: 262px;
  position: relative;
  border: 0;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
}
.openFormCorreccion .correccionPen {
  background-color: #2bb643;
  margin-right: 5px;
  padding: 5px;
  position: relative;
}
.openFormCorreccion::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0faadb;
  top: -7px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 10px;
}
.openFormCorreccion span {
  align-items: center;
  background-color: #001D38;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 5px;
  padding: 0 5px;
}
.formCorreccion-modal {
  z-index: 3;
  padding: 100px 16px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.formCorreccion-container {
  padding: 16px;
}
.formCorreccion-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 100%;
  max-width: 360px;
  border-radius: 8px;
}
.formCorreccion-panel {
  padding: 0.01em 16px;
}
.formCorreccion-btn {
  border: none;
  display: inline-block;
  padding: 5px 8px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #8899a6;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 26px;
  line-height: 20px;
}
.formCorreccion-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCorreccion-header h3 {
  border-bottom: 1px solid #8899a6;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 10px;
}
.formCorreccion-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.formCorreccion-large {
  font-size: 18px !important;
}
.form-enviar {
  margin-bottom: 10px;
}
.dark-mode.dark-mode .formCorreccion-container {
  color: #222
}
.dark-mode.dark-mode .openFormCorreccion span {
  background-color: #ffffff;
  color: #001D38;
}
.dark-bg-white{
  background-color: rgba(255, 255, 255);
  border-radius: 16px;
}
.flex{
  flex-direction: column;
}
.flex a{
  margin: 5px 0;
}
body .main .nota .contenido-nota iframe{
  min-width: 280px;
  width: 280px;
  height: auto;
}
body .main .nota .contenido-nota blockquote  {
  min-width: 280px !important;
  height: auto;
}
.politica-etica-desk{
  display: none;
}
.politica-etica-mov{ 
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}


@media (min-width: 992px) {
  body .main .nota .titulo {  
      font-size: 32px;
      font-weight: 700;
      line-height: 34px;
      letter-spacing: 0px;
      text-transform: uppercase;
  }
  
  body .main .nota {
      padding: 32px 40px;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      max-width: 730px;
  }

  .main-container {
      max-width: 1066px;
      margin: auto;
  }

  .main-content {
      justify-content: space-around;
      display: flex;
  }

  .main-container-escritorio {
      display: flex;
      justify-content: space-between;
  }

  .notas-container-escritorio {
      display: grid;
  }

  .ad-container-escritorio {
      display: grid;
  }

  .nota-y-mas-leidos {
      margin-inline: 135px;
  }

  .header-placeholder {
      height: 176px;
  }

  .header-container {
      height: 130px;
      justify-content: center;
  }

  .fixed-header {
      height: 85px;
  }

  .fixed-header .header-bbcl-container {
      width: 508px;
  }

  .fixed-header .header-electroshock-container {
      width: 601px;
  }

  .fixed-header .bbcl-logo,
  .fixed-header .electro-shock-logo {
      width: 70px;
      /* Ajusta el tamaño según sea necesario */
      height: auto;
  }

  .header-bbcl-container {
      width: 480px;
  }

  .header-electroshock-container {
      width: 583px;
  }

  .loading-container {
      height: 50px;
  }

  .loader {
      width: 24px;
      height: 24px;
      border-width: 3px;
  }

  .bbcl-logo {
      right: 0px;
      height: 29.33px;
  }

  .electro-shock-logo {
      height: 79.54px;
  }

  .background-img-container {
      position: absolute;
      top: 86px;
      right: 0;
  }

  .electroshock-background {
      height: 445.16px;
      width: 1089px;
      object-fit: cover;
      object-position: -1% 0;
  }

  .display-ad-escritorio {
      display: block;
  }

  .display-ad-mob {
      display: none;
  }

  body .main .nota .autor-fecha-container {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 10px;   
  }

  body .main .nota .autor-fecha-container .autor {
      margin-bottom: 16px;
  }

  body .main .nota .contenido-nota {
      margin-bottom: 24px;
      padding-left: 0;
      padding-right: 0;
  }

  body .main .nota .imagen {
      height: auto;
      margin-bottom: 16px;
      max-width: 650px;
      width: 100%;
  }

  body .main .nota .creditos-visitas-container .creditos {
      max-width: 510px;
  }

  body footer {
      padding-bottom: 30px;
      padding-top: 48px;
  }

  body footer .logo-bbcl {
      display: flex;
      height: 29px;
      margin: auto auto 46px;
      width: 85px;
  }

  body footer .texto {
      display: initial;
      font-size: 13px;
      line-height: 12px;
  }

  .mas-leidos {
      max-width: 300px;
      display: block;
      margin-left: 36px;
  }

  .banners-container {
      position: sticky;
      top: 108px;
  }
  
  .container-carousel{
      display: none;
  }
  .container-noticias{
      /* background: linear-gradient(180deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 100%); */
      display: flex;
      flex-direction: row; 
      margin-bottom: 48px;
      justify-content: center;
      gap: 16px;
      padding-top: 10px;
  }
  .main .container-noticias .notas{
      background-color: #ffffff00;  
  }

  .main .container-noticias .notas .imagen{
      background-position: center;
      background-size: cover;
      width: 200px;
      height: 112px;
      margin-bottom: 12px;
  }
  .main .container-noticias .notas .titulo {
      font-weight: 700;
      font-size: 11px;
      line-height: 15px; 
      letter-spacing: 0px;
      text-transform: uppercase;
      width: 200px;        
      font-family: "Josefin Sans", sans-serif;
      color: white;
  }
  
  /* Redes sociales */
  .main-container .main-content .notas-container-escritorio .container-redes-contenido{
      display:flex;
  }
  .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes {
      display: block;
      margin-left: 0;
      margin-right: 30px;
      max-width: 45px;
      order: 0;
      position: sticky;
      top: 60px;
      width: 100%;
  }
  .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb,
  .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw,
  .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp,
  .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
      margin: 0 0 10px;
  }
  
  .boton-correcciones{
      width: 312px;
      margin-left: -25px;
  }
  .boton-correcciones span {
      font-size: 14px; 
  } 
  .formCorreccion-modal-content {
      width: 500px;
      max-width: 500px;
  }
  .boton-correcciones{
      width: 338px;
      margin-left: 0px;
      margin-top: 1px;
      padding: 15px 24px;
  }
  .contenedor-correcciones {
      display: flex; 
  }
  .formCorreccion-modal {
      padding-top: 100px;
  }
  .openFormCorreccion{
      margin-left: 0px;
  } 
  .flex{
      flex-direction: row;
  }
  .flex a {
      margin: 0;
  }
  body .main .nota .contenido-nota iframe{
      width: 100%;
      height: 315px;
  }
  .politica-etica-desk {
      display: flex; 
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      text-align: left;
      text-decoration-line: underline;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
  }
  .politica-etica-mov{
      display: none;
  }

}

[v-cloak] {
  display: none !important;
}

.section-subtext {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-subtext .subtext-text {
  color: rgba(255, 255, 255, 0.7019607843);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
/*# sourceMappingURL=nota.css.map */