:root {
    --primary: #00BCD4;
    --primary-light: #25e1d6;
    --primary-dark: #50c4cb;
    --header: #374e53;
    --header-trans: #374e53e6;
}

.ulegacy-hero-btn {
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 2px solid #00b6b5;
  
  border-image: linear-gradient(to right, var(--primary-light), var(--primary-dark)) 1 round;
      
  background: transparent;
  
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.ulegacy-hero-btn:hover {
  background-color: #00b6b5;
  background: -webkit-linear-gradient(left, var(--primary-light), var(--primary-dark)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, var(--primary-light), var(--primary-dark)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, var(--primary-light), var(--primary-dark)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, var(--primary-light), var(--primary-dark)); /* Standard syntax */
  color: #fff;
}

.ulegacy-hero-btn.ulegacy-overvideoplayer-btn {
  margin-top: 0px;
  font-size: 20px;
}

.ulegacy-h1 {
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
 
    background-image: -webkit-linear-gradient(left, var(--primary-light), var(--primary-dark)); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, var(--primary-light), var(--primary-dark)); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, var(--primary-light), var(--primary-dark)); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, var(--primary-light), var(--primary-dark)); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, var(--primary-light), var(--primary-dark)); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.ulegacy-h2 {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ulegacy-h2.ulegacy-h2combo-tsetimonio {
  margin-top: 45px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.ulegacy-h2.ulegacy-overvideoplayer {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.ulegacy-h2.combo-moduo {
  margin-bottom: 5px;
}

.ulegacy-container {
  text-align: center;
}

.ulegacy-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ulegacy-section.ulegacy-bghero {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 75%, .3), hsla(0, 0%, 75%, .3)), -webkit-linear-gradient(45deg, hsla(0, 0%, 75%, 0), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 75%, .3), hsla(0, 0%, 75%, .3)), linear-gradient(45deg, hsla(0, 0%, 75%, 0), hsla(0, 0%, 75%, .9));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  font-family: Raleway, sans-serif;
}

.ulegacy-section.ulegacy-bienv-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ulegacy-section.ulegacy-sect-testimonio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.ulegacy-logo-intro {
  display: inline-block;
  height: 20%;
}

.ulegacy-saludo-intro {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00b6b5;
}

.ulegacy-saludo-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ulegacy-saludo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.ulegacy-h1-split {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #00b5b4;
}

.ulegacy-divlink-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.ulegacy-bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(60, 71, 77, .5), rgba(60, 71, 77, .7));
  background-image: linear-gradient(180deg, rgba(60, 71, 77, .5), rgba(60, 71, 77, .7));
}

