@charset "UTF-8";
/*$color-fondo: #FFF;*/
.profile #informacion .form-control {
  font-size: 14px;
}

@media (max-width: 767px) {
  .profile #informacion .form-group.label-floating {
    padding-left: 0;
  }
}

.profile .profileStats {
  font-size: 14px;
}

.profile .profileStats h2 {
  font-size: 28px;
}

.profile .profileOptions {
  background: #F6F7F7;
  text-align: center;
}

.profile .profileOptions li {
  float: none;
  display: inline-block;
  font-size: 14px;
  max-width: 180px;
}

.profile .user {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: -60px;
  left: 40px;
}

@media (max-width: 767px) {
  .profile .user {
    bottom: 30px;
    left: 18px;
    width: 100px;
  }
}

.profile .medallas {
  position: absolute;
  top: 130px;
  right: 40px;
}

.profile .medallas img {
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.profile .points {
  color: #ffffff;
  font-size: 16px;
  margin-right: 40px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .profile .points {
    margin-right: 10px;
    font-size: 14px;
  }
}

.profile .points .fa {
  min-width: 20px;
  margin-top: 4px;
}

.profile .points ul {
  list-style: none;
}

.profile .points ul li {
  display: block;
  overflow: hidden;
  line-height: 22px;
}

.profile .circle {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile .panel-head.panel-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
  height: 150px;
  position: relative;
}

.profile .nav-tabs li {
  padding-left: 0;
  padding-right: 0;
}

.profile .nav-tabs .active a {
  color: #391e9a;
}

.profile .nav-tabs .active a::after {
  background: #391e9a;
}

.profile .panel-footer {
  min-height: 120px;
  margin-left: 150px;
}

@media (max-width: 767px) {
  .profile .panel-footer {
    margin-left: 0;
    padding-top: 25px;
  }
}

.profile #notificaciones .panel-heading {
  background: #391e9a;
  color: #ffffff;
}

.profile .mochila .itemMochila {
  margin: 0;
}

.profile .mochila .itemMochila:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.profile .mochila .itemMochila.warning {
  background-color: #fcf8e3;
}

.profile .mochila .itemMochila.danger {
  background-color: #f2dede;
}

.profile .mochila .itemMochila.success {
  background-color: #d0e9c6;
}

.profile .mochila .video {
  padding-top: 20px;
  padding-bottom: 20px;
}

.profile .mochila .bg-categoria {
  padding: 2px 4px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  background-clip: padding-box;
}

.profile .mochila .bg-categoria.matematicas {
  background: #1976D2;
}

.profile .mochila .bg-categoria.fisica {
  background: #4CAF50;
}

.profile .mochila .bg-categoria.tecnologia {
  background: #9C27B0;
}

.profile .mochila .bg-categoria.quimica {
  background: #F44336;
}

.profile .mochila .bg-categoria.dibujo {
  background: #607D8B;
}

.circle {
  border-radius: 50%;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: #81D4FA;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  background-color: #29166F;
}

.cajaBadge img {
  margin: auto;
  width: 80px;
}

.cajaBadge .nombreMedalla {
  font-weight: 600;
  margin-bottom: 10px;
}

.cajaBadge .descMedalla {
  margin-bottom: 10px;
}

.medallasSort .ui-state-highlight {
  height: 100%;
}

.hc-details {
  left: 0 !important;
  top: 2px !important;
  z-index: 9999 !important;
  padding: 0 !important;
}

.hc-details .points ul {
  list-style: none;
}

.hc-details .userCard {
  background: #391e9a;
  color: #FFF;
}

.hc-details .lead {
  font-size: 12px;
  margin-bottom: 5px;
}

.hc-details h5 {
  font-weight: bold;
}

.mi-progreso .porcentaje h3 {
  text-align: center;
}

.mi-progreso .fisica .circle.circle, .mi-progreso .fisica text.timer {
  stroke: #4CAF50;
}

.mi-progreso .fisica text.timer {
  fill: #4CAF50;
}

.mi-progreso .matematicas .circle.circle, .mi-progreso .matematicas text.timer {
  stroke: #1B80E4;
}

.mi-progreso .matematicas text.timer {
  fill: #1B80E4;
}

.mi-progreso .quimica .circle.circle, .mi-progreso .quimica text.timer {
  stroke: #F44336;
}

.mi-progreso .quimica text.timer {
  fill: #F44336;
}

.mi-progreso .tecnologia .circle.circle, .mi-progreso .tecnologia text.timer {
  stroke: #9C27B0;
}

.mi-progreso .tecnologia text.timer {
  fill: #9C27B0;
}

.mi-progreso .dibujo .circle.circle, .mi-progreso .dibujo text.timer {
  stroke: #4b626d;
}

.mi-progreso .dibujo text.timer {
  fill: #4b626d;
}

.mi-progreso .clase {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 2px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

.mi-progreso .clase .asignatura {
  position: absolute;
  right: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.mi-progreso .clase .energyPoints {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
}

.mi-progreso .clase h2 {
  font-size: 24px;
}

.mi-progreso .clase h3 {
  font-size: 18px;
}

.mi-progreso .clase h4 {
  font-size: 16px;
}

.mi-progreso .clase.fisica {
  background: #4CAF50;
}

.mi-progreso .clase.matematicas {
  background: #1B80E4;
}

.mi-progreso .clase.tecnologia {
  background: #9C27B0;
}

.mi-progreso .clase.quimica {
  background: #F44336;
}

.mi-progreso .clase.dibujo {
  background: #4b626d;
}

.login {
  background: url(../img/fondos/login.png) no-repeat center center fixed !important;
  background-size: cover;
}

.login.registro {
  background: url(../img/fondos/city.jpg) no-repeat center center fixed !important;
}

.login.forget {
  background: url(../img/fondos/mountain.png) no-repeat center center fixed !important;
}

.loginForm {
  min-height: 600px;
}

.loginForm img {
  margin: auto;
  width: 75px;
}

.loginForm h1 {
  font-size: 24px;
  font-weight: normal;
}

.loginForm.loginRight {
  height: 100%;
  background: #FFF;
}

.loginForm.loginLeft {
  height: 100%;
}

.loginForm .caja-white {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.loginForm .btn-raised {
  background-color: #29166F;
  color: #FFF;
}

.loginForm .btn-raised:hover {
  background-color: #1976D2 !important;
}

.loginForm .separador {
  width: 100% !important;
  border-top: 1px solid #CCCCCC !important;
  margin: 14px 0 !important;
  height: 0px !important;
  text-align: center !important;
  display: inline-block !important;
}

.loginForm .separador span {
  display: inline-block !important;
  padding: 0 14px !important;
  background-color: #FFFFFF !important;
  position: relative !important;
  line-height: 12px !important;
  top: -12px !important;
}

.search-container {
  width: calc(100% - 1100px);
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 15px;
}

.search-container i {
  position: absolute;
  font-size: 16px;
  top: 0px;
  left: 24px;
  line-height: 32px !important;
}

.quimica .search-container .search-input {
  background: #fab3ae;
}

.fisica .search-container .search-input {
  background: #b6dfb8;
}

.matematicas .search-container .search-input {
  background: #9cc8f3;
}

.tecnologia .search-container .search-input {
  background: #de9ee9;
}

.dibujo .search-container .search-input {
  background: #688897;
}

.search-container .search-input {
  width: 100%;
  background: #9681e6;
  border: none;
  border-radius: 3px;
  padding: 8px 8px 8px 72px;
}

.search-container .search-input::-webkit-input-placeholder {
  color: white;
  opacity: 0.7;
}

.menu-big {
  background: #FFF;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-top: 15px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.menu-big .menu {
  list-style: none;
  float: left;
}

.menu-big .menu a {
  font-size: 16px;
}

.menu-big .menu a:hover {
  color: #29166F;
}

.menu-big .menu .matematicas a {
  color: #1B80E4;
}

.menu-big .menu .matematicas a:hover {
  color: #29166F;
}

.menu-big .menu .fisica a {
  color: #4CAF50;
}

.menu-big .menu .fisica a:hover {
  color: #29166F;
}

.menu-big .menu .quimica a {
  color: #F44336;
}

.menu-big .menu .quimica a:hover {
  color: #29166F;
}

.menu-big .menu .tecnologia a {
  color: #9C27B0;
}

.menu-big .menu .tecnologia a:hover {
  color: #29166F;
}

.menu-big .menu .dibujo a {
  color: #4b626d;
}

.menu-big .menu .dibujo a:hover {
  color: #607D8B;
}

.menu-big .menu .header {
  color: #2B4F74;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

#menuUser .dropdown-menu {
  min-width: 200px;
}

#menuUser .dropdown-menu li a {
  font-size: 15px;
}

footer {
  /*height: 200px;*/
  color: #FFF;
  position: relative;
  padding-top: 20px;
}

footer .terms {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding-bottom: 40px;
}

footer .redessociales i {
  margin-right: 10px;
}

footer a {
  color: #FFF;
}

footer ul {
  list-style-type: none;
}

footer li.cabecera {
  margin-bottom: 10px;
  font-weight: bold;
}

footer .sign {
  border-top: 1px solid #FFF;
  padding-top: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -180px;
  /* Pad bottom by footer height */
  padding: 0 0 180px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap > .container {
  padding: 45px 15px 0;
}

.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.table-hover {
  background-color: #FFF;
  border-radius: 0;
}

#ui_notifIt {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -wekbit-border-radius: 0;
  border-radius: 0;
  z-index: 200;
}

#ui_notifIthover {
  opacity: 1 !important;
}

#ui_notifIt p {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#ui_notifIt.success {
  background-color: yellowgreen;
  color: white;
}

#ui_notifIt.error {
  background-color: orangered;
  color: white;
}

#ui_notifIt.warning {
  background-color: orange;
  color: white;
}

#ui_notifIt.info {
  background-color: deepskyblue;
  color: white;
}

#ui_notifIt.default {
  background-color: #EEE;
  color: #444;
}

.notifit_confirm_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.notifit_confirm * {
  font-family: sans-serif;
}

