/* General Style */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
	font: 100%/1.4 "Source Sans 3", sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}

body, html { padding: 0; margin: 0; }

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a {
	color:#e67e22;
	text-decoration: none;
}

a:hover {
	color:#d35400;
	text-decoration: none;
}

@media (min-width: 40rem) {
	html { font-size: 112%; }
}

@media (min-width: 64rem) {
	html { font-size: 120%; }
}


h1, h2, h3, h4, h5 {
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	margin: 0;
}

h1 {
	font-size: 2.25rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 1.313rem;
	margin-bottom: .5rem;
}

@media (min-width: 40rem) {
	h1 { font-size: 3rem; }
	h2 { font-size: 2.25rem; }
	h3 { font-size: 1.5rem; }
}

p {
	max-width: 30rem; /* for better readability */
}

.headline {
    text-indent: -9999px;
    background: url(../images/Logo-TunyCrea.png) 0 0 no-repeat;
    background-size: 100%;
    width: 200px;
    height: 230px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
}
.td {
	background: url(../images/taller-diligente-blanco.png) 0 0 no-repeat;
    background-size: 100%;
	height: 128px;
}
.td-link {
    background-color: rgba(255, 255, 255, 0.75);
    color: #444;
    padding: 10px;
	transition: background-color 0.4s 0s;
	line-height: 1;
	vertical-align: middle;
}
.td-link:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #444;
}
.td-link i {
	vertical-align: sub;
    font-size: larger;
}
.talleres .td {
	height: 90px;
    background-size: contain;
}
@media (max-width: 600px) {
	.talleres .td {
		height: 60px;
	}
}
.container.talleres > header {
	width: 200px;
}
.talleres .copyright p,
.talleres .copyright a,
.login .copyright p,
.login .copyright a {
	color: #7f8c8d;
}
.container.login {
	padding: 60px;
}
.container input {
	max-width: 65%;
}
.container.login button i {
	font-size: 1.3em;
    height: 19px;
    vertical-align: bottom;
}
@media (max-width: 600px) {
	.container.login {
		padding: 30px;
		width: 100%;
	}
}
.tc {
	background: none;
	padding: 0;
	color: rgba(255, 255, 255, 0.75);
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.tc:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}
header ul {
	padding-left: 0;
}
header li {
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
}
header li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
header a img {
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
	-webkit-transition: opacity 0.4s 0s;
	transition: opacity 0.4s 0s;
}
header a img:hover {
	opacity: 1;
}
header a {
	display: block;
}

.container {
	width: 90%;
	max-width: 69em;
	margin: 0 auto 40px;
	padding: 0 30px 30px;
	text-align: center;
	position: relative;
}

.container > header {
	width: 260px;
	margin: 0;
	padding: 30px 30px 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	backdrop-filter: blur(10px);
}

.container.talleres > header {
	background: #000;
}


.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	height: 100%;
}

.container > header h1 a {
	display: block;
	height: 100%;
}

.container > header h1 {
	font-size: 34px
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before,
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

.bx-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index: 1;
}

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow:after {
	content: '';
	position: absolute;
	top: 75%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.75) 100%);
  }
.copyright {
	position:fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: .6em;
	padding: 0 30px;
}
.copyright p,
.copyright p a {
	padding:0;
	color: #fff;
	max-width: 100%;
}
.copyright p a {
	border-bottom: 1px dotted #fff;
}
.copyright a i {
    font-size: 1.3em;
    vertical-align: bottom;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "\e000";
}

span.cbp-biprev:before {
	content: "\e001";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}

@media (max-width: 600px) {
  .container.talleres > header {
    width: 154px;
  }
  header ul {
  	margin: 0
  }
}
ul.social-icons {
	margin: 30px 0;
}
ul.social-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.social-icons li a img {
	width: 50px;
	max-width: 50px;
}

ul.social-icons li:last-child a img {
	margin: 0;
}

.hidden {
	display: none;
}

#content-display {
	color: #000;
	display: none;
}

#logout-btn {
    position: absolute;
    top: 0;
    right: 30px;
	border: 0;
	background: none;
	cursor: pointer;
	padding: 15px;
	margin-right: -15px;
	font-size: 1.3em;
}

.EasyMDEContainer,
#content-display {
	text-align: left;
}

#content-display,
#editor-container {
	margin-top: 15px;
}

input {
	border: 1px solid #bdc3c7;
}

input,
button {
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 10px;
}

button {
	border: none;
	cursor: pointer;
}

.green-btn {
	background-color: #2ecc71;
	color: #fff;
}

.green-btn:hover {
	background-color: #27ae60;
}

#error-message {
	color: #e74c3c;
}

#save-status {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
}

#save-button i {
	font-size: 1.3em;
	vertical-align: middle;
}