/*
Theme Name: Escuelabitacoras v2
Theme URI: http://underscores.me/*
Author: interQué
Author URI: http://iqn.es
Description: Theme para la Escuela Bitácoras
Version: 2.2.9b79157
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: escuelabitacoras
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

escuelabitacoras is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Layout
	## General
	## Header
	## WR Page Builder
	## Bootstrap
	## Chat online
# Widgets
# Components
	## Carrusel
	## Eslogan
	## Buttons
	## Messages
	## Banner
	## Otros
# Content
	## Posts and pages
	## Archive
	## Custom post types
		### Profesores
		### Cursos
			#### Lecciones
	## Asides
	## Comments
# WooCommerce
	## Mini-cart
	## Account
	## Cart
	## Checkout
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'avenir', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a: {
	outline: 0;
}
a:visited {
}


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	vertical-align: top;
}
td {
	color: #808080;
  padding-bottom: 25px;
}
td strong {
	color: #221e1f;
	font-weight: 600;
}
th {
  color: #2dbd97;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'avenir';
    src: url('./fonts/aveltstd-black-webfont.woff2') format('woff2'),
         url('./fonts/aveltstd-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/aveltstd-medium-webfont.woff2') format('woff2'),
         url('./fonts/aveltstd-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/aveltstd-roman-webfont.woff2') format('woff2'),
         url('./fonts/aveltstd-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/aveltstd-heavy-webfont.woff2') format('woff2'),
         url('./fonts/aveltstd-heavy-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/aveltstd-light-webfont.woff2') format('woff2'),
         url('./fonts/aveltstd-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: #221e1f;
	font-family: 'avenir', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	color: #808080;
}

pre {
	background: #f0f0f0;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 19px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.8em;
	max-width: 100%;
	overflow: auto;
	padding: 1.4em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4ca26a;
}

a:visited {
	color: #bb513b;
}

a:hover,
a:focus,
a:active {
	color: #bb513b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation div > ul > li {
	display: inline-block;
	line-height: 67px;
	position: relative;
	padding-left: 30px;
}
@media (max-width: 980px) {
	.main-navigation div > ul > li {
		padding-left: 0px;
	}
}
.main-navigation a {
	text-decoration: none;
	color: #221e1f;
	font-size: 19px;
	font-size: 1.9rem;
}

.main-navigation ul ul:not(.cart_list) {
  background: #fff;
  float: left;
  left: -999em;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  z-index: 99999;
}

.main-navigation ul ul:not(.cart_list) ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul:not(.cart_list) a {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}

.main-navigation ul ul:not(.cart_list) li {
  display: block;
  line-height: 1em;
  padding: 8px 0;
  white-space: nowrap;
}
.main-navigation ul ul::before {
  background: transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: 10px;
  top: -10px;
  width: 0;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	right: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus> ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-item > span a {
  xcolor: #2dbd97 !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle:before {
	content: url(./img/icons/toggle.svg);
}
.menu-toggle {
	border: 0;
	box-shadow: none;
	display: inline-block;
	width: 30px;
	height: 25px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	top: -28px;
	right: 28px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.menu-toggle {
		top: 9px;
		right: 0px;
	}
}

.menu-toggle:hover {
	box-shadow: none;
}
#site-navigation.toggled {
  background: #221e1f;
  display: table;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 100;
}
#site-navigation.toggled .menu-item a {
	color: #fff !important;
}
#site-navigation.toggled .current-menu-item > a, #site-navigation.toggled .current-menu-item > span a {
  color: #fff !important;
}
#site-navigation.toggled .menu-toggle {
  position: absolute;
  right: 20px;
  top: 60px;
}
#site-navigation .menu-toggle #off {
	display: none;
}
#site-navigation .menu-toggle #on {
	display: block;
}
#site-navigation.toggled .menu-toggle #off {
	display: block;
}
#site-navigation.toggled .menu-toggle #on {
	display: none;
}
#site-navigation.toggled .menu-toggle path {
	fill: #fff !important;
}
#site-navigation.toggled.main-navigation li {
  font-size: 22px;
	color: #fff !important;
  line-height: 2em;
  text-align: center;
	display: block;
}
.main-navigation.toggled ul ul {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  float: none;
  left: 0;
  position: relative;
}
.menu-account::after {
  content: url(./img/icons/menu.svg);
}
.menu-account:before {
	content: url("./img/icons/birrete.svg");
	display: inline-block;
  margin-left: 5px;
}
.menu-account {
  background: #4ca26a;
  xbox-shadow: -1px -1px rgba(255, 255, 255, 0.2), 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1em;
  padding: 9px 10px 9px 10px;
  text-transform: uppercase;
}
.menu-account svg {
  vertical-align: middle;
  width: 17px;
	display: inline-block;
	xmargin-right: 10px;
}
.menu-account svg path {
  fill: #fff !important;
}
@media screen and (min-width: 48.125em) {
	.visible-toggle {
		display: none;
	}
}
@media screen and (max-width: 48.125em) {
	.hidden-toggle {
		display: none;
	}
}
@media screen and (min-width: 48.125em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 48.125em) {
	#site-navigation:not(.toggled) .menu-principal-container {
	  display: none;
	}
	#masthead .menu-principal-container {
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
		vertical-align: top;
	}
	#masthead .toggled .menu-principal-container {
	  display: table-cell;
	  opacity: 1;
	  vertical-align: middle;
	  visibility: visible;
	  width: 100%;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.footer:before,
.footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.inlined {
	margin-left: -10px !important;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}
.wr-element-heading h3 {
  font-size: 14px;
	font-weight: 400;
  text-transform: uppercase;
  line-height: 2.143em;
  text-align: center;
}

.wr-element-heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 0.972em;
  text-align: center;
}

.margined {
	padding-top: 45px !important;
	padding-bottom: 25px !important;
}

@media only screen and (min-width : 992px) {
	.margined {
	    margin-bottom: 45px;
	}
}

.xsame-height-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xsame-height-row [class*="col-"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.separator {
	margin-top: 60px;
}
.centered {
	margin: 0 auto !important;
	float: none;
}
img.full-width {
	min-width: 100%;
}

blockquote.featured p {
    color: #221e1f;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.389em;
}
blockquote.featured {
    border: 0 none;
    margin: 0 0 60px;
    max-width: 520px;
    padding: 0;
}
.sensei-breadcrumb {
	clear: both;
}
.filtro-mes .select2-container {
  display: inline-block !important;
}
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body {
	padding: 50px;
}
.modal-body .login p:first-child {
	text-align: center;
	padding-bottom: 20px;
}
.modal-dialog {
	width: 475px;
	margin: 0px auto;
}
.modal-body .login .button {
	padding: 20px 45px;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
}
.modal-body .login .lost_password {
	font-size: 15px;
	line-height: 53px;
	margin: 0 !important;
	padding: 0 !important;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	xpadding-top: 40px;
	width: 100%;
}
.site-header.float {
	padding-top: 0px;
}
.site-header > div {
	padding: 40px 40px 0 0;
}
.site-header.float > div {
	padding: 40px 40px 0 0;
  max-width: 100%;
  position: absolute;
  z-index: 100;
	width: 100%;
}
.site-title a span {
	position: absolute;
	left: -1000px;
}

.site-title {
	margin: 0;
	padding: 0 0 0 40px;
}

@media only screen and (max-device-width : 767px) {
   .site-title { padding: 0 0 0 0px; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
   .site-title { padding: 0 0 0 25px; }
}

.secondary_image {
	height: 784px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
.secondary_image {
	height: 470px;
}
}

/*--------------------------------------------------------------
## Bootstrap
--------------------------------------------------------------*/
.modal-content {
	border-radius: 0;
}