.ulegacy-img-bg-sistem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ulegacy-img-bg-sistem.ulegacy-transformacion-div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sistema1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ulegacy-img-bg-sistem.ulegacy-transformacion-div:hover {
  background-image: url('../images/sistema1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ulegacy-img-bg-sistem.ulegacy-triplicacion-div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sistema2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 1000ms ease;
  transition: -webkit-filter 1000ms ease;
  transition: filter 1000ms ease;
  transition: filter 1000ms ease, -webkit-filter 1000ms ease;
}

.ulegacy-img-bg-sistem.ulegacy-triplicacion-div:hover {
  background-image: url('../images/sistema2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.ulegacy-hero-h2 {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.ulegacy-slider-testimonios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ulegacy-maskslider-testi {
  width: 100%;
}

.ulegacy-slide1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.ulegacy-quoteblock {
  width: 70%;
  border-left-color: var(--primary);
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.ulegacy-name-testimonio {
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.ulegacy-img-testimonio {
  width: 150px;
  height: 150px;
  margin-bottom: 45px;
  border-radius: 50%;
}

.ulegacy-arrows-slider {
  display: none;
}

.ulegacy-navbar {
  display: block;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

@media (max-width: 479px) {
    .ulegacy-navbar {
        margin-bottom: 44px;   
    }
}


.ulegacy-logo-navbar {
  display: block;
  width: 170px;
  height: 50px;
  margin-left: 30px;
  float: left;
  background-image: url('../images/logo-horizontal-2020.svg');
  background-position: 0 50%;
  /*background-size: auto 40px;*/
  background-repeat: no-repeat;
}

.ulegacy-navbar-continaner {
  width: 100%;
}

.ulegacy-img-user-navbar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ulegacy-navbar-link {
  margin-right: 35px;
  margin-left: 5px;
  padding: 15px 10px;
}

.ulegacy-div-line-forsistem {
  width: 300px;
  height: 2px;
  background-image: -webkit-linear-gradient(270deg, var(--primary-light), var(--primary-dark));
  background-image: linear-gradient(180deg, var(--primary-light), var(--primary-dark));
}

.ulegacy-sub-h2 {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-style: italic;
  font-weight: 300;
}

.ulegacy-nav-vertical-container {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 480px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -240px;
  top: 50%;
}

.ulegacy-nav-vertical-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  cursor: pointer;
}

.ulegacy-tab-nav-static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ulegacy-tab-nav-static-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ulegacy-tab-nav-static-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ulegacy-tabpane-nav-static {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
  width: 330px;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ulegacy-dashboard-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, var(--header-trans), var(--header-trans)), url('../images/header-dashboard.jpg');
  background-image: linear-gradient(180deg, var(--header-trans), var(--header-trans)), url('../images/header-dashboard.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ulegacy-dashboard-head.noticias-head {
  background-image: -webkit-linear-gradient(270deg, var(--header-trans), var(--header-trans)), url('../images/header-noticias.jpg');
  background-image: linear-gradient(180deg, var(--header-trans), var(--header-trans)), url('../images/header-noticias.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ulegacy-dashboard-head.alertas-head {
  background-image: -webkit-linear-gradient(270deg, var(--header-trans), var(--header-trans)), url('../images/header-alertas.jpg');
  background-image: linear-gradient(180deg, var(--header-trans), var(--header-trans)), url('../images/header-alertas.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ulegacy-dashboard-head-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.ulegacy-dashboard-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 570px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(44, 55, 61, .85), rgba(44, 55, 61, .85)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-places.jpg');
  background-image: linear-gradient(180deg, rgba(44, 55, 61, .85), rgba(44, 55, 61, .85)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-places.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.ulegacy-dashboard-body.alertsdashbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.ulegacy-dashboard-body.alertsdashbody .alertas-container:first-child {
    margin-top: 10px;
}

.ulegacy-dashboard-body-heads {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.ulegacy-dashboard-body-heads.head-txt-noticias-dash {
  margin-top: 15px;
}

.ulegacy-dashboard-body-heads.alerta-txts {
  text-align: center;
}

.ulegacy-dashboard-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.ulegacy-dashboard-50width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ulegacy-dashboard-circle-text {
  color: var(--primary);
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.ulegacy-dashboard-body-link {
  width: 100%;
  margin-top: 5px;
  padding: 7px 0px;
  border: 1px none transparent;
  background-color: transparent;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ulegacy-dashboard-body-link:hover {
  border-style: none;
  border-width: 0px;
  background-color: hsla(0, 0%, 100%, .1);
  color: var(--primary);
}

.ulegacy-nav-vertical-container .divblock-nav--btns {
    z-index: 1;
}

.ulegacy-tabpane-nav-static::before, .noticias-dash::before, .alertas-dash::before {
    background: #000;
    opacity: .5;
    content: '';
    width: 200vw;
    height: 200vh;
    position: fixed;
/*    margin-top: -130px;
    margin-left: -20px;*/
    margin-top: -200px;
    margin-left: -200px;
    z-index: -1;
/*    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
}

.ulegacy-container-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ulegacy-tablink {
  width: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Raleway, sans-serif;
  color: rgba(59, 71, 79, .5);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.ulegacy-tablink:hover {
  color: #3b474f;
}

.ulegacy-tablink.w--current {
  border-style: none none solid;
  border-width: 2px;
  border-color: #000 #000 var(--primary);
  background-color: #fff;
  color: #3b474f;
}

.ulegacy-tabmain {
  width: 70%;
  text-align: center;
}

.ulegacy-module-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ulegacy-module-box {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 45px;
  margin-left: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 60%, .45);
}

.ulegacy-img-module-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image: -webkit-linear-gradient(270deg, rgba(51, 153, 255, .86), rgba(51, 153, 255, .86)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(51, 153, 255, .86), rgba(51, 153, 255, .86)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.ulegacy-img-module-box.ulegacy-module-color2 {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 153, 51, .86), rgba(255, 153, 51, .86)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(255, 153, 51, .86), rgba(255, 153, 51, .86)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.ulegacy-img-module-box.ulegacy-module-color3 {
  background-image: -webkit-linear-gradient(270deg, rgba(153, 51, 255, .86), rgba(153, 51, 255, .86)), url('../images/header-places2.jpg');
  background-image: linear-gradient(180deg, rgba(153, 51, 255, .86), rgba(153, 51, 255, .86)), url('../images/header-places2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ulegacy-modulebox-title {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
}

.ulegacy-module-box-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: rgba(60, 71, 77, .5);
  font-size: 20px;
  font-weight: 300;
}

.ulegacy-h2-sub {
  margin-top: -35px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.ulegacy-dropdown-user {
  display: inline-block;
  margin-top: 5px;
}

.ulegacy-nav-menu {
  margin-top: -6px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #3b474f;
}

.ulegacy-drop-dow-toggle {
  display: block;
  margin-right: 10px;
}

.ulegacy-dropdown-link {
  margin-right: 30px;
  background-color: #3b474f;
  color: #fff;
  text-align: center;
}

.ulegacy-dropdown-list.w--open {
  margin-top: 15px;
  margin-right: 84px;
  background-color: transparent;
}

.video-main-module {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 100%;
  margin-bottom: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mini-vids-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.thumbs-videos {
  width: 100px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #ddd;
}

.icon-nav-vertical {
  width: 20px;
}

.ulegacy-status-check {
  width: auto;
  height: 28px;
}

.ulegacy-rango-icon {
  height: 40px;
}

.ulegacy-videomodule-container {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.ulegacy-thumbnails-container1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3c474d;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.ulegacy-bulletsforvideo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ulegacy-bulletforvideo {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #3c474d;
  cursor: pointer;
}

.thumb-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ulegacy-thumbnails-container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3c474d;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ulegacy-container-beforevideo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-places2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/header-places2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ulegacy-description-tools-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ulegacy-headings-modules {
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 20px;
}

.ulegacy-mini-headigns-modules {
  display: inline-block;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
}

.ulegacy-recursos-links {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 16px;
  cursor: pointer;
}

.ulegacy-paragraph-modules {
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 15px;
}

.ulegacy-container-module-txts {
  position: relative;
  margin-top: 45px;
}

.asdsadsadsadas {
  height: 500px;
  background-image: url('../images/header-places.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.asdsadsadsadas:hover {
  background-image: url('../images/header-places.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dfdfdfffdfdf {
  height: 500px;
  background-color: rgba(116, 227, 231, .59);
}

.video-container {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

.new-videocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.video {
  height: 100vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.new-module-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-module {
  padding: 5px 7px;
  border-radius: 5px;
  background-color: var(--primary);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}

.playlist-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 500px;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Raleway, sans-serif;
}

.playlist-viwer {
  width: 700px;
  height: 500px;
}

.playlist-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 250px;
  height: 500px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.new-herramientas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 45px;
}

.playlist-container-miniaturas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90px;
  margin: 5px 10px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none var(--primary);
  border-bottom: 1px none var(--primary);
  border-left: 4px solid #3b474f;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/header-places.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/header-places.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.playlist-container-miniaturas:hover {
  border-left-color: var(--primary);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/header-places.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/header-places.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.playlist-thumb {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/header-places2..png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-module {
  height: 500px;
}

.btn-siguiente-modulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90px;
  margin: 5px 10px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #3b474f, #3b474f), -webkit-linear-gradient(0deg, var(--primary-light), var(--primary-dark));
  background-image: linear-gradient(180deg, #3b474f, #3b474f), linear-gradient(90deg, var(--primary-light), var(--primary-dark));
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-siguiente-modulo:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(59, 71, 79, .15), rgba(59, 71, 79, .15)), -webkit-linear-gradient(270deg, var(--primary-light), var(--primary-dark));
  background-image: linear-gradient(180deg, rgba(59, 71, 79, .15), rgba(59, 71, 79, .15)), linear-gradient(180deg, var(--primary-light), var(--primary-dark));
}

._50-herramientas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid var(--primary);
  font-family: Raleway, sans-serif;
  color: #3c474d;
  font-size: 15px;
  font-weight: 400;
}

._50-herramientas.herra-lists {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-style: solid;
  border-left-style: none;
  text-align: left;
}

.alertas-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
  width: 330px;
  height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.noticias-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
  width: 330px;
  height: 480px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.noticias-images-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.noticias-img {
  height: 150px;
  margin-bottom: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/header-places2.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.alertas-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
}

.alertas-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.container-title-circle-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-head-dash-alerts {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.sub-head-dash-alerts.dash-type-alert-sub-head {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #3c474d;
  color: var(--primary);
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="hide-objeto"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hide-dashboard"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="hidethumb"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-video"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-color"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-container-module-txt"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .ulegacy-img-user-navbar {
    display: none;
  }
  .ulegacy-drop-dow-toggle {
    background-color: #3b474f;
    color: #fff;
  }
  .ulegacy-drop-dow-toggle.w--open {
    font-weight: 600;
    text-transform: none;
  }
  .ulegacy-dropdown-link {
    margin-right: 0px;
  }
  .ulegacy-drop-down {
    background-color: #3b474f;
  }
  .ulegacy-menubutton-dorpdown.w--open {
    background-color: #3b474f;
    color: #fff;
  }
  .ulegacy-videomodule-container {
    min-height: 100%;
  }
  .thumb-wraper {
    height: 124px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ulegacy-recursos-links {
    font-size: 15px;
    cursor: pointer;
  }
  .ulegacy-paragraph-modules {
    font-family: Raleway, sans-serif;
    font-size: 15px;
  }
  .noticias-img {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .ulegacy-hero-btn {
    margin-top: 25px;
    font-size: 17px;
  }
  .ulegacy-h1 {
    margin-bottom: 25px;
    font-size: 45px;
  }
  .ulegacy-h2 {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .ulegacy-h2.ulegacy-h2combo-tsetimonio {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .ulegacy-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ulegacy-divlink-50 {
    width: 100%;
    height: 50%;
  }
  .ulegacy-bg-video {
    background-image: -webkit-linear-gradient(270deg, var(--header-trans), var(--header-trans)), url('../images/header-sky.jpg');
    background-image: linear-gradient(180deg, var(--header-trans), var(--header-trans)), url('../images/header-sky.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .ulegacy-hero-h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .ulegacy-slider-testimonios {
    height: 100%;
  }
  .ulegacy-slide1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ulegacy-quoteblock {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }
  .ulegacy-name-testimonio {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ulegacy-img-testimonio {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .ulegacy-div-line-forsistem {
    width: 250px;
  }
  .ulegacy-sub-h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ulegacy-tabpane-nav-static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 320px;
  }
  .ulegacy-dashboard-head {
    height: 80px;
  }
  .ulegacy-dashboard-head-text {
    font-size: 18px;
  }
  .ulegacy-dashboard-body {
    height: 345px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow-x: hidden;
    /*text-align: center;*/
  }
  .ulegacy-dashboard-body-heads {
    font-size: 12px;
  }
  .ulegacy-dashboard-50width {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ulegacy-dashboard-body-link {
    width: 25%;
    font-size: 13px;
  }
  .ulegacy-container-level {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ulegacy-tablink {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .ulegacy-tablink.w--current {
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .alertas-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 400px;
  }
  .noticias-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 400px;
  }
  .noticias-images-cont {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .noticias-img {
    margin-bottom: 8px;
  }
  .container-title-circle-dash {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 87px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .ulegacy-nav-vertical-container{
    height:290px;
  }
}

@media (max-width:767px) and (min-width:480px){
  .ulegacy-nav-vertical-container{
  margin-top: -145px;
  top: 50%;
  
  }
}

@media (max-width:479px) and (min-width:300px){
  .ulegacy-nav-vertical-container{
  margin-top: auto;
  top: 0;
  height:100px !important;
  }
}


@media (max-width: 479px) {
  .ulegacy-hero-btn {
    font-size: 15px;
  }
  .ulegacy-h1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .ulegacy-h2.ulegacy-h2combo-tsetimonio {
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .ulegacy-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
  }
  .ulegacy-divlink-50 {
    width: 100%;
    height: 50%;
  }
  .ulegacy-hero-h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .ulegacy-slider-testimonios {
    height: 100%;
  }
  .ulegacy-slide1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ulegacy-quoteblock {
    margin-bottom: 46px;
    padding-left: 10px;
  }
  .ulegacy-name-testimonio {
    margin-top: 10px;
    margin-bottom: 29px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .ulegacy-div-line-forsistem {
    width: 250px;
  }
  .ulegacy-sub-h2 {
    color: #3c474d;
  }
  .ulegacy-nav-vertical-container {
    width: 100%;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height:100px;
  }
  .ulegacy-tabpane-nav-static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 450px;
    margin-top: 60px;
  }
  .ulegacy-dashboard-head {
    width: 100%;
    height: 80px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ulegacy-dashboard-head-text {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 29px;
    padding-left: 29px;
    font-size: 20px;
    line-height: 25px;
  }
  .ulegacy-dashboard-body {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ulegacy-dashboard-body-heads {
    font-size: 12px;
    line-height: 20px;
  }
  .ulegacy-dashboard-circle {
    width: 55px;
    height: 55px;
    margin-bottom: 5px;
  }
  .ulegacy-dashboard-50width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ulegacy-dashboard-circle-text {
    font-size: 10px;
  }
  .ulegacy-dashboard-body-link {
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    line-height: 17px;
  }
  .ulegacy-container-level {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .ulegacy-tablink {
    display: inline-block;
  }
  .ulegacy-status-check {
    height: 24px;
  }
  .ulegacy-rango-icon {
    height: 34px;
  }
  .divblock-nav--btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .playlist-container {
    overflow: hidden;
    width: 100%;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #000;
  }
  .playlist-viwer {
    width: 56%;
    height: 277px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #000;
  }
  .playlist-list-container {
    width: 35%;
    height: 250px;
    padding: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
  }
  .new-herramientas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .playlist-container-miniaturas {
    margin: 5px;
    padding: 7px;
    font-size: 10px;
  }
  .video-module {
    width: 95%;
    height: 250px;
  }
  ._50-herramientas.herra-lists {
    margin-top: 20px;
  }
  .alertas-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 450px;
    margin-top: 60px;
  }
  .noticias-dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 450px;
    margin-top: 60px;
  }
  .noticias-images-cont {
    padding-bottom: 0px;
  }
  .noticias-img {
    margin-bottom: 8px;
  }
}

