/* ===================================
    ROOT COLORS
====================================== */
:root {
    --blue: #00C6E8;
    --beige: #E9E7DA;
}



.height-100{
    height: 100vh;
}
nav.navbar.navbar-default ul.nav>li>a.btn-primary {
    background-color: transparent !important;
    border: 1px solid var(--blue) !important;
    padding: 8px 30px;
    color: var(--blue) !important
}

html nav.navbar.navbar-default ul.nav>li>a.btn-primary:hover {
    background-color: var(--blue) !important;
    color: #fff !important
}

.text-blue {
    color: var(--blue) !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
  .submenus.active {
      transform: translateX(0px);

  }

  .submenus {
      width: 35%;
      background: #f2f2f2;
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 10vh;
      z-index: 9999;
      transform: translateX(1000px);
    box-shadow: 19px 0px 65px 10px rgba(0, 0, 0, 0.09);
      transition-duration: .3s;
      transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  }

  .menu-list {
      list-style: none;
      padding: 0;
  }

  .menu-list>li {
      margin: 0;
  }

  .menu-list a.showmenu.active,
  .menu-list a:hover {
      color: black
  }

  .menu-list a {
      text-decoration: none;
      color: #999999;
      font-weight: 600;
      font-size: 2.571rem;

      transition-duration: .3s;
      transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  }

  .menu-list li ul {
      margin: 20px 0 40px 0;
      padding: 0;
      display: none
  }

  .menu-list li ul li {
      list-style: none;
      padding: 0
  }

  .menu-list li ul li>a {
      font-weight: 600;
      font-size: 16px;
      padding: 2px 0;
      display: inline-block;
  }

  .menu-list .submenu {
      list-style: none;
      padding-left: 20px;
      display: none;
      /* Ocultar submenú por defecto */
  }

  .menu-list .submenu li {
      margin: 5px 0;
  }

  /* Estilos para las redes sociales */
  .social-list {
      margin-top: 10px;
  }

  .social-list .icon {
      margin-right: 10px;
  }

  .col-center {
      margin: auto
  }

  .closesubmenus {
      position: absolute;
      top: 25px;
      right: 66px;
  }

  html {
      overflow-x: hidden;
  }

  header {
      position: fixed;
      background: var(--beige) !important;
      top: 0;
      box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  }
  .bg--beige{
    background-color: var(--beige);
  }

.textrotator_reverse h5 span,
span.linek {
    font-size: 220px !important;

}

.textrotator_reverse h5 {
    background: black;
    color: var(--blue)
}

.textrotator h5 {
    color: white;
    background: var(--blue)
}

.textrotator_reverse h5,
.textrotator h5 {
    font-size: 35px;
    margin-bottom: 3px;
    padding: 32px 0px;
    line-height: 1;
}


.textrotator_reverse span.spin {
    animation: nectar_looped_rotate_reverse 10s linear infinite !important;

}
.playicon img{
    width: 80px;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.playicon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    margin: auto;
    height: 80px;
}
.popup-youtube:hover .playicon img{
    transform: scale(1.2);
}
 
.textrotator_reverse span.spin,
span.spin {
    animation: nectar_looped_rotate 10s linear infinite;
    padding: 0 0.4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 5vw;
    line-height: 1em;
}

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

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

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

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

.textrotator_reverse span,
.textrotator_reverse h2,
.textrotator span,
.textrotator h2 {
    margin: 0 !important;
    padding: 20px 0px !important;
    line-height: 1 !important;
    font-size: 1vw:
}

.textrotator span {
    font-size: 4vw !important;
    margin: 0 40px !important;
}

.textrotator h2 {
    font-size: 12vw;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.textrotator_reverse,
.textrotator {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;

    white-space: nowrap;
}

.textrotator_reverse {
    transform: translateX(20%) translateZ(0);
    animation: nectar-scrolling-text-animation-reverse-reverse linear infinite 30s;
}

.textrotator {
    transform: translateX(20%) translateZ(0);
    animation: nectar-scrolling-text-animation-reverse linear infinite 30s;
}

@keyframes nectar-scrolling-text-animation-reverse {
    0% {
        transform: translateX(20%) translateZ(0);
    }

    100% {
        transform: translateX(120%) translateZ(0);
    }
}

@keyframes nectar-scrolling-text-animation-reverse-reverse {
    0% {
        transform: translateX(120%) translateZ(0);
    }

    100% {
        transform: translateX(20%) translateZ(0);
    }
}

.middle--black::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: black;
    left: 0;
    top: 0;
}
.ml-20 {
    border-left: 1px solid black;
    margin-left: 60px;
    padding-left: 60px
}