.notifit_confirm {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 30px 0px 30px;
  background-color: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.notifit_confirm_accept,
.notifit_confirm_cancel {
  padding: 10px 20px;
  color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
}

.notifit_confirm_accept {
  background-color: #9ACD32;
}

.notifit_confirm_accept:hover {
  background-color: #ABDE43;
}

.notifit_confirm_cancel {
  background-color: #FF4500;
}

.notifit_confirm_cancel:hover {
  background-color: #FF5611;
}

.notifit_confirm_message {
  text-align: center;
  margin-bottom: 20px;
}

.cometchat_chatboxDisplayRol {
  display: block;
  float: left;
  position: absolute;
  min-height: 15px !important;
  min-width: 15px !important;
  top: -40px !important;
  left: -5px !important;
}

.cometchat_chatboxDisplayRol.role9 {
  background-image: url("../img/icoProfeChatBirrete.png");
  background-size: cover;
}

.cometchat_chatboxDisplayRol.role10 {
  background-image: url("../img/icoProfeChatBirrete.png");
  background-size: cover;
}

.cometchat_chatboxDisplayRol.roleDocked {
  position: relative !important;
}

.testimonios .title-category {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.planesBody {
  background: url(../img/fondos/mountain.png) no-repeat center center fixed;
}

.medallas .title-category {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.blackFriday2018 {
  margin-bottom: -115px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blackFriday2018 {
    margin-bottom: -70px;
  }
}

.blackFriday2018.inVideo {
  margin-bottom: 20px;
}

#stripeFrameContainer .cardDetails {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.planes {
  /*p {
      text-align: justify;
  }*/
}

.planes .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.planes .alert-success h2 {
  font-size: 22px;
}

.planes .titlePlan {
  font-size: 32px;
  font-weight: bold;
  color: #366392;
}

.planes .acceptedPayments {
  font-size: 16px;
  color: #003D58;
}

.planes .acceptedMethods img {
  width: 38px;
}

.planes .disclaimerPayments {
  font-size: 14px;
}

.planes .cajaPlan .header {
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.planes .cajaPlan .content {
  color: #FFF;
  padding: 20px;
  margin-bottom: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.planes .cajaPlan .content h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.planes .cajaPlan .content h3 {
  font-size: 16px !important;
  line-height: 22px !important;
  height: inherit !important;
  margin-bottom: 0 !important;
}

.planes .cajaPlan.cajaPlan1 .header {
  background: radial-gradient(#4CAF50, #006057);
}

.planes .cajaPlan.cajaPlan1 .content {
  background-color: #009587;
}

.planes .cajaPlan.cajaPlan2 .header {
  background: radial-gradient(#1B80E4, #1054A0);
}

.planes .cajaPlan.cajaPlan2 .content {
  background-color: #1F8EEB;
}

.planes .cajaPlan.cajaPlan3 .header {
  background: radial-gradient(#FF3D00, #6E1B00);
}

.planes .cajaPlan.cajaPlan3 .content {
  background-color: #FF3D00;
}

.planes .cajaPlan.cajaPlan4 .header {
  background: radial-gradient(#5C6BC0, #1A2EAA);
}

.planes .cajaPlan.cajaPlan4 .content {
  background-color: #5C6BC0;
}

.planes .cajaPlan.cajaPlan5 .header {
  background: radial-gradient(#445A66, #1B262C);
}

.planes .cajaPlan.cajaPlan5 .content {
  background-color: #445A66;
}

.planes .cajaPlan.cajaPlan6 .header {
  background: radial-gradient(#3F51B5, #24306F);
}

.planes .cajaPlan.cajaPlan6 .content {
  background-color: #3F51B5;
}

.planes .cajaPlan.cajaPlan7 .header {
  background: radial-gradient(#90CAF9, #1054A0);
}

.planes .cajaPlan.cajaPlan7 .content {
  background-color: #90CAF9;
}

.planes .cajaPlan.cajaPlan8 .header {
  background: radial-gradient(#43A047, #316933);
}

.planes .cajaPlan.cajaPlan8 .content {
  background-color: #44A048;
}

.planes .title-category {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.planes .btnPlan {
  color: #FFF;
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.planes .btnPlan small {
  color: #FFF;
}

.planes .btnPlan.plan1 {
  background-color: #1B80E4;
}

.planes .btnPlan.plan1:hover {
  background-color: #60ccfd;
}

.planes .btnPlan.plan1 .linkPlan {
  color: #1B80E4;
}

.planes .btnPlan.plan1 .linkPlan:hover, .planes .btnPlan.plan1 .linkPlan.selected {
  color: #60ccfd;
}

.planes .btnPlan.plan2 {
  background-color: #0090D1;
}

.planes .btnPlan.plan2:hover {
  background-color: #38c1ff;
}

.planes .btnPlan.plan2 .linkPlan {
  color: #0090D1;
}

.planes .btnPlan.plan2 .linkPlan:hover, .planes .btnPlan.plan2 .linkPlan.selected {
  color: #38c1ff;
}

.planes .btnPlan.plan3 {
  background-color: #0572A3;
}

.planes .btnPlan.plan3:hover {
  background-color: #16b2f8;
}

.planes .btnPlan.plan3 .linkPlan {
  color: #0572A3;
}

.planes .btnPlan.plan3 .linkPlan:hover, .planes .btnPlan.plan3 .linkPlan.selected {
  color: #16b2f8;
}

.planes .btnPlan.plan4 {
  background-color: #003D58;
}

.planes .btnPlan.plan4:hover {
  background-color: #0084be;
}

.planes .btnPlan.plan4 .linkPlan {
  color: #003D58;
}

.planes .btnPlan.plan4 .linkPlan:hover, .planes .btnPlan.plan4 .linkPlan.selected {
  color: #0084be;
}

.planes .btnPlan h2 {
  font-size: 22px;
  margin-top: 0;
}

.planes .btnPlan h3 {
  font-size: 32px;
}

.planes .btnPlan h4 {
  font-size: 16px;
}

.planes .btnPlan .linkPlan {
  background-color: #FFF;
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 24px;
  font-weight: 400;
  border-radius: 5px;
}

.planes .btnPlan .linkPlan:hover, .planes .btnPlan .linkPlan.selected {
  cursor: pointer;
}

.planes .btnPlan:hover, .planes .btnPlan.selected {
  cursor: pointer;
}

.planes .panel-primary {
  /*.panel-body {
        background: lighten(#1B80E4, 5%);
        color: #ffffff;
    }*/
}

.planes .panel-success {
  /*.panel-body {
        background: lighten(#4caf50, 5%);
        color: #ffffff;
    }*/
}

.planes .panel-success select {
  color: #ffffff;
  text-align: center;
}

.planes .panel-success button {
  background: #3d8b40 !important;
}

.planes .strong {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}

.planes h3 {
  line-height: 40px;
  font-size: 22px;
}

.planes ul {
  list-style: none;
  padding-left: 0;
}

.planes ul li {
  padding-left: 10px;
  margin-bottom: 5px;
}

.planes ul li i {
  margin-right: 10px;
}

.planes ul li .fa-plus-circle {
  margin-left: 25px;
}

.planes.planScreen .radio {
  display: inline-block;
  margin-right: 20px;
}

.planes.planScreen .radio img {
  width: 40px;
}

.planes.planScreen fieldset {
  min-width: 1px;
}

.btnPaymentSelect {
  background-color: #003D58;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  display: block;
  padding: 20px;
  margin-bottom: 30px;
}

.btnPaymentSelect:hover {
  background-color: #0084be;
  color: #FFF;
}

.btnPaymentSelect h3 {
  font-size: 20px;
  margin-top: 0;
}

.btnPaymentSelect img {
  width: 60px;
}

@media (max-width: 767px) {
  .planes h3 {
    height: inherit;
    line-height: inherit;
    font-size: 22px;
  }
}

#header {
  position: fixed;
  height: 60px;
  display: block;
  width: 100%;
  z-index: 9;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-home {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../img/homeBackBlue.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .title-home {
    background: url(../img/homeBackBlueResponsive.png);
  }
}

.title-home h1,
.title-home h2,
.title-home h3 {
  color: #FFF;
  text-shadow: 1px 1px 1px #000, 0px 0px 0px #000;
}

.title-home .logoHeaderHome {
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .title-home .logoHeaderHome {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .title-home .logoHeaderHome {
    position: inherit;
    max-width: 200px;
    margin: auto;
    display: block;
  }
}

.title-home .logoHeaderForo {
  max-width: 320px;
}

.title-home .btn-primary {
  background-color: #FFF !important;
  color: #29166F !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 800;
}

.title-home .btnsStores {
  margin-top: 30px;
  margin-bottom: 30px;
}

h2.home-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.5rem;
}

.partner {
  height: 100px;
  margin-bottom: 20px;
}

.partner img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 75%;
}

#fullpage #videoHome,
#fullpageNosVemos #videoHome {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

#fullpage footer.section,
#fullpageNosVemos footer.section {
  padding-left: 0;
  padding-right: 0;
}

#fullpage .section,
#fullpageNosVemos .section {
  background-size: cover;
  padding: 75px 20px;
}

#fullpage .section.blue,
#fullpageNosVemos .section.blue {
  background: #2f1980;
}

#fullpage .section .opaque,
#fullpageNosVemos .section .opaque {
  background: url(../img/black-op20.png);
}

#fullpage .section h1,
#fullpage .section h2,
#fullpage .section h3,
#fullpage .section h4,
#fullpage .section h5.sectioned,
#fullpageNosVemos .section h1,
#fullpageNosVemos .section h2,
#fullpageNosVemos .section h3,
#fullpageNosVemos .section h4,
#fullpageNosVemos .section h5.sectioned {
  top: 20%;
  margin-bottom: 20px;
  color: #FFF;
}

#fullpage .section h1.invert,
#fullpage .section h2.invert,
#fullpage .section h3.invert,
#fullpage .section h4.invert,
#fullpage .section h5.sectioned.invert,
#fullpageNosVemos .section h1.invert,
#fullpageNosVemos .section h2.invert,
#fullpageNosVemos .section h3.invert,
#fullpageNosVemos .section h4.invert,
#fullpageNosVemos .section h5.sectioned.invert {
  color: #29166F;
}

#fullpage .section h1 small,
#fullpage .section h2 small,
#fullpage .section h3 small,
#fullpage .section h4 small,
#fullpage .section h5.sectioned small,
#fullpageNosVemos .section h1 small,
#fullpageNosVemos .section h2 small,
#fullpageNosVemos .section h3 small,
#fullpageNosVemos .section h4 small,
#fullpageNosVemos .section h5.sectioned small {
  color: #FFF;
}

#fullpage .section h1 a,
#fullpage .section h1 a:hover,
#fullpage .section h2 a,
#fullpage .section h2 a:hover,
#fullpage .section h3 a,
#fullpage .section h3 a:hover,
#fullpage .section h4 a,
#fullpage .section h4 a:hover,
#fullpage .section h5.sectioned a,
#fullpage .section h5.sectioned a:hover,
#fullpageNosVemos .section h1 a,
#fullpageNosVemos .section h1 a:hover,
#fullpageNosVemos .section h2 a,
#fullpageNosVemos .section h2 a:hover,
#fullpageNosVemos .section h3 a,
#fullpageNosVemos .section h3 a:hover,
#fullpageNosVemos .section h4 a,
#fullpageNosVemos .section h4 a:hover,
#fullpageNosVemos .section h5.sectioned a,
#fullpageNosVemos .section h5.sectioned a:hover {
  color: #FFF;
  text-decoration: underline;
}

#fullpage .section h1,
#fullpageNosVemos .section h1 {
  font-size: 5em;
}

#fullpage .section h2,
#fullpageNosVemos .section h2 {
  font-size: 4em;
}

#fullpage .section h3,
#fullpageNosVemos .section h3 {
  font-size: 3em;
}

#fullpage .section h4,
#fullpageNosVemos .section h4 {
  font-size: 2em;
}

#fullpage .section h5,
#fullpageNosVemos .section h5 {
  font-size: 1.2em;
}

#fullpage .layer,
#fullpageNosVemos .layer {
  position: absolute;
  z-index: 4;
  top: 20%;
}

#fullpage .layer.layer-right,
#fullpageNosVemos .layer.layer-right {
  text-align: center;
  width: 50%;
  right: 50px;
  left: inherit;
}

#fullpage .layer.layer-left,
#fullpageNosVemos .layer.layer-left {
  text-align: center;
  width: 50%;
}

#fullpage #sectionDemuestra,
#fullpageNosVemos #sectionDemuestra {
  background-image: url(../img/demuestra.jpg);
}

#fullpage #sectionDudas,
#fullpageNosVemos #sectionDudas {
  background-image: url(../img/intro-bg.jpg);
}

#fullpage #sectionGratis,
#fullpageNosVemos #sectionGratis {
  background-image: url(../img/siempregratis.jpg);
}

#fullpage #sectionPRO,
#fullpageNosVemos #sectionPRO {
  background-image: url(../img/dicen.jpg);
}

#fullpage #sectionBuentrabajo,
#fullpageNosVemos #sectionBuentrabajo {
  background-image: url(../img/padresAyudan.jpg);
}

#fullpage #sectionQuees,
#fullpageNosVemos #sectionQuees {
  background-image: url(../img/quees.jpg);
}

#fullpage #sectionQuees h1,
#fullpage #sectionQuees h2,
#fullpage #sectionQuees h3,
#fullpage #sectionQuees h4,
#fullpage #sectionQuees h5.sectioned,
#fullpageNosVemos #sectionQuees h1,
#fullpageNosVemos #sectionQuees h2,
#fullpageNosVemos #sectionQuees h3,
#fullpageNosVemos #sectionQuees h4,
#fullpageNosVemos #sectionQuees h5.sectioned {
  color: #29166F;
}

