/* CSS Document */
body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	margin: 0;
}
.subserie {
	background: ghostwhite;
}
.serie {
	background: lavender;
	color: gray;
}
.libro {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	width:100%;
}
.escrito {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	width:100%;
}
.escrito a p {
	color: #333;
}
.escritos>h6, .escritos>h5, .escritos>h4, .escritos>em {
	text-align:center;
}
.escritos>em {
	font-weight:400;
	color:inherit;
}
.escritos>h5 {
	padding-top:20px;
}

.escritos>h6 {
	font-family:inherit;
	font-size:16px;
}
th {
	font-size: 16px;
	font-weight:400;
	text-transform:uppercase;
	background:mediumpurple;
	color:white;
}
.tn {
	object-fit: cover;
}
.btn.buy {
	color: white;
	background: indigo;
}
.btn.buy:hover {
	color: indigo;
	background: white;
	border: 1px solid indigo;
}
.btn.buy:before {
  font-family: FontAwesome;
  content: "\f07a";
}
ul.list-unstyled li {
  margin-bottom: 5px
}
ul.lista {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 20px;
}
ul.lista li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px
}
ul.lista li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-family: FontAwesome;
  font-size: 8px;
  content: "\f111";
  color: mediumorchid;
}
.nav.play>li {
	background: ghostwhite;
	border: 2px solid white;
}
ul.play>li>a:before {
  font-family: FontAwesome;
  font-size: 10px;
  content: "\f04b";
}
.play>a:before {
  font-family: FontAwesome;
  font-size: 10px;
  content: "\f04b";
}
li.plus a:after {
  font-family: FontAwesome;
  content: "\f0fe";
  text-align:right;
  float:right;
}
li.minus a:after {
  font-family: FontAwesome;
  content: "\f146";
  text-align:right;
  float:right;
}
.emusic {
/*  font-style: italic;*/
}
ul.emusic li:before {
  font-family: FontAwesome;
  font-size: 10px;
  content: "\f001";
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.spy {
	height: 100%;
	overflow-y: scroll;
	position: relative;
}
.card {
	margin-bottom: 50px;
}
header {
	height: 350px;
	width: 100%;
	background: #cc94ff;
	position: relative;
}
header p {
	height: inherit;
	padding-top: 24px;
}
strong, .control-label {
	font-weight:normal;
	color: indigo;
}
.bajada {
	font-family: 'Merriweather', serif;
	font-size: 20px;
	text-transform: none;
	line-height: 24px;
	color: #F1CC73;
}
.aprender {
	font-family: 'Merriweather', serif;
	font-size: 26px;
	text-align:left;
	color: mediumpurple;
}
.tachado {
	text-decoration: line-through;
}
.seccionimg {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
}
.seccion {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	color: white;
    text-shadow: 3px 3px 5px indigo;
	margin: -20px 0px 5px;
	padding: 100px 20px 20px;
	background-size: cover;
}
.main-nav, .main {
	position: relative;
}
.main-nav {
	background: #fff;
	height: 60px;
	width: 100%;
	z-index: 150;
	margin-bottom: -60px;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
/*header,
*/.main-nav-scrolled {
	position: fixed;
	top: 0;
}
.popup {
	position:relative;
	background: url(../img/bg.png), lavender;
	padding-top: 25px;
	padding-bottom:20px;
}
.popup .wa {
	background: url(../img/wa.png) no-repeat top right;
	width:200px;
	height:200px;
	position:absolute;
	top:-10px;
	left:60%;
}
.ppal {
	padding: 20px;
}
.nobr {
	white-space:nowrap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Merriweather', serif;
	color: mediumpurple;
}
h1, .h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}
h3, .h3 {
	font-family: 'Merriweather', serif;
	font-size: 30px;
	margin-bottom: 20px;
}
h4, .h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}
h5, .h5 {
	font-style:italic;
	color: purple;
	font-size: 16px;
	line-height: 1.3;
}
a {
	color: mediumpurple;
}
a:hover, a:focus {
	color: mediumorchid;
	text-decoration: none;
}
hr {
	border-top: 2px solid lavender;
}
thead, tbody, th, tr, td, dt, dl {
}
dl {
	margin-top:20px;
	margin-bottom:10px;
}
dt {
	font-family: 'Merriweather Sans', sans-serif;
	font-style:italic;
	font-weight:400;
	color:indigo;
}
dd {
	font-family: 'Merriweather Sans', sans-serif;
}
.bg {
	background: white;
	padding: 20px;
	-moz-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	margin-top:-60px;
}
.bgleft {
	margin-bottom: 50px;
}
.bgright {
	border-left: 0;
	border-top: 2px solid lavender;
	margin-top: 0;
	padding-top: 20px;
}
.row-eq-height {
  display: inherit;
}
/* MENU CELULARES */
.navbar-default .navbar-brand {
	padding: 10px;
	font-size: 1em;
	color: indigo;
}
.navbar-text {
	font-weight:300;
	font-size:14px;
	font-style:normal;
	padding-top:4px;
	line-height:20px;
}
.navbar-default .navbar-brand:hover{
	color: purple;
}
.navbar-default {
	background-color: lavender;
	height:60px;
	border:0;
}
.navbar-header, .navbar-default .navbar-nav > li > a {/*items y menu sanguchito*/
	font-family: 'Merriweather Sans', sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
	color: mediumpurple;
	height:40px;
}
.navbar-default .navbar-nav > li > a {/*items*/
	background-color: ghostwhite;
	padding-left:25px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {/*items en rollover*/
	color: lavender;
	background-color: mediumorchid;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {/*items activos?*/
	color: lavender;
	background-color: mediumpurple;
}
.navbar-default .navbar-toggle {
	border-width: 2px;
	border-color: mediumpurple;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {/*menu sanguchito en rollover*/
	color: lavender;
	background-color: mediumpurple;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top:60px;
	border:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {/*CURSOS activo?*/
	color: ghostwhite;
	background-color: mediumpurple;
}
/* MENU MONITORES */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	font-family: 'Merriweather Sans', sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
	color: mediumpurple;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.5;
	white-space: nowrap;
}
.nav-sidebar > li > a:hover, .nav-sidebar > li > a:focus {
	color: lavender;
	background-color: mediumorchid;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	color: lavender;
	background-color: mediumpurple;
}


.fb-page, .fb-page iframe[style], .fb-page span {
	width: 100% !important;
}
.gris {
	visibility: visible;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	width: 100%;
	height: 350px;
	z-index:4;
	background-color: rgba(0,0,0,0.5);
}
.carousel {
	height: 350px;
}
.container-fluid .carousel {
	padding:0;
	margin:0 -15px;
	-moz-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
#myCaption {
	position:absolute;
	bottom: 5px;
	z-index: 5;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	width: 90%;
	margin:0px auto;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 0 3px mediumpurple;
}
#myCaption img {
	display:block;
	margin:auto;
}
.carousel-indicators {
	visibility: visible;
}
.carousel .item {
	height:350px;
	width:100%;
	margin:0;
	padding:0;
	background: no-repeat right;
	background-size: cover;
}
#nosotrosCarousel.carousel {
	height: auto;
}
#nosotrosCarousel.carousel .item {
	margin:0;
	padding:0;
	height: 250px;
	width: 100%;
	margin-bottom: 10px;
	background-size: cover;
}
#nosotrosCarousel.carousel .carousel-caption {
	bottom: 5px;
}
#cocinaCarousel.carousel {
	height: auto;
	max-width: 300px;
}
#cocinaCarousel.carousel .item {
	margin:0;
	padding:0;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
