@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,500,600,900,300italic,400italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500,700,800,400italic,600italic,700italic,800italic&display=swap');


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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* 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    */
/*****************************************/



*{
    outline:0;
}
body {
    background: #FFF;
    padding-top: 0!important;
    font-family: 'Lato',sans-serif;
    color: #3c3c3d;
    margin:0;
}

/* Share */

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item div {
    vertical-align: top !important;
}

.fb_iframe_widget span {
    vertical-align: top!important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    display: inline-block;
    margin-right: 10px;
    float: none !important;
    vertical-align: top;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item>span {
    vertical-align: top !important;
}

.body-container-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}

.footer-container-wrapper{
    max-width: 100%;
    margin: 0 auto;
    /*padding: 45px 0 30px;*/
  padding: 0;
    background: #3c3c3d;
}

.header-container-wrapper{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background: #EFF6FD;
}

.telheadermovil{
  display:none;
  margin: 0 auto 20px;
  text-align: center;
}
.telheadermovil a{
  color: #006594;
  font-weight: bold;
  text-decoration: none;
}

.post-header h1 a {
    color: #4a80c1;
}
.title-topic{
    font-size: 30px;
    line-height: 35px;
    color: #4a80c1;
    text-align: center;
    max-width: 70%;
    margin: 35px auto 40px;
}
.header-container, .footer-container,
.contenedor-modulo{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.contenedor-modulo-chico{
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.fondo-azul{
    background:#002D3E;
}

.widget-type-logo{
    /*padding-bottom: 20px;*/
  margin-top: 2%;
}
.mb-0{
    margin-bottom: 5px;
}
.mt-20, .contenedor-renglon-4, .contenedor-renglon-7, .contenedor-renglon-lista{
    margin-top: 20px;
}

.mt-40{
    margin-top:40px;
}
.contenedor-renglon-7, .contenedor-topic-11{
    display: none;
}
.categorias{
    background: #FFF;
    margin: 18px 0;
    text-align: center;
    padding: 10px 20px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    color:#162056;
    
    font-weight:700;
}

.tb-viaticos {
    border: 1px solid #000;
    max-width: 50%;
}
.tb {
    border: 1px solid #000;
    margin: 0px auto;
}
.tb1.tb-ti {
    color: #fff;
    background-color: #11204c;
    font-size: 19px;
    padding: 6px;
}
.tb1 {
    margin: 10px auto;
}

.titulo{
    font-family: 'Lato',sans-serif;
    font-size:30px;
    color:#006594;
    font-weight: 600;
    margin: 40px 0 0 0;
    text-align: center;
}

.titulo-formulario h3{
    font-family: 'Open Sans',sans-serif;
    font-size:30px;
    line-height:30px;
    color:#FFF;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
}

.titulo-seccion h3 {
    font-family: 'Open Sans',sans-serif;
    font-size:30px;
    line-height:30px;
    color:#FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -2px;
}

.titulo-seccion h3 span{
    color: #f8d000;
}


.titulo-formulario h4, .titulo-seccion h4{
    font-family: 'Open Sans',sans-serif;
    font-size:25px;
    line-height:25px;
    color:#FFF;
    margin:0;
    font-weight: 500;
}

.mayusculas{
    text-transform: uppercase;
}

.subtitulo{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #3c3c3d;
    margin-bottom: 50px;
    font-weight: 500;
}



.normal{
    font-weight: 500;
}

.salto{
    display: block;
}

.logos{
    list-style: none;
    padding:0;
    text-align: center;
    width:initial;
        margin-bottom: 0;
}
.logos li{
    display: inline-block;
    margin-right:80px;
}

.logos li:last-child{
    margin-right:0;
}

.logos li a{
    background: url(https://549730.fs1.hubspotusercontent-na1.net/hubfs/549730/Blog/2018/template/sap-business-one-mexico-experiencia-avantis.jpg) no-repeat;
    display: block;
    height:70px;
}
.logo-1{
        width:98px;
        background-position: 0 0!important;
}
.logo-2{
width: 70px;
    background-position: -97px 0!important;
}
.logo-3{
    width: 66px;
    background-position: -165px 0!important;
}
.logo-4{
width: 99px;
    background-position: -230px 0!important;
}
.menu-top{
    list-style: none;
    margin: 20px 0 20px 0;
    text-align: right;
  padding-right: 2px;
}

.menu-top a{
    color:#006594;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.menu-top li{
    color:#006594;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}



.menu-top li:last-child{
    margin-right:0px!important;
}

#hs_cos_wrapper_blog {
    text-align: right;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 11px 2px;
    white-space: inherit;
    color:#3c3c3d;
    font-size:18px;
    text-align: center;
    line-height:20px;
    font-weight: 500;
    max-width: 162px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
   /*padding: 21px 0 11px 20px; */
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(4) a{
  max-width: 130px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5) a{
  max-width: 150px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
  max-width: 152px;
  margin-left: 8px;
  padding-left: 5px;
  padding-right: 0;
}

#hs_menu_wrapper_blog ul li:first-child a{
    background: url(https://cookie.seo-consultoria.com/avantis/img/sap-business-one-avantis-imagen.png) no-repeat -6px -166px;
    height: 22px;
    margin-right: 20px;
    width: 22px;
    display: block;
    padding: 0;
    margin-top: 15px;
}

.cta a{
    color:#3c3c3d;
     font-size: 18px;
    font-weight:900;
    background:#f8d000;
    padding: 15px 30px;
}
.cta .fa{
font-size: 25px;
    vertical-align: text-top;
    font-weight: 600;
}

 .amarillo .fa {
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600;
}

.contenedor-menu-categorias{
    background: #162056;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}
.contenedor-menu-categorias h3{
    color: #FFF;
}
.contenedor-menu-categorias ul{
    margin: 0;
    padding:0;
    text-align: right;
}
.contenedor-menu-categorias ul li{
    display: inline-block;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.contenedor-menu-categorias ul li a{
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    
    padding: 20px 30px;
    font-size:14px;
}

.contenedor-menu-categorias ul li a span{
   display: block; 
}

.contenedor-post-header{
    position: relative;
}


hr.gris{
    width: 30%;
    border: 1px solid #b2b2b2;
    float: none;
}

hr.cambia-borde{
    width:50%;
    border: 3px solid #f72717;
    float: none;
}

.contenedor-post-header{
    background-size: cover!important;
    height: 400px;
}

.contenedor-post-header-2{
    background-size: cover!important;
    height: 190px;
}

.contenedor-imagen-link{
    position: relative;
}

.contenedor-imagen-link img, .contenedor-post-lista-recientes img{
    position: relative;
    width:100%;
    float: none;
    margin:0;
    max-width:100%;
}

.contenedor-post-header img,
.contenedor-post-header-2 img{
    position: absolute;
    width:100%;
    float: none;
    margin:0;
    max-width:100%;
}

.rojo{
    background: #d52b1e;
}

.gris{
    background: #b2b2b2;
}


.contenedor-post, .contenedor-post-lista-recientes{
    cursor: pointer;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

.contenedor-etiqueta{
    display: inline-block;
    text-decoration: none;
    bottom: 0;
    left: 5%;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    font-family: font-family: 'Open Sans',sans-serif;;
    color: #FFF;
    z-index: 5;
    
    text-align: center;
}
.borde{
    border: 2px solid #EFF6FD;
}

.contenedor-etiqueta-2{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: font-family: 'Open Sans',sans-serif;;
    color: #FFF;
    width: 150px;
    z-index: 5;
    text-align: center;
}

.casos-de-exito{
    background: #002D3E;
}

.implementacion-de-sap-business-one{
    background: #0a79a5;
}
.business-intelligence{
    background: #127aa7;
}
.modulos-de-sap-business-one{
    background: #4B80C2;
}

.modulos-de-sap-business-one{
    background: #4B80C2;
}

.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}

.contenedor-post-header .contenedor-texto{
    position: absolute;
    padding: 10px 80px 10px 10px;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    max-width: 50%;
    bottom: 20px;
}

.contenedor-post-header .contenedor-texto h3{
    font-family: 'Open Sans',sans-serif;
    color: #FFF;
    font-size:28px;
    margin:0;
}
.contenedor-post-header .contenedor-texto p, .contenedor-texto a{
    
    color: #FFF;
    font-size: 16px;
    clear: both;
}
.contenedor-post-header-2 .contenedor-texto{
    position: absolute;
    padding: 10px 30px 0 10px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    max-width: 55%;
    margin:  0;
    display: none;
}
.contenedor-post-header-2{
    font-size: 18px;
    position: relative;
   font-family: 'Montserrat', sans-serif;
}

.contenedor-post-header-2 .contenedor-texto h3{
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size:18px;
    margin:0;
}

.lista-post{
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

.lista-post li:first-child{
    margin-bottom:20px;
}

.contenedor-post-header-2 .contenedor-texto p{
    color: #FFF;
    font-size: 14px;
    clear: both;
    
}

.contenedor-post-lista, .contenedor-post-lista-recientes{
    position: relative;
    border: 1px solid #EFF6FD;
}
/*#post-destacados-renglon{
  overflow: hidden;
}

#post-destacados-renglon .contenedor-post-lista{
    min-height: 350px;
}*/

/*.contenedor-post-lista-recientes{
  min-height: 400px;
}*/


.ver-mas{
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    display: block;
    font-weight: 700;
    text-decoration: underline;
}

.ver-mas-flecha{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f72717;
}

.flecha-blanca{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #FFF;
}



.contenedor-titulo{
    color:#3c3c3d;
    font-size:19px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
    padding: 10px;
}

.contenedor-post-lista p{
    font-size: 15px;
    line-height:22px;
    color: #444;
    top: -70px;
    position: relative;
    margin: 0 0 -70px 0;
    padding: 10px;
    
}
.contenedor-post-lista img{
    width: 100%;
    float: none;
    margin: 0;
    max-width: 100%;
}

#hs_cos_wrapper_post_body{
    font-size: 18px!important;
}

.contenedor-post-lista-recientes .contenedor-titulo{
    background: #FFF;
    /*font-size:22px;*/
}

.contenedor-post-lista-recientes .contenedor-etiqueta{
    font-size:16px;
    font-weight:700;
}
.contenedor-post-lista-recientes p{
    color: #444;
    font-size:15px;
    line-height:22px;
    top: -70px;
    position: relative;
    margin: 0 0 -70px 0;
    padding: 10px;
    
}

.hs-error-msgs{
    margin:0;
    padding:0;
    list-style: none;
}

.hs-error-msgs label {
    color: #f72717;
    font-size: 12px!important;
    font-style: italic;
    font-weight: 500!important;
    display: block!important;
    margin-top: 10px;
}

.hs_error_rollup{
    margin: 10px 0;
}

.contenedor-post-lista-recientes .contenedor-titulo{
    position: relative;
    top: -50px;
    color:#FFF;
    font-size:19px;
    
    font-weight:800;
    padding: 10px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
       max-width: 70%;
       line-height: 24px;
}

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-section .hs-form-field {
    margin-bottom: 15px;
}
.blog-section .hs-form-field>label {
    font-weight: bold;
    color: #0a79a5;
    font-size: 14px;
}
.blog-section .hs-button.primary, .blog-section input[type="submit"], .blog-section input[type="button"],
.blog-section .hs-button.primary:hover, .blog-section input[type="submit"]:hover, .blog-section input[type="button"]:hover {
  font-weight: bold;
    max-width: 221px !important;
    width: 100% !important;
    background: #f8d000;
    color: #3c3c3d;
      line-height: 30px;
    padding: 10px 15px;
    text-align: center;
  border: 0;
  border-radius: 0;
    box-shadow: none;
  text-shadow: none;
  user-select: none;
  display: inline-block;
    font-size: 16px;
  cursor: pointer;
}

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

.titulo-interes{
        font-size: 25px;
    font-weight: 700;
    color: #666666;
}

.back-to-top {
    position: relative;
    width: 100%;
}
.back-to-top a {
    position: absolute;
    top: -100px;
    left: 20px;
}
.secundario {
    color: #b4d8f2;
}
.bgprimario {
    background: #117AA7;
}
.fs14 {
    font-size: 14px;
}
.fs20 {
    font-size: 20px;
}
.lista li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}
.lista li:last-child{
    padding-right: 0;
}
.iconos-redes {
    background: url(https://www.avantis.mx/images/home/2021/sap-business-one-en-mexico-redes-Avantis-mar21.png) no-repeat;
    height: 22px;
    display: inline-block;
}
.facebook{
    background-position: 0 0;
    width: 22px;
}
.instagram{
    background-position: -32px 0;
    width: 22px;
}
.twitter{
    background-position: -64px 0;
    width: 22px;
}
.yt{
    background-position: -96px 0;
    width: 22px;
}


.footer-container{
line-height: 1.2;
  max-width: 100%;
}


.footer-container .menu-bottom {
    margin-right: 22px;
    max-width: 235px;
    vertical-align: top;
    width: 100%;
}

.footer-container .inline {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}


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

.footer-container ul li {
    margin: 0 0 15px;
}

.footer-container a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-container .titulo-link {
    color: #b4d8f2;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-container .mapa {
    margin-top: 0;
    max-width: 233px;
    vertical-align: top;
    width: 100%;
    float:right;
}

.footer-container .mapa a {
    background: url(https://www.avantis.mx/templates/avantis/img/mapa-sap-business-one.jpg) no-repeat center center;
    display: block;
    height: 148px;
}

.footer-container .copy p {
    line-height: 0;
    margin: 0;
}
.footer-container .copy {
    font-size: 14px;
}
.footer-container .policy {
    color: #fff;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    margin-top:30px;
}

.footer-container .policy a {
    font-size: 12px;
    text-decoration: underline;
}

.footer-container a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-container .cliento {
    color: #b4d8f2;
}
.footer-container .policy .legales div {
    margin: 0 40px;
}

.edn-footer-social {
    clear: right;
    display: block;
    height: 42px;
    margin-bottom: 20px;
}
.edn-footer-mail {
    background: url(https://491231.fs1.hubspotusercontent-na1.net/hubfs/491231/files-2017/edn-footer-mail-hover.png?t=1532556774611) center no-repeat;
    background-size: 34px 34px;
}
.edn-footer-linkedin {
    background: url(https://491231.fs1.hubspotusercontent-na1.net/hubfs/491231/files-2017/edn-footer-linkedin-hover.png?t=1532556774611) center no-repeat;
    background-size: 34px 34px;
}
.edn-footer-twitter {
    background: url(https://491231.fs1.hubspotusercontent-na1.net/hubfs/491231/files-2017/edn-footer-twitter-hover.png?t=1532556774611) center no-repeat;
    background-size: 34px 34px;
}
.edn-footer-youtube {
    background: url(https://491231.fs1.hubspotusercontent-na1.net/hubfs/491231/files-2017/edn-footer-youtube-hover.png?t=1532556774611) center no-repeat;
    background-size: 34px 34px;
}
.edn-footer-facebook {
    background: url(https://491231.fs1.hubspotusercontent-na1.net/hubfs/491231/files-2017/edn-footer-facebook-hover.png?t=1532556774611) center no-repeat;
    background-size: 34px 34px;
}

.edn-footer-facebook, .edn-footer-linkedin, .edn-footer-mail, .edn-footer-twitter, .edn-footer-youtube {
    border: 0;
    cursor: pointer;
    height: 40px;
    text-decoration: none;
    width: 40px;
    float: left;
    display: block;
}

.edn-footer-icons img {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: 70px;
}

.footer-container h6 {
    clear: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}


.fecha{
    display: block;
    clear: both;
    font-size: 12px;
}
.blanco{
    color: #FFF;
}

.amarillo{
    background: #FFD300;
    width:70%;
    margin: 0 auto;
    padding: 15px 0;
    color: #3c3c3d;
    display:block;
        font-size: 18px;
    text-align:center;
    text-decoration: none;
    font-weight: 600;
}


.fecha.negro{
    margin-bottom: 5px;
    color: #444;
    
    font-size: 12px;
    font-weight: 700;
}

.link-gris{
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: #444;
}    

.titulo-sidebar{
    font-weight: 700;
    
    font-size: 20px;
    text-align: center;
    max-width: 82%;
    margin: 50px auto 10px auto;
    font-weight: 800;
    font-size: 22px;	
}

.titulo-sidebar.categoria{
    max-width: 82%;
    margin: 50px auto 10px auto;
    font-weight: 800;
    font-size: 22px;	
}

#contentWrapper, #topic-slug{
  position: relative;
}

.oculta{
  display: none;
}
#sidebar{
  position: absolute;
  display: none;
}

#sidebar, .contenedor-secccion-formulario{
  padding: 0 20px;
  border: 1px solid #b2b2b2;  
  vertical-align: top;
  width:100%;
}

.titulo-post-sidebar div{
    width: calc(100% - 40px);
}
.titulo-post-sidebar span, .titulo-post-sidebar div{
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 22px;
}
.mt50{
    margin-top: 50px;
}

.mt30{
    margin-top: 40px;
}

.pt40{
    padding-top: 40px;
}

.p40{
    padding: 40px 0;
}
.titulo-post-sidebar span{
    height: 10px;
    border-radius: 40px;
    width: 20px;
    margin: 5px 10px 0 0;
}
#formulario > form div{
  display: inline-block;
}

#formulario .hs_email , #formulario .hs_email > div{
    display: block;
  width:100%;
}

#formulario .hs-form-field label, .hs_error_rollup{
   display: none;
}

#formulario .hs-form-field input{
    height: 50px;
    border: 1px solid #444;
    
}

#formulario .hs_submit{
    text-align: right;
    display: inline-block;
    width: 290px;
        vertical-align: top;
}

#formulario input[type="submit"], .btn-amarillo{
    min-height: 50px;
    display: inline-block;
    border: 0;
    background: #f8d000;
    width: 290px;
    color: #3c3c3d;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: -1px;
    font-size: 19px;
    font-weight: 600;
}

#formulario ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #006594;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight:700;
    opacity: 1; /* Firefox */
}

#formulario :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #006594;
       text-align: center;
font-size: 16px;
    font-weight:700;
    font-family: 'Open Sans',sans-serif;
}

#formulario ::-ms-input-placeholder { /* Microsoft Edge */
    color: #006594;
        text-align: center;
     font-size: 16px;
    font-weight:700;
    font-family: 'Open Sans',sans-serif;
}

