

:root {
    --maincolor:#F00;
    --yellow: #d6ff01;
    --black: #242223;
}

.fade-in {
    opacity: 0;
    animation: fadeInAnimation 1s ease-in forwards;
}
@keyframes fadeInAnimation {
    from { opacity: 0; }
    to { opacity: 1; }
}
.zoom-in {
    opacity: 0;
    transform: scale(0.9);
    animation: zoomIn 0.6s ease-out forwards;
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s ease-out forwards;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fade-stagger {
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}

.fade-stagger:nth-child(1) { animation-delay: 0s; }
.fade-stagger:nth-child(2) { animation-delay: 0.2s; }
.fade-stagger:nth-child(3) { animation-delay: 0.4s; }

@keyframes fadeIn {
    to { opacity: 1; }
}
.flip-in {
    opacity: 0;
    transform: rotateY(90deg);
    animation: flipIn 0.8s ease-out forwards;
}

@keyframes flipIn {
    to {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
.blur-in {
    opacity: 0;
    filter: blur(5px);
    animation: blurFadeIn 0.8s ease-out forwards;
}

@keyframes blurFadeIn {
    to {
        opacity: 1;
        filter: blur(0);
    }
}
a {
    color: var(--black);
}
.center {
    text-align: center;
}
.smalltext {
    font-size:12px;
}
body, html {
    margin:0;
    padding:0;
	height: 100%;
}
body {
    font-family: 'Bai Jamjuree',sans-serif;
    background:#f9f9f9;
}
body.panel {
    padding-top:0;
}

.table, .mtable {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-row, .mtable-row {
    display: table-row;
    width: 100%;
    height: 100%;
}
.wfix {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; 
    position: relative;   
}
.desktop_hide {
    display: none;
}
.mobilenav {
    display:none;
}
.table-cell, .mtable-cell {
    display: table-cell;
    height:100%;
    vertical-align: top;
    position:relative;
}
.mod_title {
    padding: 15px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
    padding-right: 5px;
    cursor:pointer;
}
.mod_title:hover{
    background:#f5f5f5;
}
.modulo.open {
    background:#f5f5f5;
}
.client_topbar {
    position: fixed;
    background: var(--black);
    width: 100%;
    color: #FFF;
    height: 60px;
    top: 0;
    z-index: 100;
}
.flecha {
    width: 10px;
    height: 10px;
    position: relative;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    margin: 6px 10px 0 auto;
    display: block;
}

.flecha::before,
.flecha::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #999;
    top: 0;
    left: 4px;
    transform-origin: bottom center;
}

.flecha::before {
  transform: rotate(45deg);
}

.flecha::after {
  transform: rotate(-45deg);
}

/* Con clase .activa, rota hacia arriba */
.open .flecha {
  transform: rotate(180deg);
}

.mod_temas {
    display:none;    
}
.open .mod_temas {
    display: block;
}
.table-cell.modulos {
    width: 250px;
    height: 100%;
    padding: 50px;
    background: #FFF;
    border-right: 1px solid #EEE;
}
.table-cell.modulos a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 10px;
    margin: 0 10px;
    font-size: 14px;
}
.table-cell.modulos a.current {
    font-weight: bold;
}
a.unico_tema {
    display: block;
    padding: 15px 0 15px 20px !important;
    margin: 0 !important;
}
span.circle {
    width: 5px;
    height: 5px;
    background: #4abf48;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #4abf48;
    border-radius: 100px;
}
.disabled span.circle {
    background: none;
}
.disabled {
    filter: grayscale(100%);
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
.modulos a.enabled.activo {
    font-weight: 600;
}

.antsig_buttons {
    margin-top: 30px;
    height: 40px;
    position:relative;
}
.tema_sig, .tema_ant {
    display: block;
    position: absolute;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: var(--yellow);
    color: #000;
    font-weight: 600;
    border-radius: 100px;
    padding: 0 20px;
}
.tema_sig {
    right:0;
}


.table-cell.modulos a:hover {
    text-decoration: underline;
}
.clientes .mtable.producto_row {
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
    border-bottom: 2px solid #EEE;
    max-width:800px;
    box-sizing: border-box;
}
.subview {
    padding:20px;
    box-sizing: border-box;
}
.subview.clientes > .table {
    height: 100%;
}
.subview.clientes > .wfix {
    padding: 0 50px;
    box-sizing: border-box;

}
.producto_row .subtable {
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 10px 0;
    width: auto;
    color: #000;
    font-size: 13px;
    vertical-align: middle;
    width: 100%;
    font-weight: 600;
}
.pbar {
    width: 130px;
    height: 9px;
    border-radius: 20px;
    background: var(--black);
    border: 1px solid var(--black);
    overflow: hidden;
    display:inline-block;
    margin-right:5px;
}
.pbar div {
    height: 9px;
    background: var(--yellow);
}
.producto_row .column1 {
    width:22%;
}
.producto_row .column3 {
    width:30%;
}
.producto_row .subtable .table-cell {
    vertical-align: middle;
}
.producto_row svg {
    height: 18px;
    vertical-align: middle;
    margin-right: 0;
}
.vertical_middle {
    vertical-align: middle;
}
.producto_row .cur_title {
    font-size: 20px;
    text-decoration: none;
    display: block;
    min-height: 60px;
}
.producto_row .btn_action {
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 0 auto;
    background: var(--yellow);
    border-radius: 100px;
    height: 28px;
    line-height: 28px;
    max-width: 180px;
    text-align: center;
}
.producto_row img {
    display: block;
    border-radius: 5px;
}
.curso_content {
    padding:50px;
}
.curso_html {
    margin-top: 40px;
}
.curso_html ul {
    padding:0 0 0 20px;
    margin:auto;
}
.curso_content_subdiv {
    position: absolute;
    overflow: auto;
    /* height: 100%; */
    padding: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modulos_subdiv {
    position: absolute;
    overflow: auto;
    /* height: 100%; */
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.btn_continuar_link {
    border: none;
    background: var(--yellow);
    padding: 15px 30px;
    font-size: 24px;
    margin: 40px 0;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
}
ul { 
    margin: 0;
    padding: 0;
}
.overflowauto {
    overflow: auto;
    height: calc(100% - 60px);
    padding-bottom: 70px;
    box-sizing: border-box;
}
.panel .subview.scrollbars {
    padding: 0 30px;
}

/* start pnav */
.toppage { 
    /*text-shadow: 1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000;*/
    top: 0;
    width: 100%;
    transition:all .3s;
    z-index:1000;
    background: var(--yellow);
    position: fixed;
}
.home .toppage {
    top: 0;
    width: 100%;
    height: 80px;
}
.toppage img {
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    transition:all .3s;
}
.pcon .toppage {
    background: var(--yellow);
}
#pnav {
    position:relative;
}
#pnav > li > a {
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-family: sans-serif;
    border-left: 4px solid transparent;
    color: #333;
    line-height: 50px;
    /* margin-top: 1px; */
    transition: all .5s;
}
#pnav > li > a:hover:not(.activo) {
    background-color: rgba(255,255,255,.1);
}
#pnav > li > a.activo {
    border-left-color: var(--yellow); 
    background-color: rgba(255,255,255,.1);
}
.name_zone { 
    background: #323335;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 10px;
}
#change_zone {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    background: #a5a5a5;
    border: none;
    outline: none;
}
/* subnav */
#pnav ul li a {
    display: block;
    color: #333;
    padding: 10px 0 10px 60px;
    text-decoration: none;
    font-size: 11px;
}
#pnav > li > a > .fas, #pnav > li > a > .far {
    margin-right: 20px;
    display: inline-block;
    width: 15px;
    text-align: center;
    font-size: 15px;
}
#pnav ul li a.activo {
    color: #000;
    font-weight: bold;
}
.hidde {
	display: none;
}
#pnav li.activo ul { 
    border-left:4px solid #000;
}

