/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/*
 * /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}*/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

::selection {
	background-color: #99bf1b;
	color: #fff;
}

::-moz-selection {
	background-color: #99bf1b;
	color: #fff;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	/*-webkit-font-smoothing: antialiased;*/
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}
body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.body-container-wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#606060;
  display: inline-block;
  line-height:150%;
  margin-top:0;
}
body.landing{
  background:#f7f7f7;
}
body.landing .body-container-wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#606060;
  display: block;
  line-height:150%;
}
body.landing ul {
    list-style: disc;
}
.body-container-wrapper li{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#606060;
  line-height:180%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.page-center {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	max-width: 1200px; 
	width: 100%;
	margin: auto; 
	margin-left: auto!important; 
	float: none!important;
	padding: 0 15px;
}

b, strong{ font-weight:bold; }
i, em { font-style: italic; }



/*---------------------------  HEADER  ---------------------------*/

.header-container-wrapper {
	position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index:15;
}
.header-container-wrapper .logo{
    margin: 20px 0;
}
.hs-menu-wrapper li a {
	font-size: 13px; 
	color: #606060;
}
.header-container-wrapper .icons-head {
    position: absolute;
    right: 20px;
    top: 0;
	  bottom: 0;
    width: 120px!important;
	  margin-left: 0!important;
    font-weight: 700;
    font-size: 14px;
  	color:#606060;
}
.header-container-wrapper .icons-head > div {
	position: relative; 
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-container-wrapper .icons-head ul {
	margin: 0;
	padding-left: 0!important;
	text-align: center;
}
.header-container-wrapper .icons-head ul li {
	display: inline-block;
}
.header-container-wrapper .icons-head ul li:first-of-type {
	display: block; 
}
.header-container-wrapper .icons-head ul li:first-of-type a {
	color: #606060;
}
.header-container-wrapper .icons-head .icon-topheader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px 5px 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-container-wrapper .icons-head .icon-topheader span {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-container-wrapper .icons-head .phone {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTQuMjMgMTMuMTYiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iRGVncmFkYWRvX3Npbl9ub21icmVfMTciIHkxPSI2LjU4IiB4Mj0iMTQuMjMiIHkyPSI2LjU4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNTc5YjgxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTliZjFiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHRpdGxlPmljb24tcGhvbmU8L3RpdGxlPjxnIGlkPSJDYXBhXzIiIGRhdGEtbmFtZT0iQ2FwYSAyIj48ZyBpZD0iQ2FwYV8xLTIiIGRhdGEtbmFtZT0iQ2FwYSAxIj48cGF0aCBpZD0iX1RyYXphZG9fIiBkYXRhLW5hbWU9IiZsdDtUcmF6YWRvJmd0OyIgZD0iTTEzLjUxLDkuMzNjLS4zNS0uMTgtMi4wNy0xLTIuMzktMS4xM3MtLjU1LS4xNy0uNzkuMTctLjksMS4xMy0xLjExLDEuMzYtLjQxLjI2LS43Ni4wOUE5LjUyLDkuNTIsMCwwLDEsNS42NSw4LjFhMTAuNDYsMTAuNDYsMCwwLDEtMi0yLjRjLS4yLS4zNSwwLS41My4xNS0uNzFzLjM1LS40MS41My0uNjEuMDktLjExLjEzLS4xN2EzLjQxLDMuNDEsMCwwLDAsLjIyLS40MS42My42MywwLDAsMCwwLS42MUM0LjYxLDMsMy45MSwxLjMxLDMuNjIuNjFTMi4zOSwwLDIuMTYsMGExLjI4LDEuMjgsMCwwLDAtLjkzLjQzQTMuODksMy44OSwwLDAsMCwwLDMuMzQsNC4zMiw0LjMyLDAsMCwwLC4xOCw0LjUxLDcuODYsNy44NiwwLDAsMCwxLjQzLDYuOTNjLjE3LjIzLDIuNDIsMy44NSw2LDUuMjRzMy41Ni45Myw0LjIuODdBMy41MiwzLjUyLDAsMCwwLDE0LDExLjM5YTIuOTEsMi45MSwwLDAsMCwuMi0xLjY1Yy0uMDktLjE0LS4zMi0uMjMtLjY3LS40WiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2ZpbGw6dXJsKCNEZWdyYWRhZG9fc2luX25vbWJyZV8xNykiLz48L2c+PC9nPjwvc3ZnPg==);
}
.header-container-wrapper .icons-head .whats {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC40IDE4LjQiPjx0aXRsZT53aGF0czwvdGl0bGU+PGcgaWQ9IkNhcGFfMiIgZGF0YS1uYW1lPSJDYXBhIDIiPjxnIGlkPSJDYXBhXzEtMiIgZGF0YS1uYW1lPSJDYXBhIDEiPjxwYXRoIGlkPSJfVHJhemFkb19jb21wdWVzdG9fIiBkYXRhLW5hbWU9IiZsdDtUcmF6YWRvIGNvbXB1ZXN0byZndDsiIGQ9Ik05LjM2LDE2LjVhNy41Niw3LjU2LDAsMCwxLTQuMTgtMS4yNWwtMi45Mi45My45NS0yLjc5QTcuNDgsNy40OCwwLDAsMSwxLjc4LDljMC0uMjUsMC0uNDksMC0uNzNhNy42LDcuNiwwLDAsMSwxNS4xMy4xNGMwLC4xOSwwLC4zOSwwLC41OWE3LjU3LDcuNTcsMCwwLDEtNy42LDcuNTNabTktNy43NmE5LDksMCwwLDAtMTgtLjE2cTAsLjIsMCwuMzlhOC44NCw4Ljg0LDAsMCwwLDEuMyw0LjYzTDAsMTguNGw1LTEuNTlBOSw5LDAsMCwwLDE4LjQsOWMwLS4wOCwwLS4xNSwwLS4yM1oiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQiLz48cGF0aCBpZD0iX1RyYXphZG9fIiBkYXRhLW5hbWU9IiZsdDtUcmF6YWRvJmd0OyIgZD0iTTEzLjY1LDEwLjY1Yy0uMjItLjExLTEuMzEtLjY0LTEuNTEtLjcxcy0uMzUtLjExLS41LjExLS41Ny43MS0uNy44Ni0uMjYuMTYtLjQ4LjA1QTYsNiwwLDAsMSw4LjY4LDkuODcsNi42Miw2LjYyLDAsMCwxLDcuNDUsOC4zNWMtLjEzLS4yMiwwLS4zNC4xLS40NXMuMjItLjI2LjMzLS4zOEw4LDcuNDJhMi4xNiwyLjE2LDAsMCwwLC4xNC0uMjYuNC40LDAsMCwwLDAtLjM4QzgsNi42Niw3LjU4LDUuNTgsNy40LDUuMTRzLS43OC0uMzgtLjkzLS4zOEEuODEuODEsMCwwLDAsNS44OSw1YTIuNDYsMi40NiwwLDAsMC0uNzgsMS44MywyLjczLDIuNzMsMCwwLDAsLjExLjc0QTUsNSwwLDAsMCw2LDkuMTMsOS4wNiw5LjA2LDAsMCwwLDkuOCwxMi40NUMxMiwxMy4zMywxMiwxMywxMi40NSwxM2EyLjIyLDIuMjIsMCwwLDAsMS41LTEsMS44NCwxLjg0LDAsMCwwLC4xMy0xYy0uMDUtLjA5LS4yLS4xNC0uNDItLjI1WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+);
}
.header-container-wrapper .icons-head .wh {
	background: rgba(87,155,129,1);
	background: -moz-linear-gradient(left, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(87,155,129,1)), color-stop(100%, rgba(153,191,27,1)));
	background: -webkit-linear-gradient(left, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
	background: -o-linear-gradient(left, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
	background: -ms-linear-gradient(left, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
	background: linear-gradient(to right, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579b81', endColorstr='#99bf1b', GradientType=1 );
}

.header-container-wrapper .icons-head .ph {
	box-shadow: inset 0 0 0 1px #606060;
}

/* Header CofideNet*/
.bck-gris {
    /*z-index: 9999;*/
    position: relative;
    background: #606060;
    color: #fff;
}
.bck-gris ul {
	text-align: left;
	padding: 0;
}
.sesion-cofidenet .bck-gris ul {
  	text-align: left;
}
.sesion-cofidenet ul .user{
  	float: right;
    line-height: 35px;
}
.bck-gris ul li {
    display: inline-block;
}
.bck-gris ul li a {
    display: block;
    padding: 10px 20px;
    margin: 0 0 0 15px;
    border-radius: 10px;
	color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: rgba(87,155,129,1);
    background: -moz-linear-gradient(top, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87,155,129,1)), color-stop(100%, rgba(153,191,27,1)));
    background: -webkit-linear-gradient(top, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
    background: -o-linear-gradient(top, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
    background: -ms-linear-gradient(top, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
    background: linear-gradient(to bottom, rgba(87,155,129,1) 0%, rgba(153,191,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579b81', endColorstr='#99bf1b', GradientType=0 );
}

.bck-gris ul li a:hover {
	background:rgba(153,191,27,1);
}

.hs-menu-wrapper {
	display: block;
}

.logo-cofide,
.custom-menu {
	display: inline-block!important;
	margin-left: 0!important;
	float: none!important; 
}

.custom-menu {
	padding: 0 115px 0 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal{
  display:block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: block; 
	position: relative; 
	width: 100%;
	text-align: justify;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	display: inline-block;
	float: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    white-space: pre-wrap;
    max-width: none;
    padding: 10px 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 0;
    text-transform: uppercase;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a{
    background: #a1bd35;
    padding: 15px 5px;
    border-radius: 8px;
    position: relative;
    top: 5px;
    color: #fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active-branch a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
	color:#99BF1B;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child.active-branch a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a:hover{
  color: #a1bd35;
  background: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a b {
	display: inline;
    text-transform: lowercase;
      vertical-align: bottom;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute;
    background-color: #99bf1b;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 10;
	  overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	display: block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	width: auto;
  max-width:none;
	padding: 10px 10px; 
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active-branch a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	background-color: #606060;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-of-type a {
	border-bottom: 0;
}



/*---------------------------  HOME  ---------------------------*/

.banner-home {
    position: relative;
    padding: 100px 0 100px;
    overflow: hidden;
    z-index: 1;
}

.banner-home:before {
	content: '';
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;
  left: 0;
	bottom: -150px;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.banner-img,.banner-img_,.header-img {
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: top 20% center;
}

.banner-home.banner-img {
	background-position: top center;
}

.imgback img {
    display: none;
}
.row-banner .start {
    opacity:1;
    left:0;
}
.row-banner {
	padding: 0 0 65px;
}

.row-banner .row-fluid-wrapper .row-fluid {
	display: table!important;
	width: 100%;
	table-layout: fixed;
}

.btn-banner,
.txt-banner {
	position: relative;
	display: table-cell!important; 
	vertical-align: bottom;
	float: none!important;
	z-index: 1;
  text-align: center;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
}

.btn-sesion {
	display: block;
	max-width: 440px; 
	width: 100%;
	margin: auto;
}

.txt-banner input[type="text"] {
  	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDIwNCAyMDEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjxzeW1ib2wgaWQ9IkJ1c2NhciIgZGF0YS1uYW1lPSJCdXNjYXIiIHZpZXdCb3g9IjAgMCAzNS44NyAzNC43OSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjI5LDMwLjYzQTEuMTQsMS4xNCwwLDAsMSwuMzcsMjlMMTAsMjAuMzFhMS4xNCwxLjE0LDAsMCwxLDEuNi4wOEwxNSwyNC4xOGExLjE0LDEuMTQsMCwwLDEtLjA4LDEuNkw1LjMyLDM0LjVhMS4xNCwxLjE0LDAsMCwxLTEuNi0uMDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjMuMywwQTEyLjU3LDEyLjU3LDAsMSwxLDExLjQzLDguNDYsMTIuNTcsMTIuNTcsMCwwLDEsMjMuMywwbTAsMy40MWE5LjE1LDkuMTUsMCwwLDAtMywxNy44MSw5LDksMCwwLDAsMywuNTFBOS4xOCw5LjE4LDAsMCwwLDMyLDE1LjU2LDkuMTcsOS4xNywwLDAsMCwyNi4zLDMuOTFoMGE5LjI0LDkuMjQsMCwwLDAtMy0uNVoiLz48L3N5bWJvbD48L2RlZnM+PHRpdGxlPmJ1c2NhZG9yX2JjbzwvdGl0bGU+PHVzZSBpZD0iQnVzY2FyLTMiIGRhdGEtbmFtZT0iQnVzY2FyIiB3aWR0aD0iMzUuODciIGhlaWdodD0iMzQuNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4LjQ1IDMyLjA4KSBzY2FsZSg0LjAyIDQuMDMpIiB4bGluazpocmVmPSIjQnVzY2FyIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin: 25px 0 0;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: 1px solid #99bf1b;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
	font-weight: 400;
    background-color: transparent;
    outline: none;
    line-height: 150%;
}
.buscar-cursos{
  margin-bottom:40px;
    max-width: 320px;
    margin: 0 auto 40px auto;
}
.hs-search-field .hs-search-field__input{
  	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0ODUuMjEzIDQ4NS4yMTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS4yMTMgNDg1LjIxMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGQ9Ik00NzEuODgyLDQwNy41NjdMMzYwLjU2NywyOTYuMjQzYy0xNi41ODYsMjUuNzk1LTM4LjUzNiw0Ny43MzQtNjQuMzMxLDY0LjMyMWwxMTEuMzI0LDExMS4zMjQgICAgYzE3Ljc3MiwxNy43NjgsNDYuNTg3LDE3Ljc2OCw2NC4zMjEsMEM0ODkuNjU0LDQ1NC4xNDksNDg5LjY1NCw0MjUuMzM0LDQ3MS44ODIsNDA3LjU2N3oiIGZpbGw9IiM5OWJmMWIiLz48cGF0aCBkPSJNMzYzLjkwOSwxODEuOTU1QzM2My45MDksODEuNDczLDI4Mi40NCwwLDE4MS45NTYsMEM4MS40NzQsMCwwLjAwMSw4MS40NzMsMC4wMDEsMTgxLjk1NXM4MS40NzMsMTgxLjk1MSwxODEuOTU1LDE4MS45NTEgICAgQzI4Mi40NCwzNjMuOTA2LDM2My45MDksMjgyLjQzNywzNjMuOTA5LDE4MS45NTV6IE0xODEuOTU2LDMxOC40MTZjLTc1LjI1MiwwLTEzNi40NjUtNjEuMjA4LTEzNi40NjUtMTM2LjQ2ICAgIGMwLTc1LjI1Miw2MS4yMTMtMTM2LjQ2NSwxMzYuNDY1LTEzNi40NjVjNzUuMjUsMCwxMzYuNDY4LDYxLjIxMywxMzYuNDY4LDEzNi40NjUgICAgQzMxOC40MjQsMjU3LjIwOCwyNTcuMjA2LDMxOC40MTYsMTgxLjk1NiwzMTguNDE2eiIgZmlsbD0iIzk5YmYxYiIvPjxwYXRoIGQ9Ik03NS44MTcsMTgxLjk1NWgzMC4zMjJjMC00MS44MDMsMzQuMDE0LTc1LjgxNCw3NS44MTYtNzUuODE0Vjc1LjgxNkMxMjMuNDM4LDc1LjgxNiw3NS44MTcsMTIzLjQzNyw3NS44MTcsMTgxLjk1NXoiIGZpbGw9IiM5OWJmMWIiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 45px;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: 1px solid #99bf1b;
    border-radius: 30px;
    max-width: 320px;
    margin: 0 auto;
}
.txt-banner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.txt-banner ::-moz-placeholder { /* Firefox 19+ */
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.txt-banner :-ms-input-placeholder { /* IE 10+ */
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.txt-banner :-moz-placeholder { /* Firefox 18- */
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.txt-banner {
  position:relative;
  top:40px;
	color: #fff;
	font-weight: 400;
	line-height: 150%;
}
.txt-banner h1 {
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 640px;
    line-height: 150%;
}
.txt-banner h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}

.txt-banner p {
	margin: 0;
	font-size: 18px;
	line-height: 150%;
  color: #92d009;
}

.txt-banner .row-fluid-wrapper .row-fluid {
	display: block; 
	max-width: 395px;
	width: 100%;
	margin: auto;
}

.btn-sesion a {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block; 
	width: 48%;
    height: 45px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
	text-transform: uppercase;
	text-align: center;
    cursor: pointer;
	line-height: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.btn-sesion a.registro {
	color: #333;
}
.btn-sesion a.registro:hover {
	background-color: #99bf1b;
  color:#fff;
}

.btn-sesion a.sesion {
	color: #fff;
	background-color: #99bf1b;
}
.btn-sesion a.sesion:hover {
  color: #333;
  background:#fff;
}
.search-curso .hs-search-field{
    max-width: 400px;
    display: inline-block;
}
.search-curso .hs-search-field__suggestions{
    z-index: 999;
}
body.error .hs-search-field--open .hs-search-field__suggestions{
  z-index:99;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #8ec100;
    position: absolute;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    text-align:left;
}
.hs-search-field__suggestions a{
    color: #8ec100;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2px;
    padding-top: 2px;
} 
.btn-cursos-home a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    background-color:#99bf00;
    margin-top: 20px;
}
.btn-cursos-home a:hover{
  background-color: #fff;
  color:#333;
}
.btn-cursos-home .hs-cta-wrapper.login a{
    background: #6f6f6f;
    margin: 20px 0 0 10px;
}
.btn-cursos-home .hs-cta-wrapper a:hover{
  background-color: #fff;
  color:#6f6f6f;
}
.btn-cursos-home .new{
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.btn-cursos-home .new .hs-cta-wrapper a{
    font-size: 14px;
    background: none;
    padding: 0;
    margin: 0;
    color: #99bf00;
    font-weight: 700;
}
/*---------------------------  HOME - NOSOTROS  ---------------------------*/

.row-nosotros {
	padding: 85px 0;
  overflow: hidden;
}

.row-nosotros .row-fluid-wrapper .row-fluid {
	display: table; 
	width: 100%;
}

.txt-nosotros,
.video-nosotros {
	display: table-cell!important; 
	vertical-align: middle;
	float: none!important;
  position: relative;
  padding: 0 20px 0 0;
  text-align: right;
    
}
.txt-nosotros{
  padding-right: 50px;
  left: -30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .10s;
}
.video-nosotros {
  right: -30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s;
}
.txt-nosotros.start{
  opacity:1;
  left:0;
}
.video-nosotros.start {
  opacity:1;
  right:0;

}
.txt-nosotros h2 {
	margin: 0 0 40px;
	font-size: 22px;
  max-width: 90%;
  text-align: right;
}

.txt-nosotros p {
	max-width: 90%; 
	width: 100%;
	font-size: 15px;
	line-height: 150%;
  text-align: right;
}

.img-nosotros {
	position: relative;
	display: block;
	padding-top: 61%;
	border-radius: 25px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/COFIDE%20SITE/home-4.jpg');
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
  cursor:default;
  background-size: cover;
}

.img-nosotros:before {
	/*content: ''; 
	position: absolute; 
	width: 38px; 
	height: 85px;
	top: 50%; 
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/play-4.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;*/
}



/*---------------------------  HOME - SERVICIOS  ---------------------------*/

.row-servicios {
	display: block; 
	max-width: 565px;
	margin: auto; 
	padding: 50px 0;
	border-top: 1px solid #99bf1b;
	margin-left: auto!important; 
	float: none!important;
}

.row-servicios h2 {
	margin: 0 0 60px;
	font-weight: 300; 
	font-size: 30px;
	color: #99bf1b;
	line-height: 130%;
	text-align: center;
   opacity:0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
      transition-delay: .4s;
}
.row-servicios h2.start {
  opacity:1;
}
.row-servicios ul {
	padding-left: 0;
	text-align: justify; 
}

.row-servicios ul:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.row-servicios ul li {
	display: inline-block; 
	width: 48%;
	margin: 0 0 40px;
	vertical-align: top;
	cursor: default;
  position:relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.row-servicios ul li:nth-child(1) {
  transition-delay: .2s;
  opacity:0;
  top:-20px;
}
.row-servicios ul li:nth-child(2) {
  transition-delay: .4s;
  opacity:0;
  top:-20px;
}
.row-servicios ul li:nth-child(3) {
  transition-delay: .6s;
  opacity:0;
  top:-20px;
}
.row-servicios ul li:nth-child(4) {
  transition-delay: .8s;
  opacity:0;
  top:-20px;
}
.row-servicios ul li.start{
  opacity:1;
  top:0;
}
.row-servicios ul li span {
	display: block;
	height: 135px;
	border: 1px solid #99bf1b;
	border-radius: 27px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.row-servicios ul li span:hover {
	background-color: #f3fbda;
}

.row-servicios ul li span img {
	display: block;
    position: relative;
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.row-servicios ul li p {
	margin: 20px 0 0;
	font-size: 17px;
	text-align: center;
  width:100%;
}



/*---------------------------  HOME - CATÁLOGO  ---------------------------*/

.row-catalogo {
	padding: 40px 0;
}

.row-catalogo h2,
.banner-catalogo h3 {
	margin: 0;
	color: #99bf1b;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	line-height: 130%;
}

.banner-catalogo {
	padding: 60px 0;
	margin: 0 0 30px;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
  -webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
   transition: all .8s ease-in-out;
  opacity: 0;
  position: relative;
}
.banner-catalogo.start {
  opacity:1;
}
.banner-catalogo h2,
.banner-catalogo h3 {
	color: #fff;
	/*text-align: right;*/
}

.banner-catalogo h2 {
	font-size: 32px; 
}

.banner-catalogo h3 {
	font-size: 25px; 
}

.search-curso {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: right;
}

.search-curso input {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	max-width: 200px;
    width: 100%;
    height: 45px;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: 1px solid #afafaf;
    border-radius: 25px;
    color: #606060;
    font-size: 13px;
    background-color: transparent;
    outline: none;
}
.content-catalogo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative; 
	margin: 30px 0 0;
	/*padding-left: 220px;*/
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  top:-90px;
}
.content-catalogo.start {
  opacity: 1;
  top:0;
}
.filtros-catalogo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute; 
	width: 200px;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0; 
	padding: 0 20px 0 0;
	border-right: 3px solid #99bf1b;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: right;
}

.filtros-catalogo ul {
	padding-left: 0;
	margin: 0 0 10px;
}

.filtros-catalogo ul h3 {
	margin: 0;
	font-size: 15px;
	line-height: 130%;
	cursor: pointer;
}

.filtros-catalogo ul li {
	font-size: 15px;
	line-height: 130%;
}

.img-curso {
	padding-top: 100%; 
	border-radius: 20px;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	box-shadow: 0 4px 16px 0 rgba(183,183,183,0.75), 0 6px 20px 0 rgba(183,183,183,0.75);
}

.slide-catalogo p,
.slide-cursos p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px; 
	margin: 0!important;
	background-color: #fff;
	font-size: 14px; 
	font-weight: 300;
	line-height: 150%;
  width: 100%;
  min-height: 102px;
  display: flex;
  align-items: center;
}
.slide-catalogo,
.slide-cursos{
  position:relative;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  top: -90px;
}
.slide-catalogo.start,
.slide-cursos.start {
  opacity: 1;
  top: 0;
}
.slide-catalogo .slick-slide,
.slide-cursos .slick-slide {
  position:relative;
	display: inline-block!important;
	margin: 0 20px;
	outline: none;
	float: none!important; 
	vertical-align: middle;
}
.slide-catalogo .slick-slide > div > div {
	margin: 25px 0;
}

.slide-catalogo .slick-slide .title-catalogo,
.slide-cursos .slick-slide .title-catalogo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 20px;
	border-radius: 15px;
	border: 1px solid #f1f6fe;
	background-color: #99bf1b;
	overflow: hidden;
	box-shadow: -2px 0px 2px 0 rgba(183,183,183,0.75);
}

.slide-cursos span,.slide-catalogo span  {
    display: block;
    margin: 25px 0 0;
    color: #606060;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.slide-catalogo a,
.slide-cursos a {
	display: block; 
	margin: 30px 0 0;
	color: #99bf1b;
	text-align: center;
}

.slide-catalogo a small,
.slide-cursos a small {
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	font-size: 15px;
	font-style: italic;
}

.slide-catalogo a small:before,
.slide-cursos a small:before {
	content: '+'; 
	position: absolute; 
	width: 15px; 
	height: 15px;
	top: 0; 
	left: 0; 
	color: #fff;
	border-radius: 50%;
	background-color: #99bf1b; 
}



/*---------------------------  HOME - CURSOS  ---------------------------*/

.row-cursos {
	padding: 50px 0 0;
}

.row-cursos h2 {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
}

.row-cursos p {
	display: block; 
	max-width: 670px; 
	width: 100%;
	font-weight: 300; 
	font-size: 17px;
	text-align: center; 
	line-height: 130%;
	margin: 25px auto 70px;
}

.slide-cursos {
	margin: 0 0 50px!important;
}



/*---------------------------  HOME - BLOG  ---------------------------*/

.row-blog {
	padding: 50px 0;
}

.row-blog h2 {
	margin: 0 0 50px;
    color: #99bf1b;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}

.lista-blog {
	position: relative;
	text-align: justify;
}

.lista-blog:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}
.lista-blog a.rss-listing{
    position: relative;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    bottom: -90px;
}
.lista-blog a.rss-listing.start{
    opacity: 1;
    bottom: 0;
}
.lista-blog a.rss-listing:nth-child(1){
    transition-delay: .2s;
}
.lista-blog a.rss-listing:nth-child(2){
    transition-delay: .4s;
}
.lista-blog a.rss-listing:nth-child(3){
    transition-delay: .6s;
}

.lista-blog a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 30%;
	padding: 20px; 
	border: 1px solid #99bf1b;
	border-radius: 20px;
	color: #606060;
	text-align: center;
	vertical-align: top;
}

.lista-blog a h3 {
	margin: 30px 0;
	min-height: 58px;
	font-size: 15px;
	line-height: 130%;
}

.lista-blog a small {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 17px; 
	font-weight: 300;
	border-radius: 20px;
	background-color: #78ad4e;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
	background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
	background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
	background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
	box-shadow: 0px 4px 5px 0 rgba(145,145,145,0.75);
}
 
@media \0screen\,screen\9 {
	.lista-blog a small {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff579b81",endColorstr="#ff99bf1b",GradientType=1);
	}
}


.img-blog {
	padding-top: 55%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
}



/*---------------------------  HOME - CLIENTES  ---------------------------*/

.row-clientes {
	margin: 0 0 50px;
}

.row-clientes h2 {
	margin: 0 0 50px;
    color: #99bf1b;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}

.slide-clientes {
	padding: 0 20px;
}

.slide-clientes .slick-slide {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
}

.slide-clientes .slick-slide img {
    display: block!important;
    max-width: none;
    width: auto !important;
    height: 65px;
    margin: auto;
}



/*---------------------------  HOME - TESTIMONIALES  ---------------------------*/

.row-testimonial {
	padding: 40px 0;
    background-color: #f3f4ed;
}

.row-testimonial h2 {
	margin: 0 0 20px;
    color: #99bf1b;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}

.left-testimonio,
.right-testimonio {
	display: inline-block; 
	width: 48%;
	vertical-align: middle;
}

.left-testimonio {
	color: #606060;
	text-align: right;
	line-height: 130%;
}

.left-testimonio h3 {
	font-weight: 700; 
	font-size: 30px; 
	color: #99bf1b;
	line-height: 100%;
}

.left-testimonio p {
	font-weight: 300; 
	font-size: 17px;
	line-height: 130%;
}

.left-testimonio p strong {
	font-weight: 600;
	line-height: normal;
}

.right-testimonio .img-testimonio {
	display: block; 
	width: 50%;
	padding-top: 50%;
	border-radius: 50%;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	margin: auto;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
}



/*---------------------------  HOME - CERTIFICACIONES  ---------------------------*/

.row-certificacion {
	padding: 75px 0;
	color: #606060;
}
.row-certificacion div{
  text-align:center;
}
.row-certificacion div img{
    height: 70px;
    width: auto!important;
    max-width: none!important;
}
.row-certificacion h2 {
	margin: 0 0 30px;
	font-size: 30px; 
	font-weight: 700;
	text-align: center;
}

.row-certificacion p {
	display: block;
	max-width: 740px; 
	width: 100%;
	text-align: center; 
	line-height: 150%;
	margin: auto;
}

.slide-certificacion {
	margin: 35px 0 0!important;
}



/*---------------------------  HOME - CONTACTO  ---------------------------*/

.formulario .hs-form-field label span {
    display: none;
}
.formulario.incompany .hs-form-field label span {
    font-size: 14px;
    color: #606060;
    display: inline-block;
    margin-bottom: 10px;
}
.formulario.incompany{
    max-width: 70%;
    margin: 0 auto!important;
    display: block;
    float: none!important;
}
.formulario.incompany h3 {
    text-align: left;
}
.formulario fieldset {
	max-width: 100%!important;
}

.formulario textarea, 
.formulario input[type="text"], 
.formulario input[type="password"], 
.formulario input[type="datetime"], 
.formulario input[type="datetime-local"], 
.formulario input[type="date"], 
.formulario input[type="month"], 
.formulario input[type="time"], 
.formulario input[type="week"], 
.formulario input[type="number"], 
.formulario input[type="email"], 
.formulario input[type="url"], 
.formulario input[type="search"], 
.formulario input[type="tel"], 
.formulario input[type="color"], 
.formulario select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    border: 1px solid #afafaf;
    border-radius: 20px;
    margin: 0 0 18px;
    padding: 0 15px;
    color: #606060;
    background-color: #fff;
    outline: 0;
}

.formulario fieldset.form-columns-2 .hs-form-field {
	width: 49%!important;
}

.formulario fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-left: 2%;
}

.formulario fieldset.form-columns-1 .hs-input {
	display: block; 
	width: 100%!important;
}

.formulario .hs_submit {
    text-align: center;
}

.formulario .hs-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    border: 0;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
}
.formulario textarea{
      padding-top: 14px!important;
}
.formulario ul.hs-error-msgs{
      display: none!important;
}
.formulario .hs_error_rollup ul.hs-error-msgs{
   display: block!important;
}
.formulario ul.hs-error-msgs li{
    top: 0;
    opacity: 1;
    margin: 0;
    font-size: 12px;
    padding: 0;
    position: relative;
}

/*---------------------------  HOME - MÁS VISTOS  ---------------------------*/

.lista-cursos {
	padding-left: 0;
	text-align: justify;
}

.lista-cursos:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.lista-cursos li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.lista-cursos li h3 {
	position: relative;
	margin: 0 0 30px;
	padding: 85px 0 0;
	font-weight: 700;
	color: #6b6a6a;
	font-size: 16px;
	text-align: center;
}

.lista-cursos li h3:after {
	content: '';
	position: absolute; 
	height: 75px;
	top: 0; 
	left: 0; 
	right: 0; 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}
.lista-cursos li.presenciales h3:after {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Home/Servicios/presencial-4.png'); 
}

.lista-cursos li.linea h3:after {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Home/Servicios/linea-4.png'); 
}

.lista-cursos li.company h3:after {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Home/Servicios/company-4.png'); 
}

.lista-cursos li ul {
	padding-left: 0;
}

.lista-cursos li ul li {
	display: block;
	width: 100%;
	margin: 0 0 25px;
}

.lista-cursos li ul li p {
	padding: 15px 0 0;
	margin: 0;
	font-weight: 400; 
	font-size: 14px;
	text-align: center;
	line-height: 130%;
}

.lista-cursos li ul li span {
	display: block;
	padding-top: 50%;
	border: 1px solid #99bf1b;
    border-radius: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lista-cursos li ul li span:hover {
	background-color: #99bf1b;
}



/*---------------------------  LOGIN  ---------------------------*/

.row-fluid [class*="span"].shadow-login,
.row-fluid [class*="span"].shadow-registro {
	display: none;
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/close-4.png'); 
	background-repeat: no-repeat; 
	background-size: 20px; 
	background-position: top 20px right 20px; 
	overflow-y: auto;
}

.shadow-login > div,
.shadow-registro > div {
	display: table; 
	width: 100%; 
	height: 100%;
}

/*.row-login {
	display: table-cell; 
	padding: 5% 0;
	vertical-align: middle;
}*/

.row-login {
	display: block;
	padding: 5% 0;
	margin: auto;
}

.row-login p {
	margin: 30px 0 0;
	font-size: 13px;
	text-align: center;
}

.close-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	cursor: pointer;
}

.back-login {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table; 
	max-width: 800px; 
	width: 100%;
	/*height: 100%;*/
	padding: 50px;
	border-radius: 25px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Login/back-login-4.png'); 
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	margin: auto;
	text-align: justify;
	z-index: 1;
}

.back-login:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}
.back-login h2 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.left-login,
.right-login {
	display: table-cell; 
	width: 48%;
	vertical-align: middle;
}

.left-login ul {
	padding-left: 0;
	text-align: justify;
}

.left-login ul:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.left-login ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	position: relative;
	padding: 10px 10px 10px 35px;
	width: 48%;
	color: #fff;
	border-radius: 25px;
	font-size: 13px; 
	font-weight: 400;
	text-align: left;
	line-height: 130%;
}

.left-login ul li.facebook {
	background-color: #004da2; 
}

.left-login ul li.google {
	color: #000;
	background-color: #fff; 
}

.row-login input[type="text"],
.row-login input[type="email"],
.row-login input[type="password"],
.row-login input[type="tel"], 
.row-login textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 45px;
    margin: 0 0 20px;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: 1px solid #99bf1b;
    border-radius: 10px;
    color: #606060;
    font-size: 13px;
    background-color: #fff;
    outline: none;
}

.row-login input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    max-width: 350px;
    width: 100%;
    padding: 15px;
    margin: 8px 0 0;
    color: #fff;
    border: 0;
    border-radius: 10px;
	font-weight: 300;
    font-size: 22px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    cursor: pointer;
    outline: none;
	/*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}

.row-login input[type="submit"]:hover {
	color: #fff;
	background: #78ad4e;
}

.right-login {
	padding: 0 20px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	text-align: center;
}

.right-login h1 {
	font-weight: 300;
	font-size: 35px; 
	line-height: 100%;
}

.right-login p {
		margin: 0;
    font-size: 18px;
    color: #fff;
}

.notificacion{
    margin: 20px 0;
    font-size: 13px;
	text-align: center;
}

.notificacion a {
    display: inline-block;
    padding: 0 8px;
    color: #606060;
}

.notificacion a:hover {
	color:#000;
}

.row-planes {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table; 
	max-width: 800px; 
	width: 100%;
	/*height: 100%;*/
	padding: 50px;
	border-radius: 25px;
	background-color: #fff;
	margin: auto;
	text-align: justify;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	z-index: 1;
}

.header-planes {
	display: block;
	max-width: 770px; 
	text-align: center;
	margin: 50px auto 25px;
	margin-left: auto!important;
	float: none!important;
}

.header-planes h2 {
	margin: 0 0 25px; 
	padding: 0 0 25px; 
	border-bottom: 1px solid #99bf1b;
	font-size: 22px;
	line-height: 150%;
}

.header-planes h2 strong {
	display: block;
	color: #99bf1b;
	font-size: 25px;
}

.header-planes p {
	display: block;
	max-width: 600px; 
	width: 100%;
	font-size: 15px;
	line-height: 150%;
	margin: 0 auto;
}

.planes {
	padding-left: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	text-align: justify;
}

.planes:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.bloque {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 23%;
    margin: 0 1%;
	padding: 35px 20px;
	border: 1px solid #99bf1b;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 4px 4px 8px 0 rgba(204,204,204,0.75), 0 6px 20px 0 rgba(204,204,204,0.75);
	vertical-align: top;
}

.bloque > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 0 0 90px;
}

.bloque.anual {
	background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(top,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to bottom,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(bottom,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
}

/*.row-planes ul.planes li > div:hover {
	color: #fff;
	background-color: #78ad4e;
}*/

.bloque h3 {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #606060;
	font-size: 28px;
	color: #99bf1b;
	text-align: center;
}

.bloque.anual h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.bloque small {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    font-weight: 700;
}

.bloque.anual small {
	color: #fff;
}

.bloque span {
	display: block; 
	margin: 15px 0 0;
	font-size: 23px;
	color: #99bf1b;
	text-align: center;
}

.bloque.anual span {
	color: #fff;
}

.bloque button {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
   	position: absolute;
	left: 0; 
	right: 0; 
	bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
	border: 0;
    border-radius: 10px;
    font-weight: 300;
    font-size: 20px;
    background-color: #99bf1b;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloque.anual button {
	color: #99bf1b;
	background-color: #fff;
} 

.bloque button:hover,
.bloque.anual button:hover {
	color: #fff;
	background-color: #606060;
}

.bloque p {
	color: #606060;
	font-size: 14px;
	text-align: left;
	line-height: 130%;
}

.bloque.anual p {
	color: #fff;
}

.bloque ul {
	padding-left: 0;
	text-align: left;
}

.bloque ul li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: #606060;
	line-height: 130%;
}

.bloque.anual ul li {
	color: #fff;
}

.bloque ul li:before {
	content: ''; 
	position: absolute; 
	width: 5px; 
	height: 5px; 
	top: 6px; 
	left: 0; 
	border-radius: 50%;
	background-color: #000;
}

.bloque.anual ul li:before {
	background-color: #fff;
}

.borde {
	padding: 0 0 25px;
	border-bottom: 1px solid #606060;
}

.bloque.anual .borde {
	border-bottom: 1px solid #fff;
}

.pago {
	padding: 25px 0 0;
	text-align: center;
}

.pago p {
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
}
body.gray{
 background-color: #f1f5f9;
}
#pago{
    margin: 40px auto 50px auto;
    border-radius: 15px;
    max-width: 600px;
    background: #fff;
}
body.gray .pago{
  padding:0;
}
body.gray .pago .header{
  color:#fff;
  border-radius: 15px;
  background: rgba(125,160,12,1);
  background: -moz-linear-gradient(top, rgba(125,160,12,1) 0%, rgba(155,179,18,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,160,12,1)), color-stop(100%, rgba(155,179,18,1)));
  background: -webkit-linear-gradient(top, rgba(125,160,12,1) 0%, rgba(155,179,18,1) 100%);
  background: -o-linear-gradient(top, rgba(125,160,12,1) 0%, rgba(155,179,18,1) 100%);
  background: -ms-linear-gradient(top, rgba(125,160,12,1) 0%, rgba(155,179,18,1) 100%);
  background: linear-gradient(to bottom, rgba(125,160,12,1) 0%, rgba(155,179,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da00c', endColorstr='#9bb312', GradientType=0 );
}
body.gray .pago .header h2{
  font-weight: 300;
  padding:30px 0;
}
body.gray .invoice{
    padding:15px 0 0 0;
    text-align: center;
    line-height: 150%;
}
body.gray #pago .contenido{
    max-width: 90%;
    margin: 0 auto 30px auto;
    font-size: 15px;
    color: #565656;
    padding: 0 0 40px 0;
}
body.gray .detalle{
  padding:20px 0;
}
body.gray .detalle ul{
  margin: 0;
  padding: 0;
}
body.gray .detalle ul li{
  font-weight: 700;
    width: 30%;
    display: inline-block;
  text-align: center;
}
body.gray .detalle ul li span{
  display: block;
   font-weight: 400;
}
body.gray .resumen{
    padding: 20px;
    background: #f0f5f9;
    border-radius: 10px;
}
body.gray .resumen .cols{
    padding: 15px 0px;
}
body.gray .resumen .cols .col1{
    width: 70%;
    display: inline-block;
  text-align:left;
}
body.gray .resumen .cols .col2{
    width: 28%;
    display: inline-block;
  text-align:right;
}
body.gray .footer-note{
  padding: 30px 0;
}
body.gray .footer-links{
    padding: 0;
    margin: 10px 0 0;
}
.bloque.anual .pago p {
	color: #fff;
}

.ahorro {
	margin: 25px 0 0;
  text-align:center;
}

.ahorro p,
.ahorro span {
	margin: 0;
	color: #99bf1b;
	font-weight: 700;
	font-size: 17px;
	text-align: center; 
  display:inline-block;
}
.ahorro .bloque>div>span{
  font-weight: 700;
}
.soporte {
	margin: 50px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #606060;
}
body.soporte {
  margin:0;
  padding:0;
  border-top:0;
}
.bloque.anual .soporte {
	border-top: 1px solid #fff;
}

.soporte p {
	margin: 0;
	font-size: 17px;
	text-align: center;
}

.soporte ol {
	padding-left: 0;
	text-align: center;
}

.soporte ol li {
	display: inline-block; 
	width: 30%;
	height: 35px; 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	vertical-align: top;
}

.soporte ol li.ticket {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/soporte-4.png');
}

.bloque.anual .soporte ol li.ticket {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/ticket-bco-4.png');
}

.soporte ol li.mensaje {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/mensaje-4.png');
}

.bloque.anual .soporte ol li.mensaje {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/mensaje-bco-4.png');
}

.soporte ol li.telefono {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/telefono-4.png');
}

.bloque.anual .soporte ol li.telefono {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/telefono-bco-4.png');
}



/*---------------------------  PAGO  ---------------------------*/

.row-pago {
	display: block;
	max-width: 600px; 
	width: 100%;
	padding: 5% 0;
	margin: auto;
}
.row-pago label {
    font-weight: 400;
    color: #606060;
}
.row-pago label p{
  margin:0;
  padding:0;
}
.row-pago label input{
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin: 5px 0 20px;
}
.row-pago label input[name="nombre-presencial"]{
  background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/people-01-4.png'); 
	background-repeat: no-repeat; 
	background-size: auto 60%; 
	background-position: left 10px center;
}
.row-pago label input[name="email-presencial"]{
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGNsYXNzPSJsZGktamUwbHRhIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHN0eWxlPSJ3aWR0aDoyMDBweDt3ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt3ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjoxMDBweCAxMDBweDt3ZWJraXQtcGVyc3BlY3RpdmUtb3JpZ2luOjEwMHB4IDEwMHB4O3dlYmtpdC1sb2dpY2FsLXdpZHRoOjIwMHB4O3dlYmtpdC1sb2dpY2FsLWhlaWdodDoyMDBweDt1c2VyLXNlbGVjdDpub25lO3RyYW5zZm9ybS1vcmlnaW46MTAwcHggMTAwcHg7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7cGVyc3BlY3RpdmUtb3JpZ2luOjEwMHB4IDEwMHB4O292ZXJmbG93LXk6aGlkZGVuO292ZXJmbG93LXg6aGlkZGVuO292ZXJmbG93OmhpZGRlbjtpbmxpbmUtc2l6ZToyMDBweDtoZWlnaHQ6MjAwcHg7ZGlzcGxheTpibG9jaztkOm5vbmU7YmxvY2stc2l6ZToyMDBweDtiYWNrZ3JvdW5kOnJnYmEoMCwgMCwgMCwgMCkgbm9uZSByZXBlYXQgc2Nyb2xsIDAlIDAlIC8gYXV0byBwYWRkaW5nLWJveCBib3JkZXItYm94IiA+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiIHN0eWxlPSJ4OjBweDt3ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt3ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7d2Via2l0LXBlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4O3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7cGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHg7b3ZlcmZsb3cteTpoaWRkZW47b3ZlcmZsb3cteDpoaWRkZW47b3ZlcmZsb3c6aGlkZGVuO2Rpc3BsYXk6YmxvY2siID48ZyBjbGFzcz0iIiBzdHlsZT0ieDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1wZXJzcGVjdGl2ZS1vcmlnaW46MHB4IDBweDt1c2VyLXNlbGVjdDpub25lO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3RyYW5zZm9ybTpub25lO3N0cm9rZS13aWR0aDoxcHg7cjowcHg7cG9pbnRlci1ldmVudHM6YWxsO3BlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4IiA+PGcgY2xhc3M9IiIgc3R5bGU9Ing6MHB4O3dlYmtpdC11c2VyLXNlbGVjdDpub25lO3dlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOjUwcHggNTBweDt3ZWJraXQtdHJhbnNmb3JtOm1hdHJpeCgwLjYsIDAsIDAsIDAuNiwgMCwgMCk7d2Via2l0LXBlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4O3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm1hdHJpeCgwLjYsIDAsIDAsIDAuNiwgMCwgMCk7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7cGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHgiID48ZyBjbGFzcz0iIiBzdHlsZT0ieDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1wZXJzcGVjdGl2ZS1vcmlnaW46MHB4IDBweDt1c2VyLXNlbGVjdDpub25lO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3RyYW5zZm9ybTpub25lO3N0cm9rZS13aWR0aDoxcHg7cjowcHg7cG9pbnRlci1ldmVudHM6YWxsO3BlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4IiA+PGcgY2xhc3M9IiIgc3R5bGU9IndlYmtpdC11c2VyLXNlbGVjdDpub25lO3dlYmtpdC1wZXJzcGVjdGl2ZS1vcmlnaW46MHB4IDBweDt1c2VyLXNlbGVjdDpub25lO3N0cm9rZS13aWR0aDoxcHg7cG9pbnRlci1ldmVudHM6YWxsO3BlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4IiA+PHN0eWxlIHR5cGU9InRleHQvY3NzIiBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMXM7d2Via2l0LWFuaW1hdGlvbjpub25lIDFzIGVhc2UgLTFzIDEgbm9ybWFsIG5vbmUgcnVubmluZzt1c2VyLXNlbGVjdDpub25lO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3RyYW5zZm9ybTpub25lO3N0cm9rZS13aWR0aDoxcHg7cjowcHg7cG9pbnRlci1ldmVudHM6YWxsO2RpcmVjdGlvbjpsdHI7ZDpub25lIiA+LnN0MHtmaWxsOiNGNEU2Qzg7fSAuc3Qxe2ZpbGw6IzMzMzMzMzt9IC5zdDJ7ZmlsbDojRTBFMEUwO30gLnN0M3tmaWxsOiNFMTVDNjQ7fSAuc3Q0e2ZpbGw6I0MzMzgzNzt9IC5zdDV7ZmlsbDojRDY1QTYyO30gLnN0NntmaWxsOm5vbmU7fSAuc3Q3e2ZpbGw6I0Y3QjI2QTt9IC5zdDh7ZmlsbDojRjQ3RTVGO30gLnN0OXtvcGFjaXR5OjAuMjtmaWxsOiMzNTMwMzU7fSAuc3QxMHtmaWxsOiM2NjY3NjY7fSAuc3QxMXtmaWxsOiNBMEM4RDc7fSAuc3QxMntmaWxsOiM3N0E0QkQ7fSAuc3QxM3tmaWxsOiNBQ0JEODE7fSAuc3QxNHtmaWxsOiNGRkZGRkY7fSAuc3QxNXtmaWxsOiM4NDlCODc7fSAuc3QxNntmaWxsOm5vbmU7c3Ryb2tlOiNFMEUwRTA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QxN3tmaWxsOm5vbmU7c3Ryb2tlOiMzMzMzMzM7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QxOHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMzMzMzMzM7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QxOXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QyMHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QyMXtmaWxsOiMwMTAxMDE7fSAuc3QyMntmaWxsOiNBNUE2QTY7fSAuc3QyM3tmaWxsOiM2NjY2NjY7fSAuc3QyNHtmaWxsOiNGM0U0Qzc7fSAuc3QyNXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QyNntmaWxsOiMzNTMwMzU7fSAuc3QyN3tmaWxsOiNCOTNBMzg7fSAuc3QyOHtmaWxsOiNFQTdDNjA7fSAuc3QyOXtmaWxsOiNFMEUwRTA7c3Ryb2tlOiNGN0IyNkE7c3Ryb2tlLXdpZHRoOjg7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSAuc3QzMHtmaWxsOm5vbmU7c3Ryb2tlOiNGN0IyNkE7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30gLnN0MzF7ZmlsbDpub25lO3N0cm9rZTojMDEwMTAxO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30gLnN0MzJ7ZmlsbDojRjBBRjZCO3N0cm9rZTojMDEwMTAxO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30gLnN0MzN7ZmlsbDojODI5OTg1O30gLnN0MzR7ZmlsbDojQThCOTgwO30gLnN0MzV7ZmlsbDojRjBBRjZCO30gLnN0MzZ7ZmlsbDojNEEzODI3O30gLnN0Mzd7ZmlsbDojMzMyNTE4O30gLnN0Mzh7ZmlsbDojRTZFNkU2O308L3N0eWxlPjxnIGNsYXNzPSJsZCAiIHN0eWxlPSJ5OjBweDt4OjBweDt3ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt3ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7d2Via2l0LXBlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC45MTY2NjdzO3dlYmtpdC1hbmltYXRpb246bm9uZSAxcyBlYXNlIC0wLjkxNjY2N3MgMSBub3JtYWwgbm9uZSBydW5uaW5nO3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7cGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHg7ZGlyZWN0aW9uOmx0cjtkOm5vbmUiID48cGF0aCBjbGFzcz0ic3Q3IiBkPSJNODcuOSwxOS41SDEyLjFjLTEuMSwwLTIuMSwwLjktMi4xLDIuMXY0YzAsMy45LDIsNy42LDUuNCw5LjdsMzAuNywxOS4xYzIuNCwxLjUsNS40LDEuNSw3LjgsMGwzMC43LTE5LjEgYzMuMy0yLjEsNS40LTUuNyw1LjQtOS43di00QzkwLDIwLjQsODkuMSwxOS41LDg3LjksMTkuNXoiIGZpbGw9IiM2YmFkNGEiIHN0eWxlPSJ3ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt3ZWJraXQtcGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHg7dXNlci1zZWxlY3Q6bm9uZTtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7cGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHg7ZmlsbDpyZ2IoMTA3LCAxNzMsIDc0KTtkOnBhdGgoJ00gODcuOSAxOS41IEggMTIuMSBDIDExIDE5LjUgMTAgMjAuNCAxMCAyMS42IFYgMjUuNiBDIDEwIDI5LjUgMTIgMzMuMiAxNS40IDM1LjMgTCA0Ni4xIDU0LjQgQyA0OC41IDU1LjkgNTEuNSA1NS45IDUzLjkgNTQuNCBMIDg0LjYgMzUuMyBDIDg3LjkgMzMuMiA5MCAyOS42IDkwIDI1LjYgViAyMS42IEMgOTAgMjAuNCA4OS4xIDE5LjUgODcuOSAxOS41IFonKSIgPjwvcGF0aD48L2c+PGcgY2xhc3M9ImxkICIgc3R5bGU9Ink6MHB4O3g6MHB4O3dlYmtpdC11c2VyLXNlbGVjdDpub25lO3dlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOjUwcHggNTBweDt3ZWJraXQtcGVyc3BlY3RpdmUtb3JpZ2luOjBweCAwcHg7d2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjoxczt3ZWJraXQtYW5pbWF0aW9uLWRlbGF5Oi0wLjgzMzMzM3M7d2Via2l0LWFuaW1hdGlvbjpub25lIDFzIGVhc2UgLTAuODMzMzMzcyAxIG5vcm1hbCBub25lIHJ1bm5pbmc7dXNlci1zZWxlY3Q6bm9uZTt0cmFuc2Zvcm0tb3JpZ2luOjUwcHggNTBweDt0cmFuc2Zvcm06bm9uZTtzdHJva2Utd2lkdGg6MXB4O3I6MHB4O3BvaW50ZXItZXZlbnRzOmFsbDtwZXJzcGVjdGl2ZS1vcmlnaW46MHB4IDBweDtkaXJlY3Rpb246bHRyO2Q6bm9uZSIgPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Ni4xLDYxLjFMMTAsMzguNnYzOS44YzAsMS4xLDAuOSwyLjEsMi4xLDIuMWg3NS45YzEuMSwwLDIuMS0wLjksMi4xLTIuMVYzOC42TDUzLjksNjEuMSBDNTEuNSw2Mi42LDQ4LjUsNjIuNiw0Ni4xLDYxLjF6IiBmaWxsPSIjNmJhZDRhIiBzdHlsZT0id2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXBlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4O3VzZXItc2VsZWN0Om5vbmU7cjowcHg7cG9pbnRlci1ldmVudHM6YWxsO3BlcnNwZWN0aXZlLW9yaWdpbjowcHggMHB4O2ZpbGw6cmdiKDEwNywgMTczLCA3NCk7ZDpwYXRoKCdNIDQ2LjEgNjEuMSBMIDEwIDM4LjYgViA3OC40IEMgMTAgNzkuNSAxMC45IDgwLjUgMTIuMSA4MC41IEggODggQyA4OS4xIDgwLjUgOTAuMSA3OS42IDkwLjEgNzguNCBWIDM4LjYgTCA1My45IDYxLjEgQyA1MS41IDYyLjYgNDguNSA2Mi42IDQ2LjEgNjEuMSBaJykiID48L3BhdGg+PC9nPjxtZXRhZGF0YSB4bWxuczpkPSJodHRwczovL2xvYWRpbmcuaW8vc3RvY2svIiBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC43NXM7d2Via2l0LWFuaW1hdGlvbjpub25lIDFzIGVhc2UgLTAuNzVzIDEgbm9ybWFsIG5vbmUgcnVubmluZzt1c2VyLXNlbGVjdDpub25lO3RyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3RyYW5zZm9ybTpub25lO3N0cm9rZS13aWR0aDoxcHg7cjowcHg7cG9pbnRlci1ldmVudHM6YWxsO2RpcmVjdGlvbjpsdHI7ZDpub25lIiA+PGQ6bmFtZSBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC42NjY2NjdzO3dlYmtpdC1hbmltYXRpb246bm9uZSAxcyBlYXNlIC0wLjY2NjY2N3MgMSBub3JtYWwgbm9uZSBydW5uaW5nO3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7ZGlyZWN0aW9uOmx0cjtkOm5vbmUiID5tYWlsPC9kOm5hbWU+PGQ6dGFncyBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC41ODMzMzNzO3dlYmtpdC1hbmltYXRpb246bm9uZSAxcyBlYXNlIC0wLjU4MzMzM3MgMSBub3JtYWwgbm9uZSBydW5uaW5nO3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7ZGlyZWN0aW9uOmx0cjtkOm5vbmUiID5lbWFpbCxlbnZlbG9wZSxwYWNrZXQsbWVzc2FnZSxub3RpZmljYXRpb24saW5mb3JtYXRpb24sbGV0dGVyLG1haWwsd2ViIGFwcGxpY2F0aW9uPC9kOnRhZ3M+PGQ6bGljZW5zZSBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC41czt3ZWJraXQtYW5pbWF0aW9uOm5vbmUgMXMgZWFzZSAtMC41cyAxIG5vcm1hbCBub25lIHJ1bm5pbmc7dXNlci1zZWxlY3Q6bm9uZTt0cmFuc2Zvcm0tb3JpZ2luOjUwcHggNTBweDt0cmFuc2Zvcm06bm9uZTtzdHJva2Utd2lkdGg6MXB4O3I6MHB4O3BvaW50ZXItZXZlbnRzOmFsbDtkaXJlY3Rpb246bHRyO2Q6bm9uZSIgPmNjLWJ5PC9kOmxpY2Vuc2U+PGQ6c2x1ZyBjbGFzcz0ibGQgIiBzdHlsZT0ieTowcHg7eDowcHg7d2Via2l0LXVzZXItc2VsZWN0Om5vbmU7d2Via2l0LXRyYW5zZm9ybS1vcmlnaW46NTBweCA1MHB4O3dlYmtpdC1hbmltYXRpb24tZHVyYXRpb246MXM7d2Via2l0LWFuaW1hdGlvbi1kZWxheTotMC40MTY2NjdzO3dlYmtpdC1hbmltYXRpb246bm9uZSAxcyBlYXNlIC0wLjQxNjY2N3MgMSBub3JtYWwgbm9uZSBydW5uaW5nO3VzZXItc2VsZWN0Om5vbmU7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7dHJhbnNmb3JtOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtyOjBweDtwb2ludGVyLWV2ZW50czphbGw7ZGlyZWN0aW9uOmx0cjtkOm5vbmUiID5qZTBsdGE8L2Q6c2x1Zz48L21ldGFkYXRhPjwvZz48L2c+PC9nPjwvZz48c3R5bGUgdHlwZT0idGV4dC9jc3MiIGNsYXNzPSJsZCAiIHN0eWxlPSJ5OjBweDt4OjBweDt3ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt3ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHg7d2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjoxczt3ZWJraXQtYW5pbWF0aW9uLWRlbGF5Oi0wLjMzMzMzM3M7d2Via2l0LWFuaW1hdGlvbjpub25lIDFzIGVhc2UgLTAuMzMzMzMzcyAxIG5vcm1hbCBub25lIHJ1bm5pbmc7dXNlci1zZWxlY3Q6bm9uZTt0cmFuc2Zvcm0tb3JpZ2luOjUwcHggNTBweDt0cmFuc2Zvcm06bm9uZTtzdHJva2Utd2lkdGg6MXB4O3I6MHB4O3BvaW50ZXItZXZlbnRzOmFsbDtkaXJlY3Rpb246bHRyO2Q6bm9uZSIgPnBhdGgsZWxsaXBzZSxjaXJjbGUscmVjdCxwb2x5Z29uLHBvbHlsaW5lLGxpbmUgeyBzdHJva2Utd2lkdGg6IDA7IH1Aa2V5ZnJhbWVzIGxkLWZhZGUgeyAgMCUgeyAgICBvcGFjaXR5OiAxOyAgfSAgMTAwJSB7ICAgIG9wYWNpdHk6IDA7ICB9fUAtd2Via2l0LWtleWZyYW1lcyBsZC1mYWRlIHsgIDAlIHsgICAgb3BhY2l0eTogMTsgIH0gIDEwMCUgeyAgICBvcGFjaXR5OiAwOyAgfX0ubGQubGQtZmFkZSB7ICAtd2Via2l0LWFuaW1hdGlvbjogbGQtZmFkZSAxcyBpbmZpbml0ZSBsaW5lYXI7ICBhbmltYXRpb246IGxkLWZhZGUgMXMgaW5maW5pdGUgbGluZWFyO308L3N0eWxlPjwvc3ZnPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 0px center;
}
.titulo-carrito {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 20px 110px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.titulo-carrito:before {
	content: ''; 
	position: absolute; 
	width: 90px;
	height: 90px;
	top: 0; 
	left: 0; 
	bottom: 20px; 
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/carrito-4.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}

.titulo-carrito h1 {
	margin: 0 0 10px; 
	font-size: 17px;
    color: #606060;
    font-weight: 600;
}

.titulo-carrito h2 {
	margin: 0 0 15px;
    color: #606060;
}

.titulo-carrito span {
	color: #fc114e;
	font-size: 20px;
	font-weight: 700;
}
.row-pago{
    background-image: url(https://4362409.fs1.hubspotusercontent-na1.net/hubfs/4362409/Sitio_2018/Spinner.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center 100px;
}
.row-carrito{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity:0;
  background:#fff;
}
.row-metodo {
	margin: 30px 0 50px;
}

.row-metodo h2 {
	margin: 0 0 20px;
	font-size: 17px; 
}

.row-metodo ul {
	position: relative;
	padding-left: 0;
	/*text-align: justify;*/
}

.row-metodo ul:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.row-metodo ul li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.row-metodo ul li button {
	display: block; 
	width: 100%;
	padding-top: 70%;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: transparent; 
	outline: none;
	background-repeat: no-repeat; 
	background-size: auto 60%; 
	background-position: center;
	cursor: pointer;
}

.row-metodo ul li.tarjeta button {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/tarjeta-4.png'); 
}

.row-metodo ul li.paypal button {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/paypal-4.png'); 
}
.row-metodo ul li.cupones button {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/icon-cupon-4.png'); 
  text-indent: -5000px;
  font-size: 0;
}
.row-metodo ul li.oxxo button {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/oxxo-4.png'); 
}

.row-metodo label.aviso {
	display: block; 
	margin: 20px 0 0;
	font-size: 14px;
	cursor: pointer;
}

.row-metodo label.aviso input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
	top: 2px;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
	padding: 0;
	border: 0;
    border-radius: 50%;
    background-color: #606060;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.row-metodo label.aviso input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #99bf1b;
}

.txt-aviso {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	height: 185px;
	font-size: 13px;
	overflow-x: hidden;
    overflow-y: auto;
}

.txt-aviso h2 {
	font-size: 14px;
	line-height: 130%;
}

.txt-aviso p {
	text-align: justify;
	line-height: 130%;
}

.txt-aviso ul {
	margin-left: 20px;
}

.txt-aviso ul li {
	display: block; 
	position: relative;
	width: 100%;
	padding-left: 15px;
	line-height: 130%;
}

.txt-aviso ul li:before {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background-color: #000;
}
.row-metodo #card-form input{
    font-size: 18px;
    line-height: 150%;
    -webkit-appearance: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.row-metodo .input{
  }label input {
	padding: 10px;
	border-radius: 8px; 
	border: 1px solid #ccc;
}

.row-metodo label input.codigo {
	padding: 10px 30px 10px 10px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/icon_signo-4.png'); 
	background-repeat: no-repeat; 
	background-size: auto 60%; 
	background-position: right 10px center;
}

.row-metodo label input.codigo:focus {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/reverso-4.png'); 
}

.row-metodo label.num input {
	padding: 10px 10px 10px 50px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/icon_tarjeta-4.png'); 
	background-repeat: no-repeat; 
	background-size: auto 60%; 
	background-position: left 10px center;
}
.row-metodo label.peo input {
	padding: 10px 10px 10px 50px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/people-01-4.png'); 
	background-repeat: no-repeat; 
	background-size: auto 60%; 
	background-position: left 10px center;
}
.row-metodo img {
	max-width: 200px; 
	width: 100%;
}
img.pagos{
  display:block;
  margin: 30px 0;
}
.row-fechas {
	margin: 25px 0 0;
}
.row-fechas .ano input,.row-fechas .mes input{
  padding-left:5px;
}
.row-fechas .ano{
  margin: 0 25px 0 5px;
  position:relative
}
.row-fechas .ano:after{
    content: "/";
    position: absolute;
    height: 20px;
    width: 10px;
    top: 10px;
    left: -4px;
}

.row-fechas label {
	display: inline-block; 
	width: 108px;
}

.fecha input {
	display: inline-block; 
	width: 100%;
}

.btn-pago {
	margin: 40px 0 0;
	text-align: center;
}

.btn-pago button {
	max-width: 260px; 
	width: 100%;
    padding: 10px;
	border: 0;
	border-radius: 25px;
	color: #606060;
    background-color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
}

.btn-pago button:hover {
	color: #fff;
	background-color: #99bf1b;
}

.btn-pago label {
	display: block; 
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.btn-pago label input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
	top: 2px;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
	padding: 0;
	border: 0;
    border-radius: 50%;
    background-color: #606060;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-pago label input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #99bf1b;
}

.direccionar-paypal{
  text-align: center;
}
.direccionar-paypal button{
    background: #009cde;
    padding: 15px 60px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto;
}
.direccionar-paypal button:hover{
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}
.direccionar-paypal .paypal-button-logo{
    visibility: visible;
    width: auto;
    display: inline-block;
    height: 15px;
    vertical-align: top;
}
.direccionar-paypal{
    padding: 10px 80px;
    border: 0;
    margin: 0 auto;
}  
/*---------------------------  Página simple  ---------------------------*/

.contenido-simple {
    margin: 40px 0;
    color: #4d4d4d;
}
.contenido-simple li{
    list-style: disc;
    line-height: 150%;
}
.contenido-simple p{
  display:block;
  margin:15px 0;
  line-height: 200%;
}
.contenido-simple blockquote{
    width: 50%;
    display: block;
    border-left: 4px solid #99bf00;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;

}
.contenido-simple blockquote p{
    font-weight: 700;
    margin: 0px;
}
.contenido-simple a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border-radius: 20px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    box-shadow: 0px 4px 5px 0 rgba(145,145,145,0.75);
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-pass{
    max-width: 500px;
    margin: 15px auto!important;
    float: none!important;
}
.form-pass .formulario .txt_line{
  font-size: 15px;
  margin-bottom:5px;
}
.form-pass .formulario input[type="password"]{
    padding: 10px 20px;
    height: auto!important;
    line-height: 150%;
    margin: 0 0 15px;
}

/*---------------------------  Soprte  ---------------------------*/
.icon-soporte{
    display:none;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 53%;
    background-color: #8ec200;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 13px;
    font-weight: 700;
    animation-name: parpadeo;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
body.soporte .formulario .hs-form-field label{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #606060;
}
body.soporte .icon-soporte,body.hs-blog-id-5652008930 .icon-soporte{
  display:none;
}
body.soporte .formulario .hs-form-field label span{
  display:inline-block;
}
body.soporte form fieldset.form-columns-1 input[type="checkbox"]{
    display: inline-block;
    width: 20px!important;
}
body.soporte .soporte-form{
    max-width: 600px;
    margin: 0 auto!important;
    float: none!important;
}
/*---------------------------  Inventario  ---------------------------*/
.buscador{
    max-width: 500px;
    margin: 35px auto 0 auto!important;
    text-align: center;
    font-size: 15px;
    float: none;
}
.buscador label{
  display:block;
    font-weight: 400;
    color: #606060;
    margin-bottom:10px;
}
.buscador input{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0ODUuMjEzIDQ4NS4yMTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS4yMTMgNDg1LjIxMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGQ9Ik00NzEuODgyLDQwNy41NjdMMzYwLjU2NywyOTYuMjQzYy0xNi41ODYsMjUuNzk1LTM4LjUzNiw0Ny43MzQtNjQuMzMxLDY0LjMyMWwxMTEuMzI0LDExMS4zMjQgICAgYzE3Ljc3MiwxNy43NjgsNDYuNTg3LDE3Ljc2OCw2NC4zMjEsMEM0ODkuNjU0LDQ1NC4xNDksNDg5LjY1NCw0MjUuMzM0LDQ3MS44ODIsNDA3LjU2N3oiIGZpbGw9IiM5OWJmMWIiLz48cGF0aCBkPSJNMzYzLjkwOSwxODEuOTU1QzM2My45MDksODEuNDczLDI4Mi40NCwwLDE4MS45NTYsMEM4MS40NzQsMCwwLjAwMSw4MS40NzMsMC4wMDEsMTgxLjk1NXM4MS40NzMsMTgxLjk1MSwxODEuOTU1LDE4MS45NTEgICAgQzI4Mi40NCwzNjMuOTA2LDM2My45MDksMjgyLjQzNywzNjMuOTA5LDE4MS45NTV6IE0xODEuOTU2LDMxOC40MTZjLTc1LjI1MiwwLTEzNi40NjUtNjEuMjA4LTEzNi40NjUtMTM2LjQ2ICAgIGMwLTc1LjI1Miw2MS4yMTMtMTM2LjQ2NSwxMzYuNDY1LTEzNi40NjVjNzUuMjUsMCwxMzYuNDY4LDYxLjIxMywxMzYuNDY4LDEzNi40NjUgICAgQzMxOC40MjQsMjU3LjIwOCwyNTcuMjA2LDMxOC40MTYsMTgxLjk1NiwzMTguNDE2eiIgZmlsbD0iIzk5YmYxYiIvPjxwYXRoIGQ9Ik03NS44MTcsMTgxLjk1NWgzMC4zMjJjMC00MS44MDMsMzQuMDE0LTc1LjgxNCw3NS44MTYtNzUuODE0Vjc1LjgxNkMxMjMuNDM4LDc1LjgxNiw3NS44MTcsMTIzLjQzNyw3NS44MTcsMTgxLjk1NXoiIGZpbGw9IiM5OWJmMWIiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 45px;
    -webkit-appearance: none;
    padding: 10px 20px;
    border: 1px solid #99bf1b;
    border-radius: 30px;
    margin: 0 auto;
    max-width:100%;
    width:100%;
}
h2.subti{
    text-align: center;
    font-weight: 300;
    margin: 30px;
    font-size: 17px;
}
h2.subti a{
  color: #8ec200;
  font-weight: 700;
}
.inventario{
    max-width: 900px;
    margin: 0 auto;
    float: none;
}
.inventario h2,.inventario h3,.inventario h4,.inventario h5,.inventario h6{
  position: relative;
  z-index: 1;
  margin:0;
  padding:0;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}
.inventario h2{
  color: #99bf01;
  font-weight: 600;
  font-size: 20px;
}
.inventario h4{
    width: auto;
    display: inline-block;
    padding: 5px;
    background: #cccccc;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.inventario .format{
    font-weight: 600;
    font-size: 18px;
}
.inventario li{
    margin:0 20px 30px;
    padding: 30px;
    border: 1px solid #ececec;
  border-radius:10px;
}
.inventario .item{
  position:relative;
  overflow: hidden;
}
.inventario .next_vivo{
  background: #fbfbfb;
}
.inventario .item:after{
    content: "VOD";
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 100px;
    color: #f9f9f9;
}
.inventario .next_vivo:after{
    content: "EN VIVO";
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 100px;
    color: #f1f1f1;
}
.inventario a{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 20px;
    background-color: #99bf00;
    margin-top: 20px;
    border: 1px solid #99bf00;
}
.inventario a:hover {
    background-color: #fff;
    color: #333;
}
/*---------------------------  Buscador  ---------------------------*/
.buscar-content {
    max-width: 70%;
    margin: 0 auto 40px auto!important;
    float: none!important;
    color:#4d4d4d;
}
.buscar-content h1{
    text-transform: uppercase;
    font-size: 23px;
    margin: 50px 0 10px 0;
    border-bottom: 3px solid #99bf00;
    padding-bottom: 20px;
    color:#4d4d4d;
}
.buscar-content .hs-search-field__input{
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDIwNCAyMDEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjA2MDYwO308L3N0eWxlPjxzeW1ib2wgaWQ9IkJ1c2NhciIgZGF0YS1uYW1lPSJCdXNjYXIiIHZpZXdCb3g9IjAgMCAzNS44NyAzNC43OSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNLjI5LDMwLjYzQTEuMTQsMS4xNCwwLDAsMSwuMzcsMjlMMTAsMjAuMzFhMS4xNCwxLjE0LDAsMCwxLDEuNi4wOEwxNSwyNC4xOGExLjE0LDEuMTQsMCwwLDEtLjA4LDEuNkw1LjMyLDM0LjVhMS4xNCwxLjE0LDAsMCwxLTEuNi0uMDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjMuMywwQTEyLjU3LDEyLjU3LDAsMSwxLDExLjQzLDguNDYsMTIuNTcsMTIuNTcsMCwwLDEsMjMuMywwbTAsMy40MWE5LjE1LDkuMTUsMCwwLDAtMywxNy44MSw5LDksMCwwLDAsMywuNTFBOS4xOCw5LjE4LDAsMCwwLDMyLDE1LjU2LDkuMTcsOS4xNywwLDAsMCwyNi4zLDMuOTFoMGE5LjI0LDkuMjQsMCwwLDAtMy0uNVoiLz48L3N5bWJvbD48L2RlZnM+PHRpdGxlPkJVU0NBRE9SPC90aXRsZT48dXNlIHdpZHRoPSIzNS44NyIgaGVpZ2h0PSIzNC43OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguNDUgMzIuMDgpIHNjYWxlKDQuMDIgNC4wMykiIHhsaW5rOmhyZWY9IiNCdXNjYXIiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 30px;
    border-radius: 8px;
    border: 1px solid #99bf00;
    padding: 10px 40px 10px 10px;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: 400;
    max-width: 300px;
}
.buscar-content a{
    color: #99bf00;
    border-bottom: 1px solid #99bf00;
    display: block;
    padding-bottom: 5px;
}
/*---------------------------  LISTA CURSOS  ---------------------------*/

.vivo {
	margin: 50px 0 0;
}

.vivo ul {
	padding-left: 0;
}

.row-lista {
	display: flex;
  flex-wrap: wrap;
	margin: 50px 0;
	justify-content: flex-start;
}
.row-lista ul{
    list-style: none;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
        justify-content: center;
    width: 100%;
}
.row-lista li,
.row-lista a.box,
.relleno {
	display: flex;
	width: 31%; 
	vertical-align: top;
  margin: 0 1%;
}
.relleno {
  display:none;
}
.row-lista li a.box{
  width: 100%; 
}
.row-lista li {
	color: #000;
}
.row-lista li span {
	color: #000;
}
.row-lista li span.date {
      display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}
.row-lista li span svg {
  width: auto;
    height: 10px;
  margin-right:5px;
}
.row-lista:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}
.row-lista h2{
      display: block;
    width: 100%;
    font-size: 16px;
    text-align: left!important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin: 30px 0 20px 0;
  }
.row-lista h2:first-child{
  margin: 0 0 20px 0;
}
.bloque-lista {
	width: 100%;
	text-align: left;
	cursor: pointer;
}

.bloque-lista {
	margin: 0 0 20px;
    vertical-align: top;
    min-height: 200px;
    background-color: #fdfff7;
  	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjguMDMgMjguMDMiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iRGVncmFkYWRvX3Npbl9ub21icmVfMTciIHgxPSIwLjUiIHkxPSIxNC4wMSIgeDI9IjI3LjUzIiB5Mj0iMTQuMDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM1NzliODEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5OWJmMWIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iRGVncmFkYWRvX3Npbl9ub21icmVfMTctMiIgeDE9IjAiIHkxPSIxNC4wMSIgeDI9IjI4LjAzIiB5Mj0iMTQuMDEiIHhsaW5rOmhyZWY9IiNEZWdyYWRhZG9fc2luX25vbWJyZV8xNyIvPjwvZGVmcz48dGl0bGU+cGxheTwvdGl0bGU+PGcgaWQ9IkNhcGFfMiIgZGF0YS1uYW1lPSJDYXBhIDIiPjxnIGlkPSJDYXBhXzEtMiIgZGF0YS1uYW1lPSJDYXBhIDEiPjxjaXJjbGUgY3g9IjE0LjAxIiBjeT0iMTQuMDEiIHI9IjEzLjUxIiBzdHlsZT0ic3Ryb2tlLW1pdGVybGltaXQ6MTA7ZmlsbDp1cmwoI0RlZ3JhZGFkb19zaW5fbm9tYnJlXzE3KTtzdHJva2U6dXJsKCNEZWdyYWRhZG9fc2luX25vbWJyZV8xNy0yKSIvPjxwb2x5Z29uIHBvaW50cz0iMTEuNSA2LjAxIDE5LjUgMTUuMjkgMTEuODIgMjIuOTcgMTEuNSA2LjAxIiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtcnVsZTpldmVub2RkIi8+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 95% 95%;
	border: 1px solid #e8e8e8;
	padding: 20px 15px 50px;
	border-radius: 15px;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.bloque-lista:hover {
    background-color: #e8f9a4;
}

.bloque-lista h3 {
	margin: 10px 0 0;
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
    color: #333;
}

.bloque-lista small {
	color: #7ea00c;
    display: block;
	line-height: 130%;
}

.bloque-lista a {
	display: block; 
	margin: 20px 0 0; 
	font-size: 13px;
	color: #606060;
}

.img-bloque {
  	display:none;
	position: relative;
	padding-top: 54%; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.img-bloque:before {
	content: '';
    position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.img-bloque:after {
	content: '';
    position: absolute;
    width: 38px;
    height: 85px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/play-4.png?t=1541552616574);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	z-index: 2;
}

.box {
	color: #fff;
}

.bloque-vivo {
  border-radius:20px;
	padding: 20px;
	background-color: #78ad4e;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
}

.titulo-vivo {
	display: inline-block;
	width: 46%;
	padding-left: 70px;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/video-4.png'); 
	background-repeat: no-repeat; 
	background-position: left center;
 	background-size: 50px;
	vertical-align: top;
}

.titulo-vivo h3 {
	margin: 0;
	line-height: 130%;
}

.row-comienza {
	display: inline-block; 
	width: 32%;
	min-height: 40px;
	padding-left: 50px; 
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/clock-4.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: left center;
	vertical-align: top;
  margin-top:5px;
}

.row-comienza p {
	margin: 0;
	line-height: 130%;
}
.bloque-vivo .row-comienza p {
  color:#fff;
}
.row-comienza span {
	display: block; 
	line-height: 130%;
}

.row-vivo {
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
    border-radius: 37px;
    padding: 5px 25px;
    border: 2px solid #b4d252;
    vertical-align: top;
    margin-top: 5px;
}
.row-vivo .circulo{
    background: #2D8CFF;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #2D8CFF;
    top: 10px;
    right: 9px;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;  
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.row-vivo .circulo_border{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid white;
    top: 7px;
    right: 6px;
    background: #fff;
}
.row-vivo p {
	margin: 0;
	text-transform: uppercase;
	line-height: 130%;
	vertical-align: middle;
  color:#fff;
}

.row-vivo p span {
	display: block; 
}

.row-filtros {
	background-color: #606060;
}

.row-filtros ul {
	margin: 0; 
	padding-left: 0;
}

.row-filtros ul li {
	position: relative;
	display: inline-block; 
	color: #fff;
	margin-right: 0;
	padding-right: 20px;
	font-size: 13px; 
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 50px;
}

.row-filtros ul li a {
	color: #fff;
}

.row-filtros ul li ul li {
	display: block;
	padding-right: 0px;
	line-height: 200%;
	cursor:pointer;
	color:#fff;
  border-bottom:1px solid #ccc;
}
.row-filtros ul li.first{
  margin-right: 10px;
}
.row-filtros ul li ul li.active {
	color: #99bf00;
	font-weight: 700;
}

.row-filtros ul li ul {
	display: none;
	position: absolute;
	background: rgba(70, 70, 70, 0.8);
	z-index: 999;
	padding: 10px 10px;
	width: 300px;
  max-height: 500px;
  overflow-x: scroll;
}

.row-filtros ul li:hover ul {
	display:block;
}

.row-filtros ul li.first:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/down-bco-4.png');
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.row-filtros ul li.user {
	margin-right: 0;
	padding-right: 0;
	float: right;
}


.bloque-vivo {
    border-radius: 10px;
    padding: 20px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    display: flex;
    flex-wrap: wrap;
    min-height: 180px;
}
.titulo-vivo h3 {
    margin: 5px 0 0;
    line-height: 1.1;
    font-size: 17px;
}
.titulo-vivo {
   width:100%;
    display: inline-block;
    padding-left: 70px;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/video-4.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px;
    vertical-align: top;
    margin-bottom: 15px;
}
.row-comienza {
    display: inline-block;
    width: 50%;
    height: 47px;
    padding-left: 50px;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/clock-4.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
    vertical-align: top;
    margin-top: 5px;
}
.row-vivo {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-radius: 37px;
    padding: 5px 25px;
    border: 2px solid #b4d252;
    vertical-align: top;
    margin-top: 5px;
    height: 46px;
    display: flex;
    align-items: center;
}
.row-vivo p span {
    display: inline-block;
}
.box {
    color: #fff;
    padding: 10px;
}
.row-vivo .circulo_border,.row-vivo .circulo{
  top:auto;
}
.slick-prev,.slick-next{
     display: inline-block;
    position: absolute;
    text-indent: -100px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 0;
    background-size: contain;
    background-color:transparent;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
    right: -40px;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Site2020/icons/next.svg);
}
.slick-prev{
    left: -40px;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Site2020/icons/previous.svg);
   
}
.vivo {
    margin: 50px 0 0;
    padding: 0 40px;
}
/*---------------------------  PROFESOR  ---------------------------*/
.content-persona,.content-persona .expositor {
	position: relative;
}
.content-persona h2{
		border-bottom: 3px solid #99BF1B;
    padding: 0 0 20px;
    color: #606060;
    font-size: 22px;
  	margin-bottom: 5px;
}
.content-persona h3{
  margin-bottom: 5px;
}

.content-persona.diplomado h2{
  border-bottom: 0 solid #99BF1B;
}
.content-persona.diplomado h3{
		border-bottom: 3px solid #99BF1B;
    padding: 0 0 20px;
    color: #606060;
    font-size: 20px;
  	margin-bottom: 5px;
}
.content-persona.diplomado h2{
    position:relative;
    font-size: 16px;
    background: #f1f7e2;
    border-radius: 10px;
    padding: 20px 40px 20px 15px;
    text-transform: uppercase;
    color: #676767;
        margin-bottom: 20px;
}
.content-persona.diplomado h2 span{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.content-persona.diplomado h2.active span{
     transform: rotate(180deg);
     -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
}
.content-persona .modulo h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.btn_accor{
    transition: 0.4s;
      cursor: pointer;
}
.modulo.panel{
    padding: 0x;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.content-persona .modulo .contenido p{
  margin:0;
  font-weight:400;
}
.content-persona .info{
  color:#606060;
  height:120px;
  overflow:hidden;
}
.content-persona .info h2,.content-persona .info h3, .content-persona .info h4{
  font-size:15px;
}
.content-persona .btn {
  text-align:center;
  margin:0 0 30px;
  cursor:pointer;
}
.content-persona .btn span{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #7b7b7b;
    max-width: 180px;
}
.content-persona .btn strong{
		display: inline-block;
    width: 20px;
}
.content-persona .info h3+p{
  margin-top:0;
}
.content-persona .info h3{
  margin-bottom:5px;
}
.content-persona h4{
  margin:0 0 10px;
}
.content-persona ul,.content-persona ol{
  list-style:inherit;
}
.img-persona {
	display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
    z-index: 1;
}

.txt-persona {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 60px 200px;
}
.single-curso{
 padding-top:20px;
}

.single-curso .content-persona{
  padding-left:25px;
}
.single-curso .txt-persona {
    display: inline-block;
    width: 75%;
    padding: 0;
    margin: 15px 0 20px 15px;
}
.single-curso .txt-persona ul {
  list-style:none;
}
.single-curso .detalles  ul.icons {
  margin:0;
  padding:0;
}
.single-curso .detalles  ul.icons li {
  display:inline-block;
  min-width:25%;
  font-size:17px;
  font-weight:700;
}
.single-curso .detalles ul.icons{
  margin-bottom:45px;
}
.single-curso .detalles ul.icons li:first-child {
    max-width: 85%;
    margin-bottom: 30px;
    display: block;
}
.single-curso .detalles .fecha-modulo ul.icons li:first-child,.single-curso .detalles .deta-modulo ul.icons li:first-child {
  display:inline-block;
  min-width:25%;
  margin-bottom: 10px;
}
.single-curso .detalles ul.icons li p{
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 20px;
}
.single-curso .detalles ul.icons li p em{
    font-style: normal;
    max-width: 80%;
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
.single-curso .diplomado .detalles ul.icons li p{
  max-width: 80%;
}
.single-curso .detalles ul.icons li span+p{
    margin:0;
    display: inline-block;
}
.single-curso .detalles  ul.icons  li p a{
    color: #90c100;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
}
.single-curso .detalles  ul.icons  li span{
  	width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
  text-align:center;
}
.single-curso .detalles  ul.icons  li span svg{
  	width: 25px;
    height: 25px;
}
.single-curso .info-temario .contenido h2,.single-curso .info-temario .contenido h3,.single-curso .info-temario .contenido h4{
    border: 0;
    font-size: 16px;
    font-weight: 600;
  	margin-bottom:5px;
    padding-bottom:0px;
}
.single-curso .info-temario .contenido ul,.single-curso .info-temario .contenido ol{
  margin-top:0;
  list-style:auto;
}
.single-curso .info-temario .contenido ol{
  counter-reset: section;
  list-style-type: none;
}
.single-curso .info-temario h2{
    margin-bottom: 25px;
}
.single-curso .info-temario .contenido ol li::before {
  margin-left: -20px;
  counter-increment: section;
  content: counters(section,".") ".- ";
}
.single-curso .info-temario .contenido p{
  display:block;
}
.single-curso .info-temario .contenido p:first-child{
  margin-top:5px;
  margin-bottom:0px;
}
.single-curso .info-temario .contenido p+p{
  margin-top:5px;
  margin-bottom:0px;
}
/*
.txt-persona span {
	display: block; 
	margin: 0 0 30px;
	color: #99BF1B;
	font-size: 22px; 
	font-weight: 700;
}
*/
.txt-persona h2 {
	margin: 0 0 25px;
	font-size: 25px; 
	font-weight: 300;
	line-height: 130%;
}
.txt-persona p {
	font-size: 15px;
	line-height: 150%;
  margin:0;
  display:block;
}
.txt-persona ul {
	padding-left: 0;
}
.txt-persona ul li {
    position: relative;
    padding: 0 0 0 2px;
    margin: 0 0 10px 30px;
    line-height: 130%;
}
.txt-persona a {
color: #90c100;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
}
.tab-curso {
	padding: 0 0 30px; 
	border-bottom: 3px solid #99bf1b;
}
.tab-curso ul.li-curso {
	padding-left: 0;
	margin: 0 0 50px;
}
.tab-curso ul.li-curso li {
    display: inline-block;
    padding: 12px;
    border-radius: 19px;
    border: 1px solid #99BF1B;
    color: #606060;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-curso ul.li-curso li:hover,
.tab-curso ul.li-curso li.activo {
	color: #fff;
	background-color: #99BF1B;
}
.bloque-tab {
	display: none;
}

.bloque-tab.tab-1 {
	display: block;
}

.txt-curso {
	line-height: 130%;
}

.txt-curso p {
	margin: 0;
    padding: 0 0 20px;
    font-size: 15px;
	font-weight: 400;
    line-height: 150%;
}

.txt-curso ol,
.txt-curso ul {
	padding-left: 0;
	margin: 0 0 20px 4%;
	list-style-type: decimal;
	list-style-position: inside;
}

.txt-curso ol li,
.txt-curso ul li {
	position: relative;
	padding-left: 15px;
    padding: 0;
    font-size: 15px;
	font-weight: 400;
    line-height: 150%;
  color: #333;
    margin-bottom: 10px;
}

.txt-curso p strong,
.txt-curso h2,
.txt-curso ol li strong,
.txt-curso ul li strong {
	color: #99BF1B;
	font-size: 20px;
}



/*---------------------------  SINGLE PROFESOR  ---------------------------*/

.row-single {
	margin: 50px 0 0;
}

.row-single .banner-catalogo,
.single-curso .banner-catalogo {
	padding: 0;
	background-image: none!important; 
}

.row-single .row-cursos h2,
.single-curso .row-cursos h2 {
	color: #99BF1B;
	text-transform: uppercase;
}



/*---------------------------  SINGLE CURSO  ---------------------------*/

.single-curso {
	margin: 0 0 50px;
}

.banner-curso,
.row-persona {
	position: relative;
}

.title-curso {
	padding: 65px 0;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Banners/img-titulo-4.jpg'); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.title-curso h1 {
	display: block;
	max-width: 365px;
	width: 100%;
	font-size: 20px; 
	color: #fff; 
	margin: auto;
	line-height: 130%; 
	text-align: center;
}

.left-banner {
	padding: 20px;
	border: 1px solid #B7B6B6;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
  border-radius:8px;
}

.left-banner h1 {
    font-size: 22px;
    color: #606060;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
}
.left-banner .vigencia{
    font-size: 12px;
    display: none;
    padding: 5px;
    text-align: center;
    margin: 10px auto;
    background: #a2bd36;
    border-radius: 5px;
    max-width: 85%;
    color: #fff;
    font-weight: 700;
}
.left-banner ul.botones strike{
  color:#ff9900;
}
.left-banner ul.botones {
    padding-left: 0;
    text-align: center;
}

.left-banner ul.botones:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.left-banner ul.botones li {
	display: inline-block; 
	width: 48%;
}
.left-banner ul.botones li+li {
  border-left: 1px dotted #cacaca;
}
border-right: 1px dotted #cacaca;
}
.left-banner ul.botones li span {
	margin: 0;
	color: #606060;
	text-align: center;
}

.left-banner ul.botones li button {
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    max-width: 120px;
    width: 100%;
    padding: 10px;
    margin: 15px 0 0;
    color: #606060;
    border: 1px solid #99bf1b;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}
.left-banner ul.botones li button:hover {
	color: #fff;
	background-color: #78ad4e;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
  background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
  background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
  background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
}
.left-banner .text-info{
    text-align: center;
    display: block;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
}
.left-banner ul.botones li small {
    display: block;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 22px;
    color: #99bf1b;
    text-align: center;
}

.left-banner ul.botones span {
	display: block; 
	margin: 0;
	color: #99bf1b;
	text-align: center; 
  font-weight: 600;
}
.left-banner .detalles ul.icons{
  text-align:center;
    margin-top: 30px;
}
.left-banner .detalles ul.icons li,.left-banner .detalles ul.icons li:first-child {
    display: inline-block;
    width: 48%;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  margin-bottom:0;
}
.incluye {
    margin: 25px 0 0;
    padding: 0 20px;
}

.incluye h3 {
	font-size: 15px;
}
.incluye h3+p {
  display: none;
}
.incluye ul {
	padding-left: 0;
}

.incluye ul li {
	padding: 0 0 4px;
	  line-height: 100%;
    list-style: disc;
    margin-left: 20px;
  font-size:14px;
}
.fechas-page{
  -webkit-appearance: none;
    line-height: 20px;
    font-size: 12px;
    color: #606060;
    border: 1px solid #99bf00;
    font-weight: 600;
    outline: none;
    position: relative;
    background-color: #fff;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yODYuOTM1LDY5LjM3N2MtMy42MTQtMy42MTctNy44OTgtNS40MjQtMTIuODQ4LTUuNDI0SDE4LjI3NGMtNC45NTIsMC05LjIzMywxLjgwNy0xMi44NSw1LjQyNCAgIEMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4ICAgczkuMjMzLTEuODExLDEyLjg0Ny01LjQyOEwyODYuOTM1LDk1LjA3NGMzLjYxMy0zLjYxNyw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDdDMjkyLjM2Miw3Ny4yNzksMjkwLjU0OCw3Mi45OTgsMjg2LjkzNSw2OS4zNzd6IiBmaWxsPSIjOTliZjAwIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
 }


/*---------------------------  VIDEO  ---------------------------*/

.row-video {
	position: relative;
	margin: 20px 0;
}

.row-video a.listado {
	position: relative;
	display: block;
	margin: 0 0 15px; 
	padding: 0 0 0 15px; 
	font-size: 13px; 
	color: #99bf1b; 
}

.row-video a.listado:before {
	content: '<'; 
	position: absolute;
	width: 10px; 
	top: 0; 
	left: 0; 
	bottom: 0; 
}

.row-video h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	margin: 0 0 30px; 
	padding: 0 220px 0 0;
	color: #99bf1b; 
	font-size: 22px;
	line-height: 130%;
}

.row-video span.logo {
	position: absolute;
	top: 0; 
	right: 0;
	display: inline-block; 
	width: 200px; 
	height: 45px; 
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Cursos/cofidenet-4.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}
#btn_dip{
    background: #a2bc35;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 111;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    top: 1px;
    right: 15px;
    font-weight: 700;
}
#btn_dip a{
  color: #fff;
}
#btn_dip:empty{
  display:none;
}
.contenido-video{
	display: table; 
	width: 100%;
   	position: relative;
}
.contenido-video>ul{
    position: absolute;
    width: 210px;
    margin: 0;
    padding: 0;
    left: 20px;
    text-align: left;
    z-index:1;
}
.contenido-video>ul li{
    width: 60px;
    display: inline-block;
    background: #99bf1b;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor:pointer;
}
.embed-container {
	display: table-cell;
    position: relative;
    width: 70%;
    height: 0;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 40%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}

.mensaje-plan {
	display: table;
	width: 100%; 
	height: 100%;
	position: absolute; 
	top: 0; 
	left: 0; 
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Cursos/mensaje-4.jpg'); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
  z-index:2;
}

.mensaje-center {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell; 
	padding: 20px; 
	vertical-align: middle;
}

.mensaje-center p {
	display: block; 
	max-width: 450px; 
	width: 100%;
	color: #fff;
	font-size: 18px; 
	text-align: center;
	line-height: 130%;
	margin: auto;
}

.botones {
	margin: 30px 0 0;
	text-align: center;
}

.botones p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 152px;
	width: 100%;
	margin: 0 15px;
}

.botones a {
	display: block;
	padding: 15px; 
	color: #fff;
	border-radius: 15px;
	border: 1px solid #99bf1b;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.botones a:hover,
.botones a.btn-curso {
	background-color: #99bf1b;
}

.botones a.btn-curso:hover {
	color: #99bf1b;
	background-color: #fff;
}

.botones p small {
	display: block;
	margin: 15px 0 0; 
	font-size: 15px;
}

.tabs {
    position: relative;
    margin: 0;
    padding: 0;
}

.tabs li {
	line-height: 25px;
    display: inline-block;
    background: #e6e6e6;
  	color:#606060;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 15px;
    font-size: 15px;
  	cursor:pointer;
}

.tabs li.active {
	line-height: 25px;
    display: inline-block;
    background: #606060;
  	color:#fff;
}

.row-chat {
	display: table-cell;
	position: relative;
	width: 29%;
	vertical-align: top;
}

.chat {
    display: none;
	position: absolute;
    top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
    color: #3e3e3d;
    font-size: 13px;
	background: #ffffff;
    border: 1px solid #ccc;
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Cursos/back-chat-4.png'); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	text-align: center;
	overflow-y: scroll;
}

.tab-chat .chat {
	top: 29px; 
}

.txt-chat {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 20px; 
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.txt-chat p {
	font-weight: 500;
	font-size: 14px; 
	line-height: 130%;
}

.txt-chat a {
	display: inline-block;
	max-width: 200px; 
	width: 100%;
	padding: 15px; 
	border-radius: 25px;
	font-weight: 700; 
	font-size: 17px;
	color: #fff;
	background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
	text-align: center;
}

.chat iframe {
  	width: 100%;
    height: 100%;
}

.temario {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
    background: #ffffff;
    color: #3e3e3d;
    font-size: 13px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

.tab-chat .temario {
	top: 29px; 
}

.temario h3 {
    padding: 15px 18px;
    font-weight: 300;
    font-size: 20px;
    background: #606060;
    margin: 0;
    color: #fff;
}

.temario p {
  width:100%;
  padding: 5px 15px;
	line-height: 130%;
}

.temario .content {
	padding-bottom:20px
}

.temario .content strong {
    background: #e6e6e6;
    display: block;
    padding: 10px 20px;
}

.temario .content ol,
.temario .content ul {
    margin: 0;
    padding: 0 15px;
}

.temario .content ol li,
.temario .content ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
	line-height: 130%;
  width:100%;
}

.temario ul {
	padding-left: 0;
}

.temario ul li {
	display: inline-block;
}

.title-video {
	position: relative;
	padding: 20px 0;
	text-align: justify; 
}

.title-video:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.txt-instructor {
	display: inline-block; 
	width: 58%;
	vertical-align: top;
  line-height: 150%;
}
.txt-instructor .imag img{
	border-radius: 50%;
}
.txt-instructor p {
	margin: 0;
}

.txt-fecha {
	display: inline-block; 
	width: 40%;
	text-align: right;
	vertical-align: top;
}

.txt-fecha small {
	display: block;
	color: #666; 
	text-align: right;
}

.txt-fecha span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
        padding: 10px 0;
    border-radius: 8px;
}
.txt-fecha span div{
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    background: #b7d75c;
    margin: 0 0 0 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}
.content-video {
  color:#666;
	position: relative; 
	margin: 20px 0 0;
	text-align: justify;
}
.txt-video {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 68%;
	padding: 0 20px 0 0;
	text-align: left;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
.txt-video .audio{
    background: #e8e8e8;
    border-radius: 8px;
    padding: 10px 15px;
}
.txt-video .audio:empty {
  display:none;
}
.txt-video .audio .tit-audio{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}
.txt-video .audio audio{
  width: 100%;
}
.txt-video p {
	font-size: 15px;
	line-height: 150%;
}

.pdf-video {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block; 
	width: 30%;
	text-align: left;
	vertical-align: top;
  margin-top:20px;
}
.pdf-video>div {
  padding-left: 100px; 
}

.pdf-video a {
	color: #606060;
}
.pdf-video ul{
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 30px 15px;
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.pdf-video ul h4{
    margin: 0 0 15px 0;
    padding: 0;  
}
.pdf-video ul li a{
      color: #a2bd36;
      line-height: 150%;
}
.pdf-video ul li a:hover{
    color: #606060;
}
.pdf-video small {
	position: absolute; 
	width: 60px; 
	top: 0; 
	left: 20px; 
	bottom: 0; 
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Cursos/pdfvideo-4.png'); 
	background-repeat: no-repeat; 
	background-size: contain;
	background-position: left center;
      height: 65px;
}

.pdf-video h3 {
	margin: 0 0 15px;
	font-size: 15px;
}

.pdf-video p {
	margin: 0;
	font-size: 13px;
	line-height: 150%; 
}
.pdf-video .copyr{
font-size: 11px;
    line-height: 1.3;
    padding: 10px;
}

/*---------------------------  NOSOTROS  ---------------------------*/ 

.title-section {
	position: relative;
	padding: 6% 0;
}

.title-section:before,.banner-catalogo:before {
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: -1px; 
	background-color: rgba(255, 255, 255, 0.5);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgba(255, 255, 255, 0)));
	background: -webkit-repeating-linear-gradient(left,rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
	background: repeating-linear-gradient(to right,rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
	background: -ms-repeating-linear-gradient(left,rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
}

.title-section h1,.row-catalogo h2,.row-cursos h2 {
	position: relative;
	margin: 0;
	padding: 0 0 25px;
	font-weight: 400;
	font-size: 25px;
	color: #606060;
	line-height: 130%;
	text-transform: uppercase;
  text-align:left;
}

.title-section h1:after,.row-catalogo h2:after,.row-cursos h2:after {
	content: ''; 
	position: absolute;
	width: 67px;
	height: 4px; 
	left: 0; 
	bottom: 0; 
	background-color: #99bf1b;
}

.title-section h1 strong,.row-catalogo h2 strong,.row-cursos h2 strong{
	display: block;
	font-weight: 700;
	color: #99bf1b;
}
.title-section h1 strong:last-child{
  font-size: 14px;
    color: #000;
    font-weight: 400;
}
.row-valores {
	margin: 40px 0 0;
}

.row-valores h2 {
	margin: 0 0 50px;
	color: #606060;
	font-size: 25px;
	line-height: 130%;
	text-align: center;
}

.row-valores h2 strong {
	display: block; 
	color: #99bf1b; 
}

.row-valores h3 {
	color: #606060;
	font-size: 22px;
	text-align: center;
}

.row-valores h3 strong {
	color: #99bf1b;
}

.row-valores p {
	padding: 30px 20px; 
	border-radius: 17px;
	font-size: 17px;
	line-height: 130%; 
	text-align: center;
	box-shadow: -2px 2px 1px 0 rgba(183,183,183,0.75);
}

.row-contenido {
	padding: 75px 0;
}

.txt-contenido p {
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
}

.txt-contenido p strong {
	color: #99BF1B;
}

.txt-contenido ul,
.txt-contenido ol {
	padding-left: 0;
	margin-left: 5%;
}

.txt-contenido ul li,
.txt-contenido ol li {
	position: relative;
	padding: 0 0 0 15px;
	line-height: 150%;
} 

.txt-contenido ul li:before,
.txt-contenido ol li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}
.space{
    padding-right: 30px;
    border-right: 1px solid #ccc;
}
.banner-recientes {
	padding: 0 0 0 20px;
}

.banner-recientes h2 {
	margin: 0 0 48px;
	color: #606060;
	font-size: 25px;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center; 
}

.banner-recientes ul {
	padding-left: 0;
}

.banner-recientes ul li {
	padding: 22px; 
	margin: 0 0 25px;
	border-radius: 17px;
	background-color: #f1f7eb;
	text-align: center;
	box-shadow: -2px 2px 1px 0 rgba(183,183,183,0.75);
}
.cursos-recientes{
    margin-top: 40px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
}
.cursos-recientes h3{
    text-transform: uppercase;
    text-align: center;
    color: #99bf00;
    line-height: 120%;
    font-size: 18px;
    max-width: 80%;
    margin: 15px auto 10px auto;
}
.cursos-recientes .banner-recientes ul li {
  margin:0;
}
.cursos-recientes .slick-slide>div{
  padding:15px;
}
.cursos-recientes .banner-recientes{
  padding: 0;
}
.cursos-recientes .banner-recientes ul{
  margin: 0 0 30px 0;
}
.cursos-recientes ul.slick-dots li{
   background: none;
    padding: 0 8px;
    box-shadow: none;
}
.banner-recientes a {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: block;
    padding: 15px;
    margin: 8px 0 0;
    color: #fff;
    border: 0;
    border-radius: 25px;
    font-weight: 700;
    font-size: 17px;
	background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}
.banner-recientes li a {
    background: none;
    font-size: 14px;
    line-height: 110%;
    text-transform: none;
    margin: 0;
    padding: 0;
    color: #606060;
    font-weight: 600;
}
.txt-valores h2 {
	margin: 0 0 35px;
	font-weight: 300; 
	font-size: 25px; 
	color: #99bf1b;
}

.txt-valores ul {
	padding-left: 0;
} 

.txt-valores ul li p {
	margin: 0;
}

.txt-valores ul li {
	margin: 0 0 20px;
}

.txt-valores ul li p {
	font-weight: 400; 
	font-size: 18px;
	line-height: 150%;
}

.txt-valores ul li p strong {
	color: #99bf1b;
	font-weight: 400;
}



/*---------------------------  PONENTES  ---------------------------*/

.row-ponentes {
	margin: 40px 0;
	text-align: justify;
}

.row-ponentes:after {
	content: ''; 
	display: inline-block;
	width: 100%;
}

.bloque-ponente {
	display: inline-block; 
	position: relative;
	width: 48%;
	min-height: 315px;
	margin: 0 0 50px;
	padding-left: 210px;
	vertical-align: top;
	text-align: left;
  font-style: normal;
}

.bloque-ponente:before {Únete a EBA - Hero Section
	content: ''; 
	position: absolute; 
	width: 1px; 
	top: 0; 
	left: 190px; 
	bottom: 0; 
	background-color: #99bf1b;
}

.img-ponente {
	position: absolute; 
	width: 170px; 
	height: 170px; 
	top: 0; 
	left: 0;
	border-radius: 50%;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
}
.bloque-ponente h3 {
  display:block;
  margin: 0;
	font-weight: 500; 
	font-size: 15px; 
}
.bloque-ponente,
.bloque-ponente p{
	margin: 0;
  color: #606060;
	font-weight: 400; 
	font-size: 15px; 
	line-height: 130%;
}

.bloque-ponente p strong,
.bloque-ponente h3{
	display: block;
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 130%;
  font-weight: 600;
}

.bloque-ponente ul {
	padding-left: 0;
}

.bloque-ponente ul li {
	position: relative;
	/*padding: 0 0 0 15px;*/
	margin: 0 0 15px;
	line-height: 130%;
}

.bloque-ponente ul li:last-of-type {
	margin: 0;
}

/*.bloque-ponente ul li:before {
	content: ''; 
	position: absolute; 
	width: 5px; 
	height: 5px;
	top: 8px; 
	left: 0; 
	border-radius: 50%; 
	background-color: #000;
}*/

.bloque-ponente a {
	display: block;
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #99bf1b; 
}

.bloque-ponente a:hover {
  color: #606060;
}



/*---------------------------  TESTIMONIALES  ---------------------------*/

.lista-testimonial {
	margin: 50px 0;
	text-align: justify;
}

.lista-testimonial:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.bloque-testimonial {
	display: inline-block; 
	width: 48%;
	padding: 45px 4%;
	vertical-align: top;
	text-align: center;
	box-shadow: -4px 7px 5px 0 rgba(212,212,212,0.75);
}

.bloque-testimonial h2 {
	color: #99bf1b;
	line-height: 130%;
}

.bloque-testimonial p strong {
	font-weight: 500; 
	color: #606060; 
	font-size: 16px;
	line-height: 130%; 
}

.bloque-testimonial p {
	font-weight: 300; 
	font-size: 15px;
	line-height: 130%; 
}

.img-testimonial {
	display: block; 
	width: 170px; 
	height: 170px; 
	border-radius: 50%;
	box-shadow: 7px 7px 5px 0 rgba(183,183,183,0.75);
	margin: auto;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}



/*---------------------------  FAQS  ---------------------------*/

.row-faqs {
	display: block;
	max-width: 840px; 
	width: 100%;
	margin: 50px auto;
}

.row-faqs > ul,
.txt-faqs {
	display: block; 
	width: 100%;
	padding-left: 0;
	margin: 0;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
}

.lista-faq {
	border-radius: 15px;
	margin: 0 0 20px;
	border: 1px solid #999;
	overflow: hidden;
}

.lista-faq h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 50px;
	background-color: #999;
	font-weight: 700; 
	font-size: 17px;
	color: #fff; 
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 130%;
	overflow: hidden;
}

.lista-faq.activo h3,
.lista-faq h3:hover {
	background-color: #99bf1b; 
}

.lista-faq h3:before {
	content: '+'; 
	position: absolute; 
	left: 20px;
	font-size: 30px; 
	font-weight: 300;
	color: #fff;
}

.lista-faq.activo h3:before {
	content: '-';
	font-size: 40px;
} 

.txt-faqs {
	text-align: left;
}

.txt-faqs h2 {
	display: block;
	margin: 0 0 40px;
	font-size: 17px;
	color: #99bf1b; 
	line-height: 130%;
}

.txt-faqs p {
	margin: 0;
	padding: 0 0 20px; 
	font-size: 17px;
	color: #606060;
	line-height: 130%;
}

.txt-faqs p a {
	color: #99bf1b; 
}

.txt-faqs p a:hover {
	text-decoration: underline;
}

.txt-faqs p:last-of-type {
	padding: 0;
}

.txt-faqs {
	display: none;
	/*box-shadow: -4px 7px 5px 0 rgba(212,212,212,0.75);*/
}

.txt-faqs div {
	padding: 25px 4%;
}

.txt-faqs ul {
	margin: 30px 0 30px 4%;
	padding-left: 0;
}

.txt-faqs ul li {
	position: relative;
	padding-left: 15px;
	color: #606060;
	line-height: 150%;
}

.txt-faqs ul li a {
	color: #606060;
	text-decoration: underline;
}

.txt-faqs ul li a:hover {
	color: #99bf1b; 
}

.txt-faqs ul li:before {
	content: ''; 
	position: absolute; 
	top: 10px; 
	left: 0; 
	width: 5px; 
	height: 5px; 
	border-radius: 50%;
	background-color: #000; 
}

.txt-faqs.faq-1 {
	display: block;
}



/*---------------------------  CONTACTO  ---------------------------*/

.row-formulario {
	float: right!important;
}

.embed-mapa {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
	box-shadow: 4px 4px 8px 0 rgba(183,183,183,0.75), 0 6px 20px 0 rgba(183,183,183,0.75);
}

.embed-mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row-contacto {
	margin: 65px 0;
}

.formulario {
	padding: 25px 0; 
	border-radius: 19px;
	/*box-shadow: 4px 4px 8px 0 rgba(183,183,183,0.75), 0 6px 20px 0 rgba(183,183,183,0.75);*/
}

.formulario fieldset.form-columns-1 .input,
.formulario fieldset.form-columns-2 .input {
	margin-right: 0!important;
}

.formulario textarea, 
.formulario input[type="text"], 
.formulario input[type="password"], 
.formulario input[type="datetime"], 
.formulario input[type="datetime-local"], 
.formulario input[type="date"], 
.formulario input[type="month"], 
.formulario input[type="time"],
.formulario input[type="week"], 
.formulario input[type="number"], 
.formulario input[type="email"], 
.formulario input[type="url"], 
.formulario input[type="search"], 
.formulario input[type="tel"], 
.formulario input[type="color"],
.formulario select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    border: 1px solid #99bf1b;
    border-radius: 20px;
    margin: 0 0 18px;
    padding: 0 15px;
    color: #606060;
    background-color: #fff;
    outline: 0;
}

.formulario h2,
.formulario h3 {
    margin: 0;
    font-size: 20px;
    color: #606060;
    line-height: 130%;
    text-align: center;
}

.formulario h3 {
	margin: 0 0 25px;
	font-size: 16px;
}

.formulario .hs_submit {
    text-align: center;
}

.formulario .hs-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    padding: 15px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
}

.row-mapa {
	margin-left: 0!important;
}

.txt-mapa {
	margin: 70px 0 0;
}

.txt-mapa ul {
	display: block;
	max-width: 385px; 
	width: 100%;
	padding-left: 0;
}

.txt-mapa ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 40px 60px;
	font-size: 17px;
	line-height: 150%;
}

.txt-mapa ul li:first-of-type {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/check-4.png'); 
	background-repeat: no-repeat; 
	background-size: 33px auto; 
	background-position: top left;
}

.txt-mapa ul li:nth-child(2) {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/phone-4.png'); 
	background-repeat: no-repeat; 
	background-size: 25px auto; 
	background-position: top left;
}

.txt-mapa ul li:last-of-type {
	background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/correo-4.png'); 
	background-repeat: no-repeat; 
	background-size: 40px auto; 
	background-position: top left;
}

.redes-sociales {
	padding: 30px 0 0; 
	margin: 40px 0 0;
	border-top: 1px solid #99BF1B;
}

.redes-sociales span {
	display: block;
	max-width: 300px; 
	width: 100%;
	color: #99BF1B;
	font-size: 17px;
	text-align: center; 
	line-height: 130%;
	margin: auto;
}

.redes {
	display: block;
	max-width: 410px; 
	width: 100%;
    position: relative;
	padding-left: 0;
    text-align: justify;
	margin: 45px auto 0;
}

.redes:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.redes li {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/sprite-cofide-4.png');
    background-repeat: no-repeat;
    background-size: 42px auto;
    vertical-align: middle;
}

.redes li.facebook {
	background-position: 0 -178px;
}

.redes li.facebook:hover {
    background-position: 0 -3px;
}

.redes li.twitter {
	background-position: 0 -310px;
}

.redes li.twitter:hover {
	background-position: 0 -135px;
}

.redes li.youtube {
	background-position: 0 -223px;
}

.redes li.youtube:hover {
	background-position: 0 -48px;
}

.redes li.google {
	background-position: 0 -268px;
}

.redes li.google:hover {
	background-position: 0 -93px;
}

.redes li a {
    display: block;
    width: 100%;
    height: 100%;
}

.redes li.linkedin {
  background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Site2020/icons/linkedin.png');
  background-size: 25px;
  background-position:center;
}

.amigos_plan_regalo{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}
.amigos_plan_regalo>div{
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    margin: 10px;
    width: 45%;
    float: left;
}
.amigos_plan_regalo span.close{
    position: absolute;
    right: 20px;
    top: 18px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 8px;
    background: #eaeaea;
}
.user_admin h3{
    background: rgba(162, 188, 53, .2);
    border-radius: 8px;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
}
.content-form{
    padding: 20px;
    background: #f1f1f1;
    max-width: 340px;
    border-radius: 8px;
}
.content-form .enviar_invi{
    background: #99bf1b;
    color: #fff;
    font-size: 13px;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
    padding: 10px 15px;
    line-height: 25px;
}
.content-form  input{
    margin: 10px 0;
    border-radius: 8px;
    border: 0;
    line-height: 24px;
    font-size: 15px;
    color: #585858;
    border: 1px solid #ccc;
}
/*---------------------------  SEDES  ---------------------------*/

.row-sedes {
	margin: 65px 0 0;
}

.row-sedes h2 {
	margin: 0;
	font-size: 25px; 
	font-weight: 700; 
	color: #99BF1B;
	text-align: center; 
}

.lista-sedes {
	display: block;
	max-width: 840px;
	width: 100%;
	text-align: justify;
	margin: 70px auto 0;
}

.lista-sedes:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.bloque-sede {
	display: inline-block; 
	width: 48%; 
	padding: 0 0 0 45px;
	margin: 0 0 60px;
	vertical-align: top;
	text-align: left;
	background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/check-4.png?t=1542908157003);
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: top left;
}

.bloque-sede h3 {
	margin: 0 0 20px; 
	font-size: 17px; 
	color: #99BF1B;
	text-transform: uppercase;
}

.bloque-sede p {
	margin: 0;
	font-size: 17px;
	line-height: 130%;
}

.bloque-sede a {
	display: block;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #99bf1b;
}

.bloque-sede a:hover {
  color: #606060;
}



/*---------------------------  CURSOS  ---------------------------*/

.content-cursos {
	margin: 35px 0 70px;
}

.filtros-cursos {
	display: inline-block; 
	padding: 0 0 30px;
	margin: 0 0 30px; 
	border-bottom: 1px solid #99BF1B;
}

.filtros-cursos small {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	margin: -35px -15px 0;
    display: none;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #99BF1B;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filtros-catalogo span {
	position: relative;
    display: none;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
	border-radius: 15px;
    background-color: #99BF1B;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filtros-cursos small:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/down-bco-4.png');
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
}

.filtros-cursos small.filtro-activo:after {
    top: 0;
    -webkit-transform: rotate(180deg) translateY(-120%);
    -moz-transform: rotate(180deg) translateY(-120%);
    transform: rotate(180deg) translateY(-120%);
}

.filtros-cursos ul {
	padding-left: 0;
}

.filtros-cursos ul li {
	display: inline-block; 
	padding: 12px;
	border-radius: 19px; 
	border: 1px solid #99BF1B;
	color: #606060;
	font-weight: 700;
	font-size: 17px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.filtros-cursos ul li.activo,
.filtros-cursos ul li:hover {
	color: #fff;
	background-color: #99BF1B;
}

.bloque-cursos {
	display: block;
	max-width: 820px; 
	width: 100%;
	padding-left: 0;
	margin: auto;
}

.bloque-cursos>li {
	display: flex;
	margin: 0 0 40px;
	padding: 0 0 40px; 
	border-bottom: 1px solid #ccc;
	justify-content: space-around;
	align-items: flex-start;
}

.bloque-cursos li:last-of-type {
	margin: 0; 
	padding: 0; 
	border-bottom: 0;
}

.bloque-cursos li .fecha {
	display: inline-block;
	padding: 20px 15px;
  border-radius: 17px;
	color: #606060;
  background-color: #f1f7eb;
  text-align: center;
  box-shadow: -2px 2px 1px 0 rgba(183,183,183,0.75);
  width: auto;
}

.bloque-cursos li .fecha span {
	font-size: 40px;
	font-weight: 700;
  line-height:100%;
}

.bloque-cursos li .fecha p {
	margin: 0;
  display:block;
}

.bloque-cursos li .titulo-curso {
	padding: 0 0 0 10px;
	color: #606060;
  width: 85%;
}

.bloque-cursos li .titulo-curso h2 {
	margin: 0;
	padding: 20px;
	border-radius: 17px;
	font-weight: 700; 
	font-size: 17px;
	background-color: #f1f7eb;
	line-height: 130%;
	box-shadow: -2px 2px 1px 0 rgba(183,183,183,0.75);
}


.bloque-cursos.up_2022{
    display: flex;
    max-width: 1100px;
    width: 100%;
    padding-left: 0;
    margin: auto;
    flex-wrap: wrap;
   justify-content: space-between;
}
.bloque-cursos.up_2022 li.cursos-data{
    display: flex;
    margin: 0 0 40px;
    padding: 0 0 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 0 0 48%;
    justify-content: flex-start;
    padding: 15px;
    background: #fafafa;
    box-shadow: 0 0 5px 2px rgb(223 223 223 / 70%);
    border-radius: 8px;
    border-bottom: none;
}
.bloque-cursos.up_2022 li .fecha {
    display: inline-block;
    padding: 0!important;
    margin: 0!important;
    border-radius: 0;
    color: #606060;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.bloque-cursos.up_2022 li .titulo-curso {
    padding: 0;
    color: #606060;
    width: 100%;
    margin: 0 0 10px 0;
}
.bloque-cursos.up_2022 li .titulo-curso h2 {
    
    margin: 0;
    padding: 0;
    border-radius: 17px;
    font-weight: 700;
    font-size: 19px;
    background-color: transparent;
    line-height: 1.2;
    box-shadow: none;
}
.bloque-cursos.up_2022 li .titulo-curso h2 a{
  color: #a2bd35;
}
.bloque-cursos.up_2022 .detalle_list {
    display: flex;
    margin: 0 0 15px;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    width: 100%;
    padding: 6px 15px;
    background: rgb(162 189 53 / 10%);
    border-radius: 8px;
}
.incluye_curso h3{
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
}
.incluye_curso ul li {
    padding: 0;
    margin: 0;
    display:flex;
    flex: 0 calc(50% - 10px);
    align-items: flex-start;
    padding-left: 26px!important;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Site2020/icons/check_dip.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none;
    margin-bottom: 10px;
    min-height: 20px;
  text-align:left!important;
}
.incluye_curso ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 20px 20px;
}
.instructor{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    grid-gap: 8px;
}
.instructor img{
    width: 45px;
    border-radius: 50%;
    height: 45px;
    object-fit: cover;
}
.detalle_ins{
}
.instructor .detalle_ins h5{
    font-weight: 400;
    text-transform: uppercase;
}
.instructor .detalle_ins h4,
.instructor .detalle_ins h5{
    margin: 0;
    padding: 0;
    line-height: 1.1;
}
.cats{
  display: flex;
    align-items: center;
    grid-gap: 8px;
    margin: 5px 0 0;
    padding: 0;
  flex-wrap: wrap;
}
.cats h3,
.cats li{
  font-size:14px;
  margin:0;
  padding:0;
}
.cats li{
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.cats li:last-child{
    border-right: 0;
    padding-right: 0;
}
@media screen and (max-width: 767px){
  .bloque-cursos.up_2022 li {
      flex: 0 0 100%!important;
  }
  .bloque-cursos.up_2022 .detalle_list .ubicacion,
  .bloque-cursos.up_2022 .detalle_list .puntos{
    width:45%!important;
  }
  .bloque-cursos.up_2022 .detalle_list {
    grid-gap: 5px;
    flex-wrap: wrap;
  }
  .bloque-cursos.up_2022 .cats li{
    flex: 0 0 auto!important;
  }
}
.bloque-diplo {
    display: flex;
    max-width: 1100px;
    width: 100%;
    padding-left: 0;
    margin: 40px auto 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bloque-diplo li {
    display: flex;
    margin: 0 0 40px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
    flex-direction: column;
    background: #f9f9f9;
    padding: 45px 15px 15px;
    border-radius: 8px;
    overflow: hidden;
  position:relative;
}
h1.title_dip_page{
  margin: 0 auto 20px;
    text-align: center;
    font-size: 22px;
    color: #a2bd36;
    font-weight: 600;
}
.bloque-diplo li .estado_dip{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(45 140 255 / 10%);
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-transform: uppercase;
}
.bloque-diplo li .estado_dip svg{
    width: 40px;
    margin-right:5px;
}
.bloque-diplo li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bloque-diplo-el{
   box-shadow: 0 0 10px 2px rgb(204 204 204 / 49%);
}
.bloque-diplo li img.img_diplo {
    width: 100%;
    display: block;
    transform: scale(1.06) translate(0px, -15px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bloque-diplo li .fecha {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
.fecha_ini,.fecha_fin{
      flex: 0 0 50%;
}
.bloque-diplo li .fecha p {
    margin: 0;
    font-weight: 700;
}
.bloque-diplo li .fecha span {
    display: block;
    margin: 0 10px;
}
.bloque-diplo li .fecha p {
    margin: 0;
    font-weight: 700;
  font-size: 14px;
}
.bloque-diplo li .titulo-curso {
    padding: 0;
    color: #606060;
    width: 100%;
}
.bloque-diplo li .titulo-curso h2 {
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #97be20;
    text-align: center;
}
.bloque-diplo li .enlace_inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    vertical-align: middle;
    margin: 20px 0 0 10px;
    box-shadow: none;
}
.bloque-diplo li a.ver_detalles:hover{
  background: linear-gradient(to top,#99bf1b8f 0%,#99bf1b 100%);
}
.incluye_dip ul{
      margin: 0;
    padding: 0;
      display: flex;
    grid-gap: 3px;
  flex-wrap: wrap;
}
.incluye_dip ul li{
    padding: 0;
    margin: 0;
    flex: 0 calc(50% - 10px);
    align-items: flex-start;
    padding-left: 26px;
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Site2020/icons/check_dip.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-weight: bold;
      line-height: 1.2;
}
.incluye_dip h3{
    transform: translateX(-15px);
    padding: 5px 20px;
    width: calc(100% + 30px);
    background: rgb(151 190 32 / 20%);
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.bloque-diplo .detalle_list {
  justify-content: flex-start;
}
@media screen and (max-width: 650px){
  .bloque-diplo li {
    width: 100%;
  }
}

.detalle_list{
  display: flex;
  margin: 10px 0 0;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
}
.bloque-diplo .detalle_list{
    padding: 5px 20px;
    transform: translate(-15px, 0);
    width: calc(100% + 30px);
    background: #ebebeb;
}
.puntos{
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/patentar.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left;
    padding: 0 0 0 35px;
      flex: 0 0 auto;
}
.puntos p,.imss p{
  font-weight:700;
  font-size:12px;
  margin-bottom:0;
}
.imss {
    background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/imss-icon.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: left;
    padding: 0 0 0 35px;
}
.ubicacion {
	  background-image: url(https://5476768.fs1.hubspotusercontent-na1.net/hubfs/5476768/Sitio_2018/Iconos/macbook.svg);
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: left;
    padding: 0 0 0 40px;
    flex: 0 0 auto;
}

.ubicacion p {
    display: table-cell;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    vertical-align: top;
    padding: 7px 0;
}
.ubicacion p strong {
  display:block;
}
.ubicacion a {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	  width: 160px; 
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    border-radius: 20px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    box-shadow: 0px 4px 5px 0 rgba(145,145,145,0.75);
	  vertical-align: middle;
     margin: 0 0 0 10px;
}
a.ver_detalles {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	  width: auto; 
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #78ad4e;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(87, 155, 129)),color-stop(1, rgb(153, 191, 27)));
    background: -webkit-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: linear-gradient(to right,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
    background: -ms-linear-gradient(left,rgb(87, 155, 129) 0%,rgb(153, 191, 27) 100%);
	  vertical-align: middle;
     margin: 0 0 0 10px;
}
a.ver_cofidenet{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	  width: auto; 
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #78ad4e;
	  vertical-align: middle;
     margin: 0 0 0 10px;
}
.enlace{
    width: 100%;
    display: flex;
    grid-gap: 15px;
      justify-content: center;
}
.note_cn{
    font-size: 10px;
    line-height: 1;
    max-width: 50%;
    margin: 10px auto 0;
    text-align: center;
}
.bloque-diplo li a.ver_detalles {
    width: calc(100% - 20px);
}

/*---------------------------  FOOTER  ---------------------------*/

.footer {
	padding: 40px 0 0;
    background-color: rgba(20, 20, 20, 0.94);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(51, 51, 51)),color-stop(0.771, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top,rgb(51, 51, 51) 0%,rgba(0, 0, 0, 0.9) 77.1%);
	background: linear-gradient(to bottom,rgb(51, 51, 51) 0%,rgba(0, 0, 0, 0.9) 77.1%);
	background: -ms-linear-gradient(top,rgb(51, 51, 51) 0%,rgba(0, 0, 0, 0.9) 77.1%);
}

.logo-footer img {
	max-width: 160px; 
	width: 100%;
}

.footer img {
	width: 250px!important;
}

.footer p {
	font-weight: 300; 
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.footer p strong {
	color: #99bf1b;
	text-transform: uppercase;
}

.footer ul {
	padding-left: 0;
	margin: 0;
}

.footer ul li {
	font-weight: 300; 
	font-size: 15px;
	color: #fff;
	line-height: 200%;
}
.footer ul li a {
  color:#fff;
}
.footer ul li a:hover {
  color:#99bf1b
}
.footer .img-footer {
  margin-top:10px;
}
@media \0screen\,screen\9 {
	.footer {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff333333",endColorstr="#e6000000",GradientType=0);
	}
}

.bottom-footer {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #fff;
}

.height-zero {
	min-height: 0!important;
}

.bottom-footer .redes li.facebook {
	background-position: 0 -353px;
}

.bottom-footer .redes li.facebook:hover {
    background-position: 0 -3px;
}

.bottom-footer .redes li.twitter {
	background-position: 0 -485px;
}

.bottom-footer .redes li.twitter:hover {
    background-position: 0 -135px;
}

.bottom-footer .redes li.youtube {
	background-position: 0 -397px;
}

.bottom-footer .redes li.youtube:hover {
    background-position: 0 -48px;
}

.bottom-footer .redes li.google {
    background-position: 0 -443px;
}

.bottom-footer .redes li.google:hover {
    background-position: 0 -93px;
}

.mobile-trigger {
  display:none;
}

/*---------------------------  TOGGLE  ---------------------------*/
  ul li.hs-item-has-children{
    padding-right:18px;
}
  ul li.hs-menu-depth-1 .child-trigger {
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  	position: absolute;
    width: 15%;
    top: -10px;
    right: 0;
    color: #fff;
    padding: 11px;
    text-align: right;
    display:block;
}
.child-trigger i {
    color: #99bf00;
}
.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
@media screen and (max-width: 1020px){
  .child-trigger i{
        color: #99bf00;
  }	
    .hs-menu-children-wrapper {
      display: none;
    }
  .mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 25px;
		right: 15px;
		width: auto;
		height: auto;
		padding: 10px;
		background: #fff;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 10;
	}  

	.mobile-trigger:before {
		display: none;
	}
  ul li.hs-menu-depth-1 .child-trigger {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      position: absolute;
      width: 15%;
      top: 0;
      right: 0;
      color: #fff;
      padding: 11px;
      text-align: right;
    display:block;
  }
	.mobile-trigger:hover i,
	.mobile-trigger:hover i:before, 
	.mobile-trigger:hover i:after {
		background-color: #c3d500;
	}
	
	.mobile-trigger i {
		display: inline;
		position: relative;
		top: -4px;
	}
	
	.mobile-trigger.navbar-toggle-active i {
		height: 0;
	}
	
	.mobile-trigger.navbar-toggle-active i:before {
		top: -3px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.mobile-trigger.navbar-toggle-active i:after {
		top: -3px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.mobile-trigger i:before, 
	.mobile-trigger i:after {
		content: '';
		position: absolute;
	}
	
	.mobile-trigger i:before {
		top: -6px;
	}
	
	.mobile-trigger i:after {
		top: 6px;
	}
	
	.mobile-trigger i, 
	.mobile-trigger i:before, 
	.mobile-trigger i:after {
		display: inline-block;
		width: 22px;
		height: 2px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #c3d500;
	}
  .custom-menu,
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		height: auto;
		min-height: auto!important;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
		display: none;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
		float: none;
		border-bottom: 1px solid #b4c82f;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type {
		border-bottom: 0;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		display: none;
		position: relative; 
		margin-left: 0;
		border-radius: 0;
		background-color: #fff;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		color: #606060;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active-branch > a {
		color: #b4c82f; 
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li.active-branch > a {
		color: #fff;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
		position:relative;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1,
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li, 
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li {
		display: block; 
		width: 100%;
		padding: 0;
	}
	
	.custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
		margin: auto;
	}
  .header-container-wrapper .logo {
		margin: 20px 0;
	}
	.logo-cofide {
		width: 145px!important;
	}
	
	.custom-menu {
		display: block!important;
		padding: 0;
		min-height: 0!important;
    width:auto!important;
	}
	
	.hs-menu-wrapper {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: relative;
		top: 0;
		display: none;
		padding: 0 15px;
		margin: 0 -15px;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		height: auto;
		padding: 10px 0;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
		display: none;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
		display: block; 
		width: 100%;
		padding: 10px 0;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-of-type {
		border-bottom: 0;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
		padding: 0;
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		padding: 10px;
		line-height: normal;
	}
	
	.header-container-wrapper .icons-head {
		display: block; 
		width: 100%!important;
		position: relative;
		right: 0;
		padding: 15px 0;
		border-top: 1px solid #ccc;
	}
	
	.header-container-wrapper .icons-head > div {
		top: 0; 
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		position: relative;
		border-radius: 0;
		visibility: visible;
    	opacity: 1;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloque-ponente {
		padding-left: 0;
		margin: 0 0 30px;
		padding-bottom: 30px;
	} 
	
	.bloque-ponente:before {
		display: none;
	}
	
	.img-ponente {
    	display: block;
		position: relative;
		margin: 0 auto 30px;
	}
  
}

@media screen and (max-width: 800px){
	
	.bloque {
		width: 46%;
		margin: 17px 1%;
	}
}

@media screen and (max-width: 768px) {
  .single-curso .content-persona{
    padding-left:0px;
  }
	.banner-home {
		padding: 20px 0 0;
    overflow: visible;
	}
	.title-section:before {
		background: rgba(255,255,255,0.9);
	}
	.detalle_list{
    display: grid;
    margin: 10px 0 0;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 50% 50%;
  }
	.back-login {
		padding: 20px;
	}

	.row-banner {
		padding: 0 0 35px;
	}
	
	.row-banner .row-fluid-wrapper .row-fluid,
	.txt-banner .row-fluid-wrapper .row-fluid,
	.btn-banner, 
	.txt-banner {
		display: block!important; 
		width: 100%!important;
		margin-left: 0!important;
	}
	
	.btn-banner {
		margin: 0 0 30px;
	}
	
	.txt-banner .row-fluid-wrapper .row-fluid {
		display: inline-block!important;
	}
	
	.txt-banner {
		text-align: center;
	}
	
	.row-nosotros {
		padding: 50px 0;
	}
	
	.txt-nosotros, 
	.video-nosotros {
		display: block!important; 
		width: 100%;
	}
	
	.txt-nosotros p {
		max-width: 100%;
	}
	
	.row-servicios h2 {
		margin: 0 0 30px;
	}
	.search-curso {
		padding: 0;
		text-align: left;
	}
	
	.lista-cursos > li {
		display: block; 
		max-width: 288px; 
		width: 100%; 
		margin: 0 auto 20px;
		padding: 0 0 20px; 
		border-bottom: 1px dashed #606060;
	}
	
	.lista-cursos > li:last-of-type {
		margin: 0 auto; 
		padding: 0; 
		border-bottom: 0;
	}
	
	.filtros-catalogo {
		position: relative;
		width: 100%; 
		padding: 0;
	}
	
	.content-catalogo {
		padding-left: 0;
	}
	
	.lista-blog a {
		display: block; 
		width: 100%;
		margin: 0 0 20px;
	}
	
	.img-blog {
		padding-top: 50%;
	}
	
	.left-testimonio, 
	.right-testimonio {
		display: block; 
		width: 100%;
	}
	
	.left-testimonio {
		text-align: center;
	}
	
	.formulario .form-columns-2 .hs-form-field .hs-input,
	.formulario .form-columns-3 .hs-form-field .hs-input {
		width: 100%!important;
	}
	
	.bloque-lista {
		width: 48%;
	}
	
	.row-lista li, .row-lista a.box, .relleno {
		width: 48%;
	}
	
	.row-lista a .bloque-lista {
		width: 100%;
	}
	.row-lista h2{
      display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin: 0 0 20px 0;
  }
	.embed-container,
	.row-chat {
		display: block; 
		width: 100%;
	}
	
	.titulo-vivo,
	.row-comienza {
		display: block; 
		width: 100%;
    height:auto;
		padding: 0 0 20px 40px; 
		margin: 0 0 20px 0; 
		border-bottom: 1px solid #fff;
		background-size: 30px;
		background-position: left 5px;
	}
	.row-vivo,
	.bloque-sede,
	.bloque-ponente {
		display: flex;
		width: 100%;
	}
	
	.row-vivo p {
		text-align: center;
	}
	
	.row-contacto {
		margin: 50px 0;
	}
	
	.row-formulario {
		float: none!important;
	}
	
	.banner-recientes,
	.txt-valores {
		padding: 30px 0 0;
		margin: 30px 0 0;
		border-left: 0; 
		border-top: 1px solid #666;
	}
	
	.bloque-testimonial {
		display: block; 
		width: 100%;
		margin: 0 0 30px;
	}
	
	.bloque-testimonial:last-of-type {
		margin: 0;
	}
	
	.img-persona {
		display: block; 
		position: relative;
		margin: 0 auto 30px;
    top: auto;
	}
	.single-curso .txt-persona {
    margin: 15px 0 10px;
	}
	.txt-persona {
		padding-left: 0;
	}
	
	.filtros-catalogo {
		border-right: 0;
		text-align: left;
	}
	
	.filtros-catalogo span {
		display: block;
	}
	
	.filtros-catalogo div {
		position: fixed;
		width: 200px; 
		padding: 20px;
		top: 0; 
		left: -200px; 
		bottom: 0; 
		background-color: #606060;
		z-index: 1;
		overflow-y: auto; 
		overflow-x: hidden;
	}
	
	.filtros-catalogo ul {
		color: #fff;
	}
	
	.banner-curso,
	.row-persona {
		margin: 30px 0 0;
	}
	
	.title-curso {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		margin: 0 -15px; 
	}
}

@media screen and (max-width: 700px) {
	.bloque-cursos li .fecha { 
		margin: 0 auto 20px;
	}
	
	.bloque-cursos li .fecha span {
		font-size: 25px;
	}
	
	.bloque-cursos li .titulo-curso {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.row-servicios ul li {
		display: block;
		max-width: 270px; 
		width: 100%;
		margin: 0 auto 40px;
	}
	
	.right-login {
		display:none;
	}
	
	.left-login {
		width: 100%;
	}
	
	.row-video span.logo {
		top: -20px;
		width: 100px;
		height: 40px;
	}
	
	.row-video h2 {
		margin: 0 0 20px;
		padding: 0;
	}
	
	.txt-video {
		width: 100%;
		border:0;
	}
	
	.pdf-video {
		width: 100%;
    padding: 30px 0 20px 5px;
    border-top: 1px dotted #606060;
	}
  .pdf-video>div {
    padding-left: 80px;
}
	.pdf-video small {
    top: 30px;
  }
  .pdf-video ul {
    margin: 30px 0;
  }
	.txt-fecha {
		width: 50%;
	}
	
	.txt-instructor {
		width: 45%;
	}
	
	.embed-container {
		width: 100%;
		height: 0;
		overflow: hidden;
		vertical-align: top;
		padding-bottom: 56%;
	}
	
	.row-chat {
		margin: 20px 0 0;
	}
	
	.temario,
	.chat {
		position: relative;
		top: 0;
		width: 100%;
		height: 400px;
		font-size: 13px;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 565px) {
  .txt-banner p {
    font-size: 20px;
  }
  .row-fechas label {
      display: inline-block;
  }
  .txt-nosotros {
    padding-right: 0;
  }
  .row-servicios h2 {
    font-size: 20px;
  }
  .titulo-carrito {
    padding: 0 0 20px 60px;
  }
  .titulo-carrito:before {
    width: 50px;
    height: 50px;
  }
  .titulo-carrito h2 {
    margin: 0 0 15px;
    color: #606060;
    font-size: 17px;
  }

	
	.ubicacion,
	.ubicacion p,
	.ubicacion a {
		display: block; 
		width: 100%;
	}
	
	.ubicacion a {
		display: inline-block; 
		width: 160px; 
		margin: 20px 0 0;
	}
  .mensaje-center p {
      color: #fff;
      font-size: 13px;
      padding-bottom: 8px;
      margin: auto;
  }
  .mensaje-center {
    padding: 10px;
	}
  .botones a {
      display: inline-block;
      padding: 10px;
      color: #fff;
      border-radius: 8px;
      border: 1px solid #99bf1b;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .botones {
    margin: 5px 0 0;
  }
  .botones p {
    max-width: 130px;
  }
  .botones p small {
    font-size: 14px;
	}
}

@media screen and (max-width: 550px) {
  .amigos_plan_regalo span.close {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    margin: 15px 0 0;
    text-align: center;
}
	.row-ponentes {
		margin: 0 0 40px;
	}
	.direccionar-paypal {
    padding: 10px 10px;
    border: 0;
    margin: 0 auto;
}
	.bloque-ponente {
		padding-left: 0;
		margin: 0 0 30px; 
		padding-bottom: 30px;
		border-bottom: 1px solid #99bf1b;
	}
	
	.bloque-ponente:before {
		display: none;
	}
	
	.bloque-ponente:last-of-type {
		margin: 0; 
		padding-bottom: 0; 
		border-bottom: 0;
	}
	
	.img-ponente { 
		display: block; 
		position: relative;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 500px) {
  	.row-lista li, .row-lista a.box, .relleno {
		width: 100%;
	}
  .titulo-vivo h3 {
    font-size: 14px;
  }
  .row-filtros ul li.first{
    display:none;
  }
  .slick-list {
    width: 100%;
  }
  .header-container-wrapper .icons-head {
    display: block;
    width: 100px!important;
    position: absolute;
    right: 65px;
    padding: 15px 0;
    border-top: 0;
    top: 5px;
  }
  .header-container-wrapper .logo {
    margin: 20px 0;
    left: -5px;
    position: relative;
  }
 .header-container-wrapper .icons-head ul li:first-child {
      display:none;
  }
	.bloque-lista {
		width: 100%;
	}
	
	.bloque {
		width: 100%;
		margin: 17px 0%;
	}
	.row-filtros {
    height: 85px;
  }
  .row-filtros ul li.user {
    margin-right: 0;
    padding-right: 0;
    float: right;
    display: block;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 40px;
    background: #99bf1b;
    line-height: 40px;
    border-radius: 10px;
  }
	.bck-gris ul li a {
		padding: 10px 12px;
		border-radius: 10px;
		font-size: 14px;
	}
	
	.row-lista li, .relleno {
		width: 100%;
	}
	
	.row-lista a .bloque-lista {
		width: 100%;
	}
  .single-curso .detalles ul.icons li {
    display: inline-block;
    min-width: 45%;
  }
  .left-banner ul.botones li+li {
    border-left: 1px dotted #cacaca;
    padding-left: 5px;
	}
  .left-banner ul.botones li button {
    max-width: 110px;
    background:transparent;
  }
}

@media screen and (max-width: 485px) {
	.slide-catalogo .slick-slide, 
	.slide-cursos .slick-slide {
		margin: 0 5px;
	}
  .txt-banner h1 {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    font-size: 26px;
    line-height: 150%;
    width: auto;
  }
}

@media screen and (max-width: 465px) {
  .amigos_plan_regalo>div {
    width: 100%;
    float: none;
  }
	.filtros-cursos,
	.filtros-cursos small {
		display: block;
	}
	
	.filtros-cursos {
		padding: 0;
		border-bottom: 0;
	}
	
	.filtros-cursos ul {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		margin: 0 -15px;
		display: none;
	}
	
	.filtros-cursos ul li {
		display: block;
		border-radius: 0;
		border: 0; 
		border-bottom: 1px solid #606060;
	}
	
	.filtros-cursos ul li.activo, 
	.filtros-cursos ul li:hover {
		background-color: #606060;
	}
}

@media screen and (max-width: 420px) {
	.txt-fecha {
		width: 100%;
		text-align: left;
		margin-top: 15px;
	}
	
	.txt-fecha small {
		text-align: left;
	}
	
	.txt-instructor {
		width: 100%;
	}
	
	.bck-gris ul li a {
		padding: 10px 12px;
		font-size: 12px;
	}
	
	.row-video {
		margin: 35px 0;
	}
	
	.row-video h2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
  
	.btn-sesion small {
		display: block; 
		width: 100%;
	}
	
	.btn-sesion small.registro {
		margin: 0 0 20px;
	}
	
	.bloque-cursos li .fecha {
		padding: 20px 5px;
	}
	
	.bloque-cursos li .fecha span {
		font-size: 20px;
	}
	
	.bloque-cursos li .titulo-curso h2 {
		padding: 20px 10px;
		font-size: 15px;
	}
	.bloque-cursos li .fecha p,
	.ubicacion p {
		font-size: 12px;
	}
	
	.row-valores h2 {
		font-size: 22px;
	}
	
	.title-section h1 {
		font-size: 24px;
	}
  
  .formulario fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }

  .formulario fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-left: 0;
  }
}


.leadin-preview-wrapper{
  padding: 0!important;
}

.leadin-preview-wrapper .dyno-image{
      width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    float: none!important;
}
.leadin-preview-wrapper .dyno-image img{
    max-width: 100%!important;
    width: 100%!important;
    height: 100%!important;
}
.leadin-preview-wrapper h4{
  display:none!important;
}
.leadin-preview-wrapper .callout-special-font{
    margin: 0!important;
    padding: 0!important;
}
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button{
    margin-top: 0!important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: transparent!important;
    text-indent: -1000px;
    overflow: hidden;
}


.slide-video .slick-track{
  height:220px;
}