.btn-amarillo{
    text-align:center;
    text-decoration:none;
    padding-top: 12px;
  padding-bottom: 12px;
    max-height: 38px;
    font-weight:700;
    width: 100%;
}


.titulo-post-interior{
    font-size: 50px!important;
    font-weight: 900!important;
    padding-left: 30px!important;
}

.fondo-blanco{
        bottom: -90px!important;
    background: #FFF;
    max-width: 70%!important;
}
.contenido{
    padding-top: 100px;
}

.compartir-redes{
    list-style: none;
    padding:0;
    margin:0;
}

#contenedor-post-borde .span6{
    position: relative;
}

#contenedor-post-borde .contenedor-titulo{
    text-align: left;
    padding: 20px 55px 20px 0;
    margin:0;
    font-size: 22px;
}

#contenedor-post-borde p{
    text-align: left;
    margin: 0 0 50px 0;
}

#contenedor-post-borde .span6 .amarillo{
    /*position: absolute;
    bottom:0;*/
    right: 29%;
    width: 42%;
}

.contenedor-categorias .span6{
    position: relative;
    background: #EFF6FD;
    padding: 40px 0 0 40px;
}

.link-topic{
    text-transform: uppercase;
    font-size:16px;
    color:#006594;
    font-family: 'Lato',sans-serif;
    display: block;
    margin:0;
    padding:0;
    font-weight:600;
    text-decoration: none;
}