#pnav ul li a i {
    margin-right: 5px;
}

#pnav ul {
    padding: 0px 0;
    list-style: none;
    padding-bottom: 10px;
}
.table.clientes {
    height:100%;
    table-layout: fixed;
}

/*
 *  STYLE 1
 */

 .scrollbars::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background: transparent;
 }
 
 .scrollbars::-webkit-scrollbar
 {
     width: 8px;
     margin:2px;
     background: transparent;
 }
 
 .scrollbars::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
     background-color: #333;
 }

/* subnav end */
.navlat {
    width: 250px;
    height: 100%;
    font-size: 80%;
    transition: all .2s;
    z-index: 150;
    background: #FFF;
    box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.05);
}
.navlat .navlat_fooicons {
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}
.navlat .logout_link {
    position: absolute;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    bottom: 15%;
}
.navlat .logo img {
    display: block;
    max-width: 75%;
    margin: 30px auto;
    display: block;
}
.mainmenu {
    margin-top: 10px;
}
.mainmenu li a {
    display: block;
    text-decoration: none;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 16px;
    transition: all .3s;
    margin: 0px 10px;
    border-radius: 10px;
}
.mainmenu li a:hover {
    background: #f0f0f0;
}
.mainmenu li.activo a {
    font-weight: bold;
}
.mainmenu li a.activo {
    font-weight: 600;
}
.mainmenu li a:hover svg .fondo, .mainmenu li a.activo svg .fondo {
   fill: var(--yellow);
}
.navlat li a svg {
    /* width: 20px; */
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
    fill: #333;
}
input[name="aviso"] {
    width: calc(100% - 250px);
}
.minimized .navlat{
	width: 70px;
}
.minimized #pnav > li > a > span {
    display: none;
}
.minimized #pnav > li:hover > ul, .minimized #pnav > li:hover > a span {
	display: block;
}
.minimized #pnav > li:hover > a > span {
	position: absolute;
	left: 70px;
	top: 0;
	z-index: 10;
	padding: 0 10px;
	background: #000;
	width: 180px;
	height: 46px;
	line-height: 46px;
}
.minimized #pnav ul {
	display: none;
	position: absolute;
	width: 200px;
	left: 70px;
	top: 46px;
}
.minimized .pcon {

}
.minimized .hiddeonminimize {
	display: none;
}
.minimized .navlat .btn-logout{
	margin: 0 5px 10px 5px;
}
#pnav li {
	position: relative;
}
.navlat .toppage {
    line-height: 60px;
    padding-left: 20px;
    font-family: sans-serif;
    color: #ff1538;
}
.navlat .btn-logout {
    background: #000;
    position: absolute;
    bottom: 0;
    margin: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
    border-radius: 6px;
    /* border: 2px solid #777; */
    padding: 8px;
    color: #CCC;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.togglenav {
    padding: 0 25px 0 5px;
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.pcon {
    display: block;
    height: 100%;
	transition: all .3s;
}

/* fin pnav  */
/* start subview*/
.imgbg {
    display:block;
    width:100%;

}
.subview > h1 > i {
    margin-right: 10px;
}
.subview > h1 {
    font-weight: lighter;
    color: #000;
}
/* end subview */
.errorBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #ff7676;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #cc5757;
    border-radius: 4px;
}
#back_button i{
    color: #000;
    margin-right: 10px;
}

