/*  ----------------------------------------------------
GENERAL
-------------------------------------------------------- */

/* ---------------- GOOGLE FONTS ------------------- */

@font-face {
  font-family: 'CeraPro';
  font-weight: 100;
  src: url(fonts/Cera\ Pro\ Light.otf) format("opentype");
}

@font-face {
  font-family: 'CeraPro';
  font-weight:200;
  font-style: italic;
  src: url(fonts/Cera\ Pro\ Regular\ Italic.otf) format("opentype");
}

@font-face {
  font-family: 'CeraPro';
  font-weight: 300;
  src: url(fonts/Cera\ Pro\ Medium.otf) format("opentype");
}

@font-face {
  font-family: 'CeraPro';
  font-weight: 400;
  src: url(fonts/Cera\ Pro\ Bold.otf) format("opentype");
}

@font-face {
  font-family: 'CeraPro';
  font-weight: 500;
  src: url(fonts/Cera\ Pro\ Black.otf) format("opentype");
}

@font-face {
  font-family: 'CeraPro';
  font-weight: 500;
  font-style: italic;
  src: url(fonts/Cera\ Pro\ Black\ Italic.otf) format("opentype");
}

/* ----------------Text Fonts ------------------- */

html {

  height: 100%;
  font-family: 'CeraPro';
  font-style: normal;
  align-items: center;
  justify-items: center;

  --bg: #f9f9ff;
  --bg-card: #fff;
  --color-headings: #292e40;
  --color-stats: #f9f9ff;
  --card-speaker: #292e40;
  --card-title: #2a2a2a;
  --star-rate: url(../img/rate-stars-white.png) no-repeat;
}


html[data-theme='dark'] {
    --bg: #292e40;
    --bg-card: #2a2a2a;
    --color-headings: #9b9b9b;
    --color-stats: #16191b;
    --card-speaker: #9b9b9b;
    --card-title: #ccc9c9;
    --star-rate: url(../img/rate-stars-black.png) no-repeat;
}