#fullpage #sectionQuees h1 a,
#fullpage #sectionQuees h1 a:hover,
#fullpage #sectionQuees h2 a,
#fullpage #sectionQuees h2 a:hover,
#fullpage #sectionQuees h3 a,
#fullpage #sectionQuees h3 a:hover,
#fullpage #sectionQuees h4 a,
#fullpage #sectionQuees h4 a:hover,
#fullpage #sectionQuees h5.sectioned a,
#fullpage #sectionQuees h5.sectioned a:hover,
#fullpageNosVemos #sectionQuees h1 a,
#fullpageNosVemos #sectionQuees h1 a:hover,
#fullpageNosVemos #sectionQuees h2 a,
#fullpageNosVemos #sectionQuees h2 a:hover,
#fullpageNosVemos #sectionQuees h3 a,
#fullpageNosVemos #sectionQuees h3 a:hover,
#fullpageNosVemos #sectionQuees h4 a,
#fullpageNosVemos #sectionQuees h4 a:hover,
#fullpageNosVemos #sectionQuees h5.sectioned a,
#fullpageNosVemos #sectionQuees h5.sectioned a:hover {
  color: #29166F;
  text-decoration: underline;
}

#fullpage #sectionBreve,
#fullpageNosVemos #sectionBreve {
  background-image: url(../img/pizarraHome.jpg);
}

#fullpage #sectionComo,
#fullpageNosVemos #sectionComo {
  background-image: url(../img/comoHacemos.png);
}

#fullpage #dicende,
#fullpageNosVemos #dicende {
  background-image: url(../img/dicenDeNosotros.jpg);
}

#fullpage #sectionAcuerdo,
#fullpageNosVemos #sectionAcuerdo {
  background-image: url(../img/chicosEstudian.jpg);
}

#fullpage #sectionAcuerdo .border-right,
#fullpageNosVemos #sectionAcuerdo .border-right {
  border-right: solid 1px #FFF;
}

#fullpage #sectionNosvemos1,
#fullpageNosVemos #sectionNosvemos1 {
  background-image: url(../img/david5.jpg);
}

#fullpage #sectionNosvemos1 .btn-discover:hover,
#fullpageNosVemos #sectionNosvemos1 .btn-discover:hover {
  color: #FFF;
  border-color: #FFF;
  background-color: #29166F;
}

#fullpage #sectionNosvemos1 h1,
#fullpageNosVemos #sectionNosvemos1 h1 {
  color: #000;
  font-size: 4em;
}

#fullpage #sectionNosvemos1 h3,
#fullpageNosVemos #sectionNosvemos1 h3 {
  font-size: 2em;
}

#fullpage #sectionNosvemos2,
#fullpageNosVemos #sectionNosvemos2 {
  background-image: url(../img/torrespana.jpg);
}

#fullpage #sectionNosvemos2 h2,
#fullpageNosVemos #sectionNosvemos2 h2 {
  font-size: 3em;
}

#fullpage #sectionNosvemos2 h3,
#fullpageNosVemos #sectionNosvemos2 h3 {
  font-size: 2em;
}

#fullpage #sectionNosvemos3 #horarios,
#fullpageNosVemos #sectionNosvemos3 #horarios {
  color: #29166F;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

#fullpage #sectionNosvemos3 #horarios tr td:first-child,
#fullpageNosVemos #sectionNosvemos3 #horarios tr td:first-child {
  width: 50%;
}

#fullpage #sectionNosvemos3 #horarios thead td,
#fullpageNosVemos #sectionNosvemos3 #horarios thead td {
  text-align: center;
}

#fullpage #sectionNosvemos3 #horarios tbody td,
#fullpageNosVemos #sectionNosvemos3 #horarios tbody td {
  font-size: 1.5em;
}

#fullpage #sectionNosvemos3 #horarios tbody tr.obscure,
#fullpageNosVemos #sectionNosvemos3 #horarios tbody tr.obscure {
  background-color: rgba(3, 169, 244, 0.15);
}

#fullpage #sectionNosvemos4 h1,
#fullpageNosVemos #sectionNosvemos4 h1 {
  color: #FFF;
  font-size: 4em;
}

#fullpage #sectionNosvemos4 .form-group label.control-label,
#fullpageNosVemos #sectionNosvemos4 .form-group label.control-label {
  color: #000;
  margin: 10px 0 0 0;
}

#fullpage #sectionNosvemos4 .form-group,
#fullpageNosVemos #sectionNosvemos4 .form-group {
  margin-top: 5px;
}

.tablaHorario ul {
  padding: 0;
}

.tablaHorario li {
  list-style: none;
}

.cabeceranew {
  background: transparent;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .cabeceranew {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cabeceranew img {
    width: 110px;
  }
}

.cabeceranew video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

.cabeceranew .opaque {
  background: url(../img/black-op20.png);
  padding-top: 25px;
  padding-bottom: 25px;
}

.cabeceranew .textocabecera {
  color: #FFF;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 767px) {
  .cabeceranew .textocabecera h1 {
    font-size: 24px;
  }
}

.cabeceranew .btns {
  color: #FFF !important;
  font-size: 18px;
  font-weight: bold;
  min-width: 150px;
}

@media only screen and (max-width: 767px) {
  .cabeceranew .btns {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.asignaturasNew .uls {
  list-style: none;
  text-align: left;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.asignaturasNew .uls .aMat:hover {
  text-decoration: underline;
}

.asignaturasNew .uls .aFis:hover {
  text-decoration: underline;
}

.asignaturasNew .uls .aQui:hover {
  text-decoration: underline;
}

.asignaturasNew .uls .aTec:hover {
  text-decoration: underline;
}

.asignaturasNew .uls .aDib:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .asignaturasNew.mgB40 {
    margin-bottom: 0;
  }
  .asignaturasNew.mgT40 {
    margin-top: 0;
  }
  .asignaturasNew img {
    width: 30px;
  }
  .asignaturasNew h2 {
    font-size: 22px;
  }
  .asignaturasNew .uls {
    text-align: center;
    padding-left: 0;
  }
}

.aMat {
  color: #1976D2;
}

.aFis {
  color: #4CAF50;
}

.aQui {
  color: #F44336;
}

.aTec {
  color: #9C27B0;
}

.aDib {
  color: #607D8B;
}

.aMat:hover {
  color: #1976D2;
}

.aFis:hover {
  color: #4CAF50;
}

.aQui:hover {
  color: #F44336;
}

.aTec:hover {
  color: #9C27B0;
}

.aDib:hover {
  color: #607D8B;
}

.seccionesBlue {
  background: transparent;
  background-image: url("../img/fondos/triangulosb.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  color: #FFF;
  padding: 100px 0;
  overflow: hidden;
  min-height: 450px;
}

.seccionesBlue .opaque {
  background: url(../img/black-op20.png);
  padding-top: 25px;
  padding-bottom: 25px;
}

.seccionesBlue video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

.seccionesBlue a,
.seccionesBlue a:hover,
.seccionesBlue a:focus {
  color: #FFF;
}

.lineasSepNar {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 5px;
  border-radius: 2px;
  background: #f5a035;
}

.lineasSepAma {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 5px;
  border-radius: 2px;
  background: #6fb7e7;
}

.card {
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  min-height: 240px;
  margin-bottom: 10px;
}

.card.beUnicoos {
  min-height: inherit;
  padding: 10px;
}

.card.beUnicoos .card-body {
  padding: 0;
}

.card.beUnicoos .card-title {
  margin: 0;
  font-size: 0.975rem;
}

.card.beUnicoos .card-title img {
  margin-right: 5px;
}

.card .btn-primary {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.card.tool {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f1f4f6;
}

.card.tool:hover {
  background-color: white;
}

.card.matematicas {
  background-color: #1B80E4;
}

.card.matematicas:hover {
  background-color: #51adf6;
}

.card.quimica {
  background-color: #f44336;
}

.card.quimica:hover {
  background-color: #f77066;
}

.card.fisica {
  background-color: #4caf50;
}

.card.fisica:hover {
  background-color: #6ec071;
}

.card.tecnologia {
  background-color: #9c27b0;
}

.card.tecnologia:hover {
  background-color: #bc37d3;
}

.card.lengua {
  background-color: #ff5722;
}

.card.lengua:hover {
  background-color: #ff7e55;
}

.card.dibujo {
  background-color: #ff9800;
}

.card.dibujo:hover {
  background-color: #ffad33;
}

.card.historia {
  background-color: #795548;
}

.card.historia:hover {
  background-color: #996b5b;
}

.card.biologia {
  background-color: #afb42b;
}

.card.biologia:hover {
  background-color: #ccd141;
}

.card.idiomas {
  background-color: #8bc34a;
}

.card.idiomas:hover {
  background-color: #a4d070;
}

.card.filosofia {
  background-color: #9e9e9e;
}

.card.filosofia:hover {
  background-color: #b8b8b8;
}

.card.economia {
  background-color: #00bcd4;
}

.card.economia:hover {
  background-color: #08e3ff;
}

.card.geografia {
  background-color: #7b96a3;
}

.card.geografia:hover {
  background-color: #99aeb8;
}

.card.geologia {
  background-color: #3a8e8a;
}

.card.geologia:hover {
  background-color: #49b2ad;
}

.card.educacion-fisica {
  background-color: #9C27B0;
}

.card.educacion-fisica:hover {
  background-color: #8259cb;
}

.card.lenguas-clasicas {
  background-color: #bcaaa4;
}

.card.lenguas-clasicas:hover {
  background-color: #d2c5c1;
}

.card.educacion-primaria {
  background-color: #e91e63;
}

.card.educacion-primaria:hover {
  background-color: #ee4c83;
}

.enlosmedios em {
  color: #1976D2;
  font-size: 18px;
}

.enlosmedios .title-category {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.enlosmedios h3 {
  font-size: 32px;
  color: #1B80E4;
}

.enlosmedios h6 {
  font-size: 60px;
  font-weight: bold;
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
}

.enlosmedios .bold {
  font-weight: bold;
}

.enlosmedios .italic {
  font-style: italic;
}

.enlosmedios a:hover {
  color: inherit;
}

.enlosmedios img {
  margin-left: auto;
  margin-right: auto;
}

.enlosmedios .item-resultado p, .enlosmedios .item-resultado h5 {
  color: #000000;
}

.enlosmedios .item-resultado .panel-body {
  min-height: initial;
}

#miprogreso {
  font-size: 14px !important;
}

.ct-series.tecnologia {
  stroke: #9C27B0;
}

.ct-series.tecnologia .ct-slice-pie {
  fill: #9C27B0;
}

.ct-series.dibujo {
  stroke: #4b626d;
}

.ct-series.dibujo .ct-slice-pie {
  fill: #4b626d;
}

.ct-series.matematicas {
  stroke: #1B80E4;
}

.ct-series.matematicas .ct-slice-pie {
  fill: #1B80E4;
}

.ct-series.quimica {
  stroke: #F44336;
}

.ct-series.quimica .ct-slice-pie {
  fill: #F44336;
}

.ct-series.fisica {
  stroke: #4CAF50;
}

.ct-series.fisica .ct-slice-pie {
  fill: #4CAF50;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #81D4FA;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #81D4FA;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #2f1980;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #2f1980;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-pane.matematicas .progress-bar {
  background-color: #1B80E4;
}

.tab-pane.matematicas .lessonStats {
  color: #1B80E4;
}

.tab-pane.matematicas .lessonStats:hover {
  color: #1B80E4;
}

.tab-pane.quimica .progress-bar {
  background-color: #F44336;
}

.tab-pane.quimica .lessonStats {
  color: #F44336;
}

.tab-pane.quimica .lessonStats:hover {
  color: #F44336;
}

.tab-pane.fisica .progress-bar {
  background-color: #4CAF50;
}

.tab-pane.fisica .lessonStats {
  color: #4CAF50;
}

.tab-pane.fisica .lessonStats:hover {
  color: #4CAF50;
}

.tab-pane.tecnologia .progress-bar {
  background-color: #9C27B0;
}

.tab-pane.tecnologia .lessonStats {
  color: #9C27B0;
}

.tab-pane.tecnologia .lessonStats:hover {
  color: #9C27B0;
}

.tab-pane.dibujo .progress-bar {
  background-color: #4b626d;
}

.tab-pane.dibujo .lessonStats {
  color: #4b626d;
}

.tab-pane.dibujo .lessonStats:hover {
  color: #4b626d;
}

.salaChat .title-category {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.salaChat .chatEmbed {
  width: 100%;
  height: 600px;
  max-width: 100%;
}

.note-editable a:hover, .note-editable a:focus {
  color: #29166F;
}

.buscador-foro {
  background: #f1f1f1 !important;
}

.forum-button .panel-body {
  padding: 30px !important;
}

.forum-button img {
  width: 150px;
  margin: auto;
}

.forum-button h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.forum.search-container {
  min-width: 250px;
  position: absolute;
  bottom: -16px;
  right: 0;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: #ffffff;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .forum.search-container {
    min-width: 225px;
  }
  .forum.search-container i {
    left: 15px;
    top: 2px;
  }
  .forum.search-container .search-input {
    padding: 8px 8px 8px 50px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .forum.search-container {
    right: 70px !important;
    left: 70px !important;
  }
}

#preguntas .small {
  font-size: 12px;
  margin-left: 5px;
}

#listadoPreguntas h2.userName {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  margin-top: 10px;
}

#listadoPreguntas .cuerpoPregunta {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

#listadoPreguntas .cuerpoPregunta p {
  margin: 0;
}

#listadoPreguntas .piePregunta {
  margin-bottom: 10px;
  padding: 0;
}

#listadoPreguntas img.media-object {
  width: 60px;
}

#listadoPreguntas .listVideo img.media-object {
  width: 40px;
}