.bloques > div {
    display: inline-block;
    padding: 20px 40px;
    background: #FFF;
    margin: 10px;
    border: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}
.bloques {
    margin:20px;
}
.bloques > div > label {

    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #666;

}
.bloques > div > span {

    font-size: 20px;

}
.graphic > div {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
    color: #444;
}
.graphic {
    display:inline-block;
    background:#FFF;
    border:1px solid #DDD;
    border-bottom:2px solid #DDD;
    padding:20px;
    border-radius: 2px;
    width:100%;
    max-width:400px;
    margin:10px 0 0 30px;
}

/*image gallery*/

.layout {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
    margin:0;
}
.layout #image-gallery {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:100%;
    max-width: 800px;
    max-height: 600px;
    margin: auto;
    background: #FFF;
    box-shadow: 0 15px 22px -5px rgba(0,0,0,.5);
}
#image-gallery .header { 
    overflow: hidden;
    background: #272727;
    height: 70px;
    background: #222;
    border-bottom: 1px solid #DEDEDE;
}
#image-gallery .header h1 {
    font-weight: lighter;
    font-size: 1.5em;
    padding: 10px 22px;
    margin: 0;
    color: #E99426;
}
#image-gallery .body {
    height: calc(100% - 140px);
    position: absolute;
    margin-top: 70px;
    top: 0;
    width: 100%;
    overflow-y: auto;   
    padding: 15px;
    box-sizing: border-box;
}

