


/*
Theme Name: Lebalap Academy
Theme URI: https://lebalap.academy/
Description: The theme for Lebalap Academy.
Author: Abel Caro
Author URI: https://abelcaro.com/

Version: 0.1

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: lebalap-academy
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
	    - RCP
	    - Login
	    - Tabby tabs
        - Gravity forms
        - Trustpilot (not plugin)
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
	    - Top banner (promo)
	    - Menu Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Grid Entries
		- Entry Messages
		- Featured Images
		- Pagination
		- Comments
		- CTA
		- Front-page
		- Classes at course
	- Sidebar
	- Top Banner
	- Footer Widgets
	- CTA
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
	- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

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

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

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

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	scroll-behavior: smooth;
}

/* Float Clearing
--------------------------------------------- */




/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: linear-gradient(90deg, rgba(29, 29, 29, 1) 0%, rgba(52, 58, 64, 1) 100%);
	color: #eeeeee;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #eeeeee;
}

a:focus,
a:hover {
	color: darkturquoise;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #fff;
}

blockquote {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-style: italic;
	margin: 40px;
	color: #eeeeee;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 40px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	color: darkturquoiset;
}

cite {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 35px;
	text-transform: uppercase;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 25px;
}

h1 {
	font-size: 54px;
	letter-spacing: -1.5px;
	line-height: 1.1;
}

h2 {
	font-size: 36px;
	letter-spacing: -0.75px;
}