@media only screen and (max-width: 767px) {
  #listadoPreguntas .cuerpoPregunta {
    font-size: 12px;
  }
  #listadoPreguntas .piePregunta {
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
  }
  #listadoPreguntas .piePregunta .btn {
    height: 20px;
    min-width: 20px;
    width: 20px;
  }
  #listadoPreguntas .piePregunta .ratehint {
    display: none;
  }
  #listadoPreguntas h2.userName {
    margin-left: 10px;
    font-size: 16px;
    margin-top: 0;
    font-weight: normal;
  }
  #listadoPreguntas img.media-object {
    width: 35px;
  }
  #listadoPreguntas img.icoFoto.icoFotoForo {
    top: -15px;
    left: 20px;
    width: 20px;
  }
  #listadoPreguntas .media.well {
    padding: 10px;
  }
  #listadoPreguntas .media.well.listVideo {
    padding: 0;
  }
}

.datosEbook .prevImage {
  padding: 20px 0;
}

.buyAction .paymentButton {
  padding: 30px;
  text-align: center;
}

.itemEbook {
  padding-top: 20px;
  padding-bottom: 20px;
}

.linkEbook h2 {
  margin-top: 0;
  font-size: 18px;
  height: 50px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: center;
}

.linkEbook .panel-image {
  padding: 20px 0;
}

