.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
body {
  font-family: "kepler-std", Georgia, 'Times new roman', serif;
  color: #333333;
  font-weight: 300;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 34px;
  line-height: 2.125rem;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
h1 {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
h2 {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1.3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
/*
h4 {
	.font-size(2.0);
	font-weight: 700;
	line-height: 1.4em;
}

h5 {
	.font-size(1.5);
	font-weight: 900;
	line-height: 1.4em;
}

h6 {
	.font-size(1.5);
	font-weight: 700;
	line-height: 1.4em;
}
*/
p {
  margin: 2.1875rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #f06511;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border-radius: 3.125rem;
  color: white;
  background: #f06511;
  font-weight: 700;
}
a.btn:hover {
  background: #f27529;
  text-decoration: none;
}
a.btn.btn-green {
  background: #78b832;
}
a.btn.btn-green:hover {
  background: #85c93a;
}
a.btn.btn-light {
  background: white;
  border: solid 0.0625rem #d4d4d4;
  color: #595959;
  font-size: 0.5em;
}
a.btn.btn-light:hover {
  background: #eeeeee;
}
a.btn-featured-download {
  background: url(../img/download.svg) 1em center no-repeat #78b832;
  color: white;
  padding: 1em 2em 0.7em 4em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  border: solid 0.125rem white;
}
a.btn-featured-download .small {
  display: block;
  font-size: 0.8em;
  text-transform: none;
  font-weight: 400;
  line-height: 1em;
}
a.btn-featured-download:hover {
  background-color: #85c93a;
  text-decoration: none;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
}
pre {
  padding: 2em;
  background: #bfbfbf;
}
table {
  width: 100%;
}
table th {
  background: #d4d4d4;
  padding: 0.5em;
  border-right: 0.0625rem solid white;
}
table td {
  border-bottom: solid 0.0625rem #a1a1a1;
  padding: 0.5em;
}
blockquote {
  font-family: "kepler-std", Georgia, 'Times new roman', serif;
  font-style: italic;
  margin-left: 0;
  color: #808080;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 1.875rem 0;
  border-bottom: solid 0.0625rem #d4d4d4;
  border-top: solid 0.0625rem #d4d4d4;
}
blockquote cite {
  font-weight: 700;
  font-size: 0.8em;
}
blockquote cite::before {
  content: "- ";
}
blockquote.testimonio {
  text-align: left;
  border-bottom: 0;
  border-top: 0;
  border-left: solid 0.125rem #d4d4d4;
  margin-left: 1.5em;
  padding: .5em 0 .5em 2.5em;
  font-size: 1em;
}
blockquote.testimonio p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
blockquote.testimonio img {
  width: 3em;
  margin-left: -4em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  float: left;
}
hr {
  content: " ";
  display: block;
  width: 4em;
  height: 0.0625rem;
  border: 0;
  border-top: solid 0.0625rem #d4d4d4;
  margin: 2em 0;
  clear: both;
}
hr.center {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
@media only screen and (max-width: 35.6rem) {
  body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  p {
    margin: 1.5em 0;
  }
  blockquote {
    font-size: 1.2em;
    padding: 1.3em 0;
  }
  blockquote .alignleft {
    float: left;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 25px auto;
    max-width: 100%;
    width: 100%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cols {
  text-align: left;
}
.cols .col2 {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3em;
}
.cols .col2:nth-child(2n) {
  margin-right: 0;
}
.cols .col2:nth-child(2n+3) {
  clear: left;
}
.cols .col3 {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3em;
}
.cols .col3:nth-child(3n) {
  margin-right: 0;
}
.cols .col3:nth-child(3n+4) {
  clear: left;
}
.cols .col3x2 {
  float: right;
  width: 65%;
  clear: right;
  margin-bottom: 3em;
}
.cols .col4 {
  float: left;
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 3em;
}
.cols .col4:nth-child(4n) {
  margin-right: 0;
}
.cols .col4:nth-child(4n+5) {
  clear: left;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols {
  *zoom: 1;
}
.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
  max-width: 50%;
}
.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}
.aligncenter {
  display: block;
  margin: 1.5em auto;
}
.gallery-caption,
.wp-caption-text {
  margin: 0 0 0.5em 0;
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  color: #8c8c8c;
}
.wp-caption {
  max-width: 100%;
}
.bypostauthor {
  background: #dcdcdc;
}
.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 40px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 40px;
}
*/
@media only screen and (max-width: 29.8rem) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 25px auto;
    max-width: 100%;
    width: 100%;
  }
  .cols .col3,
  .cols .col4,
  .cols .col3x2 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.share-post {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
.share-post i {
  font-size: 1.3em;
  padding-left: 0.5em;
  vertical-align: middle;
}
.share-post a {
  font-size: 0.7em;
}
#global-container {
  padding-top: 4.0625rem;
}
.container {
  width: 90%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/************ MODAL ************/
#wbounce-modal {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  background-image: linear-gradient(to center right, rgba(248, 0, 255, 0.9), rgba(0, 57, 147, 0.9));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  /*
DEVOLVER DESPUËS DE WP1030
#wbounce-modal {
	font-family: @font-sans;
	font-size: 0.8em;
	background: rgba(240, 101, 17, .8);
	
	.modal-title,
	.modal-body {
		cursor: text;
	}
  	
    .modal-footer {
	    font-size: 0.8em;
	}
	
	.wbounce-modal-sub {
		box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	}
	
	input {
		font-size: 1em;
	}
	
*/
  /*
	.underlay {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		cursor: pointer;
		-webkit-animation: fadein 0.5s;
		animation: fadein 0.5s;
	}
	
	.modal {
	  width: 90%;
	  max-width: 600px;
	  min-height: 400px;
	  background-color: @color-light-grey;
	  z-index: 12;
	  position: absolute;
	  margin: auto;
	  top: 130px;
	  right: 0;
	  left: 0;
	  border-radius: 4px;
	  -webkit-animation: popin 0.3s;
	  animation: popin 0.3s;
	}
	
	.modal-title {
	  .font-size(1.8);
	  background-color: @color-text;
	  color: white;
	  padding: 10px;
	  margin: 0;
	  border-radius: 4px 4px 0 0;
	  text-align: center;
	}
	
	h3 {
	  color: white;
	  .font-size(1.8);
	  font-weight: 900;
	  margin: 0.2em;
	  text-transform: uppercase;
	}
	
	.modal-body {
	  padding: 40px 35px 20px 35px;
	  font-size: 0.9em;
	}
	
	h2 {
	  margin-top: 0;
	}
	
	p {
	  margin: 10px 0;
	  line-height: 1.4em;
	}
	
	form {
		margin-top: 35px;
		text-align: center;
		
		input[type="text"],
		input[type="email"] {
			padding: 12px;
			font-size: 1.2em;
			width: 300px;
			border-radius: 4px;
			border: 1px solid #ccc;
			-webkit-font-smoothing: antialiased;
		}
		
		input[type="submit"] {
		  text-transform: uppercase;
		  font-weight: bold;
		  padding: 12px;
		  font-size: 1.1em;
		  border-radius: 4px;
		  color: #fff;
		  background-color: @color-secondary;
		  border: none;
		  cursor: pointer;
		  -webkit-font-smoothing: antialiased;
		}
	}
	
	a.cta {
	  display: inline-block;
	  text-transform: uppercase;
	  font-weight: bold;
	  padding: 12px 35px;
	  font-size: 1.1em;
	  .rounded-corners(4px);
	  color: #fff;
	  background-color: @color-secondary;
	  border: none;
	  cursor: pointer;
	  -webkit-font-smoothing: antialiased;
	  margin-top: 20px;
	}
	
	.modal-footer {
		text-align: center;
		position: static;
		padding: 0 20px 20px 20px;
		text-align: center;
	
		p {
			text-transform: capitalize;
			cursor: pointer;
			display: inline;
			border-bottom: 1px solid #344a5f;
		}
	}
	
	<div class="modal-title">
	<h3>ACCEDE GRATIS</h3>
	</div>
	<div class="modal-body">
				<h2>KIT DE AYUDA AL DISEÑADOR WEB</h2>
	
				<p>Suscríbete a mi newsletter y accederás a guías educativas sobre diseño web, un set de fotografías en alta resolución, plantillas de diseño y plantillas HTML para que uses libremente en tu propio sitio web o en el de tus clientes.</p>
				
				<form class="inline-form cf" action="http://correomasivo.apkestudio.com/t/r/s/tjiyjkh/">
			<input type="text" placeholder="Tu Nombre" id="fieldName" name="cm-name" />
			<input type="email" placeholder="Tu Email" id="fieldEmail" name="cm-tjiyjkh-tjiyjkh" required />
			<input type="submit" value="¡ACCEDER!" />
		</form>	
		
		<div class="privacy">
			<i class="fa fa-lock"></i> Confidencialidad. Nunca SPAM. Puedes darte de baja cuando quieras.
		</div><!-- /.privacy -->
	</div>
			
	<div class="modal-footer">
		<p>No gracias, no me interesa el diseño web.</p>
	</div>
*/
}
#wbounce-modal .modal-body {
  cursor: text;
  background: white;
  padding: 3em 2em;
}
#wbounce-modal img {
  max-width: 230px;
  margin-bottom: 1em;
}
#wbounce-modal h2 {
  margin-top: 0;
}
#wbounce-modal h3 {
  color: #333333;
}
#wbounce-modal .modal-footer {
  font-size: 0.8em;
}
#wbounce-modal .wbounce-modal-sub {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
#wbounce-modal input {
  font-size: 1em;
}
#wbounce-modal input[type="email"],
#wbounce-modal input[type="text"] {
  background: #e6e6e6;
}
#main-header {
  background: #293037;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header-logo {
  height: 4.0625rem;
  width: 5.875rem;
  background: #6a7c8f;
  text-align: center;
  display: block;
  float: left;
  line-height: 4.0625rem;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-logo .hover-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  left: 5.875rem;
  top: 0;
  bottom: 0;
  color: white;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-size: 18px;
  font-size: 1.125rem;
  background: #293037;
  text-align: left;
  padding: 0 2.5rem 0 1.25rem;
}
.header-logo .hover-title .title {
  display: block;
  padding-top: 0.9375rem;
  font-weight: 800;
}
.header-logo .hover-title .description {
  display: block;
  font-size: 0.7em;
}
.header-logo:hover {
  background: #f06511;
}
.header-logo:hover .hover-title {
  opacity: 1;
  visibility: visible;
}
.header-logo img {
  vertical-align: middle;
  width: 3.375rem;
}
.navicon {
  display: none;
}
#main-nav {
  position: relative;
  float: right;
  padding-right: 1.25rem;
}
#main-nav ul,
#main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
#main-nav ul {
  float: left;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
