/*!
Theme Name: consilium
Theme URI: https://garcialara.com
Author: García Lara
Author URI: https://garcialara.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consilum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #4a5369;
	font-family: "Outfit", serif;
	font-size: 16px;
	line-height: 1.62;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color: #222c45;
	line-height: 1.28;
	margin: 0 0 .5em 0;
}

h1
{
	font-size: 32px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 20px;
	font-family: "Outfit", serif;
	font-weight: 500;
}

p {
	margin: 0 0 1.5em 0 ;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
	background-color: transparent;
}

del
{
	font-size: 18px;
}

del .woocommerce-Price-amount.amount bdi
{
	font-size: 18px;
	font-weight: 400;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 0em;
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .5em;

}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4a5369;
	text-decoration: none;
}

a:visited {
	color: #4a5369;
}

a:hover,
a:focus,
a:active {
	color: #4a5369;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
	color: #222c45;
	background-color: #fafafa;
	border: 1px solid #dadbde;
	border-radius: 10px;
	     padding: 12px 10px;
	width: 100%;
    box-sizing: border-box;
	font-size: 16px;
    border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
}



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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;
}

.resp-menu
{
	display: block;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	box-shadow: none;
    background-color: #fff;
	border-radius: 5px;
	padding: 10px 5px;
    box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.04);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
	padding:7.5px 12px;
}


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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li
{
font-size: 16px;
	font-weight: 300;
}

.main-navigation li > a
{
padding:12px 13px;
}

.main-navigation a
{
	color: #222c45;
}


.main-navigation li.current-menu-item > a, .main-navigation li:hover > a
{
color: #449ed7;
	font-weight: 500;
}

.main-navigation ul ul li a:hover, .main-navigation ul ul li.current-menu-item a{
	color: #449ed7;
	font-weight: 500;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	padding: 20px 0px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*.main-navigation li > a:before
{
content: "";
    width: 0px;
    height: 2px;
    background-color: #f9ae04;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    display: block;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0;
}*/

/*.main-navigation li:hover > a:before,
.main-navigation li.current-menu-item > a:before
{
    content: "";
    width: 40px;
    height: 2px;
    background-color: #f9ae04;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    display: block;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0;
}*/

.main-navigation ul li:hover ul a:before
{
	content: none;
}

.main-navigation li.boton a
{
border-radius: 5px;
    background: transparent;
    font-weight: 600;
    color: #fff;
    border: 2px solid #8cabbd;
    font-size: 14px;
    padding: 12px 15px;
}



.main-navigation .menu-item-has-children > a::after {
    content: "\f347";
    display: inline-block;
    margin-left: 5px; /* Ajusta este valor según sea necesario */
	font-family: dashicons;
	vertical-align: middle;
}

.main-navigation .sub-menu {
    display: none; /* Oculta los submenús por defecto */
}

.main-navigation .menu-item-has-children:hover > .sub-menu {
    display: block; /* Muestra el submenú cuando se pasa el ratón sobre el elemento padre */
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 0;
	margin-bottom:0;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 0;
	margin-bottom: 0;
}

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

.col-full:after {
	content: '';
	display: block;
	clear: both;
}

.site-content {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
}

.gdlr-custom-login-page .gdlr-lms-primary-wrapper, .gdlr-custom-register-page .gdlr-lms-primary-wrapper
{
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}

.page-template-pagina-personalizada .site-content
{
	padding-top: 0px;
	padding-bottom: 0px;
}


.site-header
{
	background-color: #fff;
	padding-top: 22.5px;
	padding-bottom: 22.5px;
}



.site-branding {
	line-height: 0;
	float: left;
}

.site-branding img {
	height: 55px;
	width: auto;
}

.edit-link
{
display: none;
}

.wpcf7-form.submitting {
    position: relative;
}


.no-margen
{
margin: 0;
}

.wpcf7-spinner
{
	 position: absolute;
	top: 50%;
    transform: translateY(-50%);
	  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
font-size: 14px;}

.wpcf7-form p
{
margin-bottom: 15px!important;
}

label
{
	color: #222c45;
	font-weight: 500;
	font-size: 16px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333233;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #333233;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333233;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333233;
}

.site-branding
{
	float: left;
}


.resp-menu
{
	float: right;
}

.clear
{
	clear: both;
}