#image-gallery .footer {
    height: 70px;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
}
#image-gallery .footer button {
    font-size: 10px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    background: #f0681e;
    border: none;
    border-radius: 3px;
    font-weight: bold;
}
#image-gallery .file {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 70px;
    margin: 5px;
    text-align: center;
    border: 2px solid transparent;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    position: relative;
}
#image-gallery .file:hover {
    border: 2px solid #DDD;
}
#image-gallery .file > span {
    font-size: 11px;
    text-align: center;
}
#image-gallery .file > i  > .ext {
    display: block;
    background: #000;
    width: 28px;
    height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    color: #FFF;
    line-height: 13px;
}
#image-gallery .file > i {
    font-size: 40px;
    display: block;
    position: relative;
}
#image-gallery .file.selectable.selected {
    border: 2px solid #b5b5b5;
    box-shadow: 0 0 10px #AAA inset;
}

#image-gallery .file.selectable.selected .tick {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #7cda7c;
    border-radius: 100px;
    font-size: 10px;
    color: #FFF;
    line-height: 21px;
}
.loadingbox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}
.loadingtext {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 40px;
    top: 0;
    bottom: 0;
}
.gbutton {
    background: #3399c7; /* celeste */
    background: #d45626; /* naranja */
	background: rgb(115, 0, 134); /* violeta oscuro */
    color: #FFF;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.gbutton:hover {
	background: rgb(140, 19, 160); /* violeta oscuro */
}
/* fin image gallery */

.relationship .header {
    padding: 15px;
    background: #0e0f11;
}
.relationship .table-cell .body {
    height: 500px;
    overflow: auto;
}
.relationship .secondLine {
    display: block;
    padding: 0;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
/*modulos*/
.mod_description {
	line-height: 1;
	font-size: 90%;
	color: #666;
}
/*fin modulos*/

/* clientes */
.clientes .topbar {
    background:#000;
    height:60px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 100;
}
.topbar_comprar {
    background: var(--yellow);
    color: #000;
    text-align: center;
    width: fit-content;
    padding: 0 20px;
    border-radius: 20px;
    text-decoration: none;
    height: 36px;
    display: block;
    margin: 12px;
    line-height: 36px;
    font-weight: 500;
    font-size: 14px;
}
.curso_bartop {
    position: fixed;
    top: 60px;
    z-index: 10;
    background: #FFF;
    width: 100%;
    height: 80px;
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.1);
}
.curso_bartop h1 {
    font-weight: 500;
    padding: 12px 20px;
    margin: 0;
    font-size: 20px;
    padding-bottom: 5px;
}
.curso.subview > .table {
    position: absolute;
    top: 60px;
    height: calc(100% - 60px);
}
.clientes .wf {
    max-width:1400px;
    margin:0 auto;
}
.clientes .subview {
    width:100%; 
    position: relative;
    overflow:hidden;
    top:0;
}
body:not(.curso) .clientes .subview {
    top: 60px;
    height: calc(100% - 60px);
    padding-bottom:80px;
    overflow: auto;
}

.clientes .logo, .dropdown, .dropdown i {
    display:inline-block;
    vertical-align: middle;
}
.clientes .divisor {
    height:20px;
    border:1px;
    width:0;
    border:1px solid #FFF;
    display:inline-block;
    margin: 20px 0;
    vertical-align: middle;
}
.admin.dropdown {
    background: #666;
    padding: 0 20px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    height: 72px;
}
.dropdown {
    color: #FFF;
    padding-left: 15px;
    line-height: 60px;
}
.dropdown ul {
    line-height: 1;
    position: absolute;
    background: #FFF;
    padding: 10px;
    color: #666;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 13px rgba(0,0,0,.2);
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
}
.dropdown:hover ul {
    display:block;
}
.dropdown ul {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    display: none;
}
.dropdown ul:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 19px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.dropdown:hover ul li {
    padding: 10px;
    transition:all .3s;
}
.dropdown:hover ul li:hover, .dropdown:hover ul li:hover a {
    background: #EEE;
    color:#000;
}
.dropdown ul a {
    text-decoration: none;
    color: #666;
    transition:all .3s;
}