#main-nav ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 4.0625rem;
  text-transform: uppercase;
  position: relative;
}
#main-nav ul li a {
  display: block;
  padding: 0 0.8125rem;
  color: white;
}
#main-nav ul li a:hover {
  background: #3f4954;
  text-decoration: none;
}
#main-nav ul li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
#main-nav ul li.featured {
  line-height: 2.1875rem;
}
#main-nav ul li.featured a {
  background: #f06511;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  padding: 0 1.5625rem;
}
#main-nav ul li.featured a:hover {
  background: #78b832;
}
#main-nav ul li > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 12.5rem;
  left: 0;
  top: 5rem;
  z-index: 10;
  font-weight: 400;
  text-transform: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  background: #f06511;
}
#main-nav ul li > ul li {
  display: block;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 400;
}
#main-nav ul li > ul li a {
  border-bottom: none;
  display: block;
  padding: 0.5em 1.5em;
  color: white;
}
#main-nav ul li > ul li a:hover {
  border-bottom: none;
  background: #da5b0e;
  color: white;
}
#main-nav ul li > ul li.current > a,
#main-nav ul li > ul li.current-menu-item > a,
#main-nav ul li > ul li.current-page-item > a {
  color: white;
  background: #da5b0e;
}
#main-nav ul li > ul li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
#main-nav ul li > ul li > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 12.5rem;
  top: 0;
}
@media only screen and (max-width: 53.12rem) {
  .navicon {
    display: block;
    color: white;
    height: 4.0625rem;
    line-height: 4.0625rem;
    width: 5.875rem;
    float: right;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
  }
  .navicon.open {
    background: #f06511;
  }
  #main-nav {
    float: none;
    padding: 0;
    clear: both;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #main-nav.show {
    display: block;
  }
  #main-nav ul {
    float: none;
    width: 100%;
  }
  #main-nav ul li {
    display: block;
    width: 100%;
    border-top: solid 0.0625rem #4a5663;
  }
  #main-nav ul li a {
    display: block;
    padding: 0 0.8125rem;
    color: white;
  }
  #main-nav ul li.featured {
    line-height: 4.0625rem;
  }
  #main-nav ul li.featured a {
    padding: 0 0.8125rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