.contenedor-categorias h3{
    font-size: 25px;
    line-height:30px;
    font-family: 'Lato',sans-serif;
    margin-bottom: 50px;
}

.contenedor-categorias .amarillo{
width: inherit;
margin: 0;
}

.contenedor-categorias .span6 .icono{
    position: absolute;
    bottom:20px;
    right: 20px;
    background: url(https://549730.fs1.hubspotusercontent-na1.net/hubfs/549730/Blog/2018/template/sap-business-one-mexico-secciones-blog-avantis.png) no-repeat;
    width:155px;
    height:141px;
}

.contenedor-categorias .cat-1 .icono{
   background-position: 0 0!important;
}
.contenedor-categorias .cat-2 .icono{
   background-position: -155px 0!important;
}
.contenedor-categorias .cat-3 .icono{
background-position: -308px 0 !important;
width: 140px;
}

.contenedor-categorias .cat-4 .icono{
background-position: -447px 0 !important;
width: 150px;
}



.comparte{
    display:block;
    margin: 30px 0 10px 0;
    font-size: 20px;
}
.comparte-footer{
     display:block;
    margin: 30px 0 10px 32px;
    font-size: 20px;
}

.contenido .fecha{
    font-size: 20px;
}

.compartir-redes li{
    display: inline-block;
}


.compartir-redes li{
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.ml-40{
    padding-left: 40px;
}

.compartir-redes li a{
    font-size: 1.5em;
    padding:5px;
    display: inline-block;
    border-radius: 50%;
    color: #FFF;
}

.compartir-redes li:nth-child(1) a{
    padding:5px 13px;
}

.compartir-redes li:nth-child(2) a{
    padding:5px 10px;
}
.compartir-redes li:nth-child(3) a{
    padding:5px 10px;
}

.visible-xs{
        display: none;
    }
    
    .edn-footer-social a, .edn-footer-icons a{
        display: inline-block!important;
    }

.hs_error_rollup {
    display: none!important;
}

.contenedor-formulario-sidebar .hs-error-msgs label {
    margin-top: -10px!important;
    margin-bottom: 20px!important;
}

@media(max-width:767px){
.header-container-wrapper{
    padding: 0;
}
  
  .body-container-wrapper{
    padding: 0;
  }
  
  .widget-type-logo{
    margin-top: 0;
  }
  
  .titulo {
          margin: 20px 0 0 0;
  }
  
  .subtitulo {
    margin-bottom: 20px;
    }
    
    .titulo-formulario, #formulario .actions{
        text-align: center;
    }
    
    #formulario  .hs-form-field.hs-email {
    display: block !important;
    width: 90% !important;
    margin: 15px auto !important;
}

#formulario  .hs_submit {
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
}