.gl .wp-block-uagb-separator__inner
{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.widget-header .gdlr-lms-header-signin a, .widget-header .gdlr-lms-header-signin
{
	color: #f1f3f7;
	font-size: 15px;
}

.cnss-social-icon img
{
	max-width: 17px;
}

.course-search-wrapper .course-search-column.gdlr-lms-2
{
	display: none;
}

.course-search-wrapper .gdlr-lms-form, .course-search-wrapper .custom-search-form
{
	    background: #f1f3f7;
    border: 1px solid #d8dde6;
    padding: 8px;
    border-radius: 10px;
	
}

.gdlr-lms-course-grid2 .gdlr-lms-course-price span, input[type="submit"].gdlr-lms-button, input[type="submit"].gdlr-lms-button:focus, input[type="submit"].gdlr-lms-button:hover, input[type="submit"].gdlr-lms-button:active, .gdlr-lms-button.cyan,
.button-search button
{
	border: 0px;
	text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
	border-radius: 10px;
}

.button-search button
{
	cursor: pointer;
    background: #449ed7;
    color: #fff;
    font-weight: 500;
    width: 100%;
}

input[type="submit"].gdlr-lms-button, input[type="submit"].gdlr-lms-button:focus, input[type="submit"].gdlr-lms-button:hover, input[type="submit"].gdlr-lms-button:active, .gdlr-lms-button,
.button-search button
{
	padding-top: 17px;
	padding-bottom: 17px;
}

.course-search-wrapper .gdlr-lms-button, .button-search button
{
		margin: 0!important;
}

.course-search-wrapper
{
	padding-top: 0px;
}

.course-search-wrapper .gdlr-lms-form input[type="text"], .course-search-wrapper .post-search input[type="text"]
{
	width: 100%;
}

.gdlr-lms-form input[type="text"], .gdlr-lms-form input[type="email"], .gdlr-lms-form input[type="password"], .gdlr-lms-form textarea, .gdlr-lms-form textarea:focus,
.gdlr-lms-form .gdlr-lms-combobox select{
	font-size: 16px;
	border-radius: 10px;
}

.course-search-wrapper .gdlr-lms-form input[type="text"],
.course-search-wrapper .gdlr-lms-form .gdlr-lms-combobox select,
.course-search-wrapper .post-search input[type="text"],
.course-search-wrapper .post-selection select
{
	padding: 14px 5px;
    line-height: 1;
	height: auto;
	font-size: 15px;
}

.course-search-wrapper .post-search input[type="text"],
.course-search-wrapper .post-selection select
{
background: transparent;
border: 0px;
}

.course-search-wrapper .post-search input[type="text"]:focus,
.course-search-wrapper .post-selection select:focus
{
	outline: none;
}

.uagb-question strong
{
	color: #449ed7;
}


/* maestrias carousel */

.maestrias-carousel .slick-list
{
	margin-left: -15px;
	margin-right: -15px;
}

.maestrias-carousel .maestria-post
{
	margin-left: 15px;
	margin-right: 15px;
}

.maestria-post-warpper
{
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dadbde;
	padding: 25px;
}

.maestria-post-warpper .maestria-img img
{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}

.maestria-post-warpper .maestria-img 
{
	margin-bottom: 15px;
	display: block;
	line-height: 0;
}

a.maestria-btn
{
	border: 2px solid #449ed7;
	border-radius: 10px;
	width: 100%;
	display: block;
	color: #449ed7;
	font-weight: 600;
	text-align: center;
	padding: 10px;
}

.detail-text
{
	font-weight: 600;
}

.detalles, .curso-detalles, .search-detalles
{
margin-bottom:15px;	
}


/* diplomados carousel */

.diplomados-carousel .slick-list
{
	margin-left: -15px;
	margin-right: -15px;
}

.diplomados-carousel .diplomado-post
{
	margin-left: 15px;
	margin-right: 15px;
}

.diplomado-post-warpper, .curso-post-wrapper, .search-post-wrapper
{
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dadbde;
	padding: 25px 25px 20px 25px;
}

.diplomado-post-warpper .diplomado-img img, .curso-post-wrapper .curso-img img, .search-post-wrapper .search-img img
{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}

.diplomado-post-warpper .diplomado-img, .curso-post-wrapper .curso-img, .search-post-wrapper .search-img
{
	margin-bottom: 15px;
	display: block;
	line-height: 0;
}

a.diplomado-btn, a.curso-btn, a.search-btn
{
	border: 2px solid #449ed7;
	border-radius: 10px;
	width: 100%;
	display: block;
	color: #449ed7;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}


/* cursos */

.gdlr-lms-course-grid .gdlr-lms-item
{
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dadbde;
	padding: 25px;
}

.gdlr-lms-course-grid .gdlr-lms-course-thumbnail img
{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}

.gdlr-lms-course-grid .gdlr-lms-course-thumbnail
{
	margin-bottom: 15px!important;
	display: block;
}

.gdlr-lms-course-grid .gdlr-lms-course-thumbnail a
{
	display: block;
    line-height: 1;
}

.gdlr-lms-course-grid h3.gdlr-lms-course-title
{
	text-transform: none;
	letter-spacing: 0;
	font-size: 20px!important;
	font-weight: 400;
}

.gdlr-lms-info .tail, .gdlr-lms-info .tail a {
    color: #495167;
}

.gdlr-lms-course-grid .gdlr-lms-course-info .gdlr-lms-info,
.gdlr-lms-course-single .gdlr-lms-course-info .gdlr-lms-info
{
    font-size: 16px;
    margin-bottom: 0px;
}

.gdlr-lms-course-info .gdlr-lms-info .head
{
	font-weight: 600!important;
	margin-right: 6px;
	min-width: auto;
}

.gdlr-lms-info .head {
    color: #4a5369;
}

.gdlr-lms-course-price .head {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.gdlr-lms-course-price .price, .gdlr-lms-course-price .discount-price
{
	 font-weight: 400;
}

.pie-detalles
{
	    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}


.pie-detalles .gdlr-lms-course-price,
.pie-detalles .gdlr-lms-button
{
	margin: 0;
}

.gdlr-lms-course-grid2 .gdlr-lms-course-price span, .gdlr-lms-course-content input[type="submit"].gdlr-lms-button, .gdlr-lms-course-content input[type="submit"].gdlr-lms-button:focus, .gdlr-lms-course-content input[type="submit"].gdlr-lms-button:hover, .gdlr-lms-course-content input[type="submit"].gdlr-lms-button:active, .gdlr-lms-button.cyan {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #449ed7;
    color: #449ed7;
}



.pie-detalles
{
	padding-top: 20px;
	position: relative;
	
}

.pie-detalles:before
{
content: "";
    width: calc(100% + 50px);
    position: absolute;
    left: -25px;
    top: 0;
    background-color: #dadbde;
    height: 1px;
}

/* testimonios */

.testimonio-contenido
{
	background: #fff;
    padding: 45px 30px;
    border-radius: 15px;
}

.testimonios-carousel .slick-list
{
	margin-left: -15px;
	margin-right: -15px;
}

.testimonios-carousel .testimonio-item
{
	margin-left: 15px;
	margin-right: 15px;
}

.testimonio-contenido p:last-child
{
	margin-bottom: 0;
}

.testimonios-carousel .slick-dots li button:before,
.testimonios-carousel .slick-dots li.slick-active button:before
{
	color: #fff;
}

.testimonio-imagen img
{
	    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    margin-bottom: 10px;
}

/* blog */


.blog-item
{
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #dadbde;
    padding: 25px;
    margin: 15px 0px;
	box-sizing: border-box;
}


.blog-img img, .wishlist-element img
{
	aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}


.blog-img
{
	margin-bottom: 15px!important;
	display: block;
}

a.blog-img
{
	display: block;
    line-height: 1;
}

h3.blog-title
{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.blog-btn, .btn-wishlist
{
	border: 2px solid #449ed7;
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #449ed7;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.blog-excerpt
{
	margin-bottom: 20px;
}

.site-footer
{
background: #003663;	
	color: #fff;
}


.site-footer a
{
	color: #fff;
}

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

.site-footer ul.menu ul
{
	list-style: none;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6{
	color: #fff;
}

h2.widgettitle
{
	font-size:20px;
	font-family: "Outfit", serif;
}


	    .mailing-form input[type="submit"], .mailing-title  {
        width: 100%;
    }

.mailing-title
{
	color: #fff;
	font-size:36px;
	font-weight: 500;
	line-height: 1.1;
}

.mailing-form input[type="email"] 
{
	color: #fff;
	padding: 8px 15px;
	border: 2px solid #989da8;
	border-radius: 10px;
	background-color: transparent;
	width: 100%;
}

.mailing-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mailing-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mailing-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mailing-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.mailing-form input[type="submit"]
{
	background-color: #449ed7;
    border-radius: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12.5px 10px;
	border: 2px solid #449ed7;
	cursor: pointer;
}


			   .mailing-form {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
				   gap: 12px;
    }

.pmargen p
{
	margin: 0;
}


.close-menu
{
	line-height: 1;
}

.rmp-container {
    z-index: 999999;
}

.widget-header a:visited,
.widget-header a{
	color: inherit;
}

.widget-header a:hover,
.widget-header a:focus,
.widget-header a:active {
	color: inherit;
}

/* pagination */

.gdlr-pagination
{
	text-align: center;
}

a.page-numbers
{
	background-color: #449ed7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    min-height: 40px;
    min-width: 44px;
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
	border: 2px solid #449ed7;
	text-align: center;
}


.page-numbers.current
{
	border: 2px solid #449ed7;
	color: #449ed7;
	    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    min-height: 40px;
    min-width: 44px;
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
		text-align: center;
}

.page-numbers
{
	margin: 2px;
}

.gdlr-lms-course-grid {
    margin-bottom: 30px;
}

.search-results .site-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-area.gdlr-lms-primary-wrapper .site-content,
.search-results .gdlr-lms-content
{
	padding-top: 0;
	padding-bottom: 0;
}

.gdlr-lms-container, .gdlr-lms-title-wrapper {
    max-width: 1230px;
}

/* pop ups */

.gdlr-lms-lightbox-container
{
	background: #f3f4f9;
	border-radius: 15px;
}


.gdlr-lms-lightbox-wrapper .gdlr-lms-lightbox-title
{
	font-weight: 400;
}

.gdlr-lms-lightbox-form span,
.gdlr-lms-form label 
{
    font-size: 16px;
    font-weight: 500;
    color: #222c45;
}


.gdlr-lms-lightbox-form.gdlr-lms-form input[type="text"],
.gdlr-lms-lightbox-form.gdlr-lms-form input[type="email"],
.gdlr-lms-lightbox-form.gdlr-lms-form input[type="password"],
.gdlr-lms-lightbox-form.gdlr-lms-form textarea,
.gdlr-lms-lightbox-form.gdlr-lms-form textarea:focus,
.gdlr-lms-lightbox-form.gdlr-lms-form .gdlr-lms-combobox select
{
	background: #ffffff;
    border: 1px solid #dadbde;
    border-radius: 10px;
}

.gdlr-lms-lightbox-wrapper .gdlr-lms-lightbox-description {
    font-size: 16px;
    font-weight: 400;
    color: #495167;
}

.gdlr-lms-lightbox-wrapper a.gdlr-lms-button {
    border: 0px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.gdlr-lms-form .gdlr-lms-combobox select
{
	height: auto;
	border-radius: 10px;
}

.gdlr-lms-form input[type="text"],
.gdlr-lms-form input[type="email"],
.gdlr-lms-form input[type="password"],
.gdlr-lms-form textarea,
.gdlr-lms-form textarea:focus,
.gdlr-lms-form .gdlr-lms-combobox select
{
	width: 100%;
	box-sizing: border-box;
}

.positivo li a
{
	background: #003663;
    display: inline-block;
    border-radius: 50px;
    height: 45px;
    width: 45px;
	margin: 4px;
	line-height: 49px;
	position: relative;
    text-align: center;
}

.positivo li a img
{
	    display: inline-block!important;
	margin: 0!important;
}

.wpcf7-form input[type="submit"]
{
	background-color: #449ed7;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12.5px 20px;
    border: 2px solid #449ed7;
    cursor: pointer;
}

input[type="submit"], input[type="submit"]:hover
{
	background-color: #449ed7;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12.5px 20px;
    border: 2px solid #449ed7;
    cursor: pointer;	
}

.nav-links
{
	clear: both;
	font-weight: 500;
	color: #449ed7;
}

.nav-links a
{
	color: #449ed7;	
}

.blog .site-content, .post-type-archive-cursos_pasados .site-content
{
	padding-top: 0px;
}

.post-thumbnail
{
	text-align: center;
	margin-bottom: 30px;
}

.single-post .entry-content
{
margin-bottom: 30px;	
}

.post-thumbnail img, .wp-block-embed iframe
{
	width: 100%;
}

.post-thumbnail img
{
	border-radius: 15px;
}

.entry-meta
{
	margin-bottom: 30px;
	    font-weight: 500;
}

.entry-title, .entry-meta
{
	text-align: center;
}

.cat-links
{
	text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
    border-top: 1px solid #ededed;
    margin-top: 20px;
}

/* Estilo para el modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    z-index: 1000; /* Asegura que esté por encima del contenido */
}

/* Estilo para el contenido del modal */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff; /* Fondo blanco */
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    max-width: 1000px; /* Ancho máximo del contenido del modal */
	color: #000;
	width: 95%;
	 max-height: 90vh; /* Ajusta el tamaño máximo del modal */
    overflow-y: auto;
}

.modal-content p:last-child
{
	margin-bottom: 0px;
}

/* Estilo para el botón de cierre del modal */
.close-modal {
position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
    box-sizing: border-box;
}

/* expositores */

.imagen-expositor img
{
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
}

.expositor-item {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #dadbde;
    padding: 25px;
    margin: 15px 0px;
    box-sizing: border-box;
	text-align: center;
}



	.content-modal-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
		        row-gap: 15px;
    }

.expositor-img img
{
		aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
}

.expositor-img
{
	margin-bottom: 10px;
	line-height: 0;
}

.read-more-button-org, .read-more-button-org:visited
{
	border: 2px solid #449ed7;
    border-radius: 10px;
    width: 100%;
    display: block;
    color: #449ed7;
    font-weight: 600;
    text-align: center;
    padding: 10px;
	box-sizing: border-box;
}

.single-curriculum
{
	margin-bottom: 15px;
}

.single-course .gdlr-lms-buy-button, .single-course .gdlr-lms-start-button
{
	width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: transparent;
    font-weight: 600;
	margin-bottom: 10px;
}

.gdlr-lms-course-pagination .gdlr-lms-button
{
	background-color: #449ed7;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    border: 2px solid #449ed7;
    cursor: pointer;
	border: 0px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}

.pagination
{
	text-align: center;
}

.gdlr-lms-course-thumbnail img
{
	width: 100%;
	border-radius: 15px;
}

.gdlr-lms-content {
    padding: 0px 0px;
}


.banner-wrapper-curso {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    min-height: 350px; /* Ajusta la altura según lo necesites */
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
}

.banner-wrapper-curso .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 44, 69, 0.7); /* Azul con opacidad */
    z-index: 1;
}

.banner-wrapper-curso .titulo-curso {
    position: relative;
    z-index: 2; /* Asegura que el título esté por encima del overlay */
    color: #fff;
    text-align: center;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	display: flex;
}

.banner-wrapper-curso .titulo-curso h1
{
	color: #fff;
}

.gdlr-course-curriculum-section-head .gdlr-tail {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
}

.gdlr-lms-course-single .gdlr-lms-course-info-wrapper
{
	border-radius: 15px;
	width: 28%;
    padding: 30px;
    margin-left: 60px;
}

.gdlr-lms-single-course-info
{
	background: transparent;
}


.single-course .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 (9 / 16 = 0.5625 = 56.25%) */
    height: 0;
}

.single-course .video-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gdlr-lms-content-type .gdlr-lms-course-info-title {
    border-radius: 10px;
    text-transform: none;
    font-size: 18px;
}

.video-container,
.video-container .wp-video,
.video-container .mejs-container,
.video-container .mejs-overlay,
.video-container .mejs-inner,
.video-container .mejs-mediaelement,
.video-container video.wp-video-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}