/*
.cta-bar {
	display: block;
	width: 100%;
	background: @color-secondary;
	
	// WP1030 
	//background-image: 
	//	linear-gradient(to right, #F800FF, #003993);
	//background-position: center center;
	//background-repeat: no-repeat;
	//background-size: cover;
	
	
	
	color: white;
	text-align: center;
	font-family: @font-sans;
	font-size: 0.8em;
	padding: 0.3em 0;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	
	span {
		background: darken(@color-secondary, 10%);
		padding: 0.2em 1em;
		.rounded-corners(0.3125rem);
	}
	
	&:hover {
		text-decoration: none;
		background-color: lighten(@color-secondary, 10%);
		
		span {
			background: darken(@color-secondary, 15%);
		}
	}
	
	.btn {
		font-size: 0.9em;
		
		//WP1030 
		//background: transparent;
		//border: solid 2px white;
	}
}

#main-header {
	margin-top: 2.8125rem;
	position: relative;
}

.single-course {
	margin-top: 2.8125rem;
}

#global-container {
  padding-top: 0;
}


@media only screen and (max-width: 47.9rem) {
	.cta-bar {
		height: auto;
		position: static;
	}
	
	#main-header {
		margin-top: 0;
	}
	
//	.cta-bar {
//		height: 5rem;
//	}
//	
//	#main-header {
//		margin-top: 5rem;
//	}

}

.postid-1578 .cta-bar,
.postid-1821 .cta-bar {
	display: none;
}
/**/
#sidebar {
  width: 30%;
  float: right;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 54.5625rem) {
  #sidebar {
    width: 100%;
    float: none;
  }
}
.widget {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 3em;
}
.widget:last-child {
  border-bottom: 0;
}
.widget ul {
  margin: 0;
  padding-left: 0;
}
.widget ul li {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.widget ul li::before {
  content: '\F105';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #f06511;
}
.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1.5em 0;
  border-bottom: solid 0.1875rem #dcdcdc;
  font-style: normal;
}
.widget-title span {
  display: inline-block;
  border-bottom: solid 0.1875rem #bbbbbb;
  margin-bottom: -0.1875rem;
}
#sidebar .curso-actions {
  display: none;
}
.widget_apk_subscribe .subscribe-form {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 2.5rem 1.25rem;
  margin: 0;
}
.widget_apk_subscribe .subscribe-form p {
  margin-bottom: 1.25rem;
  color: #a4b0bb;
}
.widget_apk_subscribe .subscribe-form input {
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -ms-border-radius: 1.875rem;
  -o-border-radius: 1.875rem;
  border-radius: 1.875rem;
  margin-bottom: 0.625rem;
}
.widget_apk_subscribe .subscribe-form .privacy {
  font-size: 0.8em;
}
.hero-section {
  background: url(../img/francisco-home.jpg) center center no-repeat #293037;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 6em 0 8em 0;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
}
.hero-section h2 {
  margin-top: 0;
  font-size: 2em;
}
.hero-section header,
.hero-section .text {
  padding-right: 40%;
}
@media only screen and (max-width: 63.75rem) {
  .hero-section {
    background-image: url(../img/francisco-home-2.jpg);
    background-position: left center;
    padding: 6em 0 8em 0;
    color: white;
  }
  .hero-section header,
  .hero-section .text {
    padding-right: 0;
    text-align: center;
  }
}
#subscribe-kit {
  background: #293037;
  position: relative;
  display: none;
}
#subscribe-kit .subscribe-form {
  margin-top: 0;
}
#subscribe-kit i.fa-times {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 1.3em;
  color: #808080;
  cursor: pointer;
}
.home-cursos {
  border-top: solid 0.25rem #d4d4d4;
  border-bottom: solid 0.25rem #d4d4d4;
  background: #f3f3f3;
  padding: 3em 0;
}
.home-cursos h2 {
  margin: 0;
}
.home-cursos p {
  margin: 1em 0;
}
.home-cursos .widget_apk_featured_courses {
  margin-top: 2em;
}
.home-cursos .curso-resume {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3em;
}
.home-cursos .curso-resume:nth-child(3n) {
  margin-right: 0;
}
.home-cursos .curso-resume:nth-child(3n+4) {
  clear: left;
}
@media only screen and (max-width: 43.75rem) {
  .home-cursos .curso-resume {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .home-cursos .curso-resume img {
    display: inline;
  }
}
.home-posts {
  padding: 3em 0;
}
.home-posts h2 {
  margin: 0;
}
.home-posts .posts-list {
  margin-top: 2em;
}
.blog-header {
  background: url(../img/blog-header.jpg) center center no-repeat #293037;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 3.5em 0;
  color: white;
  text-align: center;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  margin-bottom: 2em;
}
.blog-header h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}
.blog-header .subscribe-form {
  background: transparent;
  padding: 0 12.5rem;
  margin: 0 auto;
}
.blog-header .privacy {
  color: #c1c9d1;
  font-size: 0.8em;
}
@media only screen and (max-width: 60.875rem) {
  .blog-header .subscribe-form {
    padding: 0 2em;
  }
}
/************ HUEVOS REVUELTOS HEADER ************/
.huevosrevueltos-header {
  padding: 1.5em 0;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  margin-bottom: 2em;
  background: #eeeeee;
  border-bottom: solid 0.0625rem #d4d4d4;
}
.huevosrevueltos-header h1 {
  margin: 0;
}
.huevosrevueltos-header .subscribe-form {
  background: transparent;
  padding: 0 12.5rem;
  margin: 0 auto;
}
.huevosrevueltos-header .subscribe-form input[type="text"],
.huevosrevueltos-header .subscribe-form input[type="email"] {
  border: solid 0.0625rem #d4d4d4;
}
.huevosrevueltos-header .privacy {
  color: #a1a1a1;
  font-size: 0.8em;
}
.huevosrevueltos-header p {
  font-size: 0.8em;
  line-height: 1.55em;
  color: #666666;
  margin-top: 1em;
}
.huevosrevueltos-header .col2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 60.875rem) {
  .huevosrevueltos-header .subscribe-form {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 44.375rem) {
  .huevosrevueltos-header .col2 {
    margin: 0 0 1em 0;
    width: 100%;
    float: none;
  }
}
.blog-content {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 54.5625rem) {
  .blog-content {
    width: 100%;
    float: none;
  }
}
.recent {
  margin-bottom: 2em;
}
.recent h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 0.7em 0;
}
.recent h2 a {
  color: #333333;
}
.recent h2 a:hover {
  color: #f06511;
  text-decoration: none;
}
.recent h2 i {
  color: #bbbbbb;
  padding-left: 0.1em;
}
.recent .meta {
  font-size: 0.6em;
  margin-bottom: 0.5em;
}
.recent p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.recent .featured {
  display: inline-block;
  background: #78b832;
  color: white;
  padding: 0.3em 1em 0.1em 1em;
  vertical-align: middle;
  margin-right: 0.2em;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.resume {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resume .meta {
  font-size: 0.6em;
  margin-bottom: 0.3em;
}
.resume h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 0;
}
.resume h2 a {
  color: #333333;
}
.resume h2 a:hover {
  color: #f06511;
  text-decoration: none;
}
.resume h2 i {
  color: #bbbbbb;
  padding-left: 0.1em;
}
.resume p {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.resume .readmore {
  font-size: 0.6em;
  line-height: 1.4em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.posts-list {
  border: solid 0.0625rem #d4d4d4;
  border-top-width: 0.25rem;
  border-bottom-width: 0.1875rem;
}
.posts-list .resume {
  width: 50%;
  float: left;
  padding: 1.875rem;
  padding-bottom: 0;
  min-height: 29.375rem;
  height: 29.375rem;
  overflow: hidden;
  border-right: solid 0.0625rem #d4d4d4;
  border-bottom: solid 0.0625rem #d4d4d4;
}
.posts-list .resume:nth-child(2n+2) {
  border-right: 0;
}
.posts-list.posts-list-3cols .resume {
  width: 33.3%;
  min-height: 29.375rem;
  height: 29.375rem;
}
.posts-list.posts-list-3cols .resume:nth-child(2n+2) {
  border-right: solid 0.0625rem #d4d4d4;
}
.posts-list.posts-list-3cols .resume:nth-child(3n+3) {
  border-right: none;
}
@media only screen and (max-width: 63.75em) {
  .posts-list.posts-list-3cols .resume {
    width: 50%;
    float: left;
    height: 29.375rem;
  }
  .posts-list.posts-list-3cols .resume:nth-child(3n+3) {
    border-right: solid 0.0625rem #d4d4d4;
  }
  .posts-list.posts-list-3cols .resume:nth-child(2n+2) {
    border-right: 0;
  }
}
@media only screen and (max-width: 40.56rem) {
  .posts-list .resume {
    width: 100%;
    float: none;
    height: auto;
    min-height: inherit;
    padding-bottom: 2em;
  }
  .posts-list.posts-list-3cols .resume {
    width: 100%;
    height: auto;
    min-height: inherit;
    padding-bottom: 2em;
  }
}
.posts-navigation {
  margin: 1.875rem auto 3.75rem auto;
  text-align: center;
  font-size: 0.7em;
  line-height: 2em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
.posts-navigation span,
.posts-navigation a {
  border: solid 0.0625rem #d4d4d4;
  border-left: 0;
  float: left;
  padding: 0 0.8125rem;
  color: #808080;
}
.posts-navigation span.current,
.posts-navigation a.current {
  background: #e1e1e1;
}
.posts-navigation span:first-child,
.posts-navigation a:first-child {
  border-left: solid 0.0625rem #d4d4d4;
  -webkit-border-top-left-radius: 1.875rem;
  -webkit-border-bottom-left-radius: 1.875rem;
  -moz-border-radius-topleft: 1.875rem;
  -moz-border-radius-bottomleft: 1.875rem;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.posts-navigation span:last-child,
.posts-navigation a:last-child {
  -webkit-border-top-right-radius: 1.875rem;
  -webkit-border-bottom-right-radius: 1.875rem;
  -moz-border-radius-topright: 1.875rem;
  -moz-border-radius-bottomright: 1.875rem;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.posts-navigation a:hover {
  text-decoration: none;
  color: white;
  background: #f06511;
}
.resume-huevosrevueltos {
  text-align: center;
}
.resume-huevosrevueltos h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 44.375rem) {
  .cols .resume-huevosrevueltos {
    width: 100%;
    float: none;
    margin: 0 0 1em 0;
  }
}
.single-page {
  padding: 3.75rem 12.5rem;
}
.single-page .featured-image {
  margin-bottom: 2em;
}
.single-page blockquote,
.single-page figure.aligncenter,
.single-page div.aligncenter,
.single-page .subscribe-form {
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}
.single-page blockquote.testimonio {
  margin-left: 1.5em;
  margin-right: 0;
}
.single-page .video {
  margin-bottom: 2em;
}
.single-page figure.aligncenter {
  width: auto !important;
  max-width: none !important;
}
.single-page figure.aligncenter img {
  margin: 0 auto;
  display: block;
}
.single-page h2 {
  margin-top: 2em;
}
.single-page h2:first-child {
  margin-top: 0;
}
.single-page .posts-navigation {
  text-align: center;
  margin: 5rem 0 0 0;
  font-family: "kepler-std", Georgia, 'Times new roman', serif;
}
.single-page .posts-navigation span,
.single-page .posts-navigation a {
  display: inline-block;
  padding: 0 0.8125rem;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
}
.single-page .posts-navigation a:hover {
  background: #f06511;
  text-decoration: none;
  color: white;
}
.single-page .post-date {
  margin: 2em 0 0 0;
  font-style: italic;
  font-size: 0.8em;
}
.single-page .post-date::before {
  content: " ";
  display: block;
  width: 3em;
  height: 0.0625rem;
  border-bottom: solid 0.0625rem #d4d4d4;
  margin: 2em 0;
}
.single-page .post-tags {
  font-style: italic;
  font-size: 0.8em;
}
.single-page .post-tags a {
  color: #999999;
  padding-right: 0.5em;
}
.single-page .post-tags a::before {
  content: "#";
}
.single-page ol li,
.single-page ul li {
  margin-bottom: 1em;
}
.single-page .share-post {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.single-page .share-post a {
  display: inline-block;
  color: white !important;
  padding: 0 1em;
  line-height: 2em;
  margin: 0.1em;
}
.single-page .share-post a:hover {
  padding: 0 1.5em;
  text-decoration: none;
}
.single-page .share-post a i {
  padding-right: 1em;
  padding-left: 0;
}
.single-page .share-post .facebook {
  background: #3b5998;
}
.single-page .share-post .twitter {
  background: #55acee;
}
.single-page .share-post .googleplus {
  background: #dd4b39;
}
.single-page .share-post .pinterest {
  background: #cc2127;
}
.single-page-header {
  text-align: center;
  margin-left: -6.25rem;
  margin-right: -6.25rem;
  margin-bottom: 1.5em;
}
.single-page-header h1 {
  margin: 0;
  font-size: 2.4em;
}
.single-page-header h2 {
  margin-top: 0;
}
.single-page-header small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #78899a;
  display: block;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
.single-post-header {
  text-align: center;
  margin-left: -6.25rem;
  margin-right: -6.25rem;
  margin-bottom: 2em;
}
.single-post-header time {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 0.6em;
  color: #d4d4d4;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-post-header time::before,
.single-post-header time::after {
  content: " - ";
}
.single-post-header:hover time {
  opacity: 1;
}
.single-post-header h1 {
  margin: 0;
  font-size: 2.4em;
}
.meta {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  text-transform: capitalize;
  margin-top: 0.3;
  color: #bbbbbb;
  line-height: 1.3em;
}
.meta a {
  color: #bbbbbb;
}
.meta a:hover {
  color: #f06511;
  text-decoration: none;
}
.subscribe-form {
  margin-top: 2.5rem;
  background: #293037;
  color: white;
  padding: 2.5rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  -o-border-radius: 0.7rem;
  border-radius: 0.7rem;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: center;
}
.subscribe-form h4 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}
.subscribe-form p {
  margin: 0;
  font-size: 0.9em;
}
.subscribe-form input {
  width: 100%;
}
.subscribe-form input[type="submit"] {
  background: #78b832;
  text-transform: uppercase;
  border: 0;
}
.subscribe-form input[type="submit"]:hover {
  background: #85c93a;
}
.subscribe-form .inline-form {
  margin-top: 1.875rem;
  text-align: center;
}
.subscribe-form .inline-form input {
  width: 33%;
}
.subscribe-form .inline-form input[type="email"] {
  /*
				border-left: solid 4px @color-dark;
				border-right: solid 4px @color-dark;
				*/
  margin-left: 0.5%;
  margin-right: 0.5%;
}
#wbounce-modal .inline-form {
  margin-top: 1.875rem;
  text-align: center;
}
#wbounce-modal .inline-form input {
  width: 33%;
}
#wbounce-modal .inline-form input[type="email"] {
  /*
			border-left: solid 4px @color-dark;
			border-right: solid 4px @color-dark;
			*/
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.privacy {
  margin: 1em 0;
  text-align: center;
  color: #78899a;
  font-size: 0.8em;
}
.privacy i {
  font-size: 1.2em;
  vertical-align: middle;
}
@media only screen and (max-width: 44.375rem) {
  .subscribe-form .inline-form input,
  .subscribe-form .inline-form input:first-child,
  .subscribe-form .inline-form input:last-child {
    width: 100%;
    margin-bottom: 0.5em;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
  }
  .subscribe-form .inline-form input[type="email"],
  .subscribe-form .inline-form input:first-child[type="email"],
  .subscribe-form .inline-form input:last-child[type="email"] {
    margin-left: 0;
    margin-right: 0;
  }
  #wbounce-modal .inline-form input,
  #wbounce-modal .inline-form input:first-child,
  #wbounce-modal .inline-form input:last-child {
    width: 100%;
    margin-bottom: 0.5em;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
  }
  #wbounce-modal .inline-form input[type="email"],
  #wbounce-modal .inline-form input:first-child[type="email"],
  #wbounce-modal .inline-form input:last-child[type="email"] {
    margin-left: 0;
    margin-right: 0;
  }
}
#comments {
  background: #fafafa;
  border-top: solid 0.25rem #eeeeee;
}
#comments .comments-area {
  padding: 3.75rem 12.5rem;
}
#comments h3 {
  font-weight: 700;
  text-transform: none;
  margin: 0;
  font-style: normal;
}
#comments #comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  margin-top: 3em;
}
#comments #comments-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  margin-top: 2em;
}
#comments #comments-list li.bypostauthor {
  position: relative;
}
#comments #comments-list li.bypostauthor::after {
  content: "AUTOR";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  position: absolute;
  left: -1.875rem;
  top: 0.3em;
  background: #78b832;
  color: white;
  padding: 0.3em 0.5em;
}
#comments #comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border-left: solid 0.1875rem #bbbbbb;
  margin-left: 1.875rem;
}
#comments #comments-list .children li {
  padding-left: 2.4375rem;
}
#comments #comments-list .vcard {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
#comments #comments-list .vcard img {
  float: left;
  margin-right: 0.9375rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -ms-border-radius: 1.875rem;
  -o-border-radius: 1.875rem;
  border-radius: 1.875rem;
}
#comments #comments-list .comment-metadata {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
#comments #comments-list .comment-metadata a {
  color: #999999;
}
#comments #comments-list .reply {
  margin-bottom: 3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