#cocinaCarousel.carousel .carousel-caption {
	bottom: 10px;
}
#cocinaCarousel.carousel .carousel-indicators {
	bottom: 15px;
}
.zc {
	z-index:20;
}
.boxshadow {
	visibility: hidden;
	z-index:7;
}
.footer {
	height:100px;
	width:100%;
	margin:0;
	padding:10px;
	background:white;
}
.sidebarmenu {
	border-radius: 6px 0 0 6px;
	-moz-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	background-color: ghostwhite;
	padding: 20px 20px 5px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: -15px;
	margin-right:-30px;
}
.cursobtn {
	position: relative;
	z-index:1;
	height: 140px;
	background-size:cover;
	background-position: center;
	border-radius: 6px;
}
.cursobtninfo {
	position: absolute;
	z-index:3;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	color: #FFFFFF;
}
.cursobtngris {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.25);
/*	opacity: 1;
	filter: alpha(opacity=50);
*/}
.cursobtn:hover .cursobtngris {
	background-color: rgba(0, 0, 0, 0.75);
/*	opacity: 0.75;
	filter: alpha(opacity=75);
*/}
a .cursobtn {
	color: #FFFFFF;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.cursobtn h2 {
	color: #FFFFFF;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 10;
}
.btn, .label {
	text-align: left;
	white-space: normal;
}
.shadow {
   -moz-box-shadow:    inset 0 -5px 10px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.5);
   box-shadow:         inset 0 -5px 10px rgba(0, 0, 0, 0.5);
}
.gap-right {
  margin: 0 10px 10px 0; 
}
.gap-left {
  margin: 0 0 10px 10px; 
}
.img-max {
	max-height: 350px;
}
.cursoimg {
	background: mediumpurple no-repeat left;
	background-size: cover;
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #3b5998;
  border-radius: 4px;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb.focus,
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  color: #3b5998;
  background-color: ghostwhite;
  border: 1px solid #3b5998;
}
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb:before {
  font-family: FontAwesome;
  content: "\f230";
}
.menupie {
	font-family:'Merriweather Sans', sans-serif;
	font-size:14px;
	color: orange;
	border-bottom: 1px solid purple;
	margin-bottom:20px;
	padding-bottom:15px;
}
.btn-fb-pie {
	font-size:14px;
	text-align:left;
}
.color-success {
	color: #0C9C14;
}
.color-warning {
	color: #FF9500;
}
.color-danger {
	color: #FF3B30;
}
.btn-warning {
	color: #FFFFFF;
	border-color: #ED8D00;
	background-color: #FF9500;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	border-color: #FF9500;
	background-color: #ED8D00;
	color: #FFFFFF;
}
.btn-danger {
	color: #FFFFFF;
	border-color: #EE2D20;
	background-color: #FF3B30;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	border-color: #FF3B30;
	background-color: #EE2D20;
	color: #FFFFFF;
}
.destacado {
	color: #FF3B30;
	font-weight:700;
}
@media (min-width: 767px) {
#myCaption img {
	display:inline;
}
#myCaption {
	position: absolute;
	bottom: 5px;
	left: 10%;
	text-align:left;
	background-color:transparent;
}
.carousel-indicators {
	visibility: visible;
}
.carousel .item {
	background: no-repeat center;
}
#cocinaCarousel.carousel .carousel-caption {
	bottom: 5px;
}
#cocinaCarousel.carousel .carousel-indicators {
	bottom: 15px;
}
/*.carousel-inner > .item > img {
	visibility: visible;
	position: absolute;
	bottom: 20px;
	left: 60%;
}
*/
.boxshadow {
	visibility: visible;
	position: absolute;
	bottom: 25px;
	left: 60%;
	height: 300px;
	width: 300px;
   -moz-box-shadow:    0 12px 5px -5px rgba(0, 0, 0, 0.75);
   -webkit-box-shadow: 0 12px 5px -5px rgba(0, 0, 0, 0.75);
   box-shadow:         0 12px 5px -5px rgba(0, 0, 0, 0.75);
}
.gris {
	visibility: hidden;
}
.bgright {
	border-left: 2px solid mediumpurple;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.btn-fb-pie {
	text-align:right;
}
}
@media (min-width: 992px) {
.seccion {
	background: mediumpurple no-repeat center;
	background-size: cover;
}
.aprender {
	text-align:left;
}
}
.nsh { display:none; }

.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: '+ Leer más';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: '- Ocultar';
}
.read-more-trigger {
  display: inline-block;
}
.pplus a:before {
  font-family: FontAwesome;
  content: "\f0fe";
  text-align:right;
  float:left;
}
#stuff {
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	width:100%;
	height:100%;
	z-index:100;
	position:fixed;
	top:0;
	pointer-events: none;
}
#hover {
	margin-top:100px;
	position:fixed;
	bottom:0px;
	right:30px;
	z-index:101;
}
#hover:hover + #stuff {
    opacity: 1.0;
}
#hover:hover {
    opacity: 0.0;
}
.btn-40 {
	background-image: url(../img/MCAbtn.jpg);
	background-size:cover;
	margin-left:-15px;
	width:175px;
	height:97px;
}
@media (min-width: 992px) {
.btn-40 {
	width:195px;
	height:108px;
}
}