#formulario input[type="submit"]{
    width: 100%;
}
    
    .p40 {
    padding: 20px 0;
}

.mt50 {
    margin-top: 20px;
}
  
.contenedor-post-header {
    background-size: cover!important;
    height: initial; 
}

.mt-20,.contenedor-renglon-4, .contenedor-renglon-7, .contenedor-renglon-lista{
    margin-top:0;
}

hr{
    display: none;
}
.footer-container, .footer-container a {
    text-align: center;
}
.contenedor-post, .contenedor-post-lista-recientes{
    border: 1px solid #EFF6FD;
    margin-bottom: 10px;
}

.contenedor-post-header .contenedor-texto h3 {
    font-size: 18px;
}

.contenedor-post-header .contenedor-texto p{
   display: none;
}

.body-container{
   padding: 0 15px; 
}
.contenedor-post-header .contenedor-texto{
position: relative;
    top: 111px;
    color: #FFF;
    font-size: 16px; 
    font-weight: 700;
    padding: 10px;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    max-width: 70%;
}
    
    .ve-menu-close,.ve-menu-icon,.ve-menu-mobile{overflow:hidden}.ve-menu ul{margin:0;padding:0;list-style:none}.ve-menu a{float:left;display:inline-block;width:100%;text-align:center;text-decoration:none;color:#fff}.ve-menu>.ve-menu-pc>li{position:relative;float:left;cursor:pointer}.ve-menu>.ve-menu-pc>li:hover ul{display:block}.ve-menu>.ve-menu-pc>li>ul{position:absolute;left:0;display:none}.ve-menu>.ve-menu-pc>li>ul>li{height:40px}.ve-menu-icon{float:right;width:20px;height:21px;margin-right:10px}.ve-menu-icon>div{width:100%;height:3px;margin-top:3px;border-radius:3px}.ve-menu-mask{z-index:8;position:fixed;top:0;left:0;width:100%;height:100%}.ve-menu-mobile{position:fixed;top:0;left:0;width:100%;z-index:10;}.ve-menu-mobile li{width:100%}.ve-menu-mobile li a{padding:15px 0;border-bottom:1px solid #FFF}.ve-menu-mobile ul{display:none}.ve-menu-close>div{float:right;padding:0 10px}.ve-menu-close>div:after{font-size:35px;content:'\00d7'}
    .ve-menu{
        overflow: hidden;
        background: #162056;
        padding:10px 0;
    }
.widget-type-logo{
    padding: 15px 0;
    text-align: center;
}





    .hidden-xs, #hs_menu_wrapper_blog, .ve-menu-pc{
        display: none!important;
    }
    
    .ve-menu .fa{
        font-size: 1.5em!important;
        color: #FFF!important;
    }
    .visible-xs{
        display: block!important;
    }
    
    
    .single-post img{
            position: relative!important;
    }
    
    .fondo-blanco {
    bottom: initial!important;
    background: #FFF;
    max-width: 100%!important;
    top: 0!important;
}

