.header {
  padding-top: 16px;
  background-color: #07065C;
  background-image: url(https://www.biobiochile.cl/especial/copa-america/2024/assets/img/header-mobile.jpg);
  background-size: cover;
  font-size: 12px;
  color: #FFFFFF;
}
.header .logo-bbcl {
  width: auto;
  height: 26px;
  margin-right: 19px;
}
.header .logo-copa {
  width: auto;
  height: 51px;
}
.header .btn-menu-movil {
  background: none;
  border: none;
  font-size: 22px;
}
.header .btn-menu-movil:focus {
  box-shadow: none;
  background: none;
}
.header .menu-movil {
  background-color: rgba(2, 1, 69, 0.97);
  height: 100%;
  position: relative;
}
.header .menu-movil .header-menu {
  height: 80px;
  background-color: rgba(2, 1, 69, 0.9);
  display: flex;
  justify-content: space-between;
  padding: 11px 17px;
}
.header .menu-movil .header-menu .btn-cerrar-menu {
  background: none;
  border: none;
  width: 42px;
  font-size: 22px;
}
.header .menu-movil .items-menu {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  padding-top: 77px;
}
.header .menu-movil .items-menu .nav-item {
  padding: 27px 19px 12px;
  border-bottom: 1px solid rgba(136, 153, 166, 0.3);
}
.header .menu-movil .items-menu .nav-link {
  color: #FFFFFF;
}
.header .menu-movil .redes-movil {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  font-size: 23px;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}
.header .menu-movil .redes-movil .nav-item {
  margin: 0 auto;
}
.header .menu-movil .redes-movil .nav-link {
  color: #FFFFFF;
}
.header .contenedor-navbar {
  background-color: #07065C;
}
.header .navbar-nav .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0 20px;
  border-bottom: 1px solid transparent;
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #00C9EC;
}
.header .navbar-nav .redes {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.header .navbar-nav .redes a {
  margin: 0 14px;
  color: #FFFFFF;
}
.header .navbar-nav .nav-item.b-nav-dropdown .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
}
.header .navbar-nav .nav-item.b-nav-dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #07065C;
  text-transform: uppercase;
}
.header .collapse-roja {
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.header .collapse-roja a {
  color: #020145;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid rgba(136, 153, 166, 0.3);
}

@media (min-width: 992px) {
  .header {
    background-image: url(https://www.biobiochile.cl/especial/copa-america/2024/assets/img/header-desktop.jpg);
  }
  .header .logo-bbcl {
    margin-right: 47px;
  }
}
.footer {
  background-color: #07065C;
  height: 165px;
  text-align: center;
  padding-top: 48px;
}
.footer img {
  width: 71px;
  height: 24px;
  margin-bottom: 45px;
}
.footer p {
  color: #8899A6;
  font-family: Lato;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 12px;
}

body {
  font-family: Montserrat;
  background-color: #FFFFFF;
}

.main {
  padding-top: 15px;
}

a:hover {
  text-decoration: none;
}

.ads-970-250px {
  height: 250px;
  width: 970px;
  background-color: #00B2C8;
  margin: 0 auto 25px;
}

.ads-320-100px {
  height: 100px;
  width: 320px;
  background-color: #00B2C8;
  margin: 0 auto 15px;
}

.ads-300-250px {
  height: 250px;
  width: 300px;
  background-color: #00B2C8;
  margin: 0 auto 25px;
}

.titulo-general {
  color: #172A4C;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20 px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.titulo-general::before {
  height: 1px;
  width: 49px;
  background-color: #00B2C8;
  content: "";
  display: block;
  position: absolute;
  top: -9px;
}

.mas-vistos .article {
  display: flex;
  margin-bottom: 22px;
}
.mas-vistos .article .img {
  height: 90px;
  width: 110px;
  margin-right: 12px;
  position: relative;
  flex-shrink: 0;
}
.mas-vistos .article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.mas-vistos .article .img .pos {
  width: 32px;
  height: 32px;
  background-color: #FF2626;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mas-vistos .article .titulo {
  color: #172A4C;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1060px;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .main {
    padding-top: 25px;
  }
  .main .mas-vistos .article .img {
    margin-right: 16px;
  }
  .main .mas-vistos .article .titulo {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 69.666667%;
    max-width: 69.666667%;
  }
}
.main {
  background-color: #020145;
}
.main .titulo-general {
  color: #FFFFFF;
}
.main .titulo-seccion {
  color: #FFFFFF;
  opacity: 0.3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 24px;
}
.main .logo-info {
  margin: auto;
  margin-bottom: 32px;
  color: #FFFFFF;
  text-align: center;
  max-width: 370px;
  font-size: 14px;
  line-height: 20px;
}
.main .logo-info .logo-roja {
  width: auto;
  height: 110px;
  margin-bottom: 25px;
}
.main .front, .main .back {
  transition: all 0.5s linear;
  backface-visibility: hidden;
}
.main .contenedor-tarjetas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}
.main .contenedor-tarjetas .tarjeta {
  max-width: 156px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #172A4C;
  transition: all 0.5s linear;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  perspective: 1000px;
  position: relative;
}
.main .contenedor-tarjetas .tarjeta .front {
  position: relative;
  z-index: 1;
}
.main .contenedor-tarjetas .tarjeta .front .imagen {
  width: 100%;
  height: 177px;
  background-size: cover;
  background-size: 74%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom;
}
.main .contenedor-tarjetas .tarjeta .front .datos {
  padding: 12px;
}
.main .contenedor-tarjetas .tarjeta .front .datos .nombre {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 4px;
  font-weight: 700;
}
.main .contenedor-tarjetas .tarjeta .front .datos .apellido {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.main .contenedor-tarjetas .tarjeta .front .datos .posicion {
  font-size: 13px;
  line-height: 13px;
  color: #5C6981;
  font-weight: 500;
}
.main .contenedor-tarjetas .tarjeta .front .numero {
  font-size: 64px;
  font-weight: 700;
  color: #172A4C;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  text-align: center;
}
.main .contenedor-tarjetas .tarjeta .front .sombra-imagen {
  background: linear-gradient(180deg, rgba(15, 6, 65, 0) 0%, #0F0641 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 177px;
  opacity: 0.2;
}
.main .contenedor-tarjetas .tarjeta .back {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
  display: block;
  transform: rotateY(180deg) translateZ(1px);
  box-sizing: border-box;
}
.main .contenedor-tarjetas .tarjeta .back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
  transform: rotateY(180deg) translateZ(1px);
}
.main .contenedor-tarjetas .tarjeta .back .texto {
  color: #5C6981;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  padding: 32px 12px 12px;
}
.main .contenedor-tarjetas .tarjeta .back .texto .nombre {
  color: #172A4C;
  font-weight: 700;
}
.main .contenedor-tarjetas .tarjeta .back .numero {
  font-size: 64px;
  font-weight: 700;
  color: #172A4C;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  text-align: center;
}
.main .tarjeta:hover {
  transform: rotateY(180deg);
}

@media (min-width: 992px) {
  .main {
    background-image: url(https://www.biobiochile.cl/especial/copa-america/2024/assets/img/bg-nomina.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .main .titulo-seccion {
    font-size: 48px;
    line-height: 48px;
  }
  .main .contenedor-tarjetas {
    gap: 32px;
  }
  .main .contenedor-tarjetas .tarjeta {
    max-width: 186px;
  }
  .main .contenedor-tarjetas .tarjeta .front .datos {
    padding: 12px 16px;
  }
  .main .contenedor-tarjetas .tarjeta .front .datos .nombre {
    font-size: 16px;
    line-height: 16px;
  }
  .main .contenedor-tarjetas .tarjeta .front .datos .apellido {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main .contenedor-tarjetas .tarjeta .back {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1;
    display: block;
    transform: rotateY(180deg) translateZ(1px);
    box-sizing: border-box;
  }
  .main .contenedor-tarjetas .tarjeta .back:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    transform: rotateY(180deg) translateZ(1px);
  }
  .main .contenedor-tarjetas .tarjeta .back .texto {
    color: #5C6981;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 32px 12px 12px;
  }
  .main .contenedor-tarjetas .tarjeta .back .texto .nombre {
    color: #172A4C;
    font-weight: 600;
  }
}/*# sourceMappingURL=la-roja.css.map */