/*BOTÓN DIRECTO*/
@charset "utf-8";

#main-nav {
  position: absolute;
  right: 0;
}

nav.pure {
  z-index: 999999; /*no comentar sino el overlay en móvil tapa a la barra y no se puede acceder*/
  height: 65px !important;
}


.nav-wrapper.container {
  width: 80%
}

nav ul a, nav ul span {
  font-size: .85rem
}

nav ul span {
  display: block;
  padding: 0 15px;
}

nav.pure ul a, nav.pure ul span, nav.pure ul a:visited, #main-nav li a:not(.subdropdown-button), #main-nav span, #main-nav a:visited {
  color: #fff !important
}

header nav {
  position: fixed;
  z-index: 12;
  top: 0
}

.dropdown-content li>a, .dropdown-content li>span {
  font-size: .9rem
}

.dropdown-content .dropdown-content {
  margin-left: 100%
}

nav ul li.nohover:hover, nav ul li.nohover.active {
  background-color: rgba(0, 0, 0, 0.0) !important;
}

.dropdown-content {
  background-color: #000 !important;
  overflow: visible !important;
  max-width: none !important;
}
.menu.pure {
  border-bottom: 1px solid #fff
}
.menu.pure, .menu.pure #cssdropdown a, .menu.pure #contenedorBuscar i, .menu.pure #contenedorMapsite i, .pure #contenedorBuscar i, .pure #contenedorMapsite i {
  color: #111;
}
.menu.pure #cssdropdown a:hover {
  background-color: #ebebeb;
  color: #111;
  opacity: .65
}
.menu.pure #cssdropdown a {
  color: #111;
}

/* MEGAMENU */
.megamenu {
  width: 100%;
  min-width: 900px;
  left: -28% !important;
}
.megamenu .header {
  color:white !important;
  font-weight: bold;
  text-align: center;
}


.side-nav li {
  padding: 0
}
.side-nav .collapsible-header {
  margin: 0;
}

.side-nav .collapsible-body {
  background-color: #e0e0e0
}

.collapsible-body>a {
  margin-left: 15px !important
}

.btn-abrir-cerrar {
  padding-right: 50px
}

.collapsible-header.btn-abrir-cerrar:before {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 25px
}

.collapsible-header.active.btn-abrir-cerrar:before {
  content: '\f00d';
  font-family: FontAwesome;
  position: absolute;
  right: 25px
}

.collapsible-header .btn-abrir-cerrar:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute
}

.collapsible-header.active .btn-abrir-cerrar:before {
  content: '\f00d';
  font-family: FontAwesome;
  position: absolute
}

.btn-grad:hover {
  background-position: right center;
}

.btn-mobile {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 1.2em !important;
  color: #fff !important;
  text-align: center !important
}

/* DIRECTO */
.directo {
  line-height: 23px;
  margin-top: 20px;
  background-image: linear-gradient(-45deg, #e91300, #76190f, #EB183B, #FF3131);
  background-size: 600%;
  animation: anime 16s linear infinite;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 600;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.directo:hover {
  background-position: right center;
}
.directo-mobile {
  background-image: linear-gradient(-45deg, #e91300, #76190f, #EB183B, #FF3131);
  background-size: 600%;
  animation: anime 16s linear infinite;
  border-radius: 10px;
  width: 50px;
    height: 30px;
    display: block;
    padding: 0 13px;
    margin: 10px 0;
}

#directo-mobile {
  position: absolute;
  display: none;
  right: 46px;
  margin-top: 8px
}
@media (max-width: 993px) {
  #directo-mobile {
    display: inline-block;
/*    line-height: 23px;
    margin-top: 20px;*/
  }
}

/*CONTENEDOR LOGO*/
#contenedorLogo {
  float: left;
  background-image: url(/img/logos/logo_TangoSoftware-blanco.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 140px;
  height: 100%
}

#contenedorLogo>a {
  display: block;
  height: 100%;
  width: 100%
}

.svg #logoTangoSoftware {
  background: url(/img/logos/logo_TangoSoftware-blanco.svg);
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  height: 100%;
  background-size: auto auto;
  width: 226px
}

/*ARREGLO LOGOS*/
@media (max-width: 900px) {
  .svg #logoTangoSoftware {
    background-size: 178px 56px !important;
    width: 200px
  }
}

.side-nav li:hover, .side-nav li.active {
  background-color: #333
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #222
}

/*BOTONES CON BORDE*/
.bot-borde {
  background-color: transparent;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0 14px !important;
  line-height: 29px;
  font-size: 0.8em;
  margin: 0 10px 0;
  font-weight: 600
}

.bot-borde-mobile {
  background-color: transparent;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0 14px !important;
  line-height: 33px !important;
  height: 36px !important;
  font-size: 1em !important;
  margin: 20px auto;
  width: 200px
}

.bot-borde#soporte, .bot-borde-mobile#soporte {
  border: 1px solid #9575cd;
}

.bot-borde#cursos, .bot-borde-mobile#cursos {
  border: 1px solid #999;
}

.bot-borde:hover {
  background-color: #222;
}

.bot-borde:active {
  position: relative;
  top: 1px;
}

.bg-gris {
  background-color: #333
}

#return-to-top {
  bottom: 20px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease 0;
  width: 50px;
  z-index: 220
}

#return-to-top i {
  color: #616161;
  font-size: 38px;
  margin: 0;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  top: 13px;
  transition: all .3s ease 0
}

#return-to-top:hover i {
  top: 5px;
  opacity: 0, 8
}

#return-to-bottom {
  bottom: 20px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease 0;
  width: 50px;
  z-index: 220
}

#return-to-bottom i {
  color: #616161;
  font-size: 38px;
  margin: 0;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  top: 13px;
  transition: all .3s ease 0
}

#return-to-bottom:hover i {
  top: 5px;
  opacity: 0, 8
}