h3 {
	font-size: 26px;
	letter-spacing: -0.5px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

h4 {
	font-size: 20px;
	font-style: italic;
}

h5 {
	font-size: 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.intro {
	font-size: 26px;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 12px;
	font-style: italic;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input {
	border-radius: 100px;
}

textarea {
	border-radius: 10px;
}

input,
select,
textarea {
	background-color: #fff;
	color: #343a40;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	width: 100%;
	border-radius: 20px;
	font-family: 'Montserrat', sans-serif;
}

input {
	border: 2px solid #ddd;
	color: #343a40;
	font-family: 'Montserrat', sans-serif;

}

input p {
	color: black;
}

input:focus,
select:focus,
textarea:focus {
	border: 2px solid darkturquoise;
	color: #343a40;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 1px solid #ccc;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #eeeeee;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #eeeeee;
	opacity: 1;
}

::placeholder {
	color: #343a40;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #eeeeee;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
    background: linear-gradient(135deg, #00ced1 0%, #00a8ab 100%);
    color: #1a1d20;
    padding: 16px 28px;
    border-radius: 10px;
    margin: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4),
    0 0 10px rgba(0, 206, 209, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid #00ced1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(0, 206, 209, 0.6),
    0 0 30px rgba(0, 206, 209, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #00e6ea 0%, #00ced1 100%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #343a40;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #000;
}

.button {
	display: inline-block;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #000;
	border: 2px solid #00ced1;
	border-radius: 16px;
	box-shadow: none;
	color: #222;
	-moz-outline-radius: 100px;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.button.secondary:focus,
.button.secondary:hover {
	background-color: #000;
	box-shadow: none;
	color: #00ced1;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
.button.text,
.comment-reply-link,
a.more-link.button.text {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #00ced1;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	color: #222;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
	text-decoration: none;
	text-transform: uppercase;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.comment-reply-link:focus,
.comment-reply-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #00ced1;
	border-radius: 0;
	color: #00ced1;
	padding: 16px 0 6px 0;
	-moz-outline-radius: 0;
}

a.button.small.text,
button.small.text,
input[type="button"].small.text,
input[type="reset"].small.text,
input[type="submit"].small.text {
	padding: 16px 0 6px 0;
}

a.button.large.text,
button.large.text,
input[type="button"].large.text,
input[type="reset"].large.text,
input[type="submit"].large.text {
	padding: 20px 0 6px 0;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 14px;
	padding: 13px 24px 9px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.2);
	color: #666;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #eeeeee;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 880px;
}

.academy-grid .content,
.half-width-entries .content {
	max-width: none;
	width: 100%;
}

.single-post.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 880px;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Search form
--------------------------------------------- */

.search-form-submit {
	margin-top: 20px;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #666;
	font-size: 16px;
	margin: 0 auto 20px auto;
	max-width: 1200px;
	padding: 10px 0;
	text-align: center;
}

.single-post .breadcrumb {
	margin-bottom: 40px;
}

.error404.sidebar-content .breadcrumb,
.error404.content-sidebar .breadcrumb,
.search-results.sidebar-content .breadcrumb,
.search-results.content-sidebar .breadcrumb,
.single-post.content-sidebar .breadcrumb,
.single-post.sidebar-content .breadcrumb {
	margin: 0 auto 20px auto;
	text-align: left;
}

.after-entry,
.author-box {
	font-size: 18px;
	margin-bottom: 40px;
}

.full-width-content .after-entry {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.archive-description {
	margin-bottom: 100px;
}

.author-box {
	margin: 60px 0;
}

.full-width-content .author-box {
	margin: 60px auto;
	max-width: 720px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	text-align: center;
}

.remodal {
	border-radius: 15px;
	font-family: 'Montserrat', sans-serif;
	background-color: #343a40 !important;
}

.remodal p {
	color: #eeeeee
}

/* Titles
--------------------------------------------- */

.archive-title,
.entry-title,
.page-title {
	font-size: 54px;
	letter-spacing: -1.5px;
	margin-bottom: 100px;
	margin-top: 100px;
	text-align: center;
}

.author-box-title {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	padding-top: 10px;
}

.full-width-content h1.entry-title {
	margin-bottom: 40px;
	text-align: center;
}

.error404.sidebar-content .entry-title,
.error404.content-sidebar .entry-title,
.search-results.sidebar-content .archive-title,
.search-results.content-sidebar .archive-title {
	text-align: left;
}

.single-post h1.entry-title {
	margin-bottom: 20px;
}

.blog .entry h2.entry-title,
.content-sidebar .entry h2.entry-title,
.sidebar-content .entry h2.entry-title {
	font-size: 32px;
	letter-spacing: -0.5px;
	margin: 40px 0 20px;
	text-align: left;
}

.single-post.content-sidebar .content .entry-title,
.single-post.sidebar-content .content .entry-title {
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: left;
}

.academy-grid .content .entry .entry-title {
	font-size: 26px;
	letter-spacing: -0.5px;
	margin: 40px 0 20px;
}

.half-width-entries .content .entry .entry-title {
	font-size: 32px;
	letter-spacing: -0.5px;
	margin: 40px 0;
	text-align: center;
}

.archive-description .entry-title {
	margin-bottom: 0;
}

.entry-title a,
.sidebar .widget-title a {
	color: #eeeeee;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #00ced1;
}

.widget-title {
	font-size: 40px;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 64px;
	font-style: normal;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.widget.featured-content {
	text-align: left;
}

.featured-content .entry,
.half-width-entries.full-width-content .content .featured-content .entry {
	background: none;
	box-shadow: none;
	padding: 0;
	transform: none;
	width: 100%;
}

.featured-content .entry-title,
.full-width-content .content .featured-content .entry .entry-title,
.full-width-content .content .featured-content .entry .entry-meta,
.featured-content .entry-meta {
	padding: 0;
	text-align: left;
}

.full-width-content .content .featured-content .post.entry .entry-content,
.full-width-content .content .featured-content .page.entry .entry-content,
.featured-content .entry-content {
	padding: 0 0 40px 0;
	text-align: justify;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	font-style: normal;
	margin-bottom: 20px;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
	padding: 0;
}

.featured-content img {
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
}

.sidebar .featured-content .entry-title a,
.sidebar .featured-content .entry-title a:hover {
	border-bottom: 0;
}

.more-posts-title {
	font-size: 24px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* RCP */

.rcp_restricted,
.rcp_paid_only {
	background-color: #343a40;
	color: #eeeeee;
	text-align: center;
	padding: 25px 0 1px 0;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 0 0px 8px 4px darkturquoise;
}


.rcp_restricted a,
.rcp_paid_only a {
	color: #00ced1;
}

.rcp_restricted a:hover,
.rcp_paid_only a:hover {
	color: #eeeeee;
}

.rcp_registration_total_details.rcp-table {
	width: 100% !important;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

p.rcp_subscription_message {
    font-size: 28px;
    margin-top: 32px !important;
}

.rcp_subscription_level {
	list-style-type: none !important;
}

.rcp_subscription_level input {
	margin-top: 20px !important;
}

.rcp_subscription_level_name,
.rcp_price,
.rcp_level_duration {
	font-size: 24px !important;
}

.rcp_level_description {
	font-size: 16px !important;
}

.rcp_subscription_level_1,.rcp_subscription_level_2 {
    display: flex;
}

.membership-level-price {
	width: 100% !important;
}

.rcp_registration_total_details tr {
	width: 100% !important;
	border-bottom: none !important;
}

.rcp_registration_total_details td {
	border-top: none !important;
}

#rcp_profile_submit_wrap {
    max-width: 95%;
}

#rcp_submit_wrap {
	margin-top: 40px;
}

#rcp_card_name_wrap input {
	padding: 8px;
}

#rcp-card-element {
	padding: 8px;
}

.rcpga-group-dashboard {   
    display: flex;
    flex-flow: column;
}

#rcpga-members-search-input {
    margin: 20px 0;
}

p#rcp_payment_gateways {
    margin: 20px 0 48px 0;
}


/* Login */

.login-submit {
	width: 100%;
}

p.login-remember {
	text-align: left;
	font-size: 18px;
	width: 100%;
}

/* Tabby tabs */
.responsive-tabs__list__item--active {
	border-radius: 15px 15px 0px 0px;
}

.responsive-tabs .responsive-tabs__panel {
	background-color: #343a40 !important;
	border-radius: 8px !important;
	border: 2px solid darkturquoise !important;

}

li.responsive-tabs__list__item {
	color: #eeeeee !important;
}

li.responsive-tabs__list__item--active {
	background-color: darkturquoise !important;
	color: #343a40 !important;
	border: 1px solid transparent !important;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 16px !important;
}

/* Gravity forms */

.gform_legacy_markup_wrapper .gfield_required {
	color: red !important;
}

.gchoice {
	display: flex;
	flex-flow: row;
	justify-content: left;
	align-content: center;
	gap: 4px
}

.gchoice input {
	margin: 4px 0 !important;
}

/* GDPR */

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-size: 20px !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	background-color: black !important;
}

.mgbutton {
	font-size: 20px !important;
}

.moove-gdpr-cookie-notice p {
	color: #eeeeee !important;
	font-family: 'Montserrat', sans-serif;
}

.moove-gdpr-button-holder {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
}

/* Download manager */

.descarga-setup {
	font-size: 18px !important;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #eeeeee;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	z-index: 9;
    display: flex;
    justify-content: center;
	background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 1), /* Negro con 50% de transparencia arriba */
        rgba(0, 0, 0, 0.5), /* Negro con 50% de transparencia arriba */
        rgba(0, 0, 0, 0)  /* Negro con 10% de transparencia abajo */
    );
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0px;
	right: 0;
}

.site-header>.wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px;
	max-width: 1400px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 5px;
	padding: 10px 0;
	width: 350px;

}

.header-widget-area {
	display: flex;
	justify-content: right;
	width: 100%;
}

aside.widget-area {
	width: 100%;
}
/*
.header-widget-area .widget-wrap {
	 margin: 0px 20px 0 20px; 
}
*/

.landing-page .title-area {
	float: none;
	text-align: center;
	width: 100%;
}

.header-image .site-title a {
    display: block;
    width: 200px; /* Ajusta al ancho de tu logo */
    height: 100px; /* Ajusta a la altura de tu logo */
    background-size: contain;
    text-indent: -9999px; /* Esconde el texto del tÃƒÂ­tulo */
}