.titulo-post-interior {
    font-size: 22px!important;
    font-weight: 900!important;
    padding-left: 0;
    text-align: center;
}

.ml-40 {
    padding-left:0;
    text-align: center;
}
.contenido {
    padding-top: 0;
    
}

.comparte {
    display: block;
    margin: 10px;
    font-size: 20px;
}

.mt-50 {
    margin-top: 0;
}

    .ve-menu-close,.ve-menu-icon,.ve-menu-mobile{overflow:hidden}.ve-menu ul{margin:0;padding:0;list-style:none}.ve-menu a{float:left;display:inline-block;width:100%;text-align:center;text-decoration:none;color:#fff}.ve-menu>.ve-menu-pc>li{position:relative;float:left;cursor:pointer}.ve-menu>.ve-menu-pc>li:hover ul{display:block}.ve-menu>.ve-menu-pc>li>ul{position:absolute;left:0;display:none}.ve-menu>.ve-menu-pc>li>ul>li{height:40px}.ve-menu-icon{float:right;width:20px;height:21px;margin-right:10px}.ve-menu-icon>div{width:100%;height:3px;margin-top:3px;border-radius:3px}.ve-menu-mask{z-index:8;position:fixed;top:0;left:0;width:100%;height:100%}.ve-menu-mobile{position:fixed;top:0;left:0;width:100%;z-index:10;}.ve-menu-mobile li{width:100%}.ve-menu-mobile li a{padding:15px 0;border-bottom:1px solid #FFF}.ve-menu-mobile ul{display:none}.ve-menu-close>div{float:right;padding:0 10px}.ve-menu-close>div:after{font-size:35px;content:'\00d7'}
    .ve-menu{
        overflow: hidden;
        background: #006594;
        padding:10px 0;
    }
    
    #contenedor-post-borde .pt40{
        padding-top:0;
    }
    
    #contenedor-post-borde .span6 .amarillo {
    right: 5%;
    width: 90%;
}