#comments #comments-list .reply a {
  display: inline-block;
  font-size: 0.7em;
}
#comments #comments-list .comment-content {
  border-top: solid 0.0625rem #dcdcdc;
  padding-top: 0.9375rem;
  clear: both;
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
#comments #commentform {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1.5em;
}
#comments #commentform input {
  width: 32.6%;
  float: left;
}
#comments #commentform input#author {
  -webkit-border-top-left-radius: 1.875rem;
  -webkit-border-bottom-left-radius: 1.875rem;
  -moz-border-radius-topleft: 1.875rem;
  -moz-border-radius-bottomleft: 1.875rem;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  margin-right: 1%;
}
#comments #commentform input#url {
  -webkit-border-top-right-radius: 1.875rem;
  -webkit-border-bottom-right-radius: 1.875rem;
  -moz-border-radius-topright: 1.875rem;
  -moz-border-radius-bottomright: 1.875rem;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  margin-left: 1%;
}
#comments #commentform textarea {
  clear: both;
  margin-top: 1em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
#comments #commentform .comment-notes {
  margin: 0;
  font-size: 0.8em;
  color: #999999;
  font-style: italic;
}
#comments #commentform .form-submit {
  margin-top: 0.3em;
}
#comments #commentform label {
  display: block;
}
@media only screen and (max-width: 71.875rem) {
  .single-page {
    padding: 3.75rem 7.5rem;
  }
  .single-page blockquote,
  .single-page figure.aligncenter,
  .single-page div.aligncenter,
  .single-page .subscribe-form {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  #comments .comments-area {
    padding: 3.75rem 7.5rem;
  }
  .single-page-header,
  .single-post-header {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
}
@media only screen and (max-width: 61.0625rem) {
  .single-page {
    padding: 3.75rem 2.5rem;
  }
  .single-page blockquote,
  .single-page figure.aligncenter,
  .single-page div.aligncenter,
  .single-page .subscribe-form {
    margin-left: 0;
    margin-right: 0;
  }
  #comments .comments-area {
    padding: 3.75rem 2.5rem;
  }
  .single-page-header,
  .single-post-header {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-header h1,
  .single-post-header h1 {
    font-size: 2em;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 35.6rem) {
  .single-page,
  #comments .comments-area {
    padding: 3.75rem 0;
  }
  #comments #commentform input {
    width: 100%;
    float: none;
  }
  #comments #commentform input#author,
  #comments #commentform input#email,
  #comments #commentform input#url {
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
    margin: 0 0 0.5em 0;
  }
}
#cursos-page .single-page-header {
  margin-bottom: 0;
}
#cursos-page .cursos-image {
  float: left;
  width: 30%;
}
#cursos-page .cursos-content {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 29.9375rem) {
  #cursos-page .cursos-image,
  #cursos-page .cursos-content {
    float: none;
    width: 100%;
  }
}
.cursos-list {
  padding: 3.5em 0;
}
.curso-resume-large {
  border-bottom: solid 0.0625rem #d4d4d4;
  padding: 0 2em 3em 2em;
  margin-bottom: 3em;
}
.curso-resume-large:last-child {
  border-bottom: 0;
}
.curso-resume-large:nth-child(2n) img {
  float: right;
}
.curso-resume-large:nth-child(2n) .curso-text {
  float: left;
}
.curso-resume-large h2 {
  margin: 0;
}
.curso-resume-large h2 a {
  color: #333333;
}
.curso-resume-large h2 a:hover {
  text-decoration: none;
  color: #f06511;
}
.curso-resume-large img {
  float: left;
  width: 37%;
}
.curso-resume-large .curso-text {
  float: right;
  width: 60%;
}
.curso-resume-large .curso-text p {
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
@media only screen and (max-width: 60rem) {
  .curso-resume-large {
    padding: 0 0 3em 0;
  }
}
@media only screen and (max-width: 40rem) {
  .curso-resume-large:nth-child(2n) img {
    float: none;
  }
  .curso-resume-large:nth-child(2n) .curso-text {
    float: none;
  }
  .curso-resume-large img {
    float: none;
    width: auto;
  }
  .curso-resume-large .curso-text {
    float: none;
    width: 100%;
  }
}
#menu-cursos {
  border-top: solid 0.125rem #d4d4d4;
  border-bottom: solid 0.125rem #d4d4d4;
  background: #f5f5f5;
}
#menu-cursos ul,
#menu-cursos li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
#menu-cursos ul {
  text-align: center;
}
#menu-cursos ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  vertical-align: top;
}
#menu-cursos ul li a {
  padding: 1.5em 2em 1em 2em;
  display: block;
  margin-bottom: -0.1875rem;
  color: #293037;
}
#menu-cursos ul li a:hover {
  color: #f06511;
  text-decoration: none;
}
#menu-cursos ul li a:hover::before {
  opacity: 0.7;
}
#menu-cursos ul li a::before {
  display: block;
  margin-bottom: 0.5em;
}
#menu-cursos ul li.current-menu-item {
  border-left: solid 0.125rem #d4d4d4;
  border-right: solid 0.125rem #d4d4d4;
}
#menu-cursos ul li.current-menu-item a {
  background: white;
}
#menu-cursos ul li.current-menu-item.diseno-web a::before {
  content: url(../img/iconos-cursos/webdesign.svg);
}
#menu-cursos ul li.current-menu-item.wordpress-usuario a::before {
  content: url(../img/iconos-cursos/wp.svg);
}
#menu-cursos ul li.current-menu-item.desarrollo-wordpress a::before {
  content: url(../img/iconos-cursos/wpdev.svg);
}
#menu-cursos ul li.current-menu-item.ecommerce a::before {
  content: url(../img/iconos-cursos/ecommerce.svg);
}
#menu-cursos ul li.diseno-web a::before {
  content: url(../img/iconos-cursos/webdesign-lineal.svg);
}
#menu-cursos ul li.wordpress-usuario a::before {
  content: url(../img/iconos-cursos/wp-lineal.svg);
}
#menu-cursos ul li.desarrollo-wordpress a::before {
  content: url(../img/iconos-cursos/wpdev-lineal.svg);
}
#menu-cursos ul li.ecommerce a::before {
  content: url(../img/iconos-cursos/ecommerce-lineal.svg);
}
.single-course .precio {
  text-align: center;
}
.single-course .single-page-header {
  margin-bottom: 0;
}
.single-course .single-page-header small.bajada {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #78899a;
  display: block;
}
.single-course .single-page-header small.bajada::before {
  content: " ";
  display: block;
  width: 50%;
  border-bottom: 0.0625rem solid #c1c9d1;
  margin: 0.3125rem auto;
}
/************ CURSO EMAIL ************/
.single-course-email .content {
  padding: 0 3em;
}
.single-course-email .subscribe {
  background: #f3f3f3;
  border: solid 0.0625rem #d4d4d4;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 2.5em 3em;
  margin: 2em 0;
}
.single-course-email .subscribe label {
  display: block;
  color: #333333;
  font-size: 0.9em;
}
.single-course-email .subscribe p {
  margin: 0 0 0.7em 0;
}
.single-course-email .subscribe input {
  width: 100%;
}
.single-course-email .subscribe input[type="text"],
.single-course-email .subscribe input[type="email"] {
  border-color: #bbbbbb;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background: white;
  line-height: 1.5rem;
}
.single-course-email .subscribe input:focus {
  border-color: #f06511;
}
@media only screen and (max-width: 47.9375rem) {
  .single-course-email .content {
    padding: 0;
  }
  .single-course-email .subscribe {
    padding: 1em;
  }
}
.las-bases {
  background: url(../img/wp.png) center -1em no-repeat;
}
.acceso {
  text-align: center;
  margin: 0.7em 0 3em 0;
}
.acceso.acceso-footer {
  margin-top: 2em;
  margin-bottom: 4em;
}
.acceso .btn {
  font-size: 0.7em;
}
.postdata {
  margin-top: 2em;
  border-top: solid 0.125rem #d4d4d4;
  padding-top: 1em;
}
.postdata p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  color: #333333;
}
.precio {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #78b832;
}
.precio .desde {
  color: #aeaeae;
  font-weight: 400;
}
.instructor {
  border-top: solid 0.125rem #d4d4d4;
  margin-top: 2em;
  padding-top: 1em;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}
