@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css);
* {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 75px 0 0 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.1;
}

:root {
  --verde-principal: #7bc24a;
  --verde-secundario: #7bc24a;
  --verde-oscuro: #0b6e4f;
  --verde-oscuro-2022: #0f022e;
  --azul-principal: #7bc24a;
  --azul-secundario: #7bc24a;
  --azul-oscuro: #7bc24a;
  --rojo: #7bc24a;
  --amarillo: #7bc24a;
  --morado-superlike: #7bc24a;
  --azul-supertrending: #7bc24a;
  --black: #2a2a2a;
  --grey: #666;
  --gray: #474747;
  --gris: #dadada;
  --border-bottom: 1px solid #dadada;
  --border-right: 1px solid #dadada;
  --border-left: 1px solid #dadada;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bars__menu {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.bars__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #898989;
  margin-top: 6px;
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transform-origin: 0 100%;
}

.activeline1__bars-menu {
  transform: rotate(45deg) translate(-2px, 1px);
  -webkit-transform: rotate(45deg) translate(-2px, 1px);
  -moz-transform: rotate(45deg) translate(-2px, 1px);
  -ms-transform: rotate(45deg) translate(-2px, 1px);
  -o-transform: rotate(45deg) translate(-2px, 1px);
}

.activeline2__bars-menu {
  opacity: 0;
  margin-left: -30;
}

.activeline3__bars-menu {
  transform: rotate(-45deg) translate(-4px, 2px);
  -webkit-transform: rotate(-45deg) translate(-4px, 2px);
  -moz-transform: rotate(-45deg) translate(-4px, 2px);
  -ms-transform: rotate(-45deg) translate(-4px, 2px);
  -o-transform: rotate(-45deg) translate(-4px, 2px);
}

.nav {
  background: #f8f9fa;
  height: 50px;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav__container {
  display: flex;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.nav__logo {
  width: 12.5rem;
}

.nav__logo img {
  width: 9rem;
}

.nav__label,
.nav__input {
  display: none;
}

.navbar__expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar__expand {
  flex-direction: row;
}

.nav-link.btn-canal_rcn {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.btn_lenguaje {
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 13px;
}

.flat__idioma {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.btn {
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar__expan {
  display: grid;
  grid-auto-flow: column;
}

.nav__menu {
  display: grid;
  grid-auto-flow: column;
  gap: 2rem;
}

.btn-canal_rcn.nav__right {
  margin-top: 2px;
  border-left: 1px solid #dadada;
}

@media (max-width: 700px) {
  .nav__label {
    display: block;
    cursor: pointer;
  }

  .icon__redes {
    display: none;
  }

  .nav__menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    background-color: #0f022e;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    clip-path: circle(0% at center);
  }

  .nav__item {
    color: #fff !important;
  }

  .nav__input:checked + .nav__menu {
    clip-path: circle(100% at center);
  }
}

@media (min-width: 700px) {
  .nav__menu {
    display: none;
  }
}
@media (max-width: 700px) {
  body {
    margin: 54px 0 0 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1.1;
  }
}
@media (max-width: 426px) {
  .nav__logo {
    width: 8.5rem;
    margin-left: 5px;
  }

  .nav__label {
    margin-top: 7px;
    z-index: 5;
  }

  .btn-canal_rcn.nav__right {
    border-left: none;
  }
}

@media (max-width: 376px) {
  .nav__logo {
    width: 6rem;
    margin-left: 5px;
  }
  .nav__logo img {
    width: 6rem;
  }
}

@media (max-width: 321px) {
  .nav__logo {
    width: 8.5rem;
    margin-left: -0px;
  }
  .nav__logo img {
    width: 3.5rem;
  }
}

.nav__secundario {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 25px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  z-index: 3;
}

.nav__secundario .ul__nav__secundario .li__nav__secundario {
  display: inline-block;
  margin: 5px 20px 5px 0;
  border-right: 1px solid #fff;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
}

.ul__nav__secundario .li__nav__secundario {
  text-decoration: none !important;
  color: #fff !important;
}

.ul__nav__secundario {
  text-decoration: none !important;
  color: #fff !important;
  margin-left: 35px;
}

.a__nav__secundario {
  text-decoration: none !important;
  color: #fff !important;
}

@media (max-width: 2561px) {
  .ul__nav__secundario {
    margin-left: 94px;
  }
}

@media (max-width: 1441px) {
  .ul__nav__secundario {
    margin-left: 40px;
  }
}

@media (max-width: 1025px) {
  .ul__nav__secundario {
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .nav__secundario {
    display: none;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(15, 2, 46);
  background: linear-gradient(
    347deg,
    rgba(15, 2, 46, 1) 71%,
    rgba(102, 16, 242, 1) 100%
  );
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;

  background: linear-gradient(to right, #3c3b6e 0%, #3c3b6e 100%),
    linear-gradient(
      to bottom,
      #b22234 7.69%,
      #fff 7.69%,
      #fff 15.38%,
      #b22234 15.38%,
      #b22234 23.07%,
      #fff 23.07%,
      #fff 30.76%,
      #b22234 30.76%,
      #b22234 38.46%,
      #fff 38.46%,
      #fff 46.15%,
      #b22234 46.15%,
      #b22234 53.84%,
      #fff 53.84%,
      #fff 61.53%,
      #b22234 61.53%,
      #b22234 69.23%,
      #fff 69.23%,
      #fff 76.92%,
      #b22234 76.92%,
      #b22234 84.61%,
      #fff 84.61%,
      #fff 92.3%,
      #b22234 92.3%,
      #b22234 100%
    );
  background-size: 50% 50%, 100% 100%;
  background-repeat: no-repeat;

  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Agrega contenedores para los textos 'ESP' y 'ENG' */
.esp {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
}

.eng {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
}
input:checked + .slider {
  background: rgb(15, 2, 46);
  background: linear-gradient(
    54deg,
    rgba(15, 2, 46, 1) 71%,
    rgba(102, 16, 242, 1) 100%
  );
  color: white;
}
input:checked + .slider:before {
  background: linear-gradient(
    to bottom,
    #ffda44 33.33%,
    #0033a0 33.33%,
    #0033a0 66.66%,
    #ce1126 66.66%
  );
}
/* Muestra el texto 'ESP' cuando el switch está activado */
input:checked + .slider .esp {
  display: block;
}

/* Muestra el texto 'ENG' cuando el switch está inactivo */
input:not(:checked) + .slider .eng {
  display: block;
  color: white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(46px);
  -ms-transform: translateX(46px);
  transform: translateX(46px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