.gdlr-lms-admin-bar
{
	border-radius: 15px;
}

.gdlr-lms-date-filter-form input[type="submit"],
.gdlr-lms-date-filter-form input[type="submit"]:hover{
	padding: 8px 20px;
	border: 0px;
}

.gdlr-lms-admin-content .gdlr-lms-admin-head
{
	text-transform: none;
}

.gdlr-lms-admin-content .gdlr-lms-admin-sub-head
{
	display: none;
}

.simplefavorite-button
{
	color: #fff !important;
    background-color: #449ed7;
    border-radius: 8px;
    font-weight: 500;
    border: 0;
    padding: 15px 20px;
	opacity: 1!important;
	cursor: pointer;
}

.wishlist-element
{	
	border-radius: 15px;
    background-color: #fff;
    border: 1px solid #dadbde;
    padding: 25px;
    margin: 15px 0px;
    box-sizing: border-box;
}

.wishlist-element p
{
	margin-bottom: 0;
}

.wishlist-element img
{
	margin-bottom: 5px;
}

.widget-footer p, 
.widget-header p
{
	margin-bottom: 0;
}

.maestrias-list .maestria-post, .diplomados-list .diplomado-post, .capacitaciones-list .capacitacion-post, .cursos-list .curso-post, .search-results-grid .search-item
{
	margin: 15px 0px;
}