/*--------------------------------------------------------------
## Page Builder
--------------------------------------------------------------*/
.jsn-bootstrap3 {
    max-width: 100%;
    overflow: hidden;
}
.jsn-bootstrap3 > .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row.wr_fullwidth [class*="col-"][class*="12"] {
  padding: 0;
}
.jsn-master .jsn-bootstrap3 .mejs-container, .jsn-master .jsn-bootstrap3 .local_file, iframe, object, video {
    max-width: 100%;
}
.wr_loading {
    display: none;
}
.wr_loading.active {
    display: block !important;
}
[class *="col-"] {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.tipsy img {
    float: none !important;
}
.wr-full-width {
    overflow-x: hidden;
}
.jsn-bootstrap3 .btn-toolbar.text-center .btn-group {
	float: none;
}
.jsn-bootstrap3 .elementFilter {
	margin: 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background: #221e1f;
	color: #fff;
	padding-bottom: 60px;
}

.footer .widget {
  padding: 60px 0 0;
}

/*--------------------------------------------------------------
# Chat online
--------------------------------------------------------------*/
#wp-live-chat {
	right: 15px !important;
}
#wplc_hovercard_bottom {
	height: 56px !important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.footer .widget_partners {
  border-bottom: 1px solid #393536;
	padding-bottom: 60px;
}

.footer .widget_partners li[class*="col-"] {
	text-align: center;
}

@media (max-width: 768px) {
	.footer .same-height-row {
		display: block;
	}
	.footer .same-height-row .widget_partners [class*="col-"] {
		display: block;
	}
	.footer .widget_partners li[class*="col-"] {
		padding-bottom: 30px;
	}
	.footer .widget_partners {
		padding-bottom: 30px;
	}
}