.header-image .site-title a img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Logo para móviles (por defecto, mobile-first) */
.logo-mobile {
    display: block;
    width: 280px; /* Ajusta el tamaño según sea necesario */
    height: auto;
}

.logo-desktop {
    display: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Top banner (promo) 
--------------------------------------------- */
.top-banner {
	background-color: #343a40;
	height: 100px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-top: 64px;
	color: #000;
    text-align: center;
    border-top: 2px solid darkturquoise;
    border-bottom: 2px solid darkturquoise;
    color: #eee;
}

.top-banner-title {
	font-size: 25px;
	margin: 0 20px 0 0;
}

.top-banner-description {
	margin: 0 !important;
	font-size: 20px;
	font-weight: 500;
}

.top-banner-description a:hover {
    color: black;
}

/* Menu Navigation
--------------------------------------------- */

/* CONTENEDOR DEL MENÃƒÅ¡ */
.menu-container {
    position: relative;
}

/* BOTÃƒâ€œN BURGER */
.menu-toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
	z-index: 9999;
}

.menu-toggle:hover{
	border: none;
}

.burger-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #343a40;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-icon::before,
.burger-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #343a40;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-icon::before {
    top: -8px;
}

.burger-icon::after {
    top: 8px;
}

/* Cambia el ÃƒÂ­cono al abrir el menÃƒÂº */
.menu-toggle[aria-expanded="true"] .burger-icon {
    background-color: transparent;
}

.menu-toggle[aria-expanded="true"] .burger-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle[aria-expanded="true"] .burger-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* MENÃƒÅ¡ */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

.menu[aria-hidden="false"] {
    transform: translateX(0);
}

.menu-items{
    display: flex;
    flex-flow: column ;
    justify-content: center; 
}

ul.menu-items li {
    margin: 12px 0;
    padding: 12px 24px;
    border: 1px solid darkturquoise;
    text-align: center;
    border-radius: 24px;
}

.menu-items li {
    color: #fff;
    font-size: 20px;
}

ul.menu-items li {
    color: #eeeeee;
    padding: 10px 16px;
    border-radius: 15px;
    border: 2px solid darkturquoise;
    font-weight: semibold;
}

ul.menu-items li a {
        text-decoration: none;
}

ul.menu-items li.menu-item-simple {
    border: 1px solid transparent;
}

ul.menu-items li.menu-item-simple a {
    text-decoration: none;
}

ul.menu-items li.menu-item-filled {
    background-color: darkturquoise;
}

ul.menu-items li.menu-item-filled a {
    color: #343a40;
	font-weight: bold;
    text-decoration: none;
}

ul.menu-items li.menu-item-filled a:hover {
    color: #eeeeee
}


/* Features
--------------------------------------------- */

.feature-icon {
	margin-bottom: 12px;
	font-size: 80px;
}


/* Footer Navigation
--------------------------------------------- */

.site-footer {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border-top: 2px solid darkturquoise;
    box-shadow: 0 5px 30px rgba(0, 206, 209, 0.3);
}

.footer-section {
	margin-bottom: 32px;
	font-size: 20px;
}

.site-footer>.wrap {
	padding: 60px 0 0;
}

.landing-page .site-footer>.wrap {
	border-top: none;
	padding: 100px 0 60px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .nav-secondary {
	margin-bottom: 20px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #eeeeee;
	color: #eee;
}

.content .entry {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 10px;
	padding-bottom: 40px;
	transition: all 0.4s;
	margin-top: 80px;
}

.error404 .content .entry.focused,
.error404 .content .entry:hover,
.page .content .entry.focused,
.page .content .entry:hover,
.single .content .entry.focused,
.single .content .entry:hover {
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	transform: none;
}

.content .entry.focused,
.content .entry:hover,
.page-template-page_blog .content .entry.focused,
.page-template-page_blog .content .entry:hover {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 0 35px 70px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-5px);
}

.content .entry .entry-title,
.content .entry .entry-meta,
.content .entry .entry-content {
	padding: 0 60px;
}


.half-width-entries .content .entry-title,
.half-width-entries .content .entry-meta,
.half-width-entries .content .entry-content {
	padding: 0 80px;
	text-align: center;
}

.half-width-entries.full-width-content .content .entry {
	width: 48%;
}

.half-width-entries.full-width-content .content .entry:nth-of-type(odd) {
	clear: both;
	float: left;
}

.half-width-entries.full-width-content .content .entry:nth-of-type(even) {
	float: right;
}

.single.full-width-content .content .entry .entry-content {
	padding: 0 50px;
	padding-top: 30px;
	text-align: justify;
}

.single .content .entry h2.entry-title,
.single .content .entry .entry-title,
.single .content .entry .entry-meta,
.single .content .entry .entry-content {
	padding: 0;
}



/* Featured Images
--------------------------------------------- */

.post-image {
	border-radius: 10px;
	box-shadow: 0 19px 70px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.2s;
}

.content .academy-entry-image-aligncenter .entry-header,
.content .academy-entry-image-alignleft .entry-header,
.content .academy-entry-image-alignright .entry-header {
	padding: 0 60px;
}

.content .academy-entry-image-aligncenter .entry-header .entry-meta,
.content .academy-entry-image-alignleft .entry-header .entry-meta,
.content .academy-entry-image-alignright .entry-header .entry-meta {
	padding: 0;
}

.content .academy-entry-image-aligncenter .entry-header {
	padding-top: 40px;
}

.content .academy-entry-image-aligncenter .entry-title,
.content .academy-entry-image-alignleft .entry-title,
.content .academy-entry-image-alignright .entry-title {
	padding: 0;
}

.content .entry.focused .post-image,
.content .entry:hover .post-image {
	box-shadow: none;
}

.content .entry:hover .single-featured-image .post-image,
.content .entry.focused .single-featured-image .post-image {
	box-shadow: 0 19px 70px 0 rgba(0, 0, 0, 0.12);
}

