/* */
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: -150px;
  background-color: #ffffff;
  z-index: 9999;
}

.navbar .menu__mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(11, 39, 57, 0.9);
  z-index: 2;
}

.navbar .menu__mobile .menu__mobile-container {
  width: 75%;
  height: 100vh;
  background-color: #019DF4;
  border-radius: 0px 24px 24px 0px;
  padding: 100px 5%;
}

.navbar .menu__mobile .menu__mobile-container .menu__movile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.navbar .menu__mobile .menu__mobile-container .menu__movile-img .closeMenu span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  background: white;
  border-radius: 3px;
  z-index: 1;
}

.navbar .menu__mobile .menu__mobile-container .menu__movile-img .closeMenu span:first-child {
  -webkit-transform: rotate(-45deg) translate(-3px, -1px);
          transform: rotate(-45deg) translate(-3px, -1px);
}

.navbar .menu__mobile .menu__mobile-container .menu__movile-img .closeMenu span:last-child {
  -webkit-transform: rotate(45deg) translate(-7px, -3px);
          transform: rotate(45deg) translate(-7px, -3px);
}

.navbar .menu__mobile .menu__mobile-container .menus {
  margin-top: 2px;
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  cursor: pointer;
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-titles a {
  color: white;
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-titles img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-titles p {
  font: normal normal 600 16px/20px "Telefonica";
  font-size: 16px;
  font-family: 'Telefonica';
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10%;
  color: var(--color-blanco);
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .menu__mobile .menu__mobile-container .menus .menus-items a {
  font: normal normal 300 16px/40px Telefonica;
  font-size: 16px;
  font-family: 'Telefonica';
  text-decoration: none;
  color: white;
}

.navbar .menu__mobile .menu__mobile-container .menus:nth-child(3) {
  margin-top: 25px;
}

.navbar .nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32px;
  min-height: 111px;
}

.navbar .nav__container .menu__hamburger {
  display: none;
}

.navbar .nav__container .menu__hamburger {
  cursor: pointer;
  z-index: 9;
}

.navbar .nav__container .menu__hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  background: #019DF4;
  border-radius: 3px;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.navbar .nav__container .menu__hamburger span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.navbar .nav__container .menu__hamburger span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.navbar .nav__container .nav__img .logo-desk {
  height: 32px;
}

.navbar .nav__container .nav__img .logo-mobile {
  width: 44px;
  display: none;
}

.navbar .nav__container .nav__menus .active {
  color: #019DF4 !important;
  font: normal normal 500 20px/20px Telefonica-regular;
}

.navbar .nav__container .nav__menus .active:hover::after {
  width: calc(0%);
}

.navbar .nav__container .nav__menus a {
  font: normal normal 300 20px/28px Telefonica;
  color: #86888C;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.navbar .nav__container .nav__menus a::after {
  content: '';
  width: 0%;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: 0;
  background: #019DF4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar .nav__container .nav__menus a::before {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
  color: #86888C;
}

.navbar .nav__container .nav__menus a:first-child:before {
  display: none;
}

.navbar .nav__container .nav__menus a:first-child::after {
  left: 0;
}

.navbar .nav__container .nav__menus a:first-child:hover::after {
  width: 100%;
}

.navbar .nav__container .nav__menus a:hover {
  color: #019DF4;
}

.navbar .nav__container .nav__menus a:hover::after {
  bottom: 0px;
  color: #019DF4;
  width: calc(100% - 25px);
}

.navbar .nav__container .nav__menus a:hover::before {
  color: #86888C;
}

.navbar .nav__container .nav__menus a:first-child::after:hover {
  width: 100%;
}

.navbar .nav__container .nav__menus .nav__menus-menu {
  margin-bottom: 5px;
}

.navbar .nav__container .nav__menus .nav__menus-items a.active {
  font: normal normal 500 17px/25px Telefonica-regular !important;
}

.navbar .nav__container .nav__menus .nav__menus-items a {
  font: normal normal 300 17px/25px Telefonica;
}

.navbar .nav__container .nav__menus .nav__menus-items .active::after {
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  left: 32px;
  bottom: -3px;
  background: #019DF4;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.navbar .nav__container .nav__menus .nav__menus-items .active:first-child::after {
  left: 0;
  width: 100%;
}

.navbar .nav__container .nav__menus .nav__menus-items a:first-child:hover::after {
  width: 100%;
}

.navbar .nav__container .nav__contrata {
  text-align: center;
  width: 42%;
}

.navbar .nav__container .nav__contrata .nav__contrata-title {
  margin-bottom: 0px;
  color: #E63780;
  font: normal normal 500 20px/24px Telefonica-regular;
}

.navbar .nav__container .nav__contrata .nav__contrata-title a {
  color: #E63780;
  font: normal normal 600 20px/24px Telefonica;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar .nav__container .nav__contrata .nav__contrata-title a:hover {
  font-size: 25px;
}

.navbar .nav__container .nav__contrata .nav__contrata-subtitle {
  font: normal normal 400 16px/28px Telefonica-regular;
  color: #86888C;
}



@keyframes fadeOutLeft {
  from {
    left: -300px;
  }

  to {
    right: 300px;
    
  }
}

.fadeOutLeft {
  animation:fadeOutLeft 1s ease;
}

.flecha-roja {
  background-color: red;
}


@media (max-width: 1200px) {
  .nav__container .nav__menus {
    width: 70%;
  }
  .nav__container .menu__mobile {
    display: none !important;
  }
  .nav__img .logo-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar {
    -webkit-box-shadow: 0px 3px 6px #86888C29;
            box-shadow: 0px 3px 6px #86888C29;
  }
  .navbar .nav__container {
    min-height: 70px;
    padding-top: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .nav__container .menu__hamburger {
    display: block;
  }
  .navbar .nav__container .nav__menus {
    display: none;
  }
  .navbar .nav__container .nav__img {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar .nav__container .nav__img .logo-desk {
    display: none;
  }
  .navbar .nav__container .nav__img .logo-mobile {
    display: block;
  }

  .navbar-background {
    background-color: rgb(11 39 57 / 79%);
  }
}


/* NUEVO MENÚ mundo */

@media (max-width: 768px) {
    #mc-menu {
        background-color: #019DF4;
        height: 100vh;
        border-radius: 0px 24px 24px 0px;
    }

    #ul-menu {
        border-radius: 0px 24px 24px 0px;
    }

    .icono-cerrar {
        margin-top: 15px;
        width: 21px;
        margin-right: 16px;
        color: white !important;
    }

    .accordion {
        color: white;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        background-color: transparent;
        font-family: 'Telefonica-Regular';
        align-items: center;
        display: flex;
        justify-content: space-between;
      }
      
     
      .active, .accordion:hover {
        background-color: transparent;
      }
      

      .panel {
        padding: 0 18px;
        background-color: white;
        display: none;
      }

      .accordion:after {
        content: url('/assets/img/icn-drop-down.svg');
        font-size: 13px;;
        float: right;
        margin-left: 5px;
      }
      
      /* .active:after {
        content: url('../../img/icn-drop-down.png');
      } */
      

      .tab .tab-content .active::after {
        content: none;
    }




      /*PRUEBA ACORDEÓN */

  .tabs {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }

  .tab-content span {
      font-family: 'DIN Regular';
      font-weight: 600;
      text-align: left;   
      /* font-size: 15px; */
      /* margin-left: 10px; */
    }

  .img-check {
      width: 100px;
      max-width: 37px;
  }

  .tab-label {
    cursor: pointer;
    display: flex;
    /* justify-content: space-around; */
    height: 36px;
    height: 31px;
    font-family: 'Telefonica-Light';
    margin-left: 10px;
    background-color: #019DF4;
  }
  
  .tab-label.active {
    font-weight: bold;
  }

  .flecha-tab-1::after {
    content: url('../../img/icn-drop-down.png');
    width: 1em;
    /* height: 1em; */
    text-align: center;
    transition: all 0.35s;
    color: #0B2739;
    transform: rotate(180deg);
    font-size: 10px;
    margin-left: 98px !important;
  }

  .flecha-tab-2::after {
    content: url('../../img/icn-drop-down.png');
    width: 1em;
    /* height: 1em; */
    text-align: center;
    transition: all 0.35s;
    color: #0B2739;
    transform: rotate(180deg);
    font-size: 10px;
    margin-left: 95px !important;
  }

 

  .tab-label::after {
    content: url('../../img/icn-drop-down.png');
    width: 1em;
    text-align: center;
    transition: all 0.35s;
    color: white;
    transform: rotate(180deg);
    font-size: 43px;
    margin-left: 36px;
  }

  .tab-label.img-flecha::after {
    transform: rotate(90deg);
  }

  .flecha-tab-4::after {
    content: url(../../img/icn-drop-down.png);
    width: 1em;
    text-align: center;
    transition: all 0.35s;
    color: #0B2739;
    transform: rotate(180deg);
    font-size: 10px;
    margin-left: 99px !important;
  }

  .navbar-nav .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    transition: all 0.35s;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  .tab-close:hover {
    background: #1a252f;
  }
  input:checked + .tab-label::after {
    transform: rotate(360deg);
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    padding-right: 10px;
    /* padding: 1em 3rem; */
  }

  input#chck1, input#chck1-2 {
      display: none;
  }

  .musica__icono-div {
    width: 28px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }

  .tab-content div {
    margin: 10px 0;
    /* margin-left: 45px; */
  }

  .tab-content div a {
    font-family: 'Telefonica-Light';
  }

  #mc-menu ul {
    margin-left: 0;
}
.tab-content{
  overflow: hidden;
}

}