.footer .widget h2 {
  font-size: 14px;
  color:  #fefefe;
  text-transform: uppercase;
  line-height: 2.143em;
  font-weight: 600;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.footer .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .widget ul li{
  font-size: 15px;
  line-height: 1.733em;
}
.footer .widget ul li a, .footer p a {
	color: #999;
}

.footer .widget p {
  font-size: 15px;
	color: #999;
  line-height: 1.733em;
}

.footer .widget p:last-child {
  margin-bottom: 0;
}

.single-course .hentry .widget {
  background: #f2f2f2;
  padding: 90px 0;
}

.footer .widget_wysija h2 {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: bold;
  line-height: 2.8em;
  text-align: center;
  text-transform: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Carrusel
--------------------------------------------------------------*/
.carousel.topbar .carousel-inner .item::before {
  content: " ";
  display: block;
  padding-top: 120px;
}

.wr-element-carrusel .carousel .carousel-inner .item {
	padding: 200px 0 200px 0;
	color: #fff;
	text-align: center;
}

.carousel .carousel-inner .item h2 {
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 700;
	padding-bottom: 35px;
	margin: 0;
}

.carousel .carousel-inner .item p {
	font-size: 20px;
  color: #ccc;
  line-height: 1.75em;
	padding-bottom: 35px;
	margin: 0;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn, input.course-start {
	line-height: 55px;
	xtext-transform: uppercase;
	padding: 0 45px;
	border: 0px;
	border-radius: 0px;
	color: #2dbd97;
	transition: all 0.5s ease;
	box-shadow: none;
}
input.course-start {
	font-size: 1em;
}
input.course-start:hover {
	box-shadow: none;
}
.btn.btn-primary, input.course-start, input.quiz-submit.complete, input.quiz-submit.reset {
	background: #E45F4D;
	color: #fff;
}
.btn-disabled {
	background: #cacaca;
	color: #fff;
  border: 4px solid #cacaca;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1em;
  padding: 7px 10px;
  text-transform: uppercase;
}
.btn-video::before {
  content: url("./img/icons/play.svg");
  display: inline-block;
  line-height: 1em;
  padding: 0 10px 0 0;
  vertical-align: -6px;
}
.btn-comprar, .btn-comprar:visited, .btn-comprar:hover, .btn-comprar:focus,
button.add_to_cart_button,
.single_add_to_cart_button,
input.quiz-submit.complete,
input.quiz-submit.reset,
.login .button,
.btn-big, .btn-big:visited,
#speeching_button {
  background: #4ca26a;
  border: 2px solid #4ca26a;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1em;
  padding: 9px 10px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-secondary, .btn-secondary:visited {
  background: transparent;
  color: #4ca26a !important;
	transition: all ease 500ms;
}
.btn-secondary:hover {
	background: #4ca26a !important;
	color: #FFF !important;
	border-color: #4ca26a !important;
}

.btn-comprar {
	margin-right: 5px;
}

.btn-comprar:hover {
	background: #2f844c;
	border: 2px solid #2f844c;
	color: #fff !important;
}

.btn-regalar, .btn-regalar:visited, .btn-regalar:focus {
  color: #4ca26a;
  border: 4px solid #4ca26a;
  background: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1em;
  padding: 7px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-regalar:hover {
	border: 4px solid #2f844c;
	background: #2f844c;
	color: #fff !important;
}

a.btn:hover {
	color: inherit;
}
.entry-header .btn-comprar, .entry-header .btn-regalar, .wr-matricularse .btn-comprar, .wr-matricularse .btn-regalar, input.quiz-submit.complete, input.quiz-submit.reset, .btn-big {
  font-size: 16px;
  font-weight: 400;
  min-width: 250px;
  padding: 12px 0;
  text-transform: none;
	letter-spacing: normal;
	transition: all ease 500ms;
}
.btn-big:hover {
	border-color: #2f844c;
	background: #2f844c;
}

a.btn-big:visited /* Fix */{
	color: #f5f5f5;
}
.cart-subtotal /* No tiene sentido sin gastos de envío */ {
	display: none;
}

.btn-regalar /* Hasta que esté operativa la opción */ {
	xdisplay: none;
}
.btn-masinfo, .btn-masinfo:visited {
  border: 4px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 14px 20px;
  text-transform: none;
}
.btn-masinfo::after {
  content: url("./img/icons/flecha.svg");
  display: inline-block;
  margin-left: 80px;
}

/*--------------------------------------------------------------
## Eslogan
--------------------------------------------------------------*/
.eslogan {
  padding: 190px 0;
  text-align: center;
}
.eslogan h2 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2.143em;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px 0;
}
.eslogan p {
  font-size: 22px;
  line-height: 1.6em;
  margin: 0;
  max-width: 530px;
  padding: 0;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form {
  font-size: 15px;
  color: #808080;
  line-height: 1.6em;
}
.wpcf7-form .col-sm-8 {
  float: none;
  margin: 0 auto;
}
.entry-content .wpcf7-form .col-sm-8:not(.centered) {
	float: left;
}
.wpcf7-form h2 {
  font-size: 25px;
  color: #221e1f;
  text-align: center;
	margin: 0 0 70px 0;
	font-weight: 600;
}
.wpcf7-form h4 {
	color: #221e1f;
}
.wpcf7-form label {
	font-weight: normal;
  font-size: 15px;
	font-style: italic;
  line-height: 1.6;
}
.wpcf7-form .group {
	padding-bottom: 30px;
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .wpcf7-form textarea {
	border: 0;
	border-bottom: 1px solid #efefef;
	border-bottom: 1px solid rgb(0, 0, 0, 0.102);
  font-size: 18px;
  color: #221e1f;
  line-height: 1.778;
	width: 100%;
	margin-bottom: 50px;
}
.wpcf7-form .select2-container {
	margin-bottom: 30px;
}
.entry-content .wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .entry-content .wpcf7-form textarea, .modal .login input:not([type="submit"]) {
	border: 1px solid #EBEBEB;
	background: #fff;
	margin-bottom: 30px;
	padding: 15px;
	line-height: 1em;
}
.wpcf7-form textarea {
	height: 170px;
}
.wpcf7-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #221e1f;
}
.wpcf7-form input::-moz-placeholder { /* Firefox 19+ */
	color: #221e1f;
}
.wpcf7-form input:-ms-input-placeholder { /* IE 10+ */
	color: #221e1f;
}
.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
	color: #221e1f;
}
.wpcf7-form input[type="submit"],
.entry-content .wpcf7-form input[type="submit"],
#commentform input[type="submit"],
.entry-content .checkout .button.woocommerce-apply-coupon,
.checkout-button {
	background: #4ca26a;
  border: 4px solid #4ca26a;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1em;
  padding: 7px 10px;
  text-shadow: none;
  text-transform: uppercase;
	width: auto;
}
div.wpcf7-mail-sent-ok {
  background: #2dbd97;
  border: 0 none;
  color: #fff;
  padding: 25px;
}
div.wpcf7-mail-sent-ng {
	background:	#E24F4D;
  border: 0 none;
  color: #fff;
  padding: 25px;
}
.wpcf7-form .select2-container .select2-choice {
  background: transparent;
  border-width: 0 0 1px;
  padding-left: 0;
}
/*--------------------------------------------------------------
## Messages
--------------------------------------------------------------*/

.sensei-message, .woocommerce-message, .woocommerce-generic, .woocommerce-error, .woocommerce-info {
  margin: 0 auto 10px;
  max-width: 764px;
  padding: 20px;
}
body.carro .woocommerce-message, body.carro .woocommerce-generic, body.carro .woocommerce-error, body.carro .woocommerce-info {
  margin-top: -50px;
}
.woocommerce-generic {
	padding: 20px 0;
}
.sensei-message.info, .sensei-message.tick, .woocommerce-message {
	background: #2dbd97;
  color: #fff;
}
.sensei-message.info a, .sensei-message.tick a, .woocommerce-message a {
	color: #fff;
	text-decoration: underline;
}
.sensei-message.tick + h2 {
	padding-top: 50px;
}
.woocommerce-error {
	background: #BC2D2D;
  color: #fff;
}
.entry-content .woocommerce-error li {
	color: #fff;
}
.woocommerce-error a {
	color: #fff;
	text-decoration: underline;
}
.woocommerce-info {
	background: none;
	color: #666;
}
.woocommerce-info a {
	color: #666;
	text-decoration: underline;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
	list-style: none;
	padding-left: 15px;
}
.button.wc-forward {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  float: right;
  font-size: 13px;
  margin-top: -8px;
  padding: 10px;
  text-decoration: none;
}
/*--------------------------------------------------------------
## Otros
--------------------------------------------------------------*/
.social-icon img {
  padding-right: 12px;
}
.wr-element-video div {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	xpadding-top: 25px;
	height: 0;
}
.wr-element-video div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.label-fechas {
  background-color: #ddd;
  border-radius: 4px;
  color: #808080;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin-right: 5px;
  padding: 20px 35px;
  text-transform: uppercase;
}
input.wysija-input[type="text"] {
  background: transparent;
  xborder: 2px solid #999999;
  border: 2px solid #4ca26a;
  border-radius: 0;
  color: #999;
  font-size: 12px;
  font-weight: 800;
  line-height: 1em;
  min-width: 360px;
	max-width: 100%;
  padding: 20px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
	input.wysija-input[type="text"] {
		min-width: 100%;
	}
}

.widget_wysija form.widget_wysija {
	text-align: center;
}
.widget_wysija .wysija-paragraph {
	display: inline;
}
.widget.widget_wysija .widget_wysija_cont {
  border-bottom: 1px solid #393536;
  padding-bottom: 60px;
}
body .widget_wysija_cont .wysija-submit {
  /*background: #999999;
  border: 2px solid #999999;
  */
  background: #4ca26a;
  border: 2px solid #4ca26a;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1em;
  padding: 20px 40px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}
iframe[src*="googleads"] {
  left: -100000px;
  position: absolute;
  top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.entry-header {
  margin-top: 85px;
  text-align: center;
	margin-bottom: 40px;
}
.entry-header.entry-image-header {
  background-size: cover;
  display: table;
  margin: 0;
  padding-top: 85px;
  width: 100%;
	position: relative;
}
.layer {
  height: 100%;
  position: absolute;
  width: 100%;
	background-color: #221e1f;
	opacity: 0.55;
	z-index: 1;
	top: 0;
}
.entry-header.entry-image-header .row {
  display: table-cell;
  height: 765px;
  vertical-align: middle;
	position: relative;
	z-index: 10;
}
@media (max-width: 768px) {
.entry-header.entry-image-header .row {
  height: 470px;
}
}
.entry-header .entry-title {
  font-size: 43px;
  font-weight: bold;
  line-height: 1em;
	margin: 30px 0;
}
.entry-header .entry-subtitle {
  font-size: 20px;
	color: #808080;
  line-height: 1.706em;
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.entry-content.row {
	margin-left: -15px;
	margin-right: -15px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

body.page:not(.home) .entry-content, .list-entries, #comments, .list-courses {
	background: #f2f2f2;
	padding: 100px 0;
}
.entry-content .list-courses {
	padding: 0 0 100px;
}
@media (max-width: 480px) {
	.single .entry-content {
		padding: 100px 15px;
	}
}
.single-post .entry-content {
	padding-bottom: 60px;
}
#comments {
	padding-top: 0;
}
.entry-content.container {
  margin: auto;
}
.entry-header.entry-image-header .row {
    height: 465px;
}
.single-post .entry-content {
    padding-top: 50px;
}
.entry-content h4:not(.panel-title) {
	font-size: 20px;
	font-weight: 600;
	xtext-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
.finalizar-comprar .entry-content h4:not(.panel-title) {
	text-transform: uppercase;
	font-size: 17px;
}

.finalizar-comprar .entry-content h4:not(.panel-title) span a {
	text-transform: none;
	font-size: 14px;
	float: right;
}
#customer_details {
	padding-right: 50px;
}
.detalles h4 {
	margin: 45px 0 15px;
}
.entry-content li {
	color: #808080;
	font-size: 18px;
}
.entry-content p {
	color: #808080;
	font-size: 16px;
	line-height: 2em;
	margin: 0 auto 30px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content .detalles p {
	font-size: 15px;
}
.entry-content .detalles p:last-child, .entry-content .wr_text p:last-child {
  margin-bottom: 0;
}

.entry-content h2 {

  font-size: 30px;
  font-weight: 100;

  line-height: 1.6em;
  margin: 0 0 30px;
}

.single-post .entry-title {
  font-size: 50px;
	font-weight: 300;
  line-height: 1.3em;
  text-align: center;
	margin: 30px auto;
	max-width: 960px;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.list-entries article {
	margin-bottom: 30px;
}

.list-entries .entry-content {
	background: #fff;
}
.list-entries .entry-content h3 {
	margin: 0;
}
.list-entries .entry-content h3 a {
  font-size: 18px;
  line-height: 1.528em;
	padding: 35px;
	display: block;
	color: #808080;
}

.list-entries .entry-content p {
	margin: 0;
	padding: 0;
}
.list-entries article footer {
  border-top: 1px solid #e4e8e9;
	padding: 15px 30px;
	background: #fff;
}
.list-entries .avatar {
  float: left;
}
.entry-header .avatar {
}
.list-entries .avatar, .entry-header .avatar {
  border-radius: 100%;
  margin-right: 15px;
}
.list-entries footer .author {
	display: block;
}
.list-entries footer .author, .entry-header .author {
  font-size: 15px;
  line-height: 1em;
	font-weight: 600;
	color: #2dbd97;
}
.entry-header .date {
	text-transform: uppercase;
}
.list-entries footer .date, .entry-header .date {
  font-size: 13px;
  line-height: 1.615em;
	color: #808080;
	letter-spacing: 1px;
}
.nav-links a {
  background: transparent;
  border: 2px solid #2dbd97;
  border-radius: 0;
  box-shadow: none;
  color: #7c543e;
  font-size: 15px;
  line-height: 1em;
  padding: 28px 50px;
  text-align: center;
  text-transform: uppercase;
	display: inline-block;
}

/*--------------------------------------------------------------
## Custom post types
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Profesores
--------------------------------------------------------------*/
.listado_profesores .profesor h3 {
    color: #221e1f;
    font-size: 18px;
    line-height: 1.422em;
    margin-bottom: 0;
    text-align: center;
}
.listado_profesores .profesor {
	padding-bottom: 60px;
}
.listado_profesores .profesor h3 a {
    color: #221e1f;
}
.listado_profesores .profesor p {
    margin-bottom: 0;
		text-align: center;
}
.post-type-archive-profesor .entry-content {
	background: #f2f2f2;
	padding: 100px 0;
}
.profesor.ganador > a::after {
  bottom: 12px;
  content: url("./img/icons/ganador.svg");
  position: absolute;
  right: 12px;
}
.profesor.ganador > a {
	position: relative;
	display: block;
}


/*--------------------------------------------------------------
### Cursos
--------------------------------------------------------------*/
.sensei-pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sensei-pagination ul li {
    border: 1px solid #808080;
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    padding: 0;
    text-align: center;
}
.sensei-pagination {
    text-align: center;
    width: 100%;
		clear: both;
}
.sensei-pagination ul li a {
	color: #808080;
}
.sensei-pagination ul li .current {
  background: #808080;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.nav-prev:before {
	content: 'Anterior';
}
.nav-next:before {
	content: 'Siguiente';
}
.nav-next:before, .nav-prev:before {
	display: block;
	text-transform: uppercase;
	color: #221e1f;
	font-size: 11px;
	font-weight: 900;
}
.nav-next, .nav-prev {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 50%;
}
.nav-next {
	text-align: inherit;
	float: right;
	width: inherit
}

#user-course-status-toggle {
	display: none;
}

#sensei-user-courses .my-messages-link-container {
	display: none;
}
.header-video {
	min-height: 550px;
	background-position: center center;
	background-size: cover;
	margin-top: 15px;
	transition: all ease 500ms;
}

.header-video .video-layer {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("./img/icons/play_video.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  height: 550px;
  width: 100%;
	cursor: pointer;
}
.video-layer.player {
  background: rgba(0, 0, 0, 0.85) ;
  transition: all 500ms ease 0s;
	height: calc(100% * 0.5625);
	max-height: 100vh;
	overflow: hidden;
}
.video-layer iframe {
  border: 0 none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
	max-height: 100vh;
}
.video_container {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.single-course .entry-header .entry-title {
  font-size: 75px;
  font-weight: 900;
  line-height: 1em;
  margin: 30px auto;
  max-width: 750px;
  text-align: center;
}
@media (max-width: 600px) {
	.single-course .entry-header .entry-title {
	  font-size: 35px;
	}
}
.numero_alumnos {
	background: url(./img/icons/birrete.svg) no-repeat left center;
	padding-left: 25px;
	font-size: 15px;
}
.entry-subtitle .numero_alumnos {
  display: inline-block;
  margin-left: 25px;
}

.meter {
    xbackground: #eedde8;
    background: #ebebeb;
    border-radius: 40px;
    margin: 0 auto 40px;
    max-width: 350px;
}
.meter span {
    background: #4ab584;
    border-radius: 20px;
    color: #fff;
    display: block;
}


/*--------------------------------------------------------------
#### Lecciones
--------------------------------------------------------------*/
.single-lesson .lesson {
  background: #f2f2f2;
	padding-bottom: 90px;
	padding-top: 90px;
}
.single-lesson .entry-title:before {
	content: url(./img/lecciones.svg);
	display: block;
}
.single-lesson #main footer {
  background: #f2f2f2;
  padding-bottom: 90px;
}
.single-lesson #main ol.comment-list footer {
    padding-bottom: 0px;
}
.single-lesson #post-entries {
    padding-bottom: 20px;
}
.single-lesson .lesson_button_form {
    padding-bottom: 90px;
}
.quiz-submit.reset {
	margin-bottom: 90px;
}
.downloads a:before {
	content: url(./img/icons/download.svg);
	display: inline-block;
	margin-right: 10px;
}
.downloads a {
	color: #808080;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title, #reply-title {
	padding: 60px 0;
	margin: 0;
	border-top: 1px solid #e4e8e9;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}
.comment-list {
	margin: 0;
	padding: 0 0 60px;
	list-style: none;
}
.comment-list .comment {
	padding-bottom: 80px;
}
.comment-list .comment:last-child {
	padding-bottom: 0px;
}
.comment-list .avatar {
  border-radius: 50%;
  margin-right: 50px;
  vertical-align: top;
}
.comment-content {
  margin: -30px 0 0 118px;
}
.comment .reply {
  margin-top: -30px;
  text-align: right;
}
.comment-list .children {
	list-style: none;
}
.comment-list .says, .comment-metadata {
	display: none;
}
.comment-awaiting-moderation {
  color: #808080;
  font-size: 12px;
  font-style: italic;
  margin: -35px 0 35px 118px;
}
.comment-notes {
	display: none;
}
#commentform input[type="text"], #commentform textarea {
  font-size: 18px;
  width: 100%;
	padding: 15px 25px;
	background: #fff;
	border: 0;
	color: #808080;
}
.form-submit {
	text-align: right;
}

#commentform input[type="submit"] {
	margin-right: 0;
}
/*--------------------------------------------------------------
## Single Profesor
--------------------------------------------------------------*/
.single-profesor .hentry .attachment-full {
  width: 100%;
}
.single-profesor .entry-header {
  margin-bottom: 130px;
  margin-top: 140px;
}
.single-profesor .entry-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 2.145em;
	font-weight: 600;
}
.single-profesor .entry-content {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.blockUI.blockOverlay {
     display: none ! important;
}


/*--------------------------------------------------------------
## Mini-cart
--------------------------------------------------------------*/
#mini-cart {
  background: #fff;
  max-width: 100%;
  min-width: 350px;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
}

@media only screen and (max-width : 992px) {
  #mini-cart { position: relative; z-index: 1000; }
}

#mini-cart img {
	display: none;
}