/* capacitaciones */

.capacitacion-post-wrapper
{
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #dadbde;
	padding: 25px 25px 20px 25px;
}

.capacitacion-post-wrapper .capacitacion-img img
{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
}

.capacitacion-post-wrapper .capacitacion-img 
{
	margin-bottom: 15px;
	display: block;
}

a.capacitacion-btn
{
	border: 2px solid #449ed7;
	border-radius: 10px;
	width: 100%;
	display: block;
	color: #449ed7;
	font-weight: 600;
	text-align: center;
	padding: 10px;
}


.banner-wrapper-cda {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
	padding-top: 100px;
	padding-bottom: 140px;
}

.rvoe-titulo, .rvoe-numero
{
	font-weight: 700;
	color: #fff;
}
.rvoe-vigencia
{
	font-size: 11px;
	color: #fff;
}

.rvoe.cda-detalle
{
	background-color: #449ed7;
	border: 1px solid #449ed7;
}

.banner-wrapper-cda .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 44, 69, 0.7); /* Azul con opacidad */
    z-index: 1;
}

.content-cda-wrapper
{
	position: relative;
	z-index: 2;
}

.single-maestrias .site-content, .single-diplomados .site-content, .single-capacitacion .site-content, .single-posgrados .site-content,
.single-product .site-content, .single-cursos_pasados .site-content
{
	padding-top: 0;
	padding-bottom: 0;
}