.panel-ebook .panel-body {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.panel-ebook .videoDesc {
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-ebook .linkVideo {
  margin-bottom: 0 !important;
}

body, html {
  height: 100%;
  width: 100%;
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

body {
  background: #F6F7F7;
}

body.unicoos {
  background: #FFF;
}

@media (min-width: 1200px) {
  .container {
    min-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    min-width: 992px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    min-width: 768px;
    width: 100%;
  }
}

.sm-it-main-container {
  display: none;
}

.form-group {
  margin-top: 10px;
}

.form-group label.control-label {
  color: #000;
}

.profileAvatar {
  border-radius: 6px;
  -moz-border-radius: 6px;
}

.btn-raised {
  font-size: 16px;
  color: #FFF !important;
}

.btn-raised.btn-success {
  background-color: #719807 !important;
  border: 1px solid #7fab07 !important;
}

.btn-raised.btn-success:hover {
  background-color: #59b75c !important;
}

.btn-raised.btn-default {
  color: #000 !important;
}

#ultimosVideos {
  position: relative;
  top: -65px;
  background: #f5f5f5;
  padding-top: 1px;
  -webkit-box-shadow: 0px -51px 39px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -51px 39px 0px rgba(50, 50, 50, 0.75);
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: transparent;
}

.btn-discover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  padding: 10px 57px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.btn-discover:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.lead {
  font-size: 14px;
  font-weight: 400;
}

.linkForum {
  color: #428bca;
}

.fondoGeneric {
  background-size: cover !important;
  color: #FFF;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
}

.fondoGeneric.mate {
  background: url(../img/generic_matematicas.jpg);
}

.fondoGeneric.fisi {
  background: url(../img/generic_fisica.jpg);
}

.fondoGeneric.quimi {
  background: url(../img/generic_quimica.jpg);
}

.intro-header {
  padding-bottom: 50px;
  color: #f8f8f8;
  background: url(../img/intro-bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.intro-header-login {
  color: #29166F;
  text-align: center;
}

.icoForo {
  margin-right: 20px;
}

.icoFoto {
  position: relative;
}

.icoFoto.icoFotoForo {
  width: 30px;
  top: -15px;
  left: 45px;
}

.icoFoto.icoFotoVideo {
  width: 20px;
  top: -15px;
  left: 25px;
}

#infscr-loading {
  text-align: center;
}

.row-login {
  margin-top: 20%;
}

.vcenter {
  margin-top: 40px;
  text-align: left;
}

.agree-text {
  margin-top: 10px;
  font-size: 15px;
}

.agree-text a {
  text-decoration: underline !important;
}

.agree-text a:hover {
  text-decoration: underline !important;
}

.wrap-login {
  background: url(../img/login-bgatl.jpg) no-repeat center center;
  background-size: cover;
}

.birthday-picker {
  display: inherit;
}

.birthday-picker .birth-day {
  width: 25%;
  float: left;
  margin-right: 2%;
}

.birthday-picker .birth-month {
  width: 41%;
  float: left;
  margin-right: 2%;
}

.birthday-picker .birth-year {
  width: 30%;
  float: left;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message > h1 {
  margin: 0;
  font-size: 5em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.rankingUser {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.rankingUser .img-thumbnail {
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
}

.ranking1 {
  background-image: url("../img/medal_gold2.png");
}

.ranking2 {
  background-image: url("../img/medal_silver2.png");
}

.ranking3 {
  background-image: url("../img/medal_bronze2.png");
}

.ranking1, .ranking2, .ranking3 {
  background-size: contain;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.social-box {
  margin: 0 auto;
  padding: 30px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 5px;
}

#textoLoader {
  font-size: 18px;
}

@media (max-width: 767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message > h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.content-section-b {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 50px 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  border-top: 3px solid #e7e7e7;
  width: 200px;
  float: left;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}

p.copyright {
  margin: 15px 0 0;
}

.conditions-text a {
  text-decoration: underline !important;
}

.conditions-text a:hover {
  text-decoration: underline !important;
}

a.linkMode, a.linkMode:focus, a.linkMode:hover {
  text-decoration: underline;
  color: #000;
}

a.linkMode:hover, a.linkMode:focus:hover, a.linkMode:hover:hover {
  text-decoration: underline;
  color: #29166F;
}

a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
}

.btn-breadcrumb a {
  background: transparent;
  color: inherit;
  border: 0;
}

.posRel {
  position: relative;
}

.z9999 {
  z-index: 9999;
}

.videoThumb {
  width: 120px;
  min-width: 120px;
  height: 90px;
  float: left;
  display: table-cell;
}

.videoThumbMochila {
  width: 100%;
  float: left;
  display: table-cell;
  margin-bottom: 10px;
}

.videoDesc {
  max-width: 100%;
  word-wrap: break-word;
}

.itemMochila {
  margin-bottom: 10px;
}

.itemMochila:hover {
  cursor: pointer;
  background-color: #f5f5f5;
  -webkit-box-shadow: 5px 5px 5px #999;
  box-shadow: 5px 5px 5px #999;
}

.itemMochila .panel-footer {
  background-color: #2b4f74;
  color: #FFF;
}

.list-group-item.linkVideo {
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}

.form-group .checkbox label {
  color: #333;
}

.comentarios, .reproducciones {
  padding-left: 0;
}

.cuerpoPregunta a {
  text-decoration: underline;
  color: #2b4f74;
}

.cuerpoPregunta a:hover {
  text-decoration: underline;
  color: #2b4f74;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 !important;
}

.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.emphasis {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.emphasis:hover {
  border-top: 4px solid #29166F;
  border-bottom: 4px solid #29166F;
}

.emphasis h2 {
  margin-bottom: 0;
}

.error-message {
  color: #A94442;
}

.flL {
  float: left;
}

.pad0 {
  padding: 0 !important;
}

.pad15 {
  padding: 15px !important;
}

.padBot10 {
  padding-bottom: 10px !important;
}

.padTop10 {
  padding: 10px 0 0 0 !important;
}

.padTop20 {
  padding-top: 20px !important;
}

.notaRanking {
  font-size: 28px;
}

.modal-sm.loader {
  margin-top: 200px;
}

.modal-sm.loader .modal-content {
  padding: 10px;
}

.mensajesHeader a {
  padding: 10px !important;
}

.avisoMensajes {
  position: relative;
  left: 10px;
  top: -10px;
  background-color: #5cb85c;
}

.fecha {
  display: inline;
  width: 150px;
}

.imagenHeader {
  width: 25px;
  height: 25px;
}

#menuUser .dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 15px;
}

.lblAlerta {
  font-size: 12px;
  margin-bottom: 15px;
}

.alert-light {
  color: rgba(0, 0, 0, 0.87);
}

.media {
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 0 !important;
}

.media .media {
  border-bottom: 1px solid #eee;
}

.media.submedia {
  /*border-top: 1px solid #bbb;*/
  padding-top: 5px;
  border-bottom: 0;
}

.mg0 {
  margin: 0;
}

.mgAut {
  margin: auto;
}

.mgL10 {
  margin-left: 10px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB1 {
  margin-bottom: 1px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgT0 {
  margin-top: 0;
}

.mgT10 {
  margin-top: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT40 {
  margin-top: 40px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

#optMasculino {
  background-image: url(../img/icoAlumno_thumb.png);
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

#optFemenino {
  background-image: url(../img/icoAlumna_thumb.png);
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

li.disabled > a.aFlag {
  color: #D7D7D7;
}

li.disabled > a.aFlag:hover {
  color: #D7D7D7;
}

.nav.noHover > li > a:hover {
  background-color: transparent;
}

textarea {
  resize: none;
}

.navegaLecciones {
  display: table;
}

.navegaLecciones:hover {
  cursor: pointer;
}

.titLeccion {
  display: table-cell;
  vertical-align: middle;
}

.leccSiguiente .titLeccion {
  padding-right: 20px;
}

.leccSiguiente .fa {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
}

.leccAnterior .titLeccion {
  padding-left: 20px;
}

.leccAnterior .fa {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
}

.nickname {
  font-weight: bold;
  font-size: 17px;
}

.no-border {
  border: none !important;
}

.no-border li {
  border: none !important;
}

.numComentsForo {
  font-size: 18px;
}

.divRespuestas {
  margin-bottom: 15px;
}

.respuesta, .respuestaPrincipal {
  margin-bottom: 5px;
}

.itemPie {
  margin-right: 5px;
}

.userPregunta.fecha {
  font-size: 12px;
}

.pagination > li.disabled {
  display: none;
}

.pathIcon {
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  margin-left: 133px;
  z-index: 5;
}

.separador {
  margin: 5px;
}

.pieAcciones {
  padding: 0;
}

.pieAcciones.big {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.pieAcciones a {
  text-decoration: underline;
  color: #678d00;
}

.pieAcciones a:hover {
  text-decoration: underline;
  color: #678d00;
}

.resaltaPost {
  -webkit-box-shadow: 0 0 30px #428bca;
          box-shadow: 0 0 30px #428bca;
}

.searchTitulo {
  font-size: 11px !important;
  font-weight: bold !important;
}

.searchDesc {
  font-size: 10px;
}

.selectFilter {
  font-size: 12px;
}

.setPreguntas {
  text-align: left;
  left: -45px;
  font-style: normal;
  min-width: 0;
  font-size: 11px;
}

.setPreguntas > li > a {
  padding: 3px 10px;
}

.spaceBlock {
  padding-top: 10px;
  padding-bottom: 10px;
}

.titulo {
  padding: 15px 5px;
  border: 1px solid #BBB;
}

.titulo.cabecera {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}

.titulo.cabecera a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}

.titulo a:hover {
  text-decoration: none;
}

.titulo.asignatura, .titulo.curso, .titulo.tema {
  background-color: #2b4f74;
}

.titulo.leccion {
  border: 0;
}

.titleMochila {
  float: left;
  text-align: justify;
}

.tuberia {
  background-color: #cdcdcd;
  height: 100%;
  padding-top: 2px;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 18px;
  width: 4px;
  z-index: 10;
}

.tuberia.completa {
  display: none;
  background-color: #4fbad4;
}

.uCase {
  text-transform: uppercase;
}

#UserFechaNacimientoDay {
  width: 70px;
}

@media (max-width: 767px) {
  #UserFechaNacimientoDay {
    width: 40px;
  }
}

#UserFechaNacimientoMonth {
  width: 125px;
}

#UserFechaNacimientoYear {
  width: 85px;
}

.social {
  float: left;
  width: 135px !important;
}

.ui-sortable li:hover {
  cursor: move;
}

.vid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.vid iframe, .vid object, .vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title {
  vertical-align: middle;
  position: absolute;
  left: 175px;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.videoTemaListado {
  padding: 10px;
}

.videoTema.empezado .video-icon {
  background-position: center;
}

.videoTema.completo .video-icon {
  background-position: bottom;
}

.videoTema.empezado .tuberia.completa, .videoTema.completo .tuberia.completa {
  display: block;
}

.videoTema:first-child .tuberia {
  bottom: -1px;
  height: 50%;
  top: auto;
}

.videoTema:last-child .tuberia {
  height: 50%;
}

.w100 {
  width: 100%;
}

.well-flag {
  background-color: #f2dede;
}

.connectedSortable {
  max-height: 400px;
  min-height: 100px;
  overflow: scroll;
  overflow-x: hidden;
}

.connectedSortable li {
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.connectedSortable a {
  border-radius: 5px;
  margin-bottom: 5px;
}

#changeImage img {
  width: 100%;
}

.logoThumb {
  width: 30px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.navbar-brand img {
  height: 40px;
}

.nav-pills > li.active > a {
  color: #fff;
  background-color: #428bca;
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.margintop20 {
  margin-top: 20px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  padding: 8px 5px 8px 10px;
}

.navbar-nav li a {
  font-size: 16px;
  padding: 10px 10px;
}

.navbar-nav li.specialItem a {
  background-color: #52AE32;
}

.regalaunicoosSmall {
  margin-top: -95px;
  display: inline-block;
  float: right;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .regalaunicoosSmall {
    margin-top: -70px;
    float: inherit;
  }
}

@media (max-width: 640px) {
  .regalaunicoosSmall {
    margin-top: -55px;
    float: inherit;
  }
}

.videoTema a, .navegaLecciones a {
  color: inherit;
}

.nav-stacked > li + li {
  margin-top: 0px;
  margin-left: 0;
}

.btn-primary {
  background-color: #2f1980 !important;
  border-color: black !important;
}

.btn-primary:hover {
  background-color: #4f2bd5 !important;
}

/** The Magic **/
.btn-breadcrumb {
  margin-top: 20px;
}

.btn-breadcrumb a {
  padding: 6px 12px 6px 24px;
}

.btn-breadcrumb a:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.btn-breadcrumb a:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb a:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb a:last-child {
  padding: 6px 18px 6px 24px;
}

.btn-breadcrumb a:not(:last-child):after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb a:not(:last-child):before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb a:hover:not(:last-child):after {
  border-left: 10px solid;
}

.btn-breadcrumb a:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

.btn-breadcrumb a:not(:last-child):after {
  border-left: 10px solid #428bca;
}

.btn-breadcrumb a:not(:last-child):before {
  border-left: 10px solid #4285f4;
}

.btn-breadcrumb a:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}

.btn-breadcrumb a:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** The Spacing **/
/** Default button **/
/** Primary button **/
.rowFull {
  margin-left: -30px;
  margin-right: -30px;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  color: inherit;
}

/*Search*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */
.default.container {
  margin-top: 151px;
}

.banner {
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.banner-boxes {
  margin-top: 80px;
}

.banner {
  width: 100%;
  display: block;
  max-height: 500px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner.down {
  margin-top: 26px;
}

.slider-content, .slider, .slider-v2 {
  width: 100%;
  display: block;
  max-height: 500px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slider-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sliderImg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner .sliderInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner .sliderInfo .container {
  height: 100%;
  dispay: block;
}

.sliderText {
  display: block;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99), -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE FIX */
  -ms-filter: "alpha(Opacity=0)";
}

.sliderText:nth-child(n) {
  -webkit-filter: none;
          filter: none;
}

.slider-item.cycle-slide-active .sliderText {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.transformRight {
  display: block;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99), -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE FIX */
  -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  /* IE FIX */
  -webkit-filter: none;
          filter: none;
}

.transformLeft {
  display: block;
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99), -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE FIX */
  -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.sliderText .inner {
  padding: 20px;
}

.sliderText h1 {
  font-size: 36px;
  font-weight: lighter;
}

.sliderText.dark h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-link {
  color: #fff;
  letter-spacing: -0.25px;
  font-size: 16px;
}

.sliderText {
  margin-top: 15%;
}

.sliderText.dark {
  color: #ddd;
}

.slider-item-img1, .slider-item-img2, .slider-item-img3 {
  background-size: cover;
}

/***  ------- Slider Style 1 Start ------- ***/
#pager2 {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#pager2 span {
  background: #29166F !important;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 5px;
  text-indent: -9999px;
  width: 16px;
}

#pager2 span.cycle-pager-active {
  color: #fff;
}

.sliderControl {
  position: absolute;
  z-index: 200;
  top: 45%;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  color: #2c3e50;
  padding: 0 5px;
  opacity: 1;
}

.sliderControl:hover {
  background: white;
  background: transparent \9;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
  /* IE FIX */
  zoom: 1;
}

.sliderControl:hover:nth-child(n) {
  -webkit-filter: none;
          filter: none;
}

.prevControl {
  left: 20px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99), -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .prevControl {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.nextControl {
  right: 20px;
  -webkit-transform: translateX(50px);
  transform: translateX(0px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99), -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .nextControl {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.sliderText.white {
  background: white;
  background: transparent \9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
  /* IE FIX */
  zoom: 1;
}

.sliderText.white:nth-child(n) {
  -webkit-filter: none;
          filter: none;
}

.sliderText h3.price {
  font-weight: lighter;
  font-size: 22px;
  font-weight: lighter;
}

.sliderTextFull {
  margin-top: 5%;
  color: #FFFFFF;
}

.sliderTextFull h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}

.topAnima {
  opacity: 0;
}

.cycle-slide-active .topAnima {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  visibility: visible !important;
}

.sliderTextFull .opacity0 {
  opacity: 0 !important;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
  opacity: 1 !important;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  visibility: visible !important;
}

.video-container .inner.dark {
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  width: auto;
  background: black;
  background: transparent \9;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
  /* IE FIX */
  zoom: 1;
}

.video-container .inner.dark:nth-child(n) {
  -webkit-filter: none;
          filter: none;
}

.blankstyle h1 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  height: auto;
  letter-spacing: -1px;
  line-height: 36px;
  opacity: 1;
  padding: 0;
  text-transform: uppercase;
}

.color-white {
  color: #fff !important;
}

.color-white h1, .color-white p, .color-white a {
  color: #fff !important;
}

.color-black {
  color: #000;
}

.color-black h1, .color-black p {
  color: #000;
}

.linkVideo .panel-footer {
  font-size: 12px;
}

.opA, .opB, .ccss, .cYt {
  margin: auto;
  padding: 10px;
  font-size: 14px;
  background-color: #0A246A;
}

/***  ------- Slider Style 2 Pager ------- ***/
#pager {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
}

#pager a {
  color: #fff;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  float: left;
  font-family: Oswald, Helvetica Neue;
  font-size: 15px;
  font-weight: normal;
  list-style: none outside none;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 33.333334%;
  background: rgba(0, 0, 0, 0.5);
}

#pager a.cycle-pager-active {
  color: #fff;
}

/*  // Style   2  end*/
.full-container {
  width: 100%;
  display: block;
  clear: both;
}

.image-aut {
  width: 150px;
}

.handfos {
  text-align: center;
}

.style2 .section-title, .section-title.style2 {
  font-size: 40px;
  font-weight: lighter;
  line-height: 44px;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
  border: none;
  overflow: auto;
}

.section-title-style2, .section-title.style2 {
  position: relative;
}

.section-title-style2 span, .section-title.style2 span {
  background: #FFFFFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}

.style2 .section-title span, .section-title.style2 span {
  color: #2c3e50;
  display: table;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 1800px) {
  .banner, .slider-content, .slider, .slider-v2 {
    max-height: 500px;
  }
  .sliderTextFull {
    margin-top: 8% !important;
  }
  .sliderImg {
    width: 100%;
  }
}

.parallax-section {
  width: 100%;
  display: block;
  clear: both;
  height: auto;
}

.parallax-section-overley {
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

h1.xlarge {
  color: #FFFFFF;
  font-size: 30px;
  padding-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}

h1.x2large {
  color: #FFFFFF;
  font-size: 56px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
  text-transform: uppercase;
}

h5.parallaxSubtitle {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
}

.parallax-content {
  text-align: center;
  padding: 30px 0;
}

.parallax-content h3 {
  color: #DDDDDD;
  display: inline-block;
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px;
  max-width: 900px;
  padding: 0 10px;
  text-align: center;
}

.parallax-content h4 {
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
}

.product .add-mochila-nouser, .product .add-mochila, .product .add-mochila-user {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #2c2c2c;
  color: white;
  padding: 3px 2px;
  border-radius: 3px;
  opacity: 0.6;
}

.product .add-mochila-nouser:hover, .product .add-mochila:hover, .product .add-mochila-user:hover {
  opacity: 1;
}

.product .add-mochila-nouser a, .product .add-mochila a, .product .add-mochila-user a {
  overflow: visible !important;
}

.product .add-mochila-nouser i, .product .add-mochila i, .product .add-mochila-user i {
  margin-left: 8px;
}

.promotion {
  position: absolute;
  z-index: 10;
  background-color: #29166F;
  top: 0;
  left: 0;
  height: 240px;
  width: 30px;
  border-radius: 4px;
  line-height: 18px;
}

.promotion a {
  color: #ffffff;
  overflow: visible !important;
}

.promotion a i:hover {
  font-weight: bold;
}

.new-product {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  height: 100%;
  padding: 3px 8px;
}

.video {
  display: block;
  position: relative;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border-bottom: 1px solid #DDDDDD;
}

.video .image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 170px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  background-size: cover !important;
}

.video .image h4, .video .image h2 {
  color: #FFF;
}

.video .image.quimica {
  background: url("../img/portadaVideoQuimica.png");
}

.video .image.fisica {
  background: url("../img/portadaVideoFisica.png");
}

.video .image.matematicas {
  background: url("../img/portadaVideoMate.png");
}

.video .image.tecnologia {
  background: url("../img/portadaVideoTecnologia.png");
}

.video .image.dibujo {
  background: url("../img/portadaVideoDibujo.png");
}

.video .image a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video .image a:hover {
  text-decoration: none;
}

.video .image a .playVideo {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video:hover .image a .playVideo, .video:hover .image h4 {
  transform: scale(1.15) rotate(-1.5deg);
  -webkit-transform: scale(1.1) rotate(-1.5deg);
  -moz-transform: scale(1.1) rotate(-1.5deg);
  -ms-transform: scale(1.1) rotate(-1.5deg);
  -o-transform: scale(1.1) rotate(-1.5deg);
}

.video .description {
  padding: 5px;
}

.item {
  display: block;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  margin-bottom: 25px !important;
  /*height: 480px;*/
}

.badges {
  background: #FFF;
  margin-left: -15px;
  margin-right: -15px;
}

.badges .active a {
  color: #391e9a !important;
}

.badges .active a::after {
  background: #391e9a !important;
}

.linkBadge, .linkBadge:hover {
  color: inherit !important;
}

.cajabadge {
  background: #FFF;
  margin-bottom: 20px;
  padding: 20px;
  border: none;
  opacity: .60;
  filter: alpha(opacity=60);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.cajabadge.ganado {
  opacity: 1.0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*background:#eee;*/
}

.cajabadge img {
  width: 100px;
}

.description {
  margin: 0 auto;
  min-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: left;
}

.description p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0 10px;
  width: 100%;
}

.action-control a {
  cursor: pointer;
}

.item h4 {
  overflow: hidden;
  display: block;
  margin: 10px 0 15px;
  padding: 0;
  line-height: 24px;
}

.description p {
  color: #7F8C8D;
  font-size: 14px;
  min-height: 55px;
  max-height: 90px;
  overflow: hidden;
  line-height: 18px;
}

.handfos h2 {
  font-size: 24px;
}

.handfos h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
}

#sidebar, #sidebarHome {
  background: #ffffff;
}

#sidebar ul, #sidebarHome ul {
  list-style: none;
}

#sidebar .header, #sidebarHome .header {
  background-color: #29166F !important;
  height: 60px;
  clear: both;
  color: #FFF !important;
  font-size: 1.2em;
  padding-top: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.quimica #sidebar .header .search-input, .quimica #sidebarHome .header .search-input {
  background: #f16563;
}

.fisica #sidebar .header .search-input, .fisica #sidebarHome .header .search-input {
  background: #4CAF50;
}

.matematicas #sidebar .header .search-input, .matematicas #sidebarHome .header .search-input {
  background: #1b80e4;
}

.dibujo #sidebar .header .search-input, .dibujo #sidebarHome .header .search-input {
  background: #688897;
}

.tecnologia #sidebar .header .search-input, .tecnologia #sidebarHome .header .search-input {
  background: #7142c3;
}