.clientes .clogout {
    display: inline-block;
    background: #644d00;
    line-height: 1;
    padding: 5px 10px;
    margin: 13px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    transition:all .3s;
    font-size: 11px;
}
.clientes .clogout:hover {
    background:#ff1935;
    color:#FFF;
}
.clientes .user {
    float: right;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.clientes h1 {
    margin-top: 0;
    font-size:22px; 
    color: #333;
}
.floatright {
    float: right;
}
.cblock {
    width: 100%;
    max-width: 150px;
    background: #000;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    color:#FFF;
    height:50px;
}
.cblock.var1{
    background: #686868;
}
.cblock.var2{
    background: #ff1933;
}
.cblock.var3{
    background: #070707;
}
.cblock.var4 {
    background: #797979;
}
.cblock span {
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
    line-height: 1;
}
.cblock .legend {
    font-size:13px;
    color:#fff;
}
.cblock .number {
    font-size:30px;
    display: inline-block;
    font-weight: bold;
}
.cblock select, .cblock input {
    padding: 4px 10px;
    margin-top: 8px;
    margin-bottom: 1px;
    outline: none;
    background: rgba(0,0,0,.5);
    color: #FFF;
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.cblock select option {
    background:#333;
}
.clientes .wf2 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
    height:72px;
}
.emptydata {
    text-align:center;
    margin-top:80px !important;
}
.imgfooter img {
    max-width: 100%;
    margin-top: 60px;
    display:block;
}
.dayNav a {
    display: inline-block;
    width: 30px;
    background: #EEE;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-decoration:none;
    color:#f8192c;
}
.dayNav a[href="#"]{ 
    color:#999;
}

/* fin clientes */

/* select toggle */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 35px;
    vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
height:28px;
}

.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 8px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #45c14c;
}