.banner-wrapper-cda .titulo-cda, .banner-wrapper-cda .descripcion {
    position: relative;
    color: #fff;
}

.content-cda-inner 
{
	text-align: center;
}

.banner-wrapper-cda .titulo-cda h1
{
	color: #fff;
}

.det-cda
{
	        color: #fff !important;
        background-color: #449ed7;
        border-radius: 8px;
        font-weight: 500;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.cda-etiquetas
{
	margin-bottom: 10px;
}

.cda-detalles-inner
{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
    row-gap: 15px;
	gap: 15px;
    margin-top: -40px;
    z-index: 3;
    position: relative;
	box-sizing: border-box;
	width: 100%;
}

.cda-detalles-inner .cda-detalle
{
 width: calc(50% - 15px);
	background: #fff;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #dadbde;
	text-align: center;
}



.single-maestrias .entry-content, .single-diplomados .entry-content, .single-capacitacion .entry-content, .single-posgrados .entry-content,
.single-cursos_pasados .entry-content
{
	padding-top: 40px;
}

.cda-detalle:before{
	content: "";
	width: 50px;
	height: 50px;
	background-size: contain;
	position: relative;
	display: block;
    margin: 0 auto;
    margin-bottom: 10px;
	
}


.fecha.cda-detalle:before{
	background-image:url(imagenes/cda1.png);
}

.rvoe.cda-detalle:before{
	background-image:url(imagenes/cda4.png);
}

.duracion.cda-detalle:before{
	background-image:url(imagenes/cda3.png);
}

.horarios.cda-detalle:before{
	background-image:url(imagenes/cda7.png);
}

.modalidad.cda-detalle:before{
	background-image:url(imagenes/cda5.png);
}

.modulos.cda-detalle:before{
	background-image:url(imagenes/cda6.png);
}

.precio.cda-detalle:before{
	background-image:url(imagenes/cda8.png);
}

.precio.cda-detalle .woocommerce-Price-amount
{
	font-weight: 700;
    font-size: 22px;
    color: #449ed7;
}

.detalle-wrapper
{
	line-height: 1.3;
}


.rightmdc-widgets-area
{
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
    border: 1px solid #dadbde;
}


.inversion-text
{
	color: #fff;
	font-weight: 400;
	font-size: 22px;
}

.precio-amount
{
		color: #fff;
	font-weight: 600;
	font-size: 30px;
}

.precio-cap
{
	margin-top: 10px;
}

.horariois-detalle
{
    text-align: center;
}


#ver-mas-expositores
{
	border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #449ed7;
    border-style: solid;
	font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ffffff;
	background: #449ed7;
	display: inline-block;
    width: auto;
	cursor: pointer;
}


.rvoe.cda-detalle
{
	background-color: #449ed7;
	border: 1px solid #449ed7;
}

.wp-block-details summary
{
	font-size: 20px;
	font-weight: 700;
}

ul.wp-block-list{
	margin-bottom: 0px;
}

.wp-block-details
{
	border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
}

.list-separators li{
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

.list-separators{
padding-left: 1em;
}

h3.expo-title, h2.titulo-expositor
{
	text-transform: uppercase;
}

h3.expo-title
{
	font-size: 16px;
}

h2.titulo-expositor
{
	font-size: 26px;
}

.single-product .woocommerce-billing-fields h3, .single-product h3#order_review_heading
{
	display: none;
}

.single-product #customer_details .col-1
{
	float: none;
	width: 100%;
}


.single-product .woocommerce form .form-row
{
margin-bottom: 0px;
}

.single-product .woocommerce-checkout-review-order
{
margin-top: 10px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row
{
	padding: 0;
	border: 0px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
	background-color: #fff;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
	background-color: #f9f9f9;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before
{
	border: 1em solid #f9f9f9;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-privacy-policy-text p{
	margin-bottom: 0;
	font-size: 14px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #449ed7;
    border-style: solid;
    font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ffffff;
    background: #449ed7;
    width: 100%;
}

.woocommerce form .form-row.woocommerce-invalid input, 
.woocommerce form .form-row.woocommerce-invalid select, 
.woocommerce form .form-row.woocommerce-invalid textarea {
    border-color: red !important;
    background-color: #ffe6e6 !important;
}

.woocommerce-error
{
	display: none;
}


.single-product .woocommerce-checkout-review-order-table thead,
.single-product .woocommerce-checkout-review-order-table thead,
.single-product .woocommerce-checkout-review-order-table .cart-subtotal, 
.single-product .woocommerce-checkout-review-order-table .cart_item
{
display: none;
}

.single-product .woocommerce table.shop_table tbody th,
.single-product .woocommerce table.shop_table tfoot td,
.single-product .woocommerce table.shop_table tfoot th
{
border: 0;
}

.single-product .content-area
{
	padding-top: 40px;
}
 
.expositores-list.curso-single .expositor-item.single-mdc
{
	width: 100%;
}

.detalles-item-diplo-list, .detalles-item-producto-list
{
	display: flex;
    gap: 20px;
    row-gap: 10px;
    font-size: 14px;
    line-height: 1.2;
    flex-wrap: wrap;
}

.title-diplo-list, .title-producto-list
{
	font-weight: 700;
	    margin-bottom: 5px;
}

ul.listado-diplomados, ul.listado-productos
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.item-diplo, li.item-producto
{
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.curso-tabs
{
	    list-style: none;
		padding: 0;
		margin:0;
		    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	gap: 20px;
    row-gap: 10px;
	margin-bottom: 15px;
}

li.curso-tab
{
	cursor: pointer;
	    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
	font-weight: 500;
}

li.curso-tab.active
{
	        background-color: #449ed7;
			border-color: #449ed7;
			color: #fff;
}

li.menudesactivado
{
	display: none;
}

.expositor.curso-expositor
{
font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 8px;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: 14px;
}

.curso-pasado-info
{
	    font-weight: 700;
    text-align: center;
    border-top: 1px solid #dadbde;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 18px;
}


form.cart .quantity
{
	   display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 10px;
}

.gl.single-product .single_add_to_cart_button 
{
	width: 100%;
    color: #fff !important;
    background-color: #449ed7!important;
    border-radius: 8px;
    font-weight: 500;
    padding: 17px 15px;
}

.woocommerce form.cart .quantity .qty
{
	width: 100%;
}

form.cart
{
	margin: 15px 0px;
}

.quantity-up, .quantity-down
{
	    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}

.gdlr-lms-course-single .gdlr-lms-course-info-author-image
{
	aspect-ratio: 1 / 1;
}

.gdlr-lms-course-single .gdlr-lms-course-info-author-image img {
    object-fit: cover;
    width: 100%;
}

.gl .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel
{
max-width: 800px;
width: 100%;
flex-wrap: nowrap;
}

.gl .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel li{
	width: 100%;
}

.gl .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel li a{
	width: 100%;
}

.gl .wp-block-table thead
{
	border-color: #003663;
}

.gl .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #e7f6ff;
}

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

	.post-selection
	{
		width: 40%;
        float: none;
        margin-right: 0;
	}

	.post-search
	{
		width: 100%;
        float: left;
        margin-right: 0;
	}

	.button-search
	{
	width: 40%;
        float: left;	
	}
	
	.cda-detalles-inner
{

    row-gap: 30px;
	gap: 30px;

}

.cda-detalles-inner .cda-detalle
{
 width: calc(25% - 30px);
    padding: 30px;
}
	
.course-search-wrapper .gdlr-lms-form, .course-search-wrapper .custom-search-form
	{
		display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
		column-gap: 10px;
	}
	
	.content-modal-wrapper {
     display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
		        column-gap: 30px;
    }
	
	.imagen-expositor
	{
		width: 30%;
	}
	
	.contenido-expositor
	{
		width: 70%;
	}
	
	h1
{
	font-size: 36px;
}
	
	.course-search-wrapper .clear
	{
		display: none;
	}
	
	.course-search-column.gdlr-lms-1, .course-search-column.gdlr-lms-2 {
    width: 45%;
    float: none;
    margin-right: 0;
}
	
	.course-search-column.gdlr-lms-3 {
    width: 100%;
    float: left;
    margin-right: 0;
}
	
	.course-search-column.gdlr-lms-4
	{
    width: 40%;
    float: left;
}
	
			   .mailing-form {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        align-items: center;
				   gap: 12px;
    }
	
	    .mailing-title {
        width: 50%;
    }
	
	    .mailing-form input[type="email"] {
        width: 25%;
    }
	
	    .mailing-form input[type="submit"] {
        width: 25%;
    }
	
}

@media screen and (min-width:801px) {
	.col-full, .comments-area {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 1.6em;
		box-sizing: content-box;
	}
	
		.site-branding
	{
		float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	
	.main-navigation
	{
		float: none;
	}
	
	
	.horariois-detalle
{
	max-width: 65%;
    width: auto;
}
	
	
	
	.wrapper-content-mdc
	{
  width: 100%;
	}
	

	
		.wrapper-content-mdc .sidebar-mdc-right
	{
		 flex-basis: 32%;
		margin-left: 3%;
        position: relative;
        z-index: 3;
		padding-top: 40px;
	}
	
	.content-cda-inner
	{
		max-width: 70%;
		width: 100%;
		margin: 0 auto;
	}
	
	

	
	
	    .expositor-item {
        width: calc(25% - 30px);
        margin: 15px;
    }
	
	.expositor-item.single-mdc
	{
	width: calc(33.33% - 10px);
        margin: 5px;
	}

		.col-full.blog-full {
		max-width: 1230px;
	}
	
	.expositores-list, .blog-list, .reciente-blog, .wishlist-list, .maestrias-list, .diplomados-list, .capacitaciones-list, .cursos-list, .search-results-grid
	{
	  display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
	
	.blog-item, .wishlist-element, .maestrias-list .maestria-post, .diplomados-list .diplomado-post, .capacitaciones-list .capacitacion-post, .cursos-list .curso-post, .search-results-grid .search-item
{
    width: calc(33.33% - 30px);
    margin: 15px;
}
	
	.main-navigation
	{
		display: block;
		float: none;
		margin: 7.5px 0px;
	}
	
	li.botonmenu a, li.botonmenu a:hover
{
	color: #fff!important;
	background-color: #449ed7;
	border-radius: 8px;
	font-weight: 500;
}

	
	.main-navigation ul {
      display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
		  -webkit-justify-content: center;
    justify-content: center;
}
	
		.floatleft
	{
		float: left;
		width: 48%;
	}
	
		.floatright
	{
		float: right;
		width: 48%;
	}
	
	
			.resp-menu
	{
		display: none;
	}
}

@media screen and (max-width:1200px)
{
	.col-full, .comments-area  {
		padding: 0;
		margin-left: 1.2em;
		margin-right: 1.2em;
	}
}

@media only screen and (max-width: 767px) {
    .course-search-column.gdlr-lms-1, .course-search-column.gdlr-lms-2, .course-search-column.gdlr-lms-3, .course-search-column.gdlr-lms-4 {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 0px;
    }
	
	    .gdlr-lms-course-single .gdlr-lms-course-info-wrapper {
        float: none;
        margin-left: 0px!important;
        width: auto!important;
    }
}