#sidebar .header .search-input, #sidebarHome .header .search-input {
  width: 100%;
  background: #2f1980;
  border: none;
  border-radius: 3px;
  padding: 8px 8px 8px 10px;
}

#sidebar .header .sidenav-menu, #sidebarHome .header .sidenav-menu {
  margin-top: 0 !important;
  padding-left: 0 !important;
}

#sidebar .header .fa-search, #sidebarHome .header .fa-search {
  position: absolute;
  top: 20px;
}

#sidebar .header a, #sidebarHome .header a {
  color: #FFF;
}

#sidebar ul, #sidebarHome ul {
  padding: 0;
  margin: 0;
}

#sidebar .menu-mobile li, #sidebarHome .menu-mobile li {
  padding: 4px 0px;
  font-size: 16px;
}

#sidebar .menu-mobile .fa, #sidebarHome .menu-mobile .fa {
  min-width: 28px;
  text-align: right;
}

#sidebar .menu-mobile a:hover, #sidebarHome .menu-mobile a:hover {
  color: #29166F;
}

#sidebar .link-big, #sidebarHome .link-big {
  font-size: 16px;
  float: right;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  clear: none !important;
  margin-left: 10px;
}

#sidebar .sidenav-menu, #sidebarHome .sidenav-menu {
  margin-top: 10px;
  padding: 0 1em;
  text-align: right;
}

#sidebar .sidenav-menu header, #sidebarHome .sidenav-menu header {
  margin-bottom: 4px;
  font-weight: 300;
  text-transform: uppercase;
}

.panelTestimonio {
  position: relative;
}

.panelTestimonio > .panel-heading:after {
  position: absolute;
  top: 11px;
  left: -16px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}

.panel > .panel-heading:before {
  position: absolute;
  top: 11px;
  left: -16px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}

.panelTestimonio > .panel-heading:after {
  border-width: 7px;
  border-right-color: #eee;
  margin-top: 1px;
  margin-left: 2px;
}

.panelTestimonio > .panel-heading:before {
  border-right-color: #ddd;
  border-width: 8px;
}

.sort-scroll-sorting {
  background-color: rgba(255, 255, 255, 0.8);
}

/** You can of course hide or disable up and down buttons for first and last elements **/
.sort-scroll-element:nth-of-type(1) .sort-scroll-button-up, .sort-scroll-element:nth-last-of-type(1) .sort-scroll-button-down {
  pointer-events: none;
  cursor: default;
  color: #ddd;
}

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebardash {
  /*position: fixed;
      top: 63px;*/
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  background-color: #29166F;
  border-right: 1px solid #000;
}

.sidebardash a {
  color: #FFF;
}

.sidebardash a:hover {
  color: #FFF;
}

.sidebardash a:focus {
  color: #FFF;
}

.sidebardash .nav > li > a:hover, .sidebardash .nav > li > a:focus {
  background-color: #FFF;
  color: #29166F;
}

.page-header {
  margin-top: 20px;
}

/* Sidebar navigation */
.nav-sidebardash {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebardash > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebardash > .active > a {
  background-color: #FFF;
  color: #29166F;
}

.nav-sidebardash > .active > a:hover, .nav-sidebardash > .active > a:focus {
  background-color: #FFF;
  color: #29166F;
}

.homepage-video-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video, .touch .video-container video {
  display: none;
}

.no-video .video-container .poster, .touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  height: 500px;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 25%;
  left: 65%;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.video-container .title-container .transparency {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.video-container .title-container h1, .video-container .title-container h3 {
  color: #FFF;
}

.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}

.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}

.video-container .link a {
  color: #fff;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.media-body.foro .btn-group-sm .btn.btn-fab {
  height: 32px;
  width: 32px;
  min-width: 32px;
}

.media-body.foro .btn-group-sm .btn.btn-fab i.material-icons {
  line-height: 16px;
  font-size: 16px;
  width: 16px;
  transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -webkit-transform: translate(-8px, -8px);
}

#testWizard .preguntaTest {
  font-size: 16px !important;
  border-bottom: 1px solid #F6F7F7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#testWizard .preguntaTest span {
  font-size: 16px !important;
}

#testWizard .radio label {
  color: #000000;
}

#testWizard .incorrect p {
  color: red;
}

#testWizard .ok p {
  color: #4caf50;
}

#testWizard .response {
  font-weight: bold;
}

#testWizard .helper, #testWizard .explanation, #testWizard .caja.error, #testWizard .caja.success {
  padding: 15px;
}

#testWizard .caja.error {
  border: 1px solid red;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: red;
}

#testWizard .caja.success {
  border: 1px solid green;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: green;
}

#testWizard.matematicas .radio input[type=radio]:checked ~ .check {
  background-color: #1B80E4 !important;
}

#testWizard.matematicas .radio input[type=radio]:checked ~ .circle {
  border-color: #81D4FA !important;
}

#testWizard.matematicas .btn-raised {
  background-color: #1976D2 !important;
  color: #FFF;
}

#testWizard.matematicas .btn-raised:hover {
  background-color: #1B80E4 !important;
}

#testWizard.matematicas .stage.active:after, #testWizard.matematicas .stage.active:before, #testWizard.matematicas .stage.active a {
  background-color: #1B80E4 !important;
}

#testWizard.matematicas .stage.done:after, #testWizard.matematicas .stage.done:before, #testWizard.matematicas .stage.done a {
  background-color: #1976D2 !important;
}

#testWizard.matematicas .helper, #testWizard.matematicas .explanation {
  border: 1px solid #1976D2;
}

#testWizard.quimica .radio input[type=radio]:checked ~ .check {
  border-color: #F44336 !important;
}

#testWizard.quimica .radio input[type=radio]:checked ~ .circle {
  background-color: #FFCDD2 !important;
}

#testWizard.quimica .btn-raised {
  background-color: #F44336 !important;
  color: #FFF;
}

#testWizard.quimica .btn-raised:hover {
  background-color: #F44336 !important;
}

#testWizard.quimica .stage.active:after, #testWizard.quimica .stage.active:before, #testWizard.quimica .stage.active a {
  background-color: #F44336 !important;
}

#testWizard.quimica .stage.done:after, #testWizard.quimica .stage.done:before, #testWizard.quimica .stage.done a {
  background-color: #F44336 !important;
}

#testWizard.quimica .helper, #testWizard.quimica .explanation {
  border: 1px solid #F44336;
}

#testWizard.fisica .radio input[type=radio]:checked ~ .check {
  border-color: #4CAF50 !important;
}

#testWizard.fisica .radio input[type=radio]:checked ~ .circle {
  background-color: #B2DFDB !important;
}

#testWizard.fisica .btn-raised {
  background-color: #4CAF50 !important;
  color: #FFF;
}

#testWizard.fisica .btn-raised:hover {
  background-color: #4CAF50 !important;
}

#testWizard.fisica .stage.active:after, #testWizard.fisica .stage.active:before, #testWizard.fisica .stage.active a {
  background-color: #4CAF50 !important;
}

#testWizard.fisica .stage.done:after, #testWizard.fisica .stage.done:before, #testWizard.fisica .stage.done a {
  background-color: #4CAF50 !important;
}

#testWizard.fisica .helper, #testWizard.fisica .explanation {
  border: 1px solid #4CAF50;
}

#testWizard.tecnologia .radio input[type=radio]:checked ~ .check {
  border-color: #9C27B0 !important;
}

#testWizard.tecnologia .radio input[type=radio]:checked ~ .circle {
  background-color: #D1C4E9 !important;
}

#testWizard.tecnologia .btn-raised {
  background-color: #9C27B0 !important;
  color: #FFF;
}

#testWizard.tecnologia .btn-raised:hover {
  background-color: #9C27B0 !important;
}

#testWizard.tecnologia .stage.active:after, #testWizard.tecnologia .stage.active:before, #testWizard.tecnologia .stage.active a {
  background-color: #9C27B0 !important;
}

#testWizard.tecnologia .stage.done:after, #testWizard.tecnologia .stage.done:before, #testWizard.tecnologia .stage.done a {
  background-color: #9C27B0 !important;
}

#testWizard.tecnologia .helper, #testWizard.tecnologia .explanation {
  border: 1px solid #9C27B0;
}

#testWizard.dibujo .radio input[type=radio]:checked ~ .check {
  background-color: #4b626d !important;
}

#testWizard.dibujo .radio input[type=radio]:checked ~ .circle {
  border-color: #7b96a3 !important;
}

#testWizard.dibujo .btn-raised {
  background-color: #607D8B !important;
  color: #FFF;
}

#testWizard.dibujo .btn-raised:hover {
  background-color: #4b626d !important;
}

#testWizard.dibujo .stage.active:after, #testWizard.dibujo .stage.active:before, #testWizard.dibujo .stage.active a {
  background-color: #4b626d !important;
}

#testWizard.dibujo .stage.done:after, #testWizard.dibujo .stage.done:before, #testWizard.dibujo .stage.done a {
  background-color: #607D8B !important;
}

#testWizard.dibujo .helper, #testWizard.dibujo .explanation {
  border: 1px solid #607D8B;
}

#testWizard .disabled .btn-raised {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

#testWizard .stage {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 10%;
  margin-left: 0;
}

#testWizard .stage a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 20px;
  color: #a9a9a9;
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

#testWizard .stage.active:after, #testWizard .stage.active:before, #testWizard .stage.active a {
  background-color: #fb6b5b !important;
  border: none !important;
  color: #ffffff !important;
}