#contenedor-post-borde p {
    text-align: left;
    margin: 10px;
}

.contenedor-categorias .span6 {
    position: relative;
    background: #EFF6FD;
    padding: 20px 10px 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

#contenedor-post-borde .contenedor-titulo {
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}

.contenedor-categorias .span6 .icono{
    display: none;
}
.salto{
    display: inline;
}

.contenedor-categorias h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Lato',sans-serif;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 0;
}

.logos li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
}

.titulo {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
}
.titulo-seccion h3{
    text-align: center;
}

.titulo-seccion h4 {
    margin-bottom: 20px;
    text-align: center;
}

.btn-amarillo{
    width: 90%;
    margin: 0 auto;
        display: block;
}

.footer-container-wrapper {
    max-width: 1400px;
    margin: 20px auto 0 auto;
    padding: 20px 0 0;
    background: #3c3c3d;
}
    
.footer-container .mapa {
    float:none!important;
}
}

@media(max-width:700px){
  .widget-type-logo img{
    max-width: 100px;
  }
  .telheadermovil{
    display:block;
  }
  .title-topic{
    max-width: 100%;
    margin: 25px auto 20px;
  }
}

.submitted-message {
    color: #006594;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    max-width: 400px;
    margin: auto;
    padding: 16px 20px;
}

.popup-title{
  padding: 20px 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin: 0;
  background:#E4ECF7;
  color: #127aa7;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.popup a{
  text-decoration: none;
}
.popup{width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;z-index:1000;background:rgba(0,0,0,0.75)}
.popup-inner{max-width:500px;width:90%;padding:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius: 0;

  background:#fff}
.popup-close{width:30px;height:30px;padding-top:4px;display:inline-block;
  text-decoration: none; color: #127aa7!important;
  position:absolute;top:20px;right:16px;transition:ease .25s all;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);
  font-family:Arial,Sans-Serif;font-size:18px;text-align:center;z-index:101;line-height:100%;color:#127aa7;font-weight:600}
.popup .contenedor-post{margin:0 !important}
.popup p{
  padding: 0 15px;
}
.popup h4{
  text-align: center;
}
.popup a{
font-size: 16px;
    color: #000;
    display: block;
}

.popup .ver-mas{
  display: block;
  text-decoration: none;
  margin: 10px auto;
  padding: 8px;
  width: 150px;
  background:#127aa7;
  color: #FFF;
  text-align: center;
  
}