.instructor img {
  width: 4.6rem;
  -webkit-border-radius: 4.6rem;
  -moz-border-radius: 4.6rem;
  -ms-border-radius: 4.6rem;
  -o-border-radius: 4.6rem;
  border-radius: 4.6rem;
}
.instructor p {
  margin: 0.5em 0 0 0;
}
.instructor a {
  color: #293037;
}
.instructor a:hover {
  text-decoration: underline;
}
.curso-resume {
  margin-bottom: 2rem;
}
.curso-resume figura,
.curso-resume img {
  display: block;
}
.curso-resume .curso-actions {
  margin-top: 1rem;
}
.curso-resume .curso-actions .precio {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.25rem;
  float: left;
  width: 69.5%;
  background: #3f4954;
  -webkit-border-top-left-radius: 10em;
  -webkit-border-bottom-left-radius: 10em;
  -moz-border-radius-topleft: 10em;
  -moz-border-radius-bottomleft: 10em;
  border-top-left-radius: 10em;
  border-bottom-left-radius: 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.9375rem;
}
.curso-resume .curso-actions .readmore {
  line-height: 2.25rem;
  color: white;
  float: right;
  width: 30%;
  background: #78b832;
  -webkit-border-top-right-radius: 10em;
  -webkit-border-bottom-right-radius: 10em;
  -moz-border-radius-topright: 10em;
  -moz-border-radius-bottomright: 10em;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.curso-resume .curso-actions .readmore:hover {
  background: #85c93a;
  text-decoration: none;
}
@media only screen and (max-width: 64.5625rem) {
  .curso-resume .curso-actions .precio,
  .curso-resume .curso-actions .readmore {
    float: none;
    width: 100%;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
    display: block;
    text-align: center;
    margin-bottom: 0.2em;
  }
}
.single-page.webinar {
  padding-right: 0;
  padding-left: 0;
}
.single-page.webinar .single-page-header,
.single-page.webinar .single-post-header,
.single-page.webinar blockquote,
.single-page.webinar .aligncenter {
  margin-left: 0;
  margin-right: 0;
}
.single-page.webinar .webinar-content {
  width: 65%;
  float: left;
}
.single-page.webinar .webinar-sidebar {
  width: 30%;
  float: right;
}
.single-page.webinar .webinar-box {
  padding: 1.5em;
  background: #eeeeee;
  border-top: solid 0.125rem #f06511;
  margin-bottom: 2em;
  font-size: 0.8em;
  line-height: 1.3em;
}
.single-page.webinar .webinar-box h3 {
  margin: 0 0 0.5em 0;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
}
.single-page.webinar .webinar-box input {
  width: 100%;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  border-radius: 10em;
  margin-bottom: 0.5em;
}
.single-page.webinar .webinar-box form p {
  margin: 0 0 1em 0;
}
.single-page.webinar .webinar-box small {
  color: #808080;
  font-size: 0.7em;
  line-height: 1.4em;
  display: block;
  font-style: italic;
}
.single-page.webinar .webinar-box dl dt {
  display: block;
  padding: 0 0 0.3125rem 0;
  border-bottom: solid 0.125rem #d4d4d4;
  margin-bottom: 1em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
  color: #666666;
}
.single-page.webinar .webinar-box dl dd {
  margin: 0 0 2em 0;
}
.single-page.webinar .webinar-box dl dd .fecha,
.single-page.webinar .webinar-box dl dd .hora {
  font-weight: 900;
  font-style: italic;
}
.single-page.webinar .webinar-box dl dd img {
  margin: 0.5em 0;
}
.single-page.webinar .webinar-box dl dd h4 {
  margin: 0;
}
.single-page.webinar .webinar-box dl dd p {
  line-height: 1.4em;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375rem) {
  .single-page.webinar .webinar-content,
  .single-page.webinar .webinar-sidebar {
    width: 100%;
    float: none;
  }
  .single-page.webinar .webinar-box {
    margin-top: 2em;
  }
}
.alerta {
  background: #eeeeee;
  border: solid 2px #d4d4d4;
  padding: 1.5em;
  font-style: italic;
}
.alerta a {
  font-weight: 900;
}
.alerta.amarillo {
  border-color: #FFE438;
  background: #fffce3;
}
#cursos-cuotas .col2 {
  box-sizing: border-box;
  background: white;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 1em 1em 2em 1em;
}
#cursos-cuotas .col2 h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
}
#main-footer {
  background: #38424b;
  color: #95a3b0;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.3em;
}
#footer-text-area {
  padding: 40px 0;
}
#footer-text-area p {
  margin: 0;
}
#footer-text-area a {
  color: #95a3b0;
  text-decoration: underline;
}
#footer-text-area a:hover {
  color: white;
}
#footer-menu-area {
  background: #293037;
  padding: 20px 0;
}
#footer-menu-area ul,
#footer-menu-area li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
#footer-menu-area ul li {
  display: inline-block;
  line-height: 30px;
  font-size: 0.9em;
}
#footer-menu-area ul li a {
  display: inline-block;
  padding: 0 10px;
  color: #c1c9d1;
}
#footer-menu-area ul li::after {
  content: "/";
  display: inline-block;
}
#footer-menu-area ul li:last-child::after {
  content: "";
}
.landing-footer {
  text-align: center;
  padding-bottom: 40px;
}
.landing-footer img {
  max-width: 40px;
}
.landing-footer a {
  opacity: 0.5;
}
.landing-footer a:hover {
  opacity: 1;
}
input,
textarea {
  background: white;
  border: 1px solid #d4d4d4;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 100%;
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
input:focus,
textarea:focus {
  border-color: #f06511;
}
textarea {
  width: 100%;
}
input[type="submit"],
input[type="button"] {
  background: #78b832;
  color: white;
  font-weight: 700;
  border: solid 1px #78b832;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
input[type="submit"]:disabled,
input[type="button"]:disabled {
  background: #d4d4d4;
  border-color: #a1a1a1;
  cursor: not-allowed;
}
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover {
  background: #d4d4d4;
  border-color: #a1a1a1;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #85c93a;
  text-decoration: none;
}
input[type="submit"].btn-big,
input[type="button"].btn-big {
  padding: 15px 25px;
}
input[type="submit"].btn-green,
input[type="button"].btn-green {
  background: #78b832;
  border: 0;
}
input[type="submit"].btn-green:hover,
input[type="button"].btn-green:hover {
  background: #85c93a;
}
label {
  font-size: 15px;
  font-size: 0.9375rem;
}
#wbounce-modal .inline-form,
.inline-form {
  display: block;
}
#wbounce-modal .inline-form input,
.inline-form input {
  float: left;
  border: 0;
}
#wbounce-modal .inline-form input:first-child,
.inline-form input:first-child {
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#wbounce-modal .inline-form input:last-child,
.inline-form input:last-child {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wpcf7 {
  /*
	input.wpcf7-not-valid,
	textarea.wpcf7-not-valid {
		border-color: red;
	}
	*/
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="telephone"],
.wpcf7 input[type="password"],
.wpcf7 select {
  width: 100%;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: static;
  width: 100%;
  border: 0;
  color: red;
}
.mensaje {
  padding: 2em;
  background: #f5fbee;
  border: solid 2px #78b832;
  margin-bottom: 1em;
}
.ninja-forms-cont {
  background: #fafafa;
  border: solid 2px #e1e1e1;
  padding: 2em;
}
.ninja-forms-cont .ninja-forms-error-msg {
  color: red;
}
.ninja-forms-cont .ninja-forms-field-error,
.ninja-forms-cont .ninja-forms-response-msg {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.3em;
}
.ninja-forms-cont .ninja-forms-required-items {
  font-size: 0.7em;
  margin-bottom: 1em;
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  color: #808080;
  font-style: italic;
}
.ninja-forms-cont select {
  width: 100% !important;
  border: solid 0.0625rem #d4d4d4;
  height: 2.5em;
  background: white;
}
.ninja-forms-cont label {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
}
.ninja-forms-cont .ninja-forms-field-description {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.ninja-forms-cont .input-counter {
  font-family: "jaf-bernino-sans", Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  line-height: 1.2em;
  color: #808080;
}