#testWizard .stage.done:after, #testWizard .stage.done:before, #testWizard .stage.done a {
  border: none;
  color: #ffffff;
}

#testWizard .stage:after {
  right: 0;
  position: absolute;
  background-color: #eaeaea;
  top: 56px;
  margin-top: -33px;
  width: 50%;
  height: 5px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  content: '';
}

#testWizard .stage:before {
  right: 0;
  position: absolute;
  background-color: #eaeaea;
  top: 56px;
  margin-top: -33px;
  width: 50%;
  height: 5px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  content: '';
  left: 0;
}

#testWizard .stage:first-child:before, #testWizard .stage:last-child:after {
  display: none;
}

#testWizard .pager li > a {
  border-radius: 0 !important;
}

.item-resultado h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 400;
}

.item-resultado p {
  font-weight: 300;
}

.item-resultado .panel-body {
  min-height: 190px;
}

.infoVideo .bolt, .infoVideo .boltActive {
  font-size: 70px;
}

.infoVideo .bolt.videoBolt, .infoVideo .boltActive.videoBolt {
  font-size: 30px;
}

.infoVideo .bolt {
  color: #C3C3C3;
}

.infoVideo .boltActive {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: #FFD600;
}

.infoVideo .points {
  text-align: center;
  margin-top: 40px;
}

.infoVideo .reproducciones {
  text-align: center;
  padding-right: 0 !important;
  padding-top: 5px;
  bottom: 10px;
  position: absolute;
  left: 0;
  border-top: 1px solid;
}

.infoVideo .itemPie {
  margin-right: 7px;
  margin-left: 7px;
}

.categoria .panel-footer {
  font-size: 14px;
}

.video-icon {
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 8px;
  margin-top: -12px;
  z-index: 20;
  background-size: 100%;
}

/* Nuevos colores */
.unicoos h1 {
  /*color: $color-unicoos-strong !important;*/
  font-weight: bold;
}

.unicoos h2 {
  /*color: #2B4F74 !important;*/
}

.unicoos .navbar, .unicoos #footer {
  background-color: #29166F;
}

.unicoos #footer {
  background-color: #29166F;
}

.unicoos #footer .terms {
  background-color: #29166F;
}

.unicoos .title-category {
  background: linear-gradient(#29166F, #3253C1);
}

.unicoos .categoria {
  background-color: #1B80E4;
}

.unicoos .panel.panel-info .panel-heading {
  background-color: #1976D2 !important;
}

.unicoos .nav-tabs > li.active > a {
  color: #1976D2 !important;
}

.unicoos .nav-tabs > li > a:hover {
  color: #1976D2 !important;
}

.unicoos .nav-tabs > li > a::after {
  background: #1976D2;
}

/* Química */
.quimica .note-toolbar.panel-heading {
  background-color: #F44336;
}

.quimica .note-toolbar.panel-heading .btn-default {
  color: #FFF;
}

.quimica .note-statusbar {
  background-color: #F44336 !important;
  border-radius: 0 !important;
}

.quimica .btn-primary {
  background-color: #F44336 !important;
  border-color: #F44336 !important;
}

.quimica .btn-primary:hover {
  background-color: #f5c9c9 !important;
}

.quimica .form-group.is-focused label:hover, .quimica .form-group.is-focused label.control-label {
  color: #F44336 !important;
}

.quimica #sidebar .header {
  background-color: #F44336 !important;
}

.quimica .cajaMaterial .btn.btn-fab {
  background-color: #F44336;
}

.quimica .cajaMaterial .reproducciones {
  background-color: #f16a67;
}

.quimica .video-icon {
  background-image: url(../img/videoStatusQuimica.png);
}

.quimica .video-icon.test {
  background-image: url(../img/testStatusQuimica.png);
}

.quimica h1 {
  /*color: #F44336 !important;*/
  font-weight: bold;
}

.quimica .videoTema .active2 {
  color: #F44336 !important;
}

.quimica .navbar, .quimica.btn.btn-fab.btn-info {
  background-color: #F44336;
}

.quimica #footer {
  background-color: #F44336;
}

.quimica #footer .terms {
  background-color: #F44336;
}

.quimica .btn.btn-fab.btn-info, .quimica .btn.btn-unicoos {
  background-color: #F44336;
}

.quimica.panel-title, .quimica .tuberia.completa, .quimica .titulo.leccion {
  background-color: #F44336;
}

.quimica .active2 {
  border-right: 5px solid #F44336;
}

.quimica .nav-tabs > li.active > a {
  color: #F44336 !important;
}

.quimica .nav-tabs > li > a:hover {
  color: #F44336 !important;
}

.quimica .nav-tabs > li > a::after {
  background: #F44336;
}

.quimica .tab-nav > li > a::after {
  background: #F44336 none repeat scroll 0% 0%;
}

.quimica .title-category, .quimica .videoTema a:hover, .quimica .navegaLecciones:hover {
  background: linear-gradient(#F44336, #f67168);
}

.quimica .categoria, .quimica.categoria {
  background-color: #F44336;
  border-radius: 5px;
}

.quimica .categoria .panel-body.foro, .quimica.categoria .panel-body.foro {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quimica .categoria .panel-body.foro h2, .quimica.categoria .panel-body.foro h2 {
  font-size: 40px;
}

.quimica .categoria .btn-sub, .quimica.categoria .btn-sub {
  color: #F44336;
}

.quimica .categoria .btn-sub.border-3, .quimica.categoria .btn-sub.border-3 {
  border: 3px solid #F44336;
}

.quimica .categoria .btn-sub:hover, .quimica.categoria .btn-sub:hover {
  background: #F44336;
  color: #ffffff;
}

.list-group-item.linkVideo .quimica .panel-body.hover, .list-group-item.linkVideo .quimica .videoDesc.hover {
  background-color: #F44336;
  color: #fff;
}

/* Tecnología */
.tecnologia .btn-primary {
  background-color: #9C27B0 !important;
  border-color: #9C27B0 !important;
}

.tecnologia .btn-primary:hover {
  background-color: #cfc0e8 !important;
}

.tecnologia .form-group.is-focused label:hover, .tecnologia .form-group.is-focused label.control-label {
  color: #9C27B0 !important;
}

.tecnologia #sidebar .header {
  background-color: #9C27B0 !important;
}

.tecnologia .cajaMaterial .btn.btn-fab {
  background-color: #9C27B0;
}

.tecnologia .cajaMaterial .reproducciones {
  background-color: #7446c4;
}

.tecnologia .video-icon {
  background-image: url(../img/videoStatusTecnologia.png);
}

.tecnologia .video-icon.test {
  background-image: url(../img/testStatusTecnologia.png);
}

.tecnologia h1 {
  /*color: #9C27B0 !important;*/
  font-weight: bold;
}

.tecnologia .videoTema .active2 {
  color: #9C27B0 !important;
}

.tecnologia .navbar, .tecnologia.btn.btn-fab.btn-info {
  background-color: #9C27B0;
}

.tecnologia #footer {
  background-color: #9C27B0;
}

.tecnologia #footer .terms {
  background-color: #9C27B0;
}

.tecnologia .btn.btn-fab.btn-info, .tecnologia .btn.btn-unicoos {
  background-color: #9C27B0;
}

.tecnologia.panel-title, .tecnologia .tuberia.completa, .tecnologia .titulo.leccion {
  background-color: #9C27B0;
}

.tecnologia .active2 {
  border-right: 5px solid #9C27B0;
}

.tecnologia .nav-tabs > li.active > a {
  color: #9C27B0 !important;
}

.tecnologia .nav-tabs > li > a:hover {
  color: #9C27B0 !important;
}

.tecnologia .nav-tabs > li > a::after {
  background: #9C27B0;
}

.tecnologia .tab-nav > li > a::after {
  background: #9C27B0 none repeat scroll 0% 0%;
}

.tecnologia .title-category, .tecnologia .videoTema a:hover, .tecnologia .navegaLecciones:hover {
  background: linear-gradient(#9C27B0, #c249d6);
}

.tecnologia .categoria, .tecnologia.categoria {
  background-color: #9C27B0;
  border-radius: 5px;
}

.tecnologia .categoria .panel-body.foro, .tecnologia.categoria .panel-body.foro {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tecnologia .categoria .panel-body.foro h2, .tecnologia.categoria .panel-body.foro h2 {
  font-size: 40px;
}

.tecnologia .categoria .btn-sub, .tecnologia.categoria .btn-sub {
  color: #9C27B0;
}

.tecnologia .categoria .btn-sub.border-3, .tecnologia.categoria .btn-sub.border-3 {
  border: 3px solid #9C27B0;
}

.tecnologia .categoria .btn-sub:hover, .tecnologia.categoria .btn-sub:hover {
  background: #9C27B0;
  color: #ffffff;
}

.list-group-item.linkVideo .tecnologia .panel-body.hover, .list-group-item.linkVideo .tecnologia .videoDesc.hover {
  background-color: #9C27B0;
  color: #fff;
}

/* Física */
.fisica .note-toolbar.panel-heading {
  background-color: #4CAF50;
}

.fisica .note-toolbar.panel-heading .btn-default {
  color: #FFF;
}

.fisica .note-statusbar {
  background-color: #4CAF50 !important;
  border-radius: 0 !important;
}

.fisica .btn-primary {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

.fisica .btn-primary:hover {
  background-color: #95d4ce !important;
}

.fisica .form-group.is-focused label:hover, .fisica .form-group.is-focused label.control-label {
  color: #4CAF50 !important;
}

.fisica #sidebar .header {
  background-color: #4CAF50 !important;
}

.fisica .cajaMaterial .btn.btn-fab {
  background-color: #4CAF50;
}

.fisica .cajaMaterial .reproducciones {
  background-color: #4CAF50;
}

.fisica .video-icon {
  background-image: url(../img/videoStatusFisica.png);
}

.fisica .video-icon.test {
  background-image: url(../img/testStatusFisica.png);
}

.fisica h1 {
  /*color: #4CAF50 !important;*/
  font-weight: bold;
}

.fisica .videoTema .active2 {
  color: #4CAF50 !important;
}

.fisica .navbar, .fisica.btn.btn-fab.btn-info {
  background-color: #4CAF50;
}

.fisica #footer {
  background-color: #4CAF50;
}

.fisica #footer .terms {
  background-color: #4CAF50;
}

.fisica .btn.btn-fab.btn-info, .fisica .btn.btn-unicoos {
  background-color: #4CAF50;
}

.fisica.panel-title, .fisica .tuberia.completa, .fisica .titulo.leccion {
  background-color: #4CAF50;
}

.fisica .active2 {
  border-right: 5px solid #4CAF50;
}

.fisica .nav-tabs > li.active > a {
  color: #4CAF50 !important;
}

.fisica .nav-tabs > li > a:hover {
  color: #4CAF50 !important;
}

.fisica .nav-tabs > li > a::after {
  background: #4CAF50;
}

.fisica .tab-nav > li > a::after {
  background: #4CAF50 none repeat scroll 0% 0%;
}