.single-featured-image img {
	background-color: #000;
}

.single-featured-image {
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 50px;
	padding-top: 20px;
	position: relative;
}

.full-width-content .single-featured-image {
	margin-left: 40px;
	margin-right: 40px;
}

.single-featured-image::before {
	background: transparent;
	border: 4px solid #00ced1;
	border-radius: 10px;
	content: "";
	display: block;
	left: 20px;
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 80px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 100px;
	border: 1px solid #ddd;
	color: #eeeeee;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	outline-offset: 3px;
	padding: 15px 18px 14px;
	text-align: center;
	text-decoration: none;
	-moz-outline-radius: 100px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #00ced1;
	border: 1px solid #00ced1;
	color: #000;
}

.archive-pagination .pagination-next a,
.archive-pagination .pagination-previous a {
	border-radius: 100px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0;
}

.entry-comments {
	padding: 40px 0;
}

.full-width-content .comment-respond,
.full-width-content .entry-comments,
.full-width-content .entry-pings {
	padding-left: 80px;
	padding-right: 80px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list article {
	background-color: #000;
	border-radius: 10px;
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
	padding: 30px 50px 30px 50px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-author-link {
	color: #222;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta a {
	color: #555;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta a:focus,
.comment-meta a:hover {
	text-decoration: underline;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment-header p {
	line-height: 1;
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

/* CTA
---------------------------------------------------------------------------- */

.cta {
	clear: both;
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: column;
	align-items: center;

}

.cta-button {
	max-width: 400px;
	align-self: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.cta-button:hover {
	text-decoration: none;
	color: #eeeeee !important;
}

.cta-info {
	font-size: 23px;
	color: #eeeeee;
	font-weight: 600;
	text-decoration: none;
	width: fit-content;

}

.cta-info:hover {
	color: darkturquoise;
}

.cta h2 {
	text-align: center;
}

.cta .widget-title {
	font-size: 36px;
	margin-bottom: 25px;
}

.landing-page .cta::after {
	content: "";
	background-color: #f5f5f5;
	height: 100%;
	left: 0;
	transform: skewY(-5deg);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/* Front page general
---------------------------------------------------------------------------- */

.wrap-front-page {
	flex-flow: column;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px 0 0 0;
}


.wrap-front-page-no-margin {
	flex-flow: column;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}

.wrap-front-page-more-margin {
	margin-bottom: 180px;
}

/* Title and description front-page
---------------------------------------------------------------------------- */

.hero-section {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.front-page-title {
	text-align: left;
}

.front-page-description {
	text-align: left;
	max-width: 850px;
	font-size: 22px;
}

.hero-links {
	font-size: 23px;
	color: #eeeeee;
	font-weight: 600;
	text-decoration: none;
	width: fit-content;
	margin-right: 28px;

}

.front-page-video {
	margin: 20px;
	height: auto;
}

/* Campus Lebalap front-page logged in */

.campus-front-page-container {
	display: flex;
	justify-content: center;
	text-align: center
}

.campus-front-page-link {
	text-align: center;
	padding: 20px 24px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #eeeeee;
	margin: 0 20px;
	text-decoration: none;
}

.campus-front-page-link:hover {
	border: 2px solid #fcb900;
	box-shadow: 0 0 5px 5px rgb(252 185 0 / 12%);
    color: #fcb900
}

.campus-front-page-title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 3rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #343a40;
    text-shadow: 1px 1px 0 #eeeeee,
    -1px -1px 0 #eeeeee,
    1px -1px 0 #eeeeee,
    -1px 1px 0 #eeeeee;
}

/* Next live class front-page */

.last-class-container {
	display: flex;
	justify-content: center;
	text-align: center
}

.last-class {
	text-align: center;
	padding: 20px 24px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #eeeeee;
	margin: 0 20px;
	text-decoration: none;
}

.last-class:hover {
	border: 2px solid darkturquoise;
	box-shadow: 0 0 5px 5px rgb(0 206 209 / 12%);
}


/* My courses
---------------------------------------------------------------------------- */
.marked-courses {
    display: :flex;
    flex-flow: column;
    justify-content: center;
}

.marked-courses p{
    text-align: center;
    
}



/* Plans front-page
---------------------------------------------------------------------------- */

.suscription-card-section {
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: center;
	justify-content: center;
	margin-top: 52px;
}

.suscription-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	box-sizing: border-box;
	width: 300px;
	height: 520px;
	border: 4px solid darkturquoise;
	padding: 16px;
}

.subscription-card-monthly {
	background-color: #eeeeee;
}

.subscription-card-campus {
	color: #eeeeee;
    border: 1px solid #fcb900;
}

.type-suscription {
	font-weight: 500;
	font-size: 40px;
}

.type-suscription-individual {
	color: #343a40;
}

.type-suscription-campus {
    color: #fcb900;
}

.price-monthly {
	margin-bottom: 16px;

}

.price-campus span.price {
    color: white
}

.price {
	font-size: 92px;
	font-weight: 500;
	color: #343a40;
}

.monthly {
	font-size: 24px;
	color: #343a40;
}

.suscription-card-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.suscription-card-list-element {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #343a40;
}

ul.suscription-card-list-campus li.suscription-card-list-element {
	color: #eeeeee;
}

.suscription-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.permanence {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #343a40;
}

.suscription-card-button {
	text-align: center;
	padding: 20px 0px;
	background-color: darkturquoise;
	color: #1f1f1f;
	border: none;
	border-radius: 45px;
	font-size: 28px;
	cursor: pointer;
	margin-top: 4px;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
	border: 4px solid transparent;
	transition: 0.2s;
}

.suscription-card-button-campus {
    background-color: #eeeeee;
    border: 4px solid #eeeeee;
    color: #343a40
      
}

svg {
	width: 20px;
	height: 20px;
}

.suscription-card-button.outline {
	background-color: transparent;
	border: 4px solid darkturquoise;
	color: #eeeeee;
}

.group-container-text {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	gap: 28px;
}

.group-container-text span {
	font-size: 32px;
	font-weight: 500;
}

.group-container-text svg {
	width: 102px;
	height: 102px;
}

.suscription-card-button:hover {
	background-color: transparent;
	border: 4px solid darkturquoise;
}

.suscription-card-button-campus:hover {
	background-color: red;
	border: 4px solid #fcb900;
}

.suscription-card-button.outline:hover {
	background-color: darkturquoise;
	border: 4px solid transparent;
}

/* Courses front-page
---------------------------------------------------------------------------- */

.courses-title-front-page {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 40px;
}

.courses-topic-title {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 32px;
}

.courses-filters {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.courses-filter {
	margin: 0px 10px;
	font-family: 'Montserrat', sans-serif;

}

.facetwp-input-wrap {
	max-width: 500px;
}

.facetwp-dropdown {
	border-radius: 20px;
}

.facetwp-icon {
	margin-right: 10px;
}

.courses-container {
	display: flex;
	flex-flow: column;
}

.courses-text {
	text-align: center;
}

.courses-text span {
	text-align: center;
	color: #eeeeee;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	cursor: pointer;
	border-bottom: solid 2px darkturquoise;
}

.courses-text span:hover {
	color: darkturquoise;
}

.courses {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;

}

.courses a {
	border-bottom: 0;
}

.course-card {
	max-width: 300px;
	height: auto;
	display: flex;
	flex-flow: column;
	text-align: center;
	margin: 50px;
	padding: 10px;
	background-color: #343a40;
	border-radius: 15px;
	border: 1px solid darkturquoise;
	box-shadow: 0px 0px 10px 2px rgb(0 206 209 / 100%);
}

.course-card:hover {
	box-shadow: 0px 0px 10px 8px rgb(0 206 209 / 100%);
}

.course-card a {
	text-decoration: none;
}

.post-card {
	min-width: 300px;
	max-width: 300px;
	height: 260px;;
	display: flex;
	flex-flow: column;
	text-align: center;
	margin: 50px;
	padding: 10px;
	background-color: #343a40;
	border-radius: 15px;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 10px 2px rgb(238 238 238 / 100%);
}

.post-card:hover {
	box-shadow: 0px 0px 10px 8px rgb(238 238 238 / 100%);
}

.post-card div.course-card-image {
    margin-bottom: 40px;
}

.course-card p {
	text-align: justify;
	font-size: 15px;
}

.course-card a {
	border-bottom: 0px;
}

.course-card a:hover p {
	color: #eeeeee;
}

.course-card-image img {
	width: 200px;
	margin-bottom: -20px;
}

.course-card-title {
	font-size: 22px;
}

.course-card-title:hover {
	text-decoration: none !important;
}

.courses-scroll {
	display: none;
}

/* Features front-page
---------------------------------------------------------------------------- */


.wrap-features {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 120px;

}

.front-page-features-row {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	justify-content: center;

}

.front-page-feature {
	width: 350px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 40px;
	text-align: center;
	background-color: #343a40;
	padding: 40px 20px 16px 20px;
	border-radius: 8px;
	box-shadow: 5.6px 11.2px 11.2px hsl(0deg 0% 0% / 0.33);
}

.feature-icon {
	font-size: 80px;
	color: darkturquoise;

}

/* For top divider */

#custom_html-57 {
	width: 100%;
}

.custom-shape-divider-top-1629135372 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 49px;
}

.custom-shape-divider-top-1629135372 .shape-fill {
	fill: #343a40;
}

/* For bottom divider */

#custom_html-60,
#custom_html-68,
#custom_html-66,
#custom_html-67 {
	width: 100%;
}


.custom-shape-divider-top-1629137839 {
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-top-1629137839 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 49px;
}

.custom-shape-divider-top-1629137839 .shape-fill {
	fill: #000;
}

/* Testimonials
---------------------------------------------------------------------------- */

.testimonial-container {
	background-color: #343a40;
	border-radius: 8px;
	padding: 20px;
	margin: 12px 12px 20px 12px;
	max-width: 850px;
	box-shadow: 5.6px 11.2px 11.2px hsl(0deg 0% 0% / 0.33);
}

.testimonial-wrapper {
	min-height: 465px;
	display: flex;
	justify-content: center;
}

.testimonial-container {
	display: flex;
	flex-direction: column;
}

.testimonial-container header {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.testimonial-container img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.testimonial-info {
	display: flex;
	flex-direction: column;
	margin-left: 12px;
}

.testimonial-name {
	font-size: 24px;
	font-weight: 500;
}

.testimonial-rol {
	font-weight: bold;
	font-size: 16px;
	color: #00ced1;
}

.testimonial-text {
	font-size: 24px;
}

.testimonial-buttons {
	margin-top: 56px;
	display: flex;
	justify-content: center;
}

.testimonial-button {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 4px;
	border: 2px solid #00ced1;
	cursor: pointer;
}

.testimonial-button.actived-button {
	background-color: #00ced1;
}

.testimonial-button:hover {
	background-color: #00ced1;
}

/* About me front-page
---------------------------------------------------------------------------- */

/* For custom divider */

#custom_html-62 {
	width: 100%;
}


.about-me-front-page {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.about-me-front-page-image {
	display: block;
	width: 300px;
	max-height: 450px;
	width: auto;
	height: auto;
	margin-right: 80px;
}

.about-me-front-page-text {
	display: flex;
	flex-flow: column;
	max-width: 500px;
}

.about-me-p1 {
	font-size: 25px;
}

/* FAQ frontpage
---------------------------------------------------------------------------- */

/* For top custom divider */

.accordion-container {
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 12px;
}

.accordion {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	border-radius: 8px;
	background-color: #343a40;
	border: 2px solid darkturquoise;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.2s;
	font-size: 20px;
	font-family: "Roboto Slab", sans-serif;
	color: #eeeeee;
}

button.accordion {
	text-transform: none;
}

.accordion i {
	margin-right: 15px;
	color: darkturquoise;
	filter: drop-shadow(0 0 4px rgba(0, 209, 206, 0.9));
	/* Sombra que sigue el contorno */
	transition: filter 0.3s ease-in-out;
	/* TransiciÃƒÂ³n suave */
}

.panel {
	padding: 16px 16px;
	display: none;
	background-color: #343a40;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 5.6px 11.2px 11.2px hsl(0deg 0% 0% / 0.33);
}

.panel p {
	font-size: 18px;
}



/* For bottom custom divider */

#custom_html-64 {
	width: 100%;
}

.custom-shape-divider-bottom-1629139733 {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1629139733 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 59px;
}

.custom-shape-divider-bottom-1629139733 .shape-fill {
	fill: #343a40;
}

/* Sponsored
---------------------------------------------------------------------------- */

.wrap-sponsored {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-bottom: 140px;
}

.front-page-sponsored-row {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	justify-content: center;

}

.front-page-sponsored {
	width: 350px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 40px;
	text-align: center;
	background-color: #343a40;
	padding: 40px 20px 16px 20px;
	border-radius: 8px;
	box-shadow: 5.6px 11.2px 11.2px hsl(0deg 0% 0% / 0.33);
}

.front-page-sponsored img {
	height: 80px;
	border-radius: 50%;
}

.front-page-sponsored img.no-radius-sponsored{
    border-radius: 0%;
}

.front-page-sponsored h3 {
	margin: 20px 0;
}

a.sponsored-link {
	border-bottom: none !important;
}

/* Classes in course
---------------------------------------------------------------------------- */


.classes-in-course {
	margin-top: 100px;
	padding: 10px 50px 40px 50px;
	background-color: #343a40;
	text-align: center;
	border-radius: 15px;
	box-shadow: 5.6px 11.2px 11.2px hsl(0deg 0% 0% / 0.33);
}

.classes-in-course h3 {
	color: darkturquoise;
	font-size: 30px;
}

.class-in-course-link {
	margin-top: 4px;
	background-color: #343a40;
	padding: 5px 20px;
	border-radius: 15px;
	color: #eeeeee;
}

.class-in-course-link a {
	background-color: #343a40;
	padding: 2px 2px;
	border-radius: 15px;
	color: #eeeeee;
}

.class-in-course-link:hover {
	color: darkturquoise;
	font-weight: bold;
}

.class-in-course-link a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* List of classes for custom page (id 14049)
---------------------------------------------------------------------------- */

.classes-list {
	padding: 0px;
	color: #eeeeee;
	margin-top: 50px;
}

.classes-list a {
	padding: 0 50px;
	color: #eeeeee;
}

.classes-list a:hover {
	color: darkturquoise;
	text-decoration: none;
}

.curso-estado {
	font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 16px;
    margin-bottom: 36px;
}

.curso-estado button{
    font-size: 12px;
    margin-top: 24px;
    padding: 16px;    
}

/* BotÃƒÂ³n en estado no activo */
button.btn-estado-curso {
	color: #eeeeee;
	background-color: darkturquoise;
	padding: 10px 20px;
	border-radius: 15px;
	border: 2px solid darkturquoise;
    color: black;
}

/* Si se quiere mostrar que el botÃƒÂ³n estÃƒÂ¡ deshabilitado, aunque sea clicable */
button.btn-estado-curso:not(.estado-curso-activo){
	background-color: #343a40;
	color: #eeeeee;
	border: 2px solid darkturquoise;
}

/* Posts grids */
.posts-grid {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.post-at-grid {
	display: flex;
	flex-flow: column;
	width: 300px;
	margin: 20px;
	border: 2px solid darkturquoise;
	padding: 10px;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	background-color: #000;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #000;
	font-size: 18px;
	clear: both;
}

/* Media Queries
---------------------------------------------------------------------------- */

/* Primero las adaptaciones que habÃƒÂ­a para las pantallas mÃƒÂ¡s pequeÃƒÂ±as
---------------------------------------------------------------------------- */
body {
	font-size: 16px;
}

h1,
.entry-title,
.archive-title,
.entry-title,
.page-title {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4.widgettitle {
	font-size: 26px;
}

p {
	margin-bottom: 20px;
}

.wp-block-image {
	/* height: 28px;*/
}

.wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.after-entry,
.entry-pings,
.sidebar .widget {
	margin-bottom: 5%;
	padding: 30px;
}

.full-width-content .content .entry .entry-title,
.full-width-content .content .entry .entry-meta,
.full-width-content .content .post.entry .entry-content,
.search-results.full-width-content .content .entry .entry-content,
.single.full-width-content .content .entry .entry-content {
	padding: 0;
}

.comment-respond,
.entry-comments {
	padding: 20px;
}

.archive-description {
	margin: 0 0 40px 0;
	padding: 0;
}

.author-box {
	margin-left: 0;
	margin-right: 0;
	padding: 0 5%;
}

.author-box .avatar {
	float: none;
	margin: 0 0 20px 0;
}

.gravatar-wrap {
	float: none;
}

.pagination {
	margin: 5% auto;
}

.archive-pagination li a {
	margin-bottom: 4px;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.blog.full-width-content .content .entry {
	width: 100%;
}

.content .entry .entry-title,
.content .entry .entry-meta,
.content .entry .entry-content,
.full-width-content .content .entry.entry-title,
.full-width-content .content .entry .entry-meta,
.full-width-content .content .entry .entry-content,
.single.full-width-content .content .entry .entry-content {
	padding: 0 5%;
}

.intro {
	font-size: 22px;
	letter-spacing: -0.4px;
}

.single-featured-image {
	padding-top: 10px;
}

.remodal p {
	font-size: 28px;
}

p.login-username label,
p.login-password label,
p.login-remember label {
	font-size: 16px;
}

.full-width-content .single-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.single-featured-image::before {
	border-width: 3px;
	height: calc(100% - 15px);
	left: 10px;
}

.comment .avatar {
	margin: 0 16px 0 0;
}

.comment-list article {
	padding: 20px;
}

.hero-section h1 {
	font-size: 44px;
}

.subscription-card-monthly {
	background-color: #eeeeee;
}

.type-suscription {
	font-size: 28px;
}

.price-monthly {
	margin-bottom: 24px;

}

.price {
	font-size: 56px;
}

.monthly {
	font-size: 32px;
}

.suscription-card-list-element {
	font-size: 12px;
	font-weight: 500;
	color: #343a40;
}

.suscription-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.permanence {
	font-size: 12px;
}

.suscription-card-button {
	padding: 4px 0px;
	font-size: 20px;
}

svg {
	width: 12px;
	height: 12px;
}

.suscription-card-button.outline {
	color: #eeeeee;
	padding: 8px 0;
}

.group-container-text {
	gap: 28px;
}

.group-container-text span {
	font-size: 20px;
}

.group-container-text svg {
	width: 102px;
	height: 102px;
}

.suscription-card-button:hover {
	background-color: transparent;
	border: 4px solid darkturquoise;
}

.suscription-card-button-campus:hover {
	background-color: transparent;
	border: 4px solid #fcb900;
    color: #eeeeee
}

.suscription-card-button.outline:hover {
	background-color: darkturquoise;
	border: 4px solid transparent;
}

.about-me-front-page-image {
	margin-right: 0px;
}

.about-me-front-page-text {
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}

.testimonial-name {
	font-size: 20px;
}

.testimonial-rol {
	font-size: 14px;
}

.testimonial-text {
	font-size: 16px;
}

.testimonial-buttons {
	margin-top: 16px;
}

.accordion {
	font-size: 18px;
}

.classes-in-course {
	margin: 80px 20px;
	padding: 10px 4px 40px 4px;
}

.class-in-course-link {
	margin-top: 10px;
	background-color: #343a40;
	border-radius: 15px;
	text-align: center;
	padding: 0 10px;

}

.class-in-course-link a {
	background: none;
	padding: 0px;
	border-radius: 0px;
}

.front-page-title {
	margin: 10px;
}

.front-page-video {
	justify-content: center;
}

.courses-topic-title {
	text-align: center;
	margin-left: 0px;
	font-size: 32px;
}

.footer-section {
	margin-bottom: 24px;
	min-height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.tabtitle.responsive-tabs__heading {
	background-color: #343a40 !important;
	color: #eeeeee !important;
}

.half-width-entries.full-width-content .content .entry {
	width: 100%;
}

.full-width-content .content .entry .entry-title,
.full-width-content .content .entry .entry-meta,
.full-width-content .content .post.entry .entry-content,
.search-results.full-width-content .content .entry .entry-content,
.single.full-width-content .content .entry .entry-content {
	padding: 0 40px;
}

.landing-page .title-area {
	max-width: 100%;
}

.site-header .wrap {
	padding: 12px 5% 4px 5%;
	display: flex;
	flex-flow: row;
	align-items: center;
}

.site-header .title-area {
	width: 100%;
	align-items: center;
}

.header-widget-area {
}

.site-title a {
	display: flex;
	align-self: center;
	margin: 0;
	justify-content: center;
	font-size: 20px;
}

.flexible-widgets.widget-fourths .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget,
.academy-grid.archive:not(.woocommerce-page) .content .entry {
	float: none;
	text-align: center;
	width: 100%;
}

.flexible-widgets .widget {
	padding-left: 0;
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.full-width-content .comment-respond,
.full-width-content .entry-comments,
.full-width-content .entry-pings {
	padding-left: 5%;
	padding-right: 5%;
}


.half-width-entries.full-width-content .content .entry {
	width: 100%;
}

.flexible-widgets .widget {
	padding-left: 0;
	padding-right: 0;
}

.wrap,
.content {
	max-width: 600px;
}

.content .post.entry .entry-title,
.content .post.entry .entry-meta,
.content .post.entry .entry-content,
.full-width-content .content .entry .entry-title,
.full-width-content .content .entry .entry-meta,
.full-width-content .content .entry .entry-content {
	padding: 0 40px;
}

.blog .content .entry,
.page-template-page_blog .content .entry {
	padding-bottom: 30px;
}

h1,
.entry-title {
	font-size: 50px;
}

.wrap,

.content {
	max-width: 680px;
}

.flexible-widgets .wrap {
	max-width: 1220px;
}

.content .entry-content {
	padding: 0 60px;
}

@media only screen and (min-width: 964px) {

	.half-width-entries.full-width-content .content .entry {
		width: 100%;
	}

	.full-width-content .content .entry .entry-title,
	.full-width-content .content .entry .entry-meta,
	.full-width-content .content .post.entry .entry-content,
	.search-results.full-width-content .content .entry .entry-content,
	.single.full-width-content .content .entry .entry-content {
		padding: 0 40px;
	}

	.landing-page .title-area {
		max-width: 100%;
	}

	.site-header .title-area {
		margin-bottom: 20px;
		width: 100%;
		align-items: center;
		width: 100%;
	}

    .header-widget-area{
        justify-content: center;
    }
    
	.site-title a{
		display: flex;
		align-self: center;
		margin: 0;
        justify-content: center;
        font-size: 16px;
	}
	
	.content .entry {
    	margin-top: 0px;
    }
    
    .full-width-content .content {
        margin-top: 80px;
    }

	.wrap-front-page {
		margin-top: 120px;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.academy-grid.archive:not(.woocommerce-page) .content .entry {
		float: none;
		text-align: center;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	.full-width-content .comment-respond,
	.full-width-content .entry-comments,
	.full-width-content .entry-pings {
		padding-left: 5%;
		padding-right: 5%;
	}
    
    .suscription-card-section {
		flex-flow: row;
	}
	
	button.btn-estado-curso:not(.estado-curso-activo):hover {
    	background-color: #24666B;
    	transition: .2s;
    }

    button.btn-estado-curso:hover {
    	border: 2px solid transparent;
    	background-color: #0FA1A5;
    	transition: .2s;
    }
	
}

@media only screen and (min-width: 1175px) {

	.wrap,
	.content{
		max-width: 600px;
		vertical-align: middle;
	}

	.content .post.entry .entry-title,
	.content .post.entry .entry-meta,
	.content .post.entry .entry-content,
	.full-width-content .content .entry .entry-title,
	.full-width-content .content .entry .entry-meta,
	.full-width-content .content .entry .entry-content {
		padding: 0 40px;
	}

	.blog .content .entry,
	.page-template-page_blog .content .entry{
		padding-bottom: 30px;
	}

	h1,
	.entry-title {
		font-size: 50px;
	}

	.wrap,
	.content {
		max-width: 680px;
		justify-content: safe;
	}

	.site-header .title-area {
		width: 240px;
	}
	
	.flexible-widgets .wrap {
		max-width: 1220px;
	}
	
	.content .entry-content {
		padding: 0 60px;
	}
	
	.top-banner {
    	margin-top: 100px;
    }

	.site-header {
		z-index: 9;
	    display: flex;
	    justify-content: center;
		background: linear-gradient(
	        to bottom, 
	        rgba(0, 0, 0, 1), /* Negro con 50% de transparencia arriba */
	        rgba(0, 0, 0, 0.5), /* Negro con 50% de transparencia arriba */
	        rgba(0, 0, 0, 0.5), /* Negro con 50% de transparencia arriba */
	        rgba(0, 0, 0, 0.2), /* Negro con 50% de transparencia arriba */
	        rgba(0, 0, 0, 0)  /* Negro con 10% de transparencia abajo */
	    );
		width: 100%;
		height: 120px;
		position: fixed;
		top: 0px;
		right: 0;
	}

    .header-widget-area{
        justify-content: right;
    }

	.menu {
        position: static; /* El menÃƒÂº serÃƒÂ¡ estÃƒÂ¡tico en pantallas grandes */
        height: auto; /* Ajuste el alto del menÃƒÂº para que no cubra toda la pantalla */
        background-color: transparent; /* Fondo transparente */
	    transform: none;
    }

    .menu-items {
        display: flex; /* Cambia a un diseÃƒÂ±o en fila */
        flex-flow: row; /* AlineaciÃƒÂ³n horizontal de los elementos */
        align-items: center; /* Centra los elementos verticalmente */
    }
    
    ul.menu-items li {
        border: transparent;
        padding: 0px;
    }

	.menu-items li a{
		color: #eeeeee;
		background-color: #343a40;
		padding: 10px 20px;
		border-radius: 15px;
		border: 2px solid darkturquoise;
		font-weight: semibold;
		margin-left: 80px;
	}

	.menu-items li a:hover{
		color: #343a40;
		background-color: darkturquoise;
		transition: 0.2s;
	}

	li.menu-item-simple a{
		border: 1px solid transparent;
		background-color: transparent;
		margin-left: 0px;
	}

	li.menu-item-simple a:hover{
		border: 1px solid darkturquoise;
		background-color: transparent;
		color: darkturquoise;
	}

	ul.menu-items li.menu-item-filled{
		background-color: transparent;
	}

	li.menu-item-filled a{
		border: 1px solid transparent;
		background-color: darkturquoise;
		margin-left: 12px;
		color: #343a40;
		font-weight: bold;
	}

	li.menu-item-filled a:hover{
		border: 1px solid darkturquoise;
		background-color: transparent;
		color: darkturquoise;
		box-shadow: 0px 0px 8px 2px rgb(0 206 209 / 100%);
	}

    .menu-toggle {
        display: none; /* Esconde el botÃƒÂ³n burger en pantallas grandes */
    }
    
	.site-title a{
		display: flex;
		align-self: center;
		margin: 0;
        justify-content: center;
        font-size: 16px;
	}

	.title-area {
		margin-top: 20px;
		margin-right: 20px
	}

	.logo-mobile {
        display: none;
    }

    .logo-desktop {
        display: block;
        width: 180px; /* Ajusta el tamaño según sea necesario */
        height: auto;
    }
    
    .hero-section {
        flex-flow: row;
    }

	.testimonial-wrapper {
        min-height: 580px;
    }
}

@media only screen and (min-width: 1360px) {

	body {
		font-size: 18px;
	}

	h1,
	.entry-title,
	.archive-title,
	.entry-title,
	.page-title {
		font-size: 54px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 26px;
	}

	h4,
	.widgettitle {
		font-size: 24px;
	}

	p {
		margin: 0 0 28px;
		padding: 0;
	}

	.wrap {
		padding: 10px 20px;
	}
    
	.suscription-card-section {
        display: flex;
        gap: 180px;
        justify-content: center;
        margin-top: 52px;
    }

    .suscription-card {
        width: 500px;
        height: 740px;
        border: 8px solid darkturquoise;
        padding: 32px;
    }
    
    .subscription-card-campus {
        border: 8px solid #fcb900
    }

    .type-suscription {
        font-size: 40px;
    }

    .price-monthly {
        margin-bottom: 16px;

    }

    .price {
        font-size: 92px;
        font-weight: 500;
    }

    .suscription-card-list-element {
        font-size: 16px;
    }
    
	.permanence {
		font-size: 16px;
	}

	.suscription-card-button {
		padding: 20px 0px;
		font-size: 28px;
	}

	svg {
		width: 20px;
		height: 20px;
	}

	.suscription-card-button.outline {
		padding: 20px 0;
	}

	.group-container-text span {
		font-size: 32px;
	}

	.testimonial-name {
		font-size: 24px;
	}

	.testimonial-rol {
		font-size: 16px;
	}

	.testimonial-text {
		font-size: 24px;
	}

	.testimonial-buttons {
		margin-top: 56px;
	}

	.accordion {
		font-size: 20px;
	}

	.footer-section {
		margin-bottom: 32px;
		line-height: 1;
		font-size: 20px;
	}
}


/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #fff !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