body {
  background-color: var(--bg);
  font-family: 'CeraPro';
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

select {
  display: block
}

figure {
  margin: 0
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

iframe {
  border: 0
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0
}

.card-panel {
  margin: 0;
  padding: 60px
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit
}

.gray-bg {
  background: #f9f9ff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'CeraPro';
  font-style: normal;
  color: var(--color-headings);
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'CeraPro';
  font-style: normal;
  color: var(--color-headings);
  margin-bottom: 0;
  margin-top: 0;  
  font-weight: 600;  
}

h1,
.h1 {
  font-size: 36px
}

h2,
.h2 {
  font-size: 30px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 14px;
  color: #222
}

td,
th {
  border-radius: 0px
}

.clear::before,
.clear::after {
  content: " ";
  display: table
}

.clear::after {
  clear: both
}

/*  -----------------FONT SIZE----------------------- */

.fz-11 {
  font-size: 11px
}

.fz-12 {
  font-size: 12px
}

.fz-13 {
  font-size: 13px
}

.fz-14 {
  font-size: 14px
}

.fz-15 {
  font-size: 15px
}

.fz-16 {
  font-size: 16px
}

.fz-18 {
  font-size: 18px
}

.fz-30 {
  font-size: 30px
}

.fz-48 {
  font-size: 48px !important
}

.fw100 {
  font-weight: 100
}

.fw300 {
  font-weight: 300
}

.fw400 {
  font-weight: 400 !important
}

.fw500 {
  font-weight: 500
}

.f700 {
  font-weight: 700
}

.fsi {
  font-style: italic
}


/*  -----------------MARGIN----------------------- */

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-25 {
  margin-top: 25px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-100 {
  margin-top: 100px
}

.mt-120 {
  margin-top: 120px
}

.mt-150 {
  margin-top: 150px
}

.ml-0 {
  margin-left: 0 !important
}

.ml-5 {
  margin-left: 5px !important
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-50 {
  margin-left: 50px
}

.ml-70 {
  margin-left: 70px
}

.ml-100 {
  margin-left: 100px
}

.mr-0 {
  margin-right: 0 !important
}

.mr-5 {
  margin-right: 5px !important
}

.mr-15 {
  margin-right: 15px
}

.mr-10 {
  margin-right: 10px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-50 {
  margin-right: 50px
}

.mb-0 {
  margin-bottom: 0px
}

.mb-0-i {
  margin-bottom: 0px !important
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-60 {
  margin-bottom: 60px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}


/* --------------PADDING-------------- */

.pt-0 {
  padding-top: 0px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-25 {
  padding-top: 25px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.pt-120 {
  padding-top: 120px
}

.pt-150 {
  padding-top: 150px
}

.pt-170 {
  padding-top: 170px
}

.pt-200 {
  padding-top: 200px
}

.pb-0 {
  padding-bottom: 0px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-150 {
  padding-bottom: 150px
}

.pr-30 {
  padding-right: 30px
}

.pr-90 {
  padding-right: 90px
}

.pl-30 {
  padding-left: 30px
}

.pl-90 {
  padding-left: 90px
}

.p-10 {
  padding: 10px
}

.p-20 {
  padding: 20px
}

.p-40 {
  padding: 40px
}

.p-100 {
  padding: 100px
}

.p-200 {
  padding: 200px
}

.p-300 {
  padding: 300px
}
/*  -----------------XXXXXX XXXXXX----------------------- */


.float-left {
  float: left
}

.float-right {
  float: right
}

.text-italic {
  font-style: italic
}

.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.text-filtros {
  color: #1ea3f7;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

section {
  padding: 20px;
  background-color: #fff;
}

.video-back{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pleca_video{
  position: absolute;
  left: 0;
  width: 100%;
}

.section-full {
  padding: 100px 0
}

.section-half {
  padding: 75px 0
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-rigth {
  text-align: right
}

.text-justify {
  text-align: justify
}

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

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.display-table {
  display: table
}

.light {
  color: #fff
}

.dark {
  color: #222
}

.relative {
  position: relative
}

.overflow-hidden {
  overflow: hidden
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.container.fullwidth {
  width: 100%
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0
}

.no-padding {
  padding: 0
}

.section-bg {
  background: #f9fafc
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px
}

b,
sup,
sub,
u,
del {
  color: #1ea3f7
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777
}


/*  ----------------------------------------------------
HEADER
-------------------------------------------------------- */
.navbar-cx {
  background-color: #EDEDED;
  font-size: 12px;
  padding: 25px 10px;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997
}

.abs{
  position: absolute;
  width: 100%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff !important;
  font-weight: 300;
  font-size: 14px;
  padding: 3.5rem 14rem 0 0.5rem;

}

.plec-info{
  background-color: #EDEDED;
}

.navbar-brand{
  width: 290px;
}

.navbar-expand-lg .navbar-nav{
  background-color: #051749;
  height: 50px;
  border-radius: 10px;
}

.mayus{
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse{
  justify-content: end;
}

.second_nav{
  justify-content: center !important;
}

.second_nav > ul > li{
  cursor: pointer;
  font-weight: 100;
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
}

.second_nav > ul > li:hover{
  color: #fff;
}

.second_nav > ul > li.active{
  color: #fff;
}

.bg-inverse {
  background-color: #EDEDED;
}

.bg-inverse2 {
  background-color: #FFF;
}

.navbar-toggler {
  border-color: #1ea3f7;
}

.navbar-toggler-icon {
  color: #1ea3f7;
}

.ticker-btn {
  background: #051749;
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  font-weight: 100;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 6px 20px !important;
  text-transform: uppercase
}


.ticker-btn:hover {
  background-color: transparent;
  border-color: #051749;
  color: #051749;
}

.menu {
 list-style-type: none;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.menu li {
 float: left;
 align-self: center;
}

.menu li a {
 color: rgba(255,255,255,0.7);
 font-size: 1rem;
 font-family: 'CeraPro';
 text-align: center;
 padding: 10px 10px;
 text-decoration: none;
 font-style: normal;
 font-weight: 200;
}

.menu li ul{
 display: none;
}

.menu li a:hover {
 color: #fff;
}

.active{
 color: #fff;
 border-bottom: unset ;
}
.active a{
  color: #fff !important;
}

.toggle-container input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle-container label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 15px;
  background: #f9f9ff;
  float: right;
  border-radius: 100px;
  position: relative;
}

.toggle-container label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
  background: #1ea3f7;
  border-radius: 90px;
  transition: 0.3s;
}

.toggle-container input:checked + label {
  background: var(--bg);
}

.toggle-container input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.toggle-container label:active:after {
  width: 15px;
}

.dropdown {
  display: inline-block;
}

.dropdown a:hover {
  background-color: #051749;
  color: #fff;
}

.dropdown-menu {
  background-color: #051749F;
}

.dropdown-item {
  background-color: #EDEDED;
  color: #3D4B70;
  font-size: 14px;
  z-index: 99;
}

.dropdown-item a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
}

/*  ----------------------------------------------------
BOTONES
-------------------------------------------------------- */


.primary-btn {
  background-color: #1ea3f7;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative
}

.primary-btn:focus {
  outline: none
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.primary-btn:hover {
  color: #fff
}

.primary-btn:hover span {
  color: #fff;
  right: 20px
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff
}

.primary-btn.white span {
  color: #fff
}

.primary-btn.white:hover {
  background: #fff;
  color: #1ea3f7
}

.primary-btn.white:hover span {
  color: #1ea3f7
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.registrate-btn {
  background-color: #1ea3f7;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 300;
  
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.registrate-btn:hover {
  background-color: transparent;
  border-color: #1ea3f7;
  color: #1ea3f7
}

.filtro-btn {
  background-color: #292e40;
  color: #fff;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.filtro-btn:hover {
  background-color: transparent;
  border-color: #1ea3f7;
  color: #1ea3f7
}

.tiempo-btn {
  background-color: #292e40;
  color: #fff;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.tiempo-btn:hover {
  background-color: transparent;
  border-color: #1ea3f7;
  color: #1ea3f7
}

.tipo-btn {
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 130px;
  height: 50px;
  float: left;
}

.bg-tipos {
  background-color: #fff;
  padding-top: 1rem;
}

/*  ----------------------------------------------------
VIDEO
-------------------------------------------------------- */

.video-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
}

.video-overlay .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay .play img {
  width: 20px; 
}

.video-overlay:hover .play img {
  width: 80px; 
  transition: all 600ms !important;
  transition-delay: 0 !important;
}

/*  ----------------------------------------------------
BANNER
-------------------------------------------------------- */
.banner-area {
  background: url(../img/header-bg.jpg) center;
  background-size: cover
}

.banner-ondemand {
  background: url(../img/CONFERENCIAS_solo.png), url(../img/foto_conferencias.png);
  background-position: left center,center center;
  background-size: 55%,cover;
  height: 500px;
  width: 100%;
  top: 0;
  padding-top: 100px;
  background-repeat: no-repeat, no-repeat;
  background-position-y: bottom,center;
}

.rel-ico{
  width:30px; float:left;
}

.banner-taller {
  background: url(../img/CX_SESSIONS_solo.png), url(../img/foto_sessions.png);
  background-position: left center,center center;
  background-size: 55%,cover;
  height: 500px;
  width: 100%;
  top: 0;
  padding-top: 100px;
  background-repeat: no-repeat, no-repeat;
  background-position-y: bottom, top;
}

.banner-webinar {
  background: url(../img/webeninars_solo.png), url(../img/foto_webinars.png);
  background-position: left center,center center;
  background-size: 55%,cover;
  height: 500px;
  width: 100%;
  top: 0;
  padding-top: 100px;
  background-repeat: no-repeat, no-repeat;
  background-position-y: bottom, top;
}

.mob-collapse{
  display: none;
}

.video-play-ico{
  width: 20px;
  position: absolute;
  left: 10px;
  padding-bottom: 15px;
}

/* .banner-ondemand .overlay-bg {
  background: rgba(4, 9, 30, 0.80);
} */

.banner-wabinars {
  background: url(../img/webinars-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 100%;
  top: 0;  
}

.banner-wabinars .overlay-bg {
  background: rgba(4, 9, 30, 0.80)
}

.banner-talleres {
  background: url(../img/talleres-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 100%;
  top: 0;  
}

.banner-talleres .overlay-bg {
  background: rgba(4, 9, 30, 0.80)
}

.banner-index {
  background: url(../img/index-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 450px;
  width: 100%;
  top: 0;  
}

.banner-area .icon-scroll {
width: 26px;
height: 39px;
position: absolute;
z-index: 999999;
left: 50%;
bottom: 40px;
margin-left: -13px;
-webkit-box-shadow: inset 0 0 0 2px #1ea3f7;
box-shadow: inset 0 0 0 2px #1ea3f7;
border-radius: 25px;
opacity: 0.75;
cursor: pointer; }
.banner-area .icon-scroll::before {
  position: absolute;
  z-index: 999999;
  content: '';
  width: 6px;
  height: 6px;
  background: #1ea3f7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8px;
  border-radius: 4px;
  -webkit-animation: iconScroll linear 1200ms infinite;
  animation: iconScroll linear 1200ms infinite; }

  @-webkit-keyframes iconScroll {
    0% {
      top: 8px;
      opacity: 1; }
    50% {
      opacity: 0;
      top: 23px; }
    100% {
      top: 8px;
      opacity: 0; } }
  @keyframes iconScroll {
    0% {
      top: 8px;
      opacity: 1; }
    50% {
      opacity: 0;
      top: 23px; }
    100% {
      top: 8px;
      opacity: 0; } }


.banner-area .overlay-bg {
  background: rgba(4, 9, 30, 0.80)
}

.banner-content {
  text-align: center;
  z-index: 2
}

.banner-content p {
  padding: 30px 0
}

.banner-content h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px
}

.banner-content h1 span {
  font-weight: 700
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 32px
  }
}

.banner-content h6 {
  text-transform: uppercase;
  color: #1ea3f7;
  letter-spacing: 3;
  font-weight: 400
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none
  }
}

.banner-content h4 {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 300
}

.banner-content .lnr {
  color: #1ea3f7;
  margin-right: 10px
}

.primary-btn {
  background: #fff;
  border: 1px solid transparent;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px
}

.primary-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff
}

.start-in {
  display: inline-flex;
  background-color: #1ea3f7;
  color: #fff;
  padding: 5px 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase
}

/*  ----------------------------------------------------
ACCORDION
-------------------------------------------------------- */
#accordion .card {
  font-size: 15px;
}

#accordion .card h5 a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fccf3f;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}

#accordion .card h5 a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#accordion .card:hover {
  transform: scale(1);
}

#accordion .card h5 a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card h5 a.collapsed {
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#accordion .card h5 a.collapsed .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .card h5 a.collapsed:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card .card-body {
  color: #fff;
  padding-top: 15px;
}

/*  ----------------------------------------------------
SECCIONES
-------------------------------------------------------- */
.home-video-area {
  background-color: #16191b;
}

.video-area {
  background-color: #16191b;
}

.home-aboutus-area {
  background-color: #16191b;
}

.home-aboutus-area .top-title {
  color: #1ea3f7;
  letter-spacing: 2px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.home-aboutus-area .about-right {
  padding-right: 8%
}

.home-aboutus-area .about-right h1 {
  margin-bottom: 15px
}

.home-aboutus-area .about-right p span {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1366px) {
  .home-aboutus-area .about-right {
    padding: 15px
  }
  .home-aboutus-area .about-right h1 {
    font-size: 24px
  }
  .home-aboutus-area .about-right p span {
    font-size: 10px
  }
}

.top-title {
  color: #1ea3f7;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px
}

/*  ----------------------------------------------------
VIDEO CARDS
-------------------------------------------------------- */

.card {
  background-color: var(--bg-card);
  border: unset;
}

.card:hover{
  transform: scale(1.07);
  transition: all 400ms !important;
  transition-delay: 0 !important;
}

.video-card {
  margin: 5px 0;
}

.title-not{
  position: absolute;
  width: 100%;
  display: inline-block;
  line-height: 1rem;
  height: 9.5rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  color: #fff!important;
  font-weight: 100;
  padding: 7.5rem 12.5rem 0 0.5rem;
}

.logo-b{
  width: 20%;
}

.card-body {
  padding: 10px;
}

.card img{
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.card-title {
  color: var(--card-speaker);
}

.image-icon {
  width: 20px
}

.cat {
      position: absolute;
      top: 45%;
      right: 2%;
      width: 50px;
      height: 50px;
      padding: 10px 0;
      border-color: var(--bg-card);
      border-style: solid;
      border-width: 5px;
      border-radius: 100%;
      font-weight: 700;
      text-align: center;
      z-index: 3;
      }

.cat img {
  width: 50%;
}

.cat-modal {
      width: 50px;
      height: 50px;
      padding: 10px 0;
      border-color: var(--bg-card);
      border-style: solid;
      border-width: 5px;
      border-radius: 100%;
      font-weight: 700;
      text-align: center;
      }

.cat-modal img {
  width: 50%;
}

.titulo {
  color: var(--card-title);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-ondemand-stats {
font-weight: 700;
border-bottom-left-radius: $border-radius-size;
border-bottom-right-radius: $border-radius-size;
}

.one-50 {
  width: 50%;
  float: left;
  padding: 5px 10px;
}

.one-25 {
  width: 100%;
  float: left;
  padding: 5px 10px 5px 25px;
}

.time-v{
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 100;
  font-size: 14px;
  color: #48515a;
  float: left;
}

.present-v{
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 100;
  font-size: 11px;
  color: #48515a;
  float: left;
}

.presentacion-ico{
  width: 25px;
  float: left;
  margin-left: 15px;
  padding-top: 2px;
}

.stat1 {
  color: #48515a;
  padding: 1rem 0.5rem 0 25px;
  position: relative;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 100;
}

.stat2 {
  color: #48515a;
  padding: 0 0.5rem 0.5rem 25px ;
  position: relative;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 100;
}

.stat1 span, .stat2 span{
  color:#575756;
  font-weight: 400;
}

#pagination{
  justify-content: center;
}

.page-item.active .page-link{
  background-color: #051749;
  border-color: #051749;
}

.page-link:focus, .page-link:hover {
  color: #1ea3f7;
  text-decoration: none;
  background-color: #ededed;
  border-color: #ddd;
}

.page-link {
  color: #051749;
}

.stat-value {
  color: var(--color-stats);
  font-weight: 400;
  font-size: 10px;
}

.no-border {
  border-right: none;
}

.card-ribbon {
  position: absolute;
  overflow: hidden;
  top: -11px;
  left: -11px;
  width: 114px;
  height: 114px;
}
.card-ribbon span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-color: #1ea3f7;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  left: -35px;
  top: 25px;
  transform: rotate(-45deg);
}
.card-ribbon::before, .card-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #006063;
  border-top-color: transparent;
  border-left-color: transparent;
}
.card-ribbon::before {
  top: 0;
  right: 0;
}
.card-ribbon::after {
  bottom: 0;
  left: 0;
}

/*  ----------------------------------------------------
CATEGORIAS
-------------------------------------------------------- */

.talent-text {
  color: #7896d2;
  font-size: 10px;  
}

.talent-text:hover {
  color: #7896d2;
  text-decoration: none;
}

.design-text {
  color: #a7ce37;
  font-size: 10px;  
}

.design-text:hover {
  color: #a7ce37;
  text-decoration: none;
}

.ecomm-text {
  color: #01c8e9;
  font-size: 10px;  
}

.ecomm-text:hover {
  color: #01c8e9;
  text-decoration: none;
}

.marketing-text {
  color: #fd475d;
  font-size: 10px;  
}

.marketing-text:hover {
  color: #fd475d;
  text-decoration: none;
}

.security-text {
  color: #73c5ea;
  font-size: 10px;  
}

.security-text:hover {
  color: #73c5ea;
  text-decoration: none;
}

.tech-text {
  color: #3b72d5;
  font-size: 10px;  
}

.tech-text:hover {
  color: #3b72d5;
  text-decoration: none;
}

.collection-text {
  color: #fe5587;
  font-size: 10px;  
}

.collection-text:hover {
  color: #fe5587;
  text-decoration: none;
}

.analytics-text {
  color: #ffb256;
  font-size: 10px;  
}

.analytics-text:hover {
  color: #ffb256;
  text-decoration: none;
}

.stories-text {
  color: #9568a9;
  font-size: 10px;  
}

.stories-text:hover {
  color: #9568a9;
  text-decoration: none;
}

.xperts-text {
  color: #ffd248;
  font-size: 10px;  
}

.xperts-text:hover {
  color: #ffd248;
  text-decoration: none;
}

.bg-talent{
background-color: #7896d2;
color: #fff;
}

.bg-design {
background-color: #a7ce37;
color: #fff;
}

.bg-ecomm {
background-color: #01c8e9;
color: #fff;
}

.bg-marketing {
background-color: #fd475d;
color: #fff;
}

.bg-security {
background-color: #73c5ea;
color: #fff;
}

.bg-tech {
background-color: #3b72d5;
color: #fff;
}

.bg-collection {
background-color: #fe5587;
color: #fff;
}

.bg-analytics {
background-color: #ffb256;
color: #fff;
}

.bg-stories {
background-color: #9568a9;
color: #fff;
}

.bg-xperts {
background-color: #ffd248;
color: #fff;
}

/*  ----------------------------------------------------
FOOTER
-------------------------------------------------------- */
footer {
  background-color: #051749;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 1px;
  text-align: center;
}

footer i {
  color: red;
}

footer a {
  color: #1ea3f7;
  text-decoration: none;
}

footer a:hover{
  color: #1ea3f7;
  text-decoration: none;
}

/*  ----------------------------------------------------
MODAL
-------------------------------------------------------- */
.modal-welcome,
.modal-welcome-box {
  z-index: 900;
}

.modal-welcome-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal-welcome {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #292e40;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-welcome-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-welcome-header {
  padding: 20px 20px;
  background: #1ea3f7;
  color: #ffffff;
}

.modal-welcome-body {
  background: #f9f9ff;
  padding: 20px 20px;
}

/* Close Button */
.close-modal-welcome {
  color: #fff;
  text-align: right;
  cursor: pointer;
  border-color: transparent;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.modal-trigger, button {
  background: #1ea3f7;
  color: #fff;
  font-size: 14px;
  
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 6px 20px !important;
  text-transform: uppercase
}

.modal-trigger {
  position: absolute;
  width: 250px;
  height: 40px;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease .2s;
}

.modal-trigger:hover {
  background-color: transparent;
  color: #1ea3f7;
  border-color: #1ea3f7;
}

/*  ----------------------------------------------------
PODCAST
-------------------------------------------------------- */

.items {
  margin: 50px 0 100px;
}

.infoBox {
  max-width: 600px;
  width: 90%;
  margin: 35px auto;
  padding: 10px;
  background: white;
  display: flex;
  align-items: center;
  box-shadow: 0 7px 14px rgba(0,0,0,0.1);
  margin-right: auto;
}

.infoBox ul {
  padding: 15px;
}

.infoBox .description p,
.infoBox .description li {
  padding: 10px 0;
}

.infoBox .header {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.infoBox .date {
  color: #999;
  font-weight: bold;
  font-size: 13px;
}

.infoBox .text {
  padding: 0 15px;
}

.infoBox .description {
  margin: 15px 0;
  height: auto;
  max-height: 200px;
  overflow-Y: scroll;
  position: relative;
}

.infoBox .description::-webkit-scrollbar {
    width: 5px;
}

.infoBox .description::-webkit-scrollbar-track {
    background: #eee;
}

.infoBox .description::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* PLAYER CONTROLS */
#player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
  color: #444;
  border-top: 1px solid #ccc;
  background: #fff;
}

#player > button {
  color: #444;
  margin: 0 15px;
}

#time {
  font-weight: bold;
  margin: 0 25px;
}

/*  ----------------------------------------------------
RATING
-------------------------------------------------------- */

.rate{
  width:230px; height: 30px;
  border:#e9e9e9 1px solid;
  margin:60px auto;
  margin-bottom:0px;
}

.rate .rate-btn{
  width: 45px; height:40px;
  float: left;
  background: url(../img/rate-btn.png) no-repeat;
  cursor: pointer;
}

.rate .rate-btn:hover, .rate  .rate-btn-hover, .rate  .rate-btn-active{
  background: url(../img/rate-btn-hover.png) no-repeat;
}

.result-container{
  position: absolute;
  top: 92%;
  right: 40%;
  width: 66px; height: 14px;
  margin:auto;
}

.rate-stars{
  width: 66px; height: 14px;
  background: var(--star-rate);
  position: absolute;
}

.rate-bg{
  height: 14px;
  position: absolute;
}

.p-rated{
  position: absolute;
  top: 89.5%;
  right: 7%;
  margin:5px 0px;
  font-size:10px;
  text-align:center;
}


/*  ----------------------------------------------------
RATING 2
-------------------------------------------------------- */

.card_content {
  position: absolute;
  top: 55%;
  right: 3%;
  padding: 10px 0;
  z-index: 4;
}

.card_share {
  float: right;
  position: relative;
  margin-top: -42px;
}

.card_social {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 350px;
  transform: translateZ(0);
  transform: translateX(0px);
  transition: transform 0.35s ease;
}

.card_social--active {
  visibility: visible;
  /*z-index: 3;*/
  transform: translateZ(0);
  transform: translateX(10px);
  transition: transform 0.35s ease;
}

.share-toggle {
  z-index: 2;
}

.share-icon {
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  outline: 0;  
}

.share-icon:hover,
.share-icon:focus {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
}

.share-icon:before {
  transform: scale(1);
}