.fisica .title-category, .fisica .videoTema a:hover, .fisica .navegaLecciones:hover {
  background: linear-gradient(#4caf50, #77c47a);
}

.fisica .categoria, .fisica.categoria {
  background-color: #4CAF50;
  border-radius: 5px;
}

.fisica .categoria .panel-body.foro, .fisica.categoria .panel-body.foro {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fisica .categoria .panel-body.foro h2, .fisica.categoria .panel-body.foro h2 {
  font-size: 40px;
}

.fisica .categoria .btn-sub, .fisica.categoria .btn-sub {
  color: #4CAF50;
}

.fisica .categoria .btn-sub.border-3, .fisica.categoria .btn-sub.border-3 {
  border: 3px solid #4CAF50;
}

.fisica .categoria .btn-sub:hover, .fisica.categoria .btn-sub:hover {
  background: #4CAF50;
  color: #ffffff;
}

.list-group-item.linkVideo .fisica .panel-body.hover, .list-group-item.linkVideo .fisica .videoDesc.hover {
  background-color: #4CAF50;
  color: #fff;
}

/* Dibujo */
.dibujo .note-toolbar.panel-heading {
  background-color: #607D8B;
}

.dibujo .note-toolbar.panel-heading .btn-default {
  color: #FFF;
}

.dibujo .note-statusbar {
  background-color: #607D8B !important;
  border-radius: 0 !important;
}

.dibujo .btn-primary {
  background-color: #4b626d !important;
  border-color: #607D8B !important;
}

.dibujo .btn-primary:hover {
  background-color: #7b96a3 !important;
}

.dibujo .form-group.is-focused label:hover, .dibujo .form-group.is-focused label.control-label {
  color: #607D8B !important;
}

.dibujo #sidebar .header {
  background-color: #607D8B !important;
}

.dibujo .cajaMaterial .btn.btn-fab {
  background-color: #607D8B;
}

.dibujo .cajaMaterial .reproducciones {
  background-color: #6b8a99;
}

.dibujo .video-icon {
  background-image: url(../img/videoStatusTecnologia.png);
}

.dibujo .video-icon.test {
  background-image: url(../img/testStatusTecnologia.png);
}

.dibujo h1 {
  /*color: #9C27B0 !important;*/
  font-weight: bold;
}

.dibujo .videoTema .active2 {
  color: #607D8B !important;
}

.dibujo .navbar, .dibujo.btn.btn-fab.btn-info {
  background-color: #607D8B;
}

.dibujo #footer {
  background-color: #4b626d;
}

.dibujo #footer .terms {
  background-color: #607D8B;
}

.dibujo .btn.btn-fab.btn-info, .dibujo .btn.btn-unicoos {
  background-color: #607D8B;
}

.dibujo.panel-title, .dibujo .tuberia.completa, .dibujo .titulo.leccion {
  background-color: #607D8B;
}

.dibujo .active2 {
  border-right: 5px solid #607D8B;
}

.dibujo .nav-tabs > li.active > a {
  color: #4b626d !important;
}

.dibujo .nav-tabs > li > a:hover {
  color: #4b626d !important;
}

.dibujo .nav-tabs > li > a::after {
  background: #4b626d;
}

.dibujo .tab-nav > li > a::after {
  background: #607D8B none repeat scroll 0% 0%;
}

.dibujo .title-category, .dibujo .videoTema a:hover, .dibujo .navegaLecciones:hover {
  background-color: #7b96a3 !important;
}

.dibujo .categoria, .dibujo.categoria {
  background-color: #4b626d;
}

.dibujo .categoria .panel-body.foro, .dibujo.categoria .panel-body.foro {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dibujo .categoria .panel-body.foro h2, .dibujo.categoria .panel-body.foro h2 {
  font-size: 40px;
}

.dibujo .categoria .btn-sub, .dibujo.categoria .btn-sub {
  color: #4b626d;
}

.dibujo .categoria .btn-sub.border-3, .dibujo.categoria .btn-sub.border-3 {
  border: 3px solid #607D8B;
}

.dibujo .categoria .btn-sub:hover, .dibujo.categoria .btn-sub:hover {
  background: #607D8B;
  color: #ffffff;
}

.list-group-item.linkVideo .dibujo .panel-body.hover, .list-group-item.linkVideo .dibujo .videoDesc.hover {
  background-color: #4b626d;
  color: #fff;
}

/* Matemáticas */
.matematicas .note-toolbar.panel-heading {
  background-color: #1976D2;
}

.matematicas .note-toolbar.panel-heading .btn-default {
  color: #FFF;
}

.matematicas .note-statusbar {
  background-color: #1976D2 !important;
  border-radius: 0 !important;
}

.matematicas .btn-primary {
  background-color: #1B80E4 !important;
  border-color: #1976D2 !important;
}

.matematicas .btn-primary:hover {
  background-color: #60ccfd !important;
}

.matematicas .form-group.is-focused label:hover, .matematicas .form-group.is-focused label.control-label {
  color: #1976D2 !important;
}

.matematicas #sidebar .header {
  background-color: #1976D2 !important;
}

.matematicas .cajaMaterial .btn.btn-fab {
  background-color: #1976D2;
}

.matematicas .cajaMaterial .reproducciones {
  background-color: #1B80E4;
}

.matematicas .video-icon {
  background-image: url(../img/videoStatusMatematicas.png);
}

.matematicas .video-icon.test {
  background-image: url(../img/testStatusMatematicas.png);
}

.matematicas h1 {
  /*color: #1976D2 !important;*/
  font-weight: bold;
}

.matematicas .videoTema .active2 {
  color: #1976D2 !important;
}

.matematicas .navbar, .matematicas.btn.btn-fab.btn-info {
  background-color: #1976D2;
}

.matematicas #footer {
  background-color: #1b80e4;
}

.matematicas #footer .terms {
  background-color: #1976D2;
}

.matematicas .btn.btn-fab.btn-info, .matematicas .btn.btn-unicoos {
  background-color: #1976D2;
}

.matematicas.panel-title, .matematicas .tuberia.completa, .matematicas .titulo.leccion {
  background-color: #1976D2;
}

.matematicas .active2 {
  border-right: 5px solid #1976D2;
}

.matematicas .nav-tabs > li.active > a {
  color: #1B80E4 !important;
}

.matematicas .nav-tabs > li > a:hover {
  color: #1B80E4 !important;
}

.matematicas .nav-tabs > li > a::after {
  background: #1B80E4;
}

.matematicas .tab-nav > li > a::after {
  background: #1976D2 none repeat scroll 0% 0%;
}

.matematicas .title-category, .matematicas .videoTema a:hover, .matematicas .navegaLecciones:hover {
  background: linear-gradient(#1976D2, #4698e9);
}

.matematicas .categoria, .matematicas.categoria {
  background-color: #1B80E4;
  border-radius: 5px;
}

.matematicas .categoria .panel-body.foro, .matematicas.categoria .panel-body.foro {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.matematicas .categoria .panel-body.foro h2, .matematicas.categoria .panel-body.foro h2 {
  font-size: 40px;
}

.matematicas .categoria .btn-sub, .matematicas.categoria .btn-sub {
  color: #1B80E4;
}

.matematicas .categoria .btn-sub.border-3, .matematicas.categoria .btn-sub.border-3 {
  border: 3px solid #1976D2;
}

.matematicas .categoria .btn-sub:hover, .matematicas.categoria .btn-sub:hover {
  background: #1976D2;
  color: #ffffff;
}

.list-group-item.linkVideo .matematicas .panel-body.hover, .list-group-item.linkVideo .matematicas .videoDesc.hover {
  background-color: #1B80E4;
  color: #fff;
}

.title-category {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.categoria {
  color: #fff;
}

.categoria h3.margin {
  margin: 0;
}

.categoria .btn-sub {
  background: #ffffff;
  padding: 5px;
  float: left;
  border-radius: 0;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.categoria .btn-sub:hover {
  font-weight: 600;
}

.categoria .material-icons {
  font-size: 20px !important;
  vertical-align: middle;
}

.categoria .panel-footer {
  border-top: 2px solid #fff !important;
}

.title-category:hover, .title-category:focus {
  text-decoration: none;
}

.item-resultado .linkVideo {
  margin-bottom: 20px;
}

.item-resultado .panel-title h3 {
  margin: 0;
  padding: 10px;
  color: #FFF;
  text-align: center;
  height: 72px;
}

.panel-footer {
  background-color: inherit;
  border-radius: 0;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active:focus {
  border-color: transparent;
  outline: none;
}

.caja {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn.btn-fab.not-radius {
  border-radius: 5px;
  width: auto;
  padding: 10px;
  height: auto;
}

.caja-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.caja-white.cajaMaterial, .caja-white.cajaBadge {
  color: #666;
  background-color: #F6F7F7;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: block;
}

.caja-white.cajaMaterial .btn.btn-fab, .caja-white.cajaBadge .btn.btn-fab {
  position: absolute;
  color: #FFF;
  z-index: 1;
}

.caja-white.cajaMaterial .btn.btn-fab.left, .caja-white.cajaBadge .btn.btn-fab.left {
  left: 20px;
  min-width: 34px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  bottom: 20px;
}

.caja-white.cajaMaterial .btn.btn-fab.right, .caja-white.cajaBadge .btn.btn-fab.right {
  left: 55px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  bottom: 25px;
}

.caja-white.cajaMaterial .btn.btn-fab.premium, .caja-white.cajaBadge .btn.btn-fab.premium {
  right: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  bottom: 25px;
}

.caja-white.cajaMaterial .nombre, .caja-white.cajaBadge .nombre {
  padding: 5px 5px 20px !important;
}

.caja-white.cajaMaterial .reproducciones, .caja-white.cajaBadge .reproducciones {
  text-align: right;
  padding-right: 5px !important;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid;
  color: #FFF;
  font-size: 10px;
}

.thumbWrapper {
  position: absolute;
  top: 0;
  margin: 0 5px;
  width: 120px;
  height: 100%;
  overflow: hidden;
}

.thumbWrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contentWrapper {
  margin-left: 133px;
}

.datosVideo h1 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .datosVideo h1 {
    font-size: 20px;
  }
}

.datosVideo h2 {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .datosVideo h2 {
    font-size: 18px;
  }
}

.datosVideo h2.videoDescription {
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .datosVideo h2.videoDescription {
    font-size: 16px;
  }
}

.datosVideo .videoActions {
  border-top: 1px solid #e2e2e2;
}

.datosVideo .small {
  font-size: 12px;
}

.videoTema {
  position: relative;
}

.videoTema a {
  min-height: 75px;
  display: table !important;
  width: 100%;
  table-layout: fixed;
  height: 68px;
}

.title-ebooks {
  background-image: url("../img/cabeceraTienda.png");
}

.title-foro {
  background: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#3253C1));
  background: linear-gradient(#29166F, #3253C1);
}

.title-foro h1 {
  font-size: 50px;
}

.title-foro h2 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .title-foro h1 {
    font-size: 36px;
  }
  .title-foro h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.title-blog {
  background-image: url("../img/cabeceras/blog.png");
  min-height: 350px;
  background-size: cover;
  -moz-background-size: cover;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-tabs {
  border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a {
  border-width: 0;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.nav-tabs > li.active > a {
  border: none;
  background: transparent;
}

.nav-tabs > li.active > a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-tabs > li > a {
  border: none;
  color: #666;
}

.nav-tabs > li > a:hover {
  border: none;
  background: transparent;
}

.nav-tabs > li > a::after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nav-tabs > li:hover > a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tab-nav > li > a::after {
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px;
}

.border.right {
  border-right: solid 1px #000;
}

.form-group.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#29166F)), -webkit-gradient(linear, left top, left bottom, from(#29166F), to(#29166F));
  background-image: linear-gradient(#29166F, #29166F), linear-gradient(#29166F, #29166F);
}

.form-group.is-focused label:hover, .form-group.is-focused label.control-label {
  color: #29166F !important;
}

.bg-categoria {
  padding: 2px 4px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  background-clip: padding-box;
}

.bg-categoria.matematicas {
  background: #1976D2;
}

.bg-categoria.fisica {
  background: #4CAF50;
}

.bg-categoria.tecnologia {
  background: #9C27B0;
}

.bg-categoria.quimica {
  background: #F44336;
}

.bg-categoria.dibujo {
  background: #607D8B;
}

.width-100 {
  width: 100%;
}

.title-category h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-category h2 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .title-category h2 {
    font-size: 18px;
  }
}

.title-category .btn.btn-fab {
  position: absolute;
  left: 15px;
  bottom: -25px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .title-category .btn.btn-fab {
    bottom: -20px !important;
    height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .infoVideo {
    font-size: 12px;
  }
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.bannerBeUnicoos {
  padding: 10px;
}

#r89-leaderboard-atf, #r89-rectangle, #r89-rectangle-bottom {
  margin: auto;
}
/*# sourceMappingURL=unicoos.css.map */