input:focus + .slider {
box-shadow: 0 0 1px #45c14c;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
/* fin select toggle */
/* inicio clientes */
.toppage.clientes img {
    margin: 14px;
}
.clientes .floatright {
    margin: 15px;
    color: var(--black);
    padding: 10px 15px;
}
.clientes .floatright svg {
    display: inline-block;
    vertical-align: top;
}
.clientes .floatright span {
    padding:5px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    font-weight:bold;
    vertical-align: top;
    display: inline-block;
}
.clientes .floatright a {
    color: #FFF;
    text-decoration: none;
}
.expire_at_float { 
    display: block;
    margin: 0 0 0 auto;
    text-align: right;
    color: #FFF;
    /* background: #000; */
    padding: 10px;
    font-size: 16px;
    position: relative;
}
.expire_at_float span {
    display: block;
    margin-top: 10px;
    color: #ccc;
}
.center-box a {
    background: #000;
    color: var(--yellow);
    padding: 1px 9px;
    text-decoration: none;
}
.center-box {
    max-width: 600px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background:#FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.15);
    margin-top: 80px;
        width: 70%;
}

.bannertop {
    display: block;
    width: 100%;
}
.curso .clientes .subview {
    top: 80px;
    height: calc(100% - 80px);
    margin: 0;
    padding: 0;
} 

/* fin clientes */ 
.msgerror { 
    padding: 13px;
    margin: 30px 0 0 0;
    display: block;
    background: #ff5a5a;
    color: #FFF;
    font-size: 18px;
    margin: 30px auto;
    max-width: 500px;
    border-radius: 10px;
    margin-top: 0;
} 
.msgok {
    padding: 10px;
    margin: 20px 0;
    display: block;
    background: #32d473;
    color: #FFF;
}
.whiteblock {
    background: #DDD;
    padding: 15px;
}
.popup-grilla {
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    righT:0;
    margin:auto;
    background:#000;
    background:#000000cc;
}
.popup-grilla .popbox {
    background:#FFF;
    max-width:100%;
    width: 600px;
    height: 697px;
    overflow:auto;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pop-content img {
    width: 100%;
    display:block;
}
.pop-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    font-size: 20px;
}
.center-box h1 {
    color:#000;
} 
.miniaviso {
    background: #ffef7c;
    padding: 15px;
    color: #000;
    max-width: 1350px;
    margin: 0 auto 15px auto;
}
video {
    position: relative;
    max-width: 1000px;
    margin:2px auto;
    display: block;
}
.categorias, .bloques_videos {
    color: #000;
    font-size: 30px;
    padding: 15px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.categorias ul, .categorias li {
    display: inline-block;
    margin-left: 10px;
}
.categorias li {
    background: #313131;
    padding: 5px 20px 5px 20px;
    border-radius: 30px;
    font-size: 20px;
    transition: all .3s;
}
li.selected {
    background: var(--maincolor);
}
.categorias a {
    text-decoration: none;
    color: #FFF;
}
.categorias li:not(.selected):hover {
    background:#444;
}
.bloques_videos ul {
    margin-bottom: 60px;
}
.bloques_videos ul:last-child{
    margin-bottom: 100px;
}
.bloques_videos li {
    display: inline-block;
    background: #313131;
    width: 250px;
    height: 150px;
    text-align: center;
    border-radius: 15px;
    margin: 30px 10px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.bloques_videos li:hover .imglayout img{
    transform:scale(.12);
}
.bloques_videos li:hover .fas.fa-play, .bloques_videos li:hover .showinfo {
    background: rgba(255,255,255,1);
}
.bloques_videos a {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
}
.bloques_videos a .imglayout {
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    border-radius:10px;
}
.bloques_videos a img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    transition:all .3s;
}
.bloques_videos h1 {
    padding: 10px;
    width: 250px;
    position: relative;
}
.bloques_videos h1:after {
    background: var(--maincolor);
    display: block;
    height: 3px;
    content: "";
    width: 120px;
    position: absolute;
    bottom: 0;
}
.bloques_videos h6 {
    padding: 10px;
    margin: 5px 0 5px 0;
    position: absolute;
    bottom: -50px;
    font-size:17px;
}
.bloques_videos a {
    color: #b9b5b5;
    text-decoration: none;
}
.fas.fa-play{              
    top: 0;
    color: var(--maincolor);
    font-size: 20px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 42px;
    text-align: center;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    left: auto;
    right: 7px;
    top: 8px;
    bottom: auto;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
}
.bloques_videos .icon { /* corazones */
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: red;
    font-size: 25px;
}
i.displaynone {
    display: none;
}
.categorias_overflow {
    width: 100%;
    overflow: overlay;
    text-align: left;
}
.titulo_categorias{
    text-transform: uppercase;
    font-size: 16px;
    color: #CCC;
    text-align: left;
    padding: 20px;
}
.boton_up {
    display:none;
}
.home .boton_up {
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgb(255 255 255 / 90%);
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999;
    position: fixed;
    background: #FFF;
    border-radius: 100px;
    box-shadow: none;
    border: none;
}
.boton_up i{
    font-size: 30px;
    color: var(--maincolor);
    margin-top: 8px;
}

/* media clientes */

.mobile {
    display:none;
}
.clientes .logo img.mobile {
    display:none;
}

@media (max-width: 600px) {
    /*
    .table1 {
        background: rgba(0,0,0,.5) !important;
    }
    */
    .curso .clientes .subview {
        top: 60px;
        height: calc(100% - 140px);
    } 
    .center-box {
        padding:20px !important;
    }
    .desktop {
      display: none !important;
    }
    .mobile {
        display: block !important;
      }
      .clientes .logo img { 
        max-width: 140px; 
        height: auto;
        margin-right:0;
    }
    .cblock {
        width: 100%;
        max-width: none;
        float: none;
        box-sizing: border-box;
        margin: 5px 0;
        height: auto;
    }    
    .clientes .wf2 {
        padding:0;
        height: auto;
    }

  }
@media (max-width: 1300px) {
    .table-cell.modulos {
        width:200px;
    }
}
@media (max-width: 980px) {
    .soporte.subview {
        padding: 20px 30px;
    }
    body {
        padding-top:0;
    }
    .clientes .mtable.producto_row {
        padding:5px;
    }
    /*
    .table.clientes {
        height: calc(100% - 140px);
        margin-top: 60px;
    }
    */
    .mobilenav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFF;
        z-index: 200;
        height: 80px;
        display:table;
        border-radius: 13px 13px 0 0;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    }

    .table-cell.modulos {
        display:none;
        padding: 0;
        width: 100%;
        position: absolute;
        background: #FFF;
        z-index: 100;
        height: 100%;
        top: 80px;
        height: calc(100% - 80px);
    }

    .curso_content {
        padding: 0;
        height: 100%;
        position: relative;
    }

    .curso_content_subdiv {
        padding: 20px;
            top: 80px;
    }

    .curso.subview > .table {
        top: 0;
        height: 100%;
    }

    .mobilenav > a { 
        display:table-cell;
        position:relative;
    }
    .mobilenav svg {
        fill:#000;
        display:block;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
        width: 28px;
        height: 28px;
    }
    .mobilenav a.activo svg .fondo {
        fill:var(--yellow);
    }

    .clientes h1 {
        padding:15px;
        padding-left:0;
        font-size:18px;
    }
    .tema_sig, .tema_ant {
        font-size:14px;
    }
    .clientes.subview {
        margin-top:0;
    }
    .producto_row .column3 {
        width:40%;
    }
    .subview.clientes > .wfix {
        padding: 0;
        box-sizing: border-box;
    }
    .producto_row img {
        width: 80px;
        height: 80px;
    }

    .producto_row > .mtable-cell:first-child {
        width: 90px !important;
    }

    .producto_row .btn_action {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        box-sizing: border-box;
    }
    .producto_row .cur_title {
        min-height: auto;
    }
    .producto_row .pbar {
        display:none;
    }
    .producto_row a.cur_title {
        font-size: 14px !important;
    }
    .producto_row .column1 {
        padding-right: 10px;
    }
    .navlat, .mobile_hide {
        display:none !important;
    }
    .record h1 {
        box-sizing: border-box;
    }
    .categorias, .bloques_videos {
        padding:0 16px;
    }
    .bloques_videos li {
        height: 40vw;
        width: 90%;
    }
    .titulo_categorias {
        padding-top:0;
    }

    .table-cell {
        display:block;
    }
    .expire_at_float {
        text-align: center !important; 
    }
    .quehacer {
        padding: 0 20px;
    }
    .beneficios {
        padding:20px;
    }
    .beneficios img {
        max-width:100%;
    }
    .miniaviso {
        margin: 15px 0 0 0;
    }
    .beneficios img {
        display: block;
        margin: 0 auto;
    }
    .titulo_home {
        font-size: 40px;
        width: 290px;
        top: 120px;
        margin-left: 5px;
        font-size: 31px;
        text-align: center;
        width: 100%;
        top: 210px;
        box-sizing: border-box;
    }
    .titulo_home:after {
        height: 4px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .categorias ul, .categorias li {
        margin-left: 0;
        margin-top: 10px;
    }
    .categorias, .bloques_videos {
        width: 100%;
        text-align: center;
        padding: 0 30px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    .bloques_videos h1 {
        box-sizing: border-box;
        padding:10px;
    }
    .bloques_videos h1:after {
        left: 0;
        margin: auto;
        right: 0;
    }
    .titulo_categorias{
        text-align: center;
    }
    .categorias ul {
        width: 1000px;
    }
    .toppage.clientes img {
        height: 55px;
        margin-left: 15px;
    }
    .home .toppage {
    background: var(--yellow);  
        backdrop-filter: blur(10px);
        height: 80px;
    }
    .curso_bartop h1 {
        width: calc(100% - 100px);
        font-size: 16px;
        padding: 10px;
        font-weight: 500;
    }
    .curso_bartop .btn_mods {
        width: 80px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-left: 1px solid #DDD;
        display: block;
    }
    .btn_mods svg {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .btn_mods .close {
        display:none;
    }
}

/* fin media clientes */
.fixed .toppage {
    height:70px;
    backdrop-filter: blur(10px);
}
.fixed .toppage img {
    height:50px;
}
.panel .toppage img {
    height:40px;
}
.panel .toppage {
    height: 70px;
    position: relative;
}
.home.fixed .toppage {
    border-bottom: 1px solid #cd0a0a;
}
.record h1 {
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    font-size: 30px;
}
.user_overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    color: #000;
    z-index: 10000;
    transition: all .3s;
    background: var(--yellow);
}
.user_overlay > div {
    padding: 15px 15px;
    border-bottom: 1px solid #AAA;
}
.user_overlay .btn-logout {
    margin: 10px 15px;
    color: #EEE;
    display: block;
    text-decoration: none;
    padding-left: 5px;
    background: var(--black);
    padding:10px 15px;
    border-radius:10px;
    text-align:center;
    transition:all .4s;
}
.user_overlay .btn-logout:hover {
    color: var(--yellow);
}
.user_overlay.open {
    opacity:1;
    right:0;
}

.overlay {
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.6;
    cursor: pointer;
    z-index: 9999;
}
.overlay_close {
    position: absolute;
    border: none !important;
    right: 0;
    top: 0;
    font-size: 26px;
    display: block;
    padding: 15px 20px !important;
}
.poplayout {
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.65);
    z-index:100;
    margin:auto;

}
.popbox {
    display:none;
    position:fixed;
    z-index:150;
    background:#FFF;
    border-radius:10px;
    padding:15px;
    width:85%;
    max-width:550px;
    height:400px;
    color:#000;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.popbox_content {
    max-height:100%;
    overflow:auto;
}
.popbox_close {
    background: #000;
    color: #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: right;
    cursor:pointer;
}