.badge.badge-cart {
  background: transparent;
  font-weight: 800;
  margin-left: -25px;
  margin-top: -13px;
	color: #221e1f;
}
.float .badge.badge-cart {
	color: #fff;
}
.mini_cart_item .quantity {
  font-size: 13px;
}
.cart_list .remove {
  background: #f2f2f2;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  margin-left: -20px;
  margin-top: 2px;
  padding: 0 3px;
}
.main-navigation div > ul > li.mini_cart_item {
  line-height: 1.2em;
  padding-left: 0;
}
#mini-cart li {
  display: block;
  line-height: 1.2em;
  margin-left: 0;
  padding: 0 0 30px 20px;
  text-align: left;
}
#mini-cart h4 {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
	padding: 0;
	margin: 0 0 30px 0;
	color: #221e1f;
}
.main-navigation div > ul > li .mini_cart_item a:not(.remove) {
  color: #808080 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 175px;
}
.mini_cart_item .quantity {
  color: rgb(14, 162, 175);
  float: right;
  font-size: 14px;
  font-weight: 700;
}
#mini-cart .total {
    font-size: 13px;
    line-height: 1em;
    padding-left: 20px;
    color: #221e1f;
}
#mini-cart .woocommerce-Price-amount.amount {
    color: rgb(14, 162, 175);
    float: right;
    font-weight: 700;
}
#mini-cart .btn {
  font-size: 11px;
  font-weight: 800;
  line-height: 1em;
  padding: 10px;
}
.buttons {
  line-height: 1em;
  margin: 0;
}

.widget_shopping_cart_content {
	display: block;
}

/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.edit-address label, .woocommerce-checkout label {
	display: none;
}
.edit-address p, .woocommerce-checkout p {
	margin: 0;
}
.woocommerce-account table {
		margin-top: 30px;
}
.woocommerce-account table tbody tr, .woocommerce-account table thead tr {
	background: #fff;
}
.woocommerce-account table tbody tr:last-child {
	border-radius: 4px;
	box-shadow: 0 3px rgba(0, 0, 0, 0.1);
}
.woocommerce-account table tfoot th:first-child {
	text-align: right;
	padding-right: 30px;
}
.woocommerce-account table td, .woocommerce-account table th {
    padding: 20px 0;
}
.woocommerce-account table td {
    color: #808080;
    font-size: 12px;
}
.woocommerce-account table th {
    color: #221e1f;
    font-size: 13px;
    font-weight: 900;
}
.woocommerce-account table td:first-child, .woocommerce-account table th:first-child {
    padding-left: 20px;
}
.woocommerce-account table td:last-child, .woocommerce-account table th:last-child {
    padding-right: 20px;
}
.woocommerce-account table thead {
    border-bottom: 3px solid #f2f2f2;
}
.woocommerce-account table tbody tr:nth-child(2n) {
    background: #f6f8fa;
}
.woocommerce-account .entry-content .wpcf7-form input[type="file"] {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0;
	background-color:transparent;
	color:transparent;
}

.shop_table.order_details tfoot tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}
.shop_table.order_details tfoot tr:first-child td {
    padding-top: 20px;
}
.shop_table.order_details tfoot tr:last-child td {
    padding-bottom: 20px;
}

.btn-fake {
	position: relative;
}
#upload-file-info {
	border: 1px solid #808080;
	border-right: 0;
	display: inline-block;
	line-height: 53px;
	padding: 0 20px;
	vertical-align: top;
	width: calc(100% - 174px);
}
/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.coupon {
	margin-top: 70px;
	padding: 0;
}
.actions .coupon + div {
  margin-top: 20px;
}
.checkout_coupon {
	margin-bottom: 20px;
}
#coupon_code {
  border: 1px solid #dadada;
  border-radius: 0;
  color: #dadada;
  font-size: 15px;
  line-height: 1em;
  margin: 0 0 0 20px;
  padding: 15px 20px;
  width: auto;
	background: transparent;
}
#coupon_code /* Fix */{
    color: #999;
}
.wpcf7-form .coupon label {
  color: #221e1f;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}
.entry-content .wpcf7-form input[type="submit"][name="apply_coupon"],
.entry-content .wpcf7-form input[type="submit"][name="update_cart"],
.entry-content .checkout .button.woocommerce-apply-coupon {
  background: #dadada none repeat scroll 0 0;
  border: 0 none;
  color: #221e1f;
  font-size: 12px;
  line-height: 1em;
  margin-left: 0;
  padding: 18px 20px;
}
.entry-content .wpcf7-form input[type="submit"][name="apply_coupon"],
.entry-content .wpcf7-form input[type="submit"][name="update_cart"]{	
  vertical-align: top;
}
.entry-content .woocommerce-checkout textarea {
	background: #fff;
	border: 0;
	padding: 20px 25px;
}
.wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wc_payment_methods p {
	font-size: 0.9em;
	font-style: italic;
	font-weight: 600;
}
.woocommerce-thankyou-order-details {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.woocommerce-order-received .entry-content p {
	line-height: 1.5em;
}

.woocommerce-order-received .pedido_ok p {
    margin: 20px 0 !important;
}

.woocommerce-order-received .entry-subtitle {
	display: none
}

.woocommerce-order-received .woocommerce-error {
	display: none;
}

.product-remove {
  vertical-align: top;
}
.shop_table td, .shop_table th {
  padding: 0 10px;
}
.shop_table {
	margin-left: -10px;
	margin-right: -10px;
}
td.product-thumbnail {
  min-width: 135px;
}
.shop_table .actions {
	padding: 0;
}
.added + .added_to_cart {
  display: none;
}

.product-thumbnail {
    width: 240px;
}
tr.cart_item {
	padding-bottom: 15px;
}
tr.cart_item td {
    padding: 30px 40px 30px 0;
}
table.shop_table {
  border-top: 1px solid #dadada;
  margin-top: 40px;
}

.product-name > p {
    font-size: 14px;
}
.finalizar-comprar .product-name p {
	font-weight: normal;
	font-size: 12px;
}
.entry-content .product-name > h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: none;
}
.entry-content .product-name > h4 a {
    color: #221e1f;
}
.finalizar-comprar .col-2 + #order_review_heading {
	padding-top: 30px;
}
.product-price .amount {
  color: rgb(14, 162, 175);
  font-weight: 700;
  padding-right: 10px;
}
.product-remove .remove {
  background: #fff none repeat scroll 0 0;
  color: #221e1f;
  display: inline-block;
  line-height: 1em;
  padding: 1px 3px 0px;
}

.cart_totals {
    text-align: right;
}
.order-total {
    font-size: 26px;
    font-weight: 300;
}
.cart-discount, .cart-subtotal {
	font-weight: 300;
}
.order-total strong {
	font-weight: 300;
}
.order-total small {
	font-size: 11px;
	display: block;
}
.woocommerce-cart .widget {
  margin-top: 90px;
}
.woocommerce-chekout .coupon /* Pendiente cache */{
	display: none;
}

.woocommerce-checkout-payment label {
    display: block;
    padding-left: 20px; }

.wpcf7-form .woocommerce-checkout-payment input:not([type="checkbox"]) {
	xfloat: left;
	width: inherit;
	padding: 20px 100px 20px 25px;
	line-height: 1em;
	background: #fff;
	border-width: 1px;
	color: #4ca26a;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	background-image: url(img/icons/flecha-roja.svg);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}

.woocommerce-checkout-payment li {
	clear:both;
	position: relative;
}

table.shop_table {
    border-top: 0 ;
}

tr.cart_item td {
    padding: 5px 10px;
}

.order-total {
    font-size: 16px;
}

.shop_table .order-total td, .shop_table .order-total th {
    padding: 20px 10px ;
}

.payment_method_paypal img {
	display: none;
}

#payment li.payment_method_redsys p:before {
    content: "";
    background: url(img/icons/locked.svg);
    display: inline-block;
    width: 26px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

.woocommerce-checkout #billing_address_2, .woocommerce-shipping-fields h4 {
  display: none;
}

.modal .login input:not([type="submit"]) {
  width: 100%;
}
.item_curso_precio {
  font-size: 13px;
  color: rgb();
  font-weight: 900;
  line-height: 0.923em;
}
td.item_curso_precio {
	line-height: unset;
}
.item_curso_precio s {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}
#order_review .product-name {
  color: #221e1f;
  font-weight: 900;
}
.product-total.item_curso_precio {
	text-align: right;
}
#order_review .totales {
  padding-top: 20px;
  text-align: right;
}
.wc_payment_method {
    background: #e2e2e2 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 20px;
}
.wc_payment_method label {
    color: #818181;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    padding-left: 40px;
    text-transform: uppercase;
}
.payment_box p {
    color: #9e9e9e;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding-left: 40px;
    text-align: left;
}
.wc_payment_method .input-radio {
    left: -20000px;
    position: absolute;
}
.wc_payment_method .input-radio + label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 15px;
    left: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.wc_payment_method .input-radio:checked + label::before {
    background: #9e9e9e none repeat scroll 0 0;
}
.wc_payment_method img {
    float: right;
}
#billing_email, .modal-body .login #username {
	padding-left: 45px;
	background-image: url(img/icons/correo.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#account_password, .modal-body .login #password {
	padding-left: 45px;
	background-image: url(img/icons/contrasena.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
.totales .has_coupon{
	padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	color: #ccc;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.titulo-banner-bio {
margin-bottom:0px;
}

.subtitulo-banner-bio {
font-size: 30px;
}

/******************** VKN ************************/

/* Estilos provisionales para métodos de pago */

.woocommerce-checkout-payment label {
    display: block;
    padding-left: 20px; }

.woocommerce-checkout-payment li {
clear:both;
}

table.shop_table {
    border-top: 0 ;
}

.carro tr.cart_item {
	border-bottom: 1px solid #DADADA;
}
.carro tr.cart_item:first-child {
	border-top: 1px solid #DADADA;
}
.carro tr.cart_item td {
    padding: 30px 10px;
}
.carro tr.cart_item td:first-child {
	padding-left: 0;
}
.carro tr.cart_item td.product-remove {
	padding-right: 0;
	text-align: right;
}
tr.cart_item td {
    padding: 15px 10px;
}

.order-total {
	font-size: 24px;
	padding-top: 30px;
}

.shop_table .order-total td, .shop_table .order-total th {
    padding: 20px 10px ;
}

.payment_method_paypal img {
	display: none;
}

#payment li.payment_method_redsys p:before {
    content: "";
    background: url(img/icons/locked.svg);
    display: inline-block;
    width: 26px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

/* Post individual del blog */

.entry-header.entry-image-header .row {
    height: 465px;
}

.single-post .entry-content {
    padding-top: 50px;
}

/* Otros detalles */

.cart-subtotal /* No tiene sentido sin gastos de envío */ {
	display: none;
}

.btn-regalar /* Hasta que esté operativa la opción */ {
	xdisplay: none;
}

.datos_curso li strong /* Fix */{
    line-height: 1.0;
}

#coupon_code /* Fix */{
    color: #999;
}

a.btn-big:visited /* Fix */{
	color: #f5f5f5;
}

.jsn-bootstrap3 .temario .panel-heading h4 /* Fix */ {
    line-height: 20px !important;
    padding: 20px 0;
}

/* Comentarios y otros detalles del pie de las lecciones */

.single-lesson #main ol.comment-list footer {
    padding-bottom: 0px;
}

.sensei-breadcrumb {
	clear: both;
}

.nav-next {
	text-align: inherit;
	float: right;
	width: inherit
}

/* .coupon */

.woocommerce-chekout .coupon /* Pendiente cache */{
	display: none;
}

/* thankyou page */

.woocommerce-order-received .entry-content p {
	line-height: 1.5em;
}

.woocommerce-order-received .pedido_ok p {
    margin: 20px 0 !important;
}

.woocommerce-order-received .entry-subtitle {
	display: none
}

.woocommerce-order-received .woocommerce-error {
	display: none;
}


/* #JC */
/* Modificaciones de los mensajes de error de validación del newsletter */
.formError .formErrorContent {
	font-family: inherit;
	font-size: 1em;
	background: none;
	border: none;
	left: -460px;
    padding: 65px 0 0;
    width: 500px;
}

.formError .formErrorContent br { display: none !important; }

.home_left { text-align: right; }

/* Centrado del icono del desplegable del menú */
.menu-account #svg2 { width:8px;  }
.menu-account .menu-user { font-size: 1em; }


/* Tamaño de la imagen del carrito */
a.carrito img {
	width: 32px !important;
}

.badge.badge-cart {
    margin-left: -29px;
}

/* Panel de control de las cuentas */
.account-options {
	text-align: center;
}

.account-options > div a {
	color: #fff;
	height: 213px;
	width: 213px;
	display: table-cell;
	vertical-align: bottom;
	margin: auto 0;
	padding: 5px 5px 5px 23px;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 0.5px;
}

.account-options > div a:hover {
	text-decoration: none;
}

.account-options > div > div {
	/*padding-left: 18px;  */
	background-color: #4ca26a;
	background-repeat: no-repeat;
	background-size: 88px 73px;
	background-position: center;
	width: 213px;
	height: 213px;
	margin-bottom: 10px !important;
	border: 1px solid;
	border-color: #4ca26a;
	border-radius: 3px;
	z-index: auto;
}

.account-options > div > div:hover {
	background-color: #2f844c;
}

.account-cursos {
	margin-right: 10px;
	background-image: url("img/icons/mis-cursos.svg") !important;
}

.account-pedidos {
	margin-right: 10px;
	background-image: url("img/icons/mis-pedidos.svg") !important;
}

@media (max-width:991px) and (min-width:767px) {
	.account-options > div > div {
		width: 160px;
		height: 160px;
		background-size: 70px 58px;
		margin-bottom: 10px !important;
	}

	.account-options > div a {
		width: 160px;
		height: 160px;
		line-height: 16px;
	}
}

.account-facturacion, .account-perfil, .account-facturacion:hover, .account-perfil:hover{
	margin-right: 10px;
	background-image: url("img/icons/mi-perfil.svg") !important;
}

.account-ganancias, .account-ganancias:hover {
	background-image: url("img/icons/mis-ganancias.svg") !important;
}

.account-cerrar-sesion, .account-cerrar-sesion:hover {
	background-image: url("img/icons/cerrar-sesion.svg") !important;
}

/** VKN **/

.woocommerce-order-received .pedido_comprado_ok {
	float: left;
	width: 48%;
}
.woocommerce-order-received .pedido_regalado_ok {
	float: right;
	width: 48%;
}

.woocommerce-checkout .woocommerce-generic {
	display: none;
}

.woocommerce-checkout .woocommerce-info {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

.woocommerce-checkout-payment p.wc-terms-and-conditions .input-checkbox {
	margin-left: 20px;
}

.woocommerce-checkout-payment p.wc-terms-and-conditions label {
    display: inline-block;
    padding-left: 5px;
}

#fue_subscribe_form input[type="email"]{
	background: #fff;
    xborder: 2px solid #999999;
    border: 2px solid #4ca26a;
    border-radius: 0;
    color: #999;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    min-width: 360px;
    max-width: 100%;
    padding: 20px;
    text-transform: uppercase;
}
#fue_subscribe_form input[type="submit"]
{
    background: #4ca26a;
    border: 2px solid #4ca26a;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    padding: 20px 40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;	
}
@media (max-width: 550px) {
	#fue_subscribe_form input{
		min-width: 100%;
	}
}