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

/******************************************************************************************************************/
/* Nuevos cambios */
/******************************************************************************************************************/


@font-face
{
	font-family: "Open Sans";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Regular.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Regular.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Regular.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Open Sans Light";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Light.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Light.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Light.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Open Sans Bold";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Bold.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Bold.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Bold.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Open Sans Black";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-ExtraBold.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-ExtraBold.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-ExtraBold.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Open Sans Italic";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Italic.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Italic.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Italic.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/DONGFENG/Imagen%20Dongfeng/Tipograf%C3%ADas/OpenSans-Italic.ttf") format("truetype");
  font-display: swap;
}

/*
@font-face
{
	font-family:'FontAwesome';
	src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
	src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format('embedded-opentype'),
		url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),
		url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),
		url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),
		url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
	font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


}*/

















/*************************************/
/* Generales */
/*************************************/

html {
	scroll-behavior: smooth;
	max-width: 100vw;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;

}

body {
	font-family: Open Sans;
}


body {
	margin: 0;
}


input.hs-button.primary.large {
	margin-top: 20px;
  margin-bottom: 20px;
	background: #ed1c24;
	border: none;
	padding: 7px 15px;
	color: white;
	cursor: pointer;
	transition: all 0.3s;
	text-transform: uppercase;
}

input.hs-button.primary.large:hover {
	background: #231f20;
	transition: all 0.3s;
}

a.cta-test-dongfeng {
	vertical-align: unset !important;
}
body.landing-dongfeng a.cta-correos-2 {
	background: #ed1c24;
	border: 2px solid #ed1c24;
	color: white !important;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .3s;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

/*************************************/
/* Header */
/*************************************/

.container-fluid {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.header-container-wrapper {
	height: 80px;


div#header-containder-dongfeng {
	height: 80px;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	width: 100%;
	border-bottom: 1px solid #dbdcdd;
}


div#header-containder-dongfeng > div > .row-fluid {
	max-width: 1333px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.menu-dongfeng .flyouts.hs-menu-flow-horizontal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a {
	color: white;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	display: flex;
	justify-content: center;
}

.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a:before {
	content: "";
	background: transparent;
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	transition: all 0.3s;
}
.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a.item-activo:before {
	content: "";
	background: #ed1c24;
	transition: all 0.3s;
}

.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a:hover {
	color: #ed1c24;
	transition: all 0.3s;
}

.logo-dongfeng img {
	max-width: 300px;
	margin-left: 10px;
}
.logo-dongfeng .widget-span {
	margin: 0;
	height: auto !important;
	min-height: unset;
}
.logo-dongfeng h3 {
	letter-spacing: 2px;
	margin: 0 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: lighter;
	width: 100% !important;
	min-width: 150px;
	color: white;
}

ul.hs-menu-children-wrapper {
	background: #231f20;
}

.menu-dongfeng li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:before {
	content: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	padding: 10px 15px !important;
	max-width: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	min-width: 140px;
	width: 100%;
}



.menu-dongfeng.burger-activo ul.active-branch {
	display: flex;
	flex-direction: column;
	width: 100vw;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	border-top: 1px solid #dbdcdd;
	border-bottom: 1px solid #dbdcdd;
	margin: 0 !important;
	background: #231f20;
}

.burger {
	position: relative;
	z-index: 9999;
	margin: 0 !important;
	padding: 0;
	height: 80px;

	display: none !important;
}

.burger-menu {
	position: relative;
	width: 50px;
	height: 30px;
	margin: 0 auto;
	color: #60635e;
	text-transform: uppercase;
}
.burger-click-region {
	position: absolute;
	width: 35px;
	height: 30px;
	cursor: pointer;
}
.burger-menu-piece {
	display: block;
	position: absolute;
	width: 35px;
	border-top: 3px solid white;
	transform-origin: 50% 50%;
	transition: transform 400ms ease-out;
}

.burger-click-region.active  .burger-menu-piece {
	border-top: 3px solid #ed1c24;
	transition: transform 400ms ease-out;
}

.burger-menu-piece:nth-child(1) {
	top: 0;
}
.burger-menu-piece:nth-child(2) {
	top: 12px;
	opacity: 1;
	transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.burger-menu-piece:nth-child(3) {
	top: 24px;
}
.active .burger-menu-piece:nth-child(1) {
	animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
	opacity: 0;
	transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.active .burger-menu-piece:nth-child(3) {
	animation: burger-open-bot 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(1) {
	animation: burger-close-top 400ms ease-out forwards;
}
.closing .burger-menu-piece:nth-child(3) {
	animation: burger-close-bot 400ms ease-out forwards;
}
@keyframes burger-open-top {
	50% {
		transform: translate3d(0, 12px, 0);
	}
	100% {
		transform: translate3d(0, 12px, 0) rotate(45deg);
	}
}
@keyframes burger-open-bot {
	50% {
		transform: translate3d(0, -12px, 0);
	}
	100% {
		transform: translate3d(0, -12px, 0) rotate(-45deg);
	}
}
@keyframes burger-close-top {
	0% {
		transform: translate3d(0, 12px, 0) rotate(45deg);
	}
	50% {
		transform: translate3d(0, 12px, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes burger-close-bot {
	0% {
		transform: translate3d(0, -12px, 0) rotate(-45deg);
	}
	50% {
		transform: translate3d(0, -12px, 0) rotate(0deg);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1050px) {
	.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a {
		padding: 7px !important;
		font-size: 11px;
	}
}

@media (max-width: 850px) {
	.menu-dongfeng li.hs-menu-item.hs-menu-depth-1 a {
		padding: 5px !important;
	}
}

@media (max-width: 1270px) {
	.logo-dongfeng img {
		max-width: 150px;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 7px 10px !important;
		max-width: none;
	}
}
@media (max-width: 1024px) {

	.menu-dongfeng.burger-activo {
		width: 100%;
	}
	.burger {
		display: flex !important;
		position: absolute;
		right: 0;
		align-items: center;
	}
	.menu-dongfeng {
		position: absolute;
		top: 80px;
		background: white;
		right: 0;
		z-index: 999;
		transform: translateY(-400%);
		transition: all 0.3s ease-in-out;
	}
	.logo-dongfeng {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		margin-left: 20px;
		margin-right: auto;
		flex-wrap: wrap;
	}
	.menu-dongfeng.burger-activo {
		transform: translateY(0%);
		transition: all 0.3s ease-in-out;
	}
	.menu-dongfeng .flyouts.hs-menu-flow-horizontal ul {
		padding-bottom: 10px;
	}

	.menu-secundario-activo{
		visibility: visible;
		opacity: 1;
	}

	ul.hs-menu-children-wrapper {
		text-align:center;
	}

	.menu-sec-activo{
		height:280px;
	}

	.menu-secundario-oculto{
		visibility: hidden !important;
		opacity: 0 !important;
	}

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

	div#header-containder-dongfeng .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul {
		display: flex;
		flex-direction: column;
		width: 100vw;
		align-items: center;
		justify-content: center;
		border-top: 1px solid #dbdcdd;
		border-bottom: 1px solid #dbdcdd;
		margin: 0 !important;
		background: #231f20;
	}

	#vehiculos-menu{
		text-align: center;
	}
}

/*************************************/
/* Test Drive */
/*************************************/

.span12.widget-span.widget-type-cell.hero-landing {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}

.span12.widget-span.widget-type-cell.hero-contenedor .row-fluid {
	display: flex;
	/*justify-content: center;*/
	/*align-items: center;*/
}

.hero-test {
	position: relative;
	width: 50vw !important;
	min-height: 200px !important;
}
.hero-test img.hs-image-widget {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 50vw;
	min-height: 100%;
	object-fit: cover;
}

.test-drive form {
	max-width: 80vw;
	float: right;
	color: #231f20;
	padding: 60px 30px 40px 30px;
	width: 50vw;
	background: white;
	margin: 0;
}

.test-drive form > div > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.test-drive form h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-family: Open Sans Black;
	color: #ed1c24;
}

.test-drive form .hs-input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #231f20;
	margin-bottom: 10px;
	height: 25px;;
	transition: all 0.3s;
}

.test-drive form .hs-input:focus {
	border-bottom: 1px solid #ed1c24;
	color: #ed1c24;
	transition: all 0.3s;
}

.test-drive form textarea.hs-input {
	height: 80px;
	width: 100% !important;
}

.test-drive form ul.inputs-list {
	list-style: none;
	padding: 0;
}

.test-drive form ul.inputs-list label {
	display: flex;
	align-items: center;
}

.test-drive form ul.inputs-list label input {
	margin: 0 5px 0 0;
}

.test-drive form .input select {
	width: 100% !important;
	padding: 0;
}
.test-drive form .hs-input.hs-fieldtype-intl-phone select {
	width: 48px !important;
	color: #231f20;
	padding: 0;
}

.test-drive form .input input, .formulario ul.no-list.hs-error-msgs.inputs-list, .formulario label, .test-drive .formulario select {
	color: #231f20;
	font-size: 14px;
}

.test-drive form select option {
	background: #231f20;
	color: white;
}

.test-drive form .hs-input.hs-fieldtype-intl-phone {
	border: none !important;
}

.test-drive form ul.inputs-list label input[type=checkbox] {
	width: auto !important;
}

.hs-input {
	outline: none;
}

.hs_blog_dongfeng.hs-blog_dongfeng.hs-fieldtype-booleancheckbox.field.hs-form-field span {
	font-size: 12px;
}

@media (max-width: 600px) {
	.test-drive .hero-landing .row-fluid-wrapper.row-depth-1.row-number-2 {
		width: 100%;
	}
	.span12.widget-span.widget-type-cell.hero-contenedor .row-fluid {
		display: flex;
		justify-content: center;
		margin: auto;
		align-items: center;
		flex-wrap: wrap;
	}
	.test-drive form {
		float: none;
		margin: unset;
		width: 100%;
	}
	.input input {
		width: 100% !important;
	}
	.hero-test {
		width: 100% !important;
	}
}

/*************************************/
/* Posventa */
/*************************************/


.cont-tarjeta-main-texto{
	text-align:center;
	color:white;
	background-color:black;
	padding: 20px;
}

.cont-tarjeta-texto{
	text-align:center;
	padding: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px
}

.cont-4-img{
	text-align:center;
}

.cont-4-img h6{
	margin-top:10px;
	margin-bottom:10px;
}

.cont-img-footer{
	display: inline-block;
	max-width: 320px;
	max-height: 210px; 
}

.cont-4-img img{
	max-height: 210px;
	width:100%;
	height:auto;
}

.cont-experience{
	display: inline-flex;
	margin-left: 15%;
	margin-right: 15%;
}

.cont-experience-1{
	width: 50%;
}
.cont-experience-1 img{
	width: 100% !important;
	max-width: 350px !important;
	margin: auto !important;
	display: flex;
	justify-content: center;
	align-items: center; 
}


.cont-experience-2{
	width: 50%;
}

.con-icon-experience-1{
	display: inline-flex;
}

.con-icon-experience-1 img{
	width: 100%;
	height: 100%;
	margin-left: 30px;
	margin-right: 30px;
}

.con-icon-experience-1-text{
	text-align:center;
}

.con-icon-experience-2-text{
	text-align:center;
}

.con-icon-experience-2{
	display: inline-flex;
}

.con-icon-experience-2 img{
	width: 100%;
	height: 100%;
	margin-left: 30px;
	margin-right: 30px;
}

.formulario-dongfeng{
	text-align: center;
	display: flex !important;
	align-items: center;
}

.hs_cos_wrapper{
	margin: 0 auto;
}

.buscador-dealers-dongfeng{
	text-align: center;
}

.contenedor-mapas>div:first-child>.row-fluid {
	width:180px !important;
}


/**********************************************/


body.posventa-dongfeng .listado-busquedas .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	max-width: 768px;
}

body.posventa-dongfeng .resultado-busqueda {
	width: 340px;
	max-width: 80vw;
	margin: 0 20px 40px 20px;
}

@media (max-width:1024px) {

	.cont-tarjeta-main-texto h6{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.cont-tarjeta-texto{
		margin-left:0px;
	}

	.cont-experience{
		display: block;
	}

	.cont-experience-1{
		width: 100%;
	}

	.cont-experience-2{
		text-align: center;
		width: 100%;
	}

	.con-icon-experience-1{
		display:block;
	}

	.con-icon-experience-2{
		display:block;
	}

}


/*************************************/
/* Concecionarios */
/*************************************/


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

.cont-botones-QR{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.boton-QR{
	cursor:pointer;
	background-color: #D10000;
	color: white;
	padding: 6px;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}




/*************************************/
/* Exonerados */
/*************************************/

.hero-exonerados {
	background: url(https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/Top%20con%20sombra%20negra.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cont-principal-exo {
	min-height: 560px;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-principal-exo {
	width: 80vw;
	max-width: 500px;
	text-align: right;
	color: white;
	margin-right: 10vw;
	margin-left: auto;
	margin-bottom: 40px;
}
img.logo-mobility {
	margin-top: 20px;
	margin-left: 40px;
	max-width: 150px;
	margin-bottom: auto;
	margin-right: auto;
}
.text-auto-exo {
	display: block;
	margin: 10px 0 20px 0;
}

.text-auto-exo p, .text-auto-exo h4 {
	margin: 0 !important;
}
.text-auto-exo h4 {
	font-size: 35px;
}
.cont-botones-banner-exo a.blanco.cotizar-dongfeng {
	margin-left: 20px;
}


.autos-exonerados > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	width: 80vw;
	margin: 40px auto;
}
.autos-exonerados > div > .row-fluid .span6 {
	min-width: 330px;
}
.cont-auto-exo {
	padding: 20px;
	max-width: 80vw;
	width: 350px;
	margin: auto;
	text-align: center;
}
.cont-auto-exo img {
	max-width: 350px;
	margin: 40px auto;
	display: flex;
}
.auto-exo-precio {
	display: inline-flex;
	flex-direction: column;
}
.auto-exo-precio a {
	margin-top: 20px;
}
.disclaimer span {
	text-align: center;
	display: flex;
	justify-content: center;
}
.beneficios-exo {
	max-width: 1450px;
	width: 80vw;
	margin: auto;
}
.beneficios > div > .row-fluid {
	width: 80vw;
	margin: 40px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cont-final-exo {
	align-items: center;
	width: 100vw;
	margin: 40px auto;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	display: flex;
	justify-content: flex-end;
}
.cont-final-exo img {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100vw;
	max-width: unset;
	min-height: 100%;
	z-index: -1;
}
.text-final-exo {
	margin: 0 40px;
}

.solicitar-info-exo {
	text-align: center;
}

.formulario-exo form {
	margin-bottom: 60px !important;
	max-width: 80vw;
	margin: auto;
}

.formulario-exo form fieldset {
	margin: auto;
}
.formulario-exo form .hs_submit.hs-submit {
	margin: auto;
	max-width: 500px;
}

.text-final-exo {
	max-width: 500px;
	color: white;
	text-align: right;
}

.formulario-exo ul.inputs-list {
	padding: 0;
	list-style: none;
}
.formulario-exo ul.no-list.hs-error-msgs.inputs-list {
	color: red;
	margin: 5px;
	font-size: 13px;
}

.text-principal-exo p {
	line-height: 1;
}

@media (max-width: 768px) {
	.cont-principal-exo {
		min-height: 560px;
		height: 100%;
		flex-wrap: wrap;
	}
	img.logo-mobility {
		margin-left: auto;
		margin-right: 10vw;
	}
}


/********************************/



.cont-principal-exo{
	position:relative;
}

.mobility-logo{
	position:absolute;
	left:10px;
	top:10px;
	z-index: 30;
	width: 20vh !important;
	height: 20vh;
}

@media (max-width:9
	00px) {
		.mobility-logo{
			width: 10vh !important;
			height: 10vh;
		}

		.text-principal-exo{
			position: absolute;
			right: 50px;
			top: 0;
			margin-top: 5%;
			color: white;
			text-align: right;
			max-width: 80vw;
			width: 768px;
		}

		.cont-auto-exo{
			position:relative;
			margin: 30px 40px;
		}

		#hs_cos_wrapper_module_1586786218571431_ img{
			width:80% !important;
			margin-left: 10%;
		}

		#hs_cos_wrapper_module_1586787876098609_ .text-auto-exo{
			margin-top: -10%;
		}

		.logo-auto-exo{
			position: absolute;
			top: 0;
		}

		.text-auto-exo{
			position: relative;
			width: 200px;
			left: 0;
			right: 0;
			margin-left: auto;
		}

		.desde p {
			margin: 0;
			text-align: right;
		}

		.auto-exo-precio {
			text-align: right;
			font-size: 40px;
			font-weight: bolder;
		}
		.cont-botones-banner-exo a {
			margin: 20px;
			display: inline-block;
		}

		.beneficios > div > .row-fluid {
			align-items: flex-end;
			display: flex;
			flex-wrap: wrap;
		}
		.txt-beneficios {
			display: flex !important;
			align-items: flex-end;
			justify-content: center;
			height: 100%;
		}

		.cont-botones-banner-exo a {
			background-color: red;
			color: white;
			text-decoration: none;
			margin: 10px;
			padding: 10px 18px;
		}

		.cont-botones-banner-exo a:nth-child(2){
			background-color: transparent;
			box-shadow: inset 0px 0px 0px 2px white;
		}

		.auto-exo-precio a{
			text-decoration:none;
			font-size: 15px;
			background-color: red;
			color: white;
			padding: 10px 18px;
		}

		.text-final-exo a {
			background-color: red;
			color: white;
			text-decoration: none;
			margin: 10px;
			padding: 10px 18px;
		}

		.autos-exonerados > div > .row-fluid {
			max-width: 1450px;
			margin: 40px auto;
		}

		.beneficios-exo {
			text-align: center;
			margin: 40px auto;
			max-width: 80vw;
		}

		.beneficios-exo h2{
			color: red;
		}

		.cont-final-exo {
			position:relative;

		}




		.cont-final-exo img {
			width: 100% !important;
		}

		.text-final-exo-titulo{
			text-align:center;
			font-size: 30px;
		}

		.text-final-exo-sub-titulo{
			text-align:left;
			font-size: 25px;
		}

		.solicitar-info-exo {
			margin: 40px auto;
		}
		.text-final-exo-cuerpo{
			font-size:20px;
		}

		.text-final-exo-simbolo{
			color:red;
		}

		.solicitar-info-exo{
			text-align:center;
		}

		.exonerados-dongfeng form ul.inputs-list {
			padding: 0;
			list-style: none;
		}
		.span12.widget-span.widget-type-custom_widget.disclaimer {
			text-align: center;
		}

		@media (max-width: 800px) {
			.cont-principal-exo img {
				min-height: unset !important;
				height: auto !important;
			}
			.text-principal-exo{
				position: relative;
				color: black;
				right: auto;
				left: auto;
				margin: auto;
			}
			.beneficios>div>.row-fluid .span6 {
				width: 100% !important;
				margin: 0 !important;
			}
			.cont-botones-banner-exo a:nth-child(2) {
				box-shadow: inset 0px 0px 0px 2px black;
				color: black;
			}
			.cont-principal-exo {
				margin-bottom: 40px;
			}
			.text-final-exo {
				color: black;
				position: relative;
				margin: auto;
				max-width: 80vw;
			}
		}

		@media (max-width: 400px) {
			.logo-auto-exo {
				top: -30px !important;
			}
			.cont-botones-banner-exo a{
				margin: 0px;
			}
			.cont-botones-banner-exo a:nth-child(2){
				box-shadow: inset 0px 0px 0px 2px black;
				color: black;
				margin-top:10px;
			}
			.enum-benef-exo{
				padding:10px;
			}
			.text-final-exo{
				text-align:left;
				padding:20px;
			}
			#hs_form_target_module_158652409587897{
				padding:10px;
			}
		}


		/**************************************/
		/* Formulario */
		/**************************************/

		.formulario-exo{
			margin-top:30px;
			margin-bottom:30px;
			padding: 30px;
		}

		#hs_cos_wrapper_module_158652409587897{
			max-width: 700px;
		}

		fieldset {
			max-width: 700px !important;
		}

		@media (min-width: 720px) {

			.formulario-exo{
				width:700px;
			}
		}

		.formulario-exo .hs-button {
			background-color: red !important;
			padding-left: 8px;
			padding-right: 8px;
			color: white !important;
			font-size: 20px;
			font-family: sans-serif;
			cursor:pointer;
			border:none;
		}

		.formulario-exo .hs-button:hover {
			background-color: ;
			transition: 0.5s;
		}

}




/*************************************/
/* Footer */
/*************************************/

h4.footer-1800 {
	color: white;
}

.footer {
	margin-top: 60px;
}

.footer-container-dongfeng {
	background: black;
	padding: 40px;
	color: white;
}

.footer-container-dongfeng > div > .row-fluid {
	max-width: 1024px;
	margin: auto;
}

.footer p {
	font-size: 14px;
}

.redes-container ul {
	padding: 0;
	list-style: none;
	display: flex;
}

.redes-container ul li a {
	color: white;
	margin: 0 10px 0 0;
	transition: all 0.3s;
}
.redes-container ul li:hover a {
	color: #ed1c24;
	transition: all 0.3s;
}


/*************************************/
/* Blog Listong */
/*************************************/
html.generatedcontent.hs-inline-edit .blog-post-wrapper.cell-wrapper .blog-post-wrapper.cell-wrapper {
	background-color: lightgray;
}

.blog-dongfeng-2 .header-container-wrapper {
	height: 80px;
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
}
.blog-dongfeng-2 div#header-containder-dongfeng {
	background: transparent;
	border-bottom: none;
	transition: all 0.3s;
}

.blog-dongfeng .header-container-wrapper {
	height: 80px;
}
.post-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-dongfeng .blog-section {
	margin-top: 80px;
}

ul[role="menu"] {
  display: flex;

}
/*.header-container.container-fluid > div {
	min-height: 80px;
}*/
  
.span12.widget-span.widget-type-custom_widget.categorias-blog {
	background: #ed1c24;
}
.categorias-blog ul {
	display: flex !important;
	justify-content: center;
	margin: 0 !important;
	color: white;
}
.categorias-blog ul li a {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
}

.post-item {
	max-width: 80vw;
	margin: 40px 10px;
	width: 35vw;
	position: relative;

}

.post-body.clearfix {
	max-height: 245px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.post-item img.hs-featured-image {
	max-width: 100%;
}

.post-item:nth-child(1) {
	width: calc(70vw + 20px);
	margin-top: 80px;
	height: 450px;
	margin: 80px 0 40px 0 !important;
}

.post-item:nth-child(1) .post-body.clearfix {
	max-height: unset;
	height: 450px;
	overflow: hidden;
	margin: auto;
}

.overlay {
	width: 100%;
	height: 100%;
	background: gray;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	mix-blend-mode: multiply;
	transition: all 0.3s;
}

.bg .overlay {
	opacity: 0.8;
	transition: all 0.3s;
}

.post-header {
	min-height: 140px;
}

.post-item:nth-child(1) .post-header {
	max-width: 80vw;
	width: 250px;
	float: right;
	top: 0;
	bottom: auto;
	position: absolute;
	right: 0;
	color: white;
	height: unset;
	z-index: 1;
}
.post-item:nth-child(1) .post-header h2, .post-item:nth-child(1) .post-header p {
	padding-right: 40px;
}

.post-item:nth-child(1) .post-header p:after {
	content: "\2022 \2022 \2022";
	display: flex;
	color: white;
	font-size: 16px;
	position: absolute;
	bottom: -5px;
	left: 0px;
}

.post-item:nth-child(1) .post-header p {
	height: 160px;
	overflow: hidden;
}

.post-item:nth-child(1) .post-links-contenedor {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	z-index: 1;
}
.post-item .post-links {
	height: 75px;
	width: 150px;
	background: #ed1c24;
	border: 1px solid #ed1c24;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.post-item .post-links a {
	text-decoration: none;
}

a.more-link {
	color: white;
}

.post-item:nth-child(1) .post-links:nth-child(2) {
	height: 75px;
	width: 150px;
	background: white;
	border: 1px solid #231f20;
	color: #231f20;
	transition: all 0.3s;
}
.post-item:nth-child(1) .post-links:nth-child(1) {
	height: 180px;
	width: 250px;
	transition: all 0.3s;
}

/*
.post-item.hover-item .post-links:nth-child(1) {
transition: all 0.3s;
transform: translateY(15px) translateX(5px);
}
.post-item.hover-item .post-links:nth-child(2) {
transition: all 0.3s;
transform: translateY(5px) translateX(-20px);
}
*/

.post-body.clearfix > a {
	min-height: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}
.post-body.clearfix img {
	transition: all 0.3s;
	transform: translateY(0px) translateX(0px);
	object-fit: cover;
	min-height: 100%;
	width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
}
.post-body.clearfix.bg img {
	transition: all 0.3s;
	/*transform: translateY(-10px) translateX(10px);*/
	filter: brightness(0.5) blur(3px);
	-webkit-filter: brightness(0.5) blur(3px);
	-moz-filter: brightness(0.5) blur(3px);
	-o-filter: brightness(0.5) blur(3px);
	-ms-filter: brightness(0.5) blur(3px);
}

.post-item:nth-child(1).post-item .post-body.clearfix, .post-item:nth-child(1).post-item .post-body.clearfix img {
	min-height: 450px;
}

.post-header p, .post-header p a {
	color: #231f20;
	font-size: 13px;
}

.post-header h2 {
	font-size: 16px;
}

.post-item .post-header h2 a {
	color: #231f20;
	text-decoration: none;
}
.post-item:nth-child(1) .post-header h2 a, .post-item:nth-child(1) .post-header p, .post-item:nth-child(1) .post-header p a {
	color: white;
	text-decoration: none;
}

.post-links-contenedor {
	display: flex;
	justify-content: flex-end;
	transition: all 0.3s;
}

.post-item .post-links:nth-child(2) {
	background: white;
	border: 1px solid #231f20;
	color: #231f20;
}
.post-links:nth-child(1) {
	position: relative;
	z-index: 2;
}

.botones-compartir {
	display: none;
}

.post-links.compartir.abrir-compartir {
	width: auto !important;
	padding: 0 20px;
	transition: all 0.3s;
}
.post-links.compartir.abrir-compartir .botones-compartir {
	display: block;
}

ul.compartir-post.top {
	display: flex;
	list-style: none;
	padding: 0 0 0 10px;
}

ul.compartir-post.top a {
	margin: 5px;
	color: black;
}

.post-links.compartir-ancho {
	width: 100% !important;
	transition: all 0.3s;
}
.post-links {
	transition: all 0.3s;
}
.hs-blog-social-share {
	display: flex;
	align-items: center;
}
ul.hs-blog-social-share-list {
	padding: 0;
	margin: 0;
}






.blog-pagination {
	max-width: 476px;
	margin: 40px auto;
	display: flex;
	justify-content: center;
}

.blog-pagination a {
	margin: 20px;
	color: #ed1c24;
	font-size: 22px;
	transition: all 0.3s;
}

.blog-pagination a:hover {
	color: #231f20;
	transition: all 0.3s;
}

.suscripcion-blog > div > .row-fluid {
	max-width: 768px;
	margin: auto;
}


.suscripcion > div {
	max-width: 768px;
	margin: 40px auto 0 auto;
}


/************************************/



@media (max-width:768px) {
	.post-item:nth-child(1) .post-links:nth-child(1) {
		transition: all .3s;
		height: 75px;
		width: 150px;
	}
	.post-item:nth-child(1) .post-links-contenedor {
		flex-direction: row;
		transition: all .3s;
		/*position: relative;*/
	}
	.post-item:nth-child(1) .post-header {
		width: auto;
		float: unset;
		position: relative;
	}
	.post-item:nth-child(1) .post-body.clearfix {
		height: auto;
		transform: unset;
	}
	.post-item:nth-child(1) .post-header h2, .post-item:nth-child(1) .post-header p {
		padding-right: 0;
	}
	.post-item:nth-child(1) {
		width: 80vw;
		transition: all 0.3s;
	}
	.post-item:nth-child(1) .post-header p:after {
		content: none;
		display: none;
	}
	.post-item:nth-child(1) .post-header p {
		height: auto;
	}
	.post-item:nth-child(1).post-item.post-item .post-body.clearfix, .post-item:nth-child(1).post-item.post-item .post-body.clearfix img {
		min-height: auto !important;
	}
}

@media (max-width: 550px) {
	.post-item, .post-item .hs-featured-image-wrapper img {
		width: calc(100vw - 30px);
	}
}


/**************************************************/
/* Blog Listing 2 */
/**************************************************/
.blog-dongfeng-2 {
	background: #231f20;
	color: white;
}

.blog-dongfeng-2 .post-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.blog-dongfeng-2 .post-items {
	position: relative;
	width: 50%;
	height: 100%;
	max-height: 60vh;
	overflow: hidden;
	min-height: 60vh;
	min-width: 350px;
}
.blog-dongfeng-2 .post-items:first-child {
	width: 100%;
	max-height: 100vh !important;
	min-height: 100vh;
}
.blog-dongfeng-2 .post-items:first-child .post-image img {
	min-height: 100vh;
}
.blog-dongfeng-2 .post-items:first-child .post-head {
	animation-name: aparecer;
	animation-duration: 1s;
}
.blog-dongfeng-2 .post-head {
	position: absolute;
	bottom: 30px;
	left: 30px;
	max-width: 80vw;
	width: 550px;
	transform: translateY(40px);
	transition: all 0.5s;
}

.blog-dongfeng-2 .post-items:hover .post-head {
	transform: translateY(0px);
	transition: all 1s;
}
.blog-dongfeng-2 .post-items .post-image {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}
.blog-dongfeng-2 .post-items:hover .post-image {
	transform: scale(1.03);
	transition: all 0.1s ease-in-out;
}
.blog-dongfeng-2 .post-image, .blog-dongfeng-2 .post-image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	min-width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.blog-dongfeng-2 .post-items:first-child .post-image, .blog-dongfeng-2 .post-items:first-child .post-image a  {
	min-height: 100vh;
}

.blog-dongfeng-2 .post-image img {
	min-width: 100%;
	object-fit: cover;
	min-height: 60vh;
	width: 100% !important;
	max-height: none;
	max-width: unset;
}
.overlay-2 {
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	transition: all 0.3s;
	opacity: 0.3;
}

.post-items:hover .overlay-2 {
	opacity: 0.7;
	transition: all 0.3s;
}

.post-head h2 a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
}

.blog-dongfeng-2 .post-links-contenedor {
	display: flex;
	justify-content: flex-start;
	transition: all 0.5s;
	align-items: center;
	opacity: 0;
}

.blog-dongfeng-2 .post-items:hover .post-links-contenedor {
	opacity: 1;
	transition: all 1s;
} 

.blog-dongfeng-2 a.more-link {
	text-decoration: none;
	background: #ed1c24;
	padding: 10px 20px;
	display: block;
	margin: 10px 20px 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	height: 20px;
	transition: all 0.3s;
	width: 62px;
}

.blog-dongfeng-2 a.more-link:hover {
	background: #c11c23;
}

.blog-dongfeng-2 .post-share.compartir {
	outline: 1px solid white;
	padding: 10px 20px;
	margin: 10px 20px 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	height: 20px;
	transition: all .3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	width: 73px;
}
.blog-dongfeng-2 .post-share.compartir.abrir-compartir {
	width: 140px;
	transition: all 0.3s;
}

.blog-dongfeng-2 .post-share.compartir.abrir-compartir .botones-compartir {
	display: block;
	animation-name: aparecer;
	animation-duration: 1s;
}

.blog-dongfeng-2 ul.compartir-post.top a {
	color: white;
}

.blog-dongfeng-2 .hs-featured-image {
	margin: 0;
}

@media (max-width: 476px) {
	.blog-dongfeng-2 .post-items {
		width: 100%;
	}
}

/**************************************************/
/* Post Blog */
/**************************************************/
.post-dongfeng .header-container-wrapper {
	height: 80px;
	position: fixed;
	z-index: 1000000000;
}
.post-dongfeng div#header-containder-dongfeng {
	background: transparent;
	border-bottom: none;
	transition: all 0.3s;
}
div#header-containder-dongfeng.negro {
	background: #231f20;
}

.contenedor-post {
	width: 100% !important;
}

.hs-featured-image-wrapper.parallax-img {
	width: 100%;
	min-height: 350px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.hs-featured-image-wrapper.parallax-img:after {
	content: "";
	background: gray;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.5;
	mix-blend-mode: multiply;
}

.hs-featured-image-wrapper.parallax-img img {
	min-width: 100%;
	margin: 0;
	object-fit: cover;
	filter: brightness(0.8);
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
}

div#hubspot-author_data {
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-family: Open Sans Bold;
	max-width: 1024px;
}
div#hubspot-author_data span {
	display: flex;
	align-items: center;
	justify-content: center;
}
div#hubspot-author_data span ul.compartir-post {
	display: flex;
	padding: 0;
	margin: 0 10px;
	list-style: none;
}
div#hubspot-author_data span ul.compartir-post li {
	margin: 0 10px;
}
div#hubspot-author_data span ul.compartir-post li a, p#hubspot-topic_data a.topic-link {
	color: #ed1c24;
	text-decoration: none;
}
div#hubspot-author_data span a.author-link {
	margin-left: 4px;
	color: #ed1c24;
	text-decoration: none;
}

.hs-featured-image-wrapper.parallax-img > div {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	animation-name: aparecer;
	animation-duration: 2s;
	top: 0;
	bottom: 0;
}

@keyframes aparecer {
	from {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

h2.titulo-post {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	/* position: absolute; */
	color: white;
	max-width: 80vw;
	/* left: 0; */
	/* right: 0; */
	/* display: flex; */
	/* justify-content: center; */
	width: 100%;
	margin: auto;
	z-index: 1;
}
h2.titulo-post span {
	color: white;
}

.hs-featured-image-wrapper.parallax-img>div span {
	color: white;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}
.hs-featured-image-wrapper.parallax-img>div span a {
	color: white;
	font-weight: bolder;
	text-decoration: none;
}

.section.post-body {
	/*width: 80%;*/
	margin: auto;
	/*max-width: 1024px;*/
	line-height: 1.8;
}
.section.post-body > span > h1,
.section.post-body > span > h2,
.section.post-body > span > h3,
.section.post-body > span > h4,
.section.post-body > span > h5,
.section.post-body > span > h6,
.section.post-body > span > p,
.section.post-body > span > ul,
.section.post-body > span > ol,
.section.post-body > span > span,
.section.post-body > span > div {
	width: 80%;
	max-width: 1024px;
	margin:auto;
}
.section.post-body>span>div {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}
.section.post-body > span > pre {
	margin:0;
	max-width: 100vw;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	min-height: 60vh;
	background-attachment: fixed !important;
}
.section.post-body > span > pre img {
	display: none !important;
}


.section.post-body h2, .section.post-body h3 {
	color: #ed1c24;
}
.section.post-body  h3 {
	font-size: 16px;
}
.section.post-body a {
	color: #ed1c24;
	text-decoration: none;
	transition: all 0.3s;
	font-weight: 600;
}
.section.post-body a:hover {
	color: gray;
	transition: all 0.3s;
}
.section.post-body  blockquote {
	font-size: 22px;
	font-weight: bold;
	color: gray;
	text-align: center;
	margin: 35px auto;
	max-width: 900px;
}

p#hubspot-topic_data {
	margin: 60px auto 0 auto;
	max-width: 1024px;
}

.widget-module a {
	color: #ed1c24;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}
.widget-module ul {
	padding: 0;
	list-style: none;
}
.widget-module ul li {
	line-height: 1;
}
.cta-post img {
	object-fit: contain;
	height: auto;
}

.section.post-body img {
	object-fit: contain;
	height: auto;
}

.post-dongfeng .post-header {
	min-height: auto;
}


.post-relacionados {
	width: 80%;
	margin: auto;
}
.post-related-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1024px;
	margin: auto;
}
.post-relacionados-item {
	max-width: 30%;
	margin-top: 52px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 280px;
}

.post-relacionados-item:first-child {
	margin-top: 0px;
	margin-left: 0px;
}

.post-relacionados-item:first-child:before {
	content: "Post Relacionados";
	font-size: 22px;
	margin-bottom: 30px;
	display: block;
	line-height: 22px;
}
.post-relacionados-item img {
	transition: all .3s;
	filter: brightness(1);
	max-height: 200px;
	width: 100%;
	object-fit: cover;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	height: 140px;
	overflow: hidden;
	position: relative;
}
.post-relacionados-item:hover img {
	filter: brightness(0.5);
	transition: all 0.3s;
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	-o-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
}

.post-relacionados-item a {
	text-decoration: none;
	cursor: pointer;
}
.titular-post span {
	height: 40px;
	width: 120px;
	background: #ed1c24;
	border: 1px solid #ed1c24;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.titular-post h3 {
	color: black;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	h2.titulo-post {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.filtro-post {
		display: none !important;
	}
	.cta-post > div {
		display: flex;
		justify-content: center;
	}
	.hs-featured-image-wrapper.parallax-img {
		min-height: auto;
	}
	.section.post-body {
		width: 100%;
	}
}

@media (max-width: 476px) {
	.hs-featured-image-wrapper.parallax-img {
		flex-direction: column;
	}
	h2.titulo-post {
		position: relative;
		max-width: 100%;
		font-size: 22px;
		margin-top: 10px;
	}
	.section.post-body {
		width: 100%;
	}
}

@media (max-height: 870px) {
	.filtro-post {
		display: none !important;
	}
	.cta-post > div {
		display: flex;
		justify-content: center;
	}
}

/*********************************/
/* Parche blog */
/*********************************/

.post-related-container .post-relacionados-item{
	display:none;
}

.post-related-container .post-relacionados-item:nth-child(1){
	display:block;
}
.post-related-container .post-relacionados-item:nth-child(2){
	display:block;
}
.post-related-container .post-relacionados-item:nth-child(3){
	display:block;
}




/**********************************/
/* Error 404 */
/**********************************/

.span12.widget-span.widget-type-cell.contenedor-error-404 {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contenedor-error-404 > div > .row-fluid {
	max-width: 1024px;
	margin: auto;
}

.contenedor-error-404 h1, .contenedor-error-404 h2, .contenedor-error-404 p {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contenedor-error-404 a {
	text-decoration: none;
	background: #ed1c24;
	padding: 10px 20px;
	display: block;
	margin: 10px 20px 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	height: 20px;
	transition: all .3s;
	width: 62px;
	color: white;
	text-decoration: none;
}

.contenedor-error-404 a:hover {
	background: #c11c23;
}


/*******************************/


@media (max-width: 1130px) {
	.descripcion-modelo p {
		width: auto;
	}
}

@media (max-width: 900px) {
	.landing-modelos .hero-landing>.row-fluid-wrapper.row-depth-1.row-number-2:first-child, .landing-modelos .hero-landing>.row-fluid-wrapper.row-depth-1.row-number-2:nth-child(2) {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.landing-modelos .hero-landing>.row-fluid-wrapper.row-depth-1.row-number-2:first-child, .landing-modelos .hero-landing>.row-fluid-wrapper.row-depth-1.row-number-2:nth-child(2) {
		width: 100%;
	}
	.descripcion-modelo p {
		display: none;
	}
	.boton-grande.negro>div>span p, .boton-grande.rojo>div>span p {
		width: 50vw;
		height: 30vw;
	}
	.boton-grande.negro>div>span p {
		color: black;
		border: 1px solid black;
	}
	.boton-grande.negro>div>span p a {
		color: black;
	}
	.imagen-modelo, .imagen-modelo img {
		min-height: 350px !important;
	}
	.imagen-precio-movil {
		position: relative;
	}
	.imagen-precio-movil > div > .row-fluid {
		display: flex;
		justify-content: flex-end;
	}
	.precio-landing.precio-movil {
		position: absolute;
		bottom: 0;
		z-index: 1;
		background: #ffffff80;
		float: right;
		margin-left: auto !important;
		margin-right: 0 !important;
		padding: 20px;
		margin-bottom: 0;
		width: 50vw;
		display: flex !important;
		justify-content: center;
	}
	.precio-landing.precio-movil p, .precio-landing.precio-movil h2, .precio-landing.precio-movil > div {
		width: fit-content !important;
	}
}

@media (max-width: 476px) {

}

/*************************************/
/* Contacto */
/************************************/

.header-contacto {
	padding: 30px;
}
.contacto p span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contacto a {
	color: white;
	text-decoration: none;
}
.contacto img {
	margin-right: 10px;
}

div#formulario-contacto > div > .row-fluid {
	margin: 40px auto;
	display: flex;
	max-width: 768px;
	width: 80vw;
}
div#formulario-contacto > div > .row-fluid form fieldset {
	max-width: 768px;
	width: 100%;
}
div#formulario-contacto > div > .row-fluid form fieldset input, div#formulario-contacto > div > .row-fluid form fieldset select, div#formulario-contacto > div > .row-fluid form fieldset textarea,
.formulario-exo input, .formulario-exo select, .formulario-exo textarea {
	width: 100%;
}

div#formulario-contacto > div > .row-fluid form fieldset input[type='checkbox'] {
	width: auto !important;
}
/**********************************/
/* Concesionarios */
/**********************************/

.container-concesionarios {
	position: relative;
}

/************************************/
/* Mapa Fiat */
/************************************/



/************************************/



.busqueda {
	margin-bottom: 60px;
	position: relative;
	min-height: 45px;
	width: 768px;
	max-width: 80vw;
}

.busqueda h3 {
	color: ;
}

.posventa-dongfeng ul.lista-mapas.lista-desplegada {
	height: 360px;
}
ul.lista-mapas.lista-desplegada {
	height: 540px;
	transition: all .3s;
	padding-top: 45px;
}

ul.lista-mapas {
	display: block !important;
	height: 45px;
	border: 1px solid;
	width: 200px;
	position: absolute;
	top: 30px;
	overflow: hidden;
	background: white;
	transition: all .3s;
	padding: 0;
}

ul.lista-mapas li:before {
	content: none;
	display: none;
}
.lista-mapas li {
	display: block !important;
	margin: auto !important;
	line-height: 45px !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
	background: white;
}

.lista-mapas li:hover {
	transition: all 0.3s;
	color: #000000;
}

li.dealer-activo {
	top: 0;
	position: absolute;
	width: 200px;
}


.resultado-busqueda.busqueda-dealer-activo {
	display: block;
	animation-name: mostrar;
	animation-duration: 2s;
}

.resultado-busqueda.quito.busqueda-dealer-activo:first-child, .resultado-busqueda.guayaquil.busqueda-dealer-activo:first-child {
	padding-top: 40px;
}

.resultado-busqueda {
	display: none;
	margin-bottom: 50px;
	width: 768px;
	max-width: 80vw;
}

.resultado-busqueda p {
	text-transform: uppercase !important;
}




/******************************/

.buscador-dealers-dongfeng {
	margin: 60px 0;
}

.buscador-dealers-dongfeng h3, .buscador-dealers-dongfeng h4 {
	max-width: 768px;
	width: 80vw;
	margin: auto;
}
.ciudades {
	width: auto !important;
}
.contenedor-mapas > div:first-child > .row-fluid {
	max-width: 768px;
	width: 80vw;
	margin: 20px auto;
}
.mapas {
	background: #dbdcdd;
	margin-top: 20px;
}
.mapas:before {
	content: "Selecciona una ciudad para visualizar el mapa. Haz click en el Dealer para más información.";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	height: 150px;
	max-width: 400px;
	width: 80vw;
	color: gray;
}



div#formulario-contacto ul.inputs-list {
	list-style: none;
	padding: 0;
}

.centrado > div > .row-fluid {
	width: 80vw !important;
	max-width: 1024px;
	margin: 60px auto;
	display: flex !important;
	justify-content: center;
}

.trio {
	text-align: center;
	padding: 40px;
}
.trio h3 {
	text-transform: uppercase;
}

.descripcion p {
	text-align: center;
}
.descripcion .cta-caracteristicas {
	margin-top:40px;
}
.descripcion .cta-caracteristicas a:nth-child(2) {
	/*color: #ed1c24 !important;*/
	border: 2px solid #ed1c24;
}
.descripcion .cta-caracteristicas a:nth-child(2):hover {
	color: white !important;
	border: 2px solid #c11c23 !important;
}


@media (max-width: 900px) {
	.descripcion {
		margin: 0 !important;
	}
}

@media (max-width: 600px) {
	.buscador-mapa, .mapa {
		width: 100% !important;
	}
	.listado-busquedas {
		padding-top: 180px;
		max-height: 100% !important;
		overflow-y: auto;
		max-width: 90vw;
	}
}
/**************************/
/* CTA */
/**************************/
.modelo-dognfeng .atencion-virtual-dongfeng {
	transform: translateY(60px);
}

.atencion-virtual-dongfeng p > span {
	margin: 10px;
	display: inline-flex;
}

.cta-hover > div > .row-fluid {
	position: absolute;
	bottom: 30px;
	display: flex !important;
	margin: auto;
	justify-content: center;
}

.cta-hover > div > .row-fluid > .span6.widget-span.widget-type-custom_widget {
	width: auto;
}

/******************************/
/*  Home  */
/******************************/

.hero-home-productos {
	position: relative;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	max-height: calc(100vh - 80px);
}
.home-dongfeng .cta-hero > div > .row-fluid {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50vw !important;
	max-width: 600px !important;
	min-width: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	left: auto;
	background: linear-gradient(-90deg, black, transparent);
}
.home-dongfeng .cta-hero > div > .row-fluid .contenedor {
	width: 80%;
	color: white;
	text-align: right;
	position: absolute;
}


div#home-video {
	max-height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
}

#home-video video {
	min-width: 100vw;
	min-height: calc(100vh - 80px) !important;
	height: 100%;
	width: 100%;
	max-height: unset;
	max-width: unset;
	object-fit: cover;
}

.hero-home-productos .fondo img {
	width: 100vw !important;
	height: auto !important;
}

.logo-modelo-home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.logo-modelo-home h2 {
	margin: 30px auto;
	width: 90vw;
}

.home-dongfeng .cta-hero a.cotizar-dongfeng {
	margin: 5px;
}

.home-dongfeng .cta-hover > div > .row-fluid {
	position: absolute;
	bottom: 0;
	display: flex !important;
	margin: auto;
	justify-content: center;
	height: 100px;
}

.cta-hover > div > .row-fluid > .span6.widget-span.widget-type-custom_widget {
	width: auto;
}

a.boton-rojo {
	display: inline-flex;
	border: 2px solid #ed1c24;
	color: white !important;
	background: #ed1c24;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .3s;
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: none;
	margin: 10px 10px 0px 10px;
}
a.boton-rojo:hover {
	background: #c11c23;
	border: 2px solid #c11c23;
}
a.cta-chery.blanco {
	background: transparent;
	padding: 7px 14px;
	color: white;
	text-transform: uppercase;
	margin: auto;
	transition: all .3s;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid white;
}

a.cta-chery.blanco:hover {
	background: #ed1c24;
	border: 1px solid #ed1c24;
}

.intro-home > div > .row-fluid {
	margin: 80px auto;
	max-width: 1024px;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80vw;
}


.container-caracteristicas-ocultas > div > .row-fluid {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.bloque-caracteristicas-ocultas {
	margin: 0 !important;
}
.container-caracteristicas-ocultas>div>.row-fluid .span4.bloque-caracteristicas-ocultas {
	width: calc(40% - 10px);
	height: 25vw;
	position: relative;
	overflow: hidden;
	margin: 5px !important;
}
.container-caracteristicas-ocultas>div>.row-fluid .span8.bloque-caracteristicas-ocultas {
	width: calc(60% - 10px);
	height: 25vw;
	position: relative;
	overflow: hidden;
	margin: 5px !important;
}
.bloque-caracteristicas-ocultas img.hs-image-widget {
	/* min-height: 25vw !important;
	max-width: unset !important;
	width: auto;*/
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*
.texto-oculto {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100% !important;
display: flex !important;
align-items: flex-end;
justify-content: center;
opacity: 0;
transition: all 0.3s;
cursor: pointer;
transform: translateY(20px);
}
.texto-oculto:hover {
opacity: 1;
transition: all 0.3s;
transform: translateY(0px);
}
.texto-oculto p a {
text-align: center;
background: #ed1c24;
padding: 8px 15px;
margin: 0;
color: white;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
text-decoration: none;
}
*/

.bloque-caracteristicas-ocultas .cta .widget-type-cta {
	display: flex;
	justify-content: center;
}

.bloque-caracteristicas-ocultas.ultimo-modelo {
	width: calc(100% - 10px) !important;
}

.modelo-dognfeng .archivo-video video {
	width: 100%;
}

@media (max-width: 600px) {
	.container-caracteristicas-ocultas > div > .row-fluid {
		flex-direction: column;
	}
	.bloque-caracteristicas-ocultas {
		width: 100% !important;
	}
	.bloque-caracteristicas-ocultas img.hs-image-widget {
		min-height: 100% !important;
		width: 100% !important;
	}
	.container-caracteristicas-ocultas>div>.row-fluid .span8.bloque-caracteristicas-ocultas, .container-caracteristicas-ocultas>div>.row-fluid .span4.bloque-caracteristicas-ocultas {
		height: 45vw;
	}
	.home-dongfeng .cta-hero>div>.row-fluid {
		width: 60vw !important;
	}
}

@media (max-width: 476px) {
	.hero-home-productos {
		flex-wrap: wrap;
	}
	.home-dongfeng .cta-hero>div>.row-fluid {
		position: relative;
		width: 100vw !important;
		background: black;
	}
	.home-dongfeng .cta-hero>div>.row-fluid h3 {
		text-align: center !important;
	}
	.home-dongfeng .cta-hero>div>.row-fluid p {
		justify-content: center !important;
	}
	.home-dongfeng .cta-hero>div>.row-fluid .contenedor {
		position: relative;
		width: 100%;
		margin: auto !important;
		text-align: center !important;
		right: 0;
		left: 0;
		justify-content: center !important;
		align-items: center !important;
		display: flex;
	}
	.home-dongfeng .cta-hero>div>.row-fluid .contenedor .hs_cos_wrapper {
		text-align: center;
	}
	.logo-modelo-home {
		position: relative;
		margin: 0;
		padding: 0;
		background: black;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.logo-modelo-home h2 {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		height: 100%;
		width: 100vw;
		margin: 20px 0 0 0;
	}
}

/*************************************/
/* Landing Modelos */
/*************************************/

.txt-hero h2 {
	text-transform: uppercase;
}

.landing-dongfeng div#header-containder-dongfeng {
	position: absolute;
}

.hero-landing-productos {
	position: relative;
	/*height: calc(90vh - 80px);*/
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
}
.lpa .hero-landing-productos {
	position: relative;
	height: calc(90vh - 80px);
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.cta-hero > div > .row-fluid {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	min-width: 50vw;
	min-height: 150px;
	width: 100%;
	max-width: 1450px;
	margin: auto;
	left: 0;
}
.cta-hero > div > .row-fluid > .span6, .cta-hero > div > .row-fluid > .span4 {
	width: auto;
	margin: 0 10px;
}

.hero-landing-productos img.hs-image-widget {
	height: calc(90vh - 80px);
	width: 100vw;
	object-fit: cover;
	max-width: none !important;
	/*height: 100% !important;*/
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	filter: brightness(0.8);
	/* width: 100% !important;*/
}

.logo-modelo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1111;
	width: 200px !important;
	height: 100px;
}
.hero-landing-productos .logo-modelo img.hs-image-widget {
	width: auto;
	height: auto;
	filter: none;
	max-width: 250px !important;
}

.txt-hero {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	left: 0;
	flex-direction: column;
	align-items: center;
	top: 0;
	bottom: 0;
}

.txt-hero>div>.row-fluid>div {
	width: auto;
	margin: 0 auto;
	text-align: center;
	color: white;
}



.descripcion-modelo .widget-type-text {
	display: flex;
	justify-content: center;
}
.descripcion-modelo .hs_cos_wrapper_type_text {
	text-align: center;
	width: auto;
	/*margin: auto;*/
	font-size: xx-large;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: bold;
}
.formulario-landing h3 {
	text-align: center;
	margin-bottom: 0;
}

.formulario-landing > div > .row-fluid {
	display: flex;
	justify-content: center;
}


.formularios-dongfeng {
	max-width: 80vw;
	float: right;
	color: #231f20;
	padding: 20px 30px 40px 30px;
	width: 50vw;
	background: white;
	margin: 0;
}

.rich6 .lanzamientos-dong-form{
	background:#151515;
}
.lanzamiento-rich .formularios-dongfeng.lanzamientos-dong-form {
	background: #000;
}
.rich6 .lanzamientos-dong-form span, .rich6 .lanzamientos-dong-form select, .rich6 .lanzamientos-dong-form label{
	color:white !important;
}


.formularios-dongfeng > div > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.formularios-dongfeng>div>span>div {
	max-width: 600px;
	margin: auto !important;
	width: 70vw;
}

.formularios-dongfeng>div>span>div form {
	width: 100% !important;
	margin: auto;
}

.formularios-dongfeng>div>span>div form  fieldset{
	max-width: none !important;
	width: 100%;
}

.formularios-dongfeng h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-family: Open Sans Black;
	color: #ed1c24;
	margin-bottom: 30px;
}
.formularios-dongfeng .hs-input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #231f20;
	margin-bottom: 10px;
	height: 25px;;
	transition: all 0.3s;
}
.formularios-dongfeng .hs-input:focus {
	border-bottom: 1px solid #ed1c24;
	color: #ed1c24;
	transition: all 0.3s;
}
.formulario-dongfeng textarea.hs-input {
	height: 80px;
	width: 100% !important;
}
.formularios-dongfeng ul.inputs-list {
	list-style: none;
	padding: 0;
}
.formularios-dongfeng ul.inputs-list label {
	display: flex;
	align-items: center;
}
.formularios-dongfeng ul.inputs-list label input {
	margin: 0 5px 0 0;
}
.formularios-dongfeng .input select {
	width: 100% !important;
	padding: 0;
} .formularios-dongfeng .hs-input.hs-fieldtype-intl-phone select {
	width: 48px !important;
	color: #231f20;
	padding: 0;
}
.formularios-dongfeng .input input, .formularios-dongfeng ul.no-list.hs-error-msgs.inputs-list, .formularios-dongfeng label, .formularios-dongfeng select {
	color: #231f20;
	font-size: 14px;

	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.formularios-dongfeng select option {
	background: #231f20;
	color: white;
}
.formularios-dongfeng .hs-input.hs-fieldtype-intl-phone {
	border: none !important;
}
.formularios-dongfeng ul.inputs-list label input[type=checkbox] {
	width: auto !important;
}

.formularios-dongfeng textarea.hs-input {
	min-height: 120px;
	width: 100% !important;
	max-width: 100% !important;
}


a.cotizar-dongfeng.blanco {
	border: 2px solid #fff;
	color: #fff !important;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .3s;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	background: transparent;
}
a.cotizar-dongfeng.blanco:hover {
	background: #ed1c24;
	border: 2px solid #ed1c24;
	color: white !important;
	transition: all .3s;
	font-family: "Open Sans", sans-serif;
}
a.cotizar-dongfeng {
	border: 2px solid #ed1c24;
	color: white !important;
	background: #ed1c24;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .3s;
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
a.cotizar-dongfeng:hover {
	background: #c11c23;
	border: 2px solid #c11c23;
}

.galeria-landing > div > .row-fluid {
	width: 100%;
}
.col-izq {
	width: 65% !important;
	margin: 0 !important;
	/*padding: 10px 5px 10px 10px;*/
}
.col-der {
	width: 35% !important;
	margin: 0 !important;
	/*padding: 10px 10px 10px 5px;*/
}
.wrapper_500, .wrapper_500 > div {
	margin: 0 !important;
}
.wrapper_250, .wrapper_250 > div {
	margin: 0 !important;
}
.wrapper_500, .wrapper_250 {
	position: relative;
	overflow: hidden;
}
.wrapper_65 > div > div > .span6 {
	margin: 0;
	width: 50%;
}
/*.wrapper_500, .wrapper_250 {
padding: 10px 0;
}
.wrapper_col .span6:first-child {
padding: 0 10px 0 0;
}
*/

.wrapper_35 .image > div > span, .wrapper_65 .image > div > span {
	width: 100%;
	height: 100%;
}
.wrapper_35 .image > div > span img, .wrapper_65 .image > div > span img {
	width: 100%;
	height: 100%;
}


.detalles-caracteristicas {
	background: #dbdcdd;
	padding: 15px 0;
	align-items: center;
	justify-content: center;
}

.detalles-caracteristicas > div > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	margin: auto;
	flex-wrap: wrap;
}
.detalles-caracteristicas>div>.row-fluid .span4, .detalles-caracteristicas>div>.row-fluid .span8 {
	width: auto;
}

.detalles-caracteristicas table {
	width: auto !important;
	/*margin: auto;*/
	border-color: transparent !important;
	/*display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	height: 100% !important;*/
}
.detalles-caracteristicas table img {
	margin: auto auto 10px auto;
	display: flex;
	align-items: center;
}
.detalles-caracteristicas table tr {
	height: 100% !important;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 90vw !important;
}
.detalles-caracteristicas table td {
	text-align: center;
	border: 0;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto !important;
	height: auto !important;
}
.detalles-caracteristicas table td strong, .detalles-caracteristicas table td em, .detalles-caracteristicas table td span {
	display: block;
	max-width: 130px;
	margin: auto;
}

.detalles-caracteristicas table td em {
	font-size: 12px;
	display: flex;
	width: 80%;
	text-align: center;
	justify-content: center;
	margin: auto;
}


.lp-precio .precio-modelo {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ed1c24;
}


@media (max-width: 768px) {

	.cta-hero>div>.row-fluid {
		min-height: 50px;
		width: 90vw;
		left: 0;
		bottom: 0;
		justify-content: center;
	}
	.cta-hero > div > .row-fluid > .span6, .cta-hero > div > .row-fluid > .span4 {
		margin: 20px 10px;
	}
	.detalles-caracteristicas table td {
		width: 20vw !important;
		min-width: 130px;
	}
	.detalles-caracteristicas h2 {
		text-align: center;
	}
	.descripcion-modelo h3 {
		padding: 0 !important;
		margin: auto;
		max-width: 90vw;
	}
}

@media (max-width: 500px) {
	.hero-landing-productos {
		flex-direction: column;
		background: #dbdcdd;
	}
	.logo-modelo {
		position: relative;
		top: 0;
		left: 0;
		width: auto !important;
	}
	.cta-hero > div > .row-fluid {
		position: relative;
	}
}


/*************************************/
/* Ebook */
/*************************************/


.fondo-ebook{
	height: 90vh;
	background-image: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/Depositphotos_271414692_ds.png");
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
}
.texto-ebook{
	color: white;
	position:absolute;
	width: 50%;
	bottom: 40%;
}
.texto-ebook div:first-child{
	border-bottom: solid red;
	width: 50%;
	text-align: right;
	font-size: 20px;
}
.texto-ebook div:nth-child(2){
	margin-left: 10%;
}
.texto-ebook div:nth-child(2) span:nth-child(1){
	font-size: 60px;
}
.texto-ebook div:nth-child(2) span:last-child{
	font-size: 30px;
}
.libros-ebook{
	position:absolute;
	max-width: 40%;
	width: 450px;
	right: 10%;
	bottom: 20px;
}
.pie-ebook{
	background: red;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.pie-ebook div{
	display: inline-flex;
	color: white;
	margin-left: 10%;
}
.pie-ebook div img:nth-child(3){
	margin-left: 60px;
}
.pie-ebook img{
	height:40px !important;
	width: auto !important;
}
.pie-ebook span{
	margin-left: 20px;
}
.titulo-ebook{
	text-align: center;
	font-size: 40px;
	color: red;
	margin: 40px;
	font-family: sans-serif;
}

.formulario-ebook{
	padding-left: 15px;
	padding-right: 15px;
}

.formulario-ebook .hs-input{
	border: none;
	border-bottom: solid 1px black;
}

.formulario-ebook form{
	margin: auto;
	max-width:500px; 
}

.formulario-ebook .inputs-list{
	list-style: none;
	padding:0;
}

.formulario-ebook .hs-form-field{
	margin-bottom: 20px;
}

.formulario-ebook .span12{
	margin-bottom: 30px
}

.formulario-ebook fieldset{
	max-width: 700px;
}

.formulario-ebook .inputs-list input:first-child{
	width: 15px !important;
}

.descripcion-ebook {
	background: #dbdcdd;
}
.descripcion-ebook > div > .row-fluid {
	max-width: 80vw;
	margin: 40px auto;
}

.descripcion-ebook>div>.row-fluid .span4 > div >.row-fluid {
	display: flex;
	justify-content: center;
}
.descripcion-ebook>div>.row-fluid .span4>div>.row-fluid .span10 {
	text-align: left;
}

@media (max-width: 800px) {
	.fondo-ebook{
		height: 90vh;
	}
	.texto-ebook{
		width: 100%;
		bottom: 50%;
		top: 25px;
	}
	.libros-ebook{
		bottom: 80px;
	}
	.pie-ebook img{
		margin-left: 90px;
	}
	.texto-ebook div:nth-child(2) span:nth-child(1) {
		font-size: 45px;
	}
	.texto-ebook div:nth-child(2) {
		max-width: 45vw;
	}
}

@media (max-width: 768px) {
	.descripcion-ebook>div>.row-fluid .span4 {
		margin: 20px;
	}
	.descripcion-ebook>div>.row-fluid .span4 > div >.row-fluid {
		align-items: center;
	}
	.descripcion-ebook>div>.row-fluid .span4 .span2 {
		padding-right: 10px;
	}
}
@media (max-width: 600px) {
	.texto-ebook, .libros-ebook {
		position: relative;
		bottom: unset !important;
		top: unset;
		right: unset;
		left: unset;
		margin: auto;
	}
	.fondo-ebook {
		height: auto !important;
		padding-bottom: 80px;
	}
	.texto-ebook div:nth-child(2) {
		max-width: 80vw;
		text-align: center;
	}
	.texto-ebook {
		padding-top: 40px;
	}
	.texto-ebook div:nth-child(2) span:nth-child(1) {
		font-size: 40px;
		line-height: 40px;
		margin: 30px 0 0 0;
		display: block;
	}

}
@media (max-width: 500px) {
	.fondo-ebook {
		height: 90vh;
	}
	.texto-ebook{
		width: 100%;
		bottom: 50%;
	}
	.texto-ebook div:first-child {
		width: 70%;
	}
	.fondo-ebook{
		height: 90vh;
	}
	.libros-ebook{
		bottom: 120px;
	}
	.pie-ebook img {
		margin-left:0;
	}
	.pie-ebook div img:nth-child(3) {
		margin-left: 30px;
	}
	.descripcion-ebook>div>.row-fluid .span4>div>.row-fluid {
		flex-direction: column;
	}
	.descripcion-ebook>div>.row-fluid .span4 .span2 {
		padding-right: 0;
		margin: 20px;
	}
	.descripcion-ebook>div>.row-fluid .span4>div>.row-fluid .span10 {
		text-align: center;
	}
}

/**********************************/
/* visita 360 */
/**********************************/

iframe#visita-online {
	width: 100vw;
	height: calc(100vh - 80px);
	border: none;
}

/**********************************/
/* Liquidacion */
/**********************************/
.hero.bg {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: calc(100vh - 80px);
}
.bg-img img.hs-image-widget {
	display: none;
}
.hero.bg .hs_cos_wrapper_type_header {
	width: 100%;
	max-width: 80vw;
	display: flex;
}
.liquidacion .hero.bg h1 {
	text-align: center !important;
	margin-right: 0;
	margin-left: auto;
	width: 100%;
	/* max-width: 300px; */
	color: white;
	font-size: 3em;
	font-weight: 100;
}
.hero.bg h1 span {
	display: block;
	text-align: center !important;
	color: #fff;
	font-size: 0.5em;
	line-height: .8;
	font-weight: 900;
}
.titular.flex {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	max-width: 995px;
	margin: 40px auto;
	width: 80%;
	color: #7856a2;
}
.titular.flex h3 {
	margin-left: 10px;
}
.titular.flex h3 span {
	color: #38bebf;
	margin-bottom: 3px;
}

.tabla .item {
	border: 1px solid #fee75d;
	background: #fee75d;
	border-radius: 0px !important;
}
.tabla .links a:first-child {
	background: #7856a2;
	color: white;
	border: 1px solid #7856a2;
	border-radius: 0px !important;
	transition: all 0.3s;
}

.tabla .links a:first-child:hover {
	background: #38bebf;
	border: 1px solid #38bebf;
	transition: all 0.3s;
}

.tabla .links a:last-child {
	background: transparent;
	border: none !important;
	padding: 10px 15px;
	color: #7856a2 !important;
	position: relative;
}
.tabla .links a:last-child span {
	display: none;
}
.tabla .links a:last-child:after {
	content: "";
	width: 50%;
	height: 3px;
	background: #7856a2;
	display: block;
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, 0);
	transition: all 0.3s;
}
.tabla .links a:last-child:hover:after {
	content: "";
	width: 80%;
	transition: all 0.3s;
}
.tabla .item .placa {
	background: transparent;
}
.tabla .item .imagen {
	position: relative;
	max-height: 240px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabla .item .imagen img {
	margin: 0 auto 0 0 !important;
	max-height: 400px !important;
	transform: translateX(-20%);
	width: 100% !important;
	height: auto !important;
}
.tabla p#liston {
	transform: rotate(0) translate(0,0);
	left: 0;
	background: transparent;
	color: #38bebf;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	width: calc(100% - 40px);
	margin: auto;
	font-weight: 900;
}
.tabla p#liston:before {
	content: "\00daltimas ";
	display: block;
	text-align: left;
	color: #7856a2;
	font-size: 0.8em;
}
.tabla .item .nombre p:first-child {
	display: none;
}
.tabla .item .placa {
	color: #7856a2;
	font-weight: 900;
}
.tabla .item .placa .precio span {
	font-size: inherit !important;
	color: #38bebf;
}
.tabla .item .placa .precio {
	color: #7856a2;
	align-items: center;
}
.tabla .item .placa .precio div {
	border: 2px solid;
	padding: 4px 15px;
	border-radius: 40px;
	font-weight: 900;
}
.tabla .colores {
	display: none;
}
.tabla .item .nombre img {
	margin-right: 20px;
	height: 50px;
	width: auto;
}

@media (max-width: 768px) {
	.hero.bg {
		background-position: left !important;
	} 
}
/**********************************/
/* Sucursales modulo */
/**********************************/

.sucursales-dongfeng .tabla .item {
	border: 1px solid black !important;
	background: white !important; 
	border-radius: 2px !important !important;
}

.sucursales-dongfeng a{
	color:black !important;
}

.sucursales-dongfeng .busqueda{
	width:100% !important;
	margin:auto;
}

.Riobamba{
	display:none !important;
}

.Santo{
	display:none !important;
}

.Tumbaco{
	display:none !important;
}

#filtro-p .Azogues{
	display:none !important;
}

#filtro-p .Chone{
	display:none !important;
}

#filtro-p .Durán{
	display:none !important;
}

#filtro-p .Portoviejo{
	display:none !important;
}

/***********************************/
/* Expectativa Rich 6 */
/***********************************/

body.expectativa {
	background: #000 !important;
	color: white;
}
body.lanzamientos .logo-dongfeng {
	width: auto;
}
body.lanzamientos .logo-dongfeng img {
	animation: hero_aparecer 2s ease-in-out forwards;
	-webkit-animation: hero_aparecer 2s ease-in-out forwards;
	-moz-animation: hero_aparecer 2s ease-in-out forwards;
	-ms-animation: hero_aparecer 2s ease-in-out forwards;
	animation-delay: 1s;
	opacity: 0;
	max-height: 60px;
}
body.expectativa .hero-aparecer img {
	animation: hero_aparecer 2s ease-in-out forwards;
	-webkit-animation: hero_aparecer 2s ease-in-out forwards;
	-moz-animation: hero_aparecer 2s ease-in-out forwards;
	-ms-animation: hero_aparecer 2s ease-in-out forwards;
	animation-delay: .5s;
	opacity: 0;
}
@keyframes hero_aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes hero_aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes hero_aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes hero_aparecer {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

body.expectativa .img-centrada {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 2em auto;
}

body.expectativa #contador {
	font-size: 4em;
	font-weight: bolder;
	color: #ed1c24;
	text-align: center;
	text-transform: uppercase;
}


.cta-faltan a, .cta-reserva {
	border: 2px solid #ed1c24;
	background: #ed1c24;
	color: white;
	padding: 6px 20px;
	margin: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.cta-faltan a:hover, .cta-reserva:hover {
	text-decoration: none;
	color: white;
	background: #c11c23; 
	border: 2px solid #c11c23;
	color: white !important; 
	transition: all .3s;
}

/***********************************/
.suscripcion_rich6 form {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 40px;
}
.suscripcion_rich6 form label {
	display: none;
}
.suscripcion_rich6 span.hs_cos_wrapper_type_text {
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 1.5em;
}
.suscripcion_rich6 ul.no-list.hs-error-msgs.inputs-list {
	color: #ed1c24;
}
.suscripcion_rich6 input.hs-button.primary.large {
	border: 1px solid #ed1c24;
}
.suscripcion_rich6 input.hs-button.primary.large:hover {
	border: 1px solid #231f20;
}
.suscripcion_rich6 ul.no-list.hs-error-msgs.inputs-list label {
	display: block !important;
}
.fila-banner > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner-text.izq {
	text-align: right;
}
.banner-text .hs_cos_wrapper_type_rich_text {
	width: 80% !important;
	display: flex;
	flex-direction: column;
}
.banner-text h2 {
	font-size: 3em;
	font-family: Open Sans Black;
}
.banner-inferior {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.banner-inferior-flotante {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-inferior-flotante > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
div#formulario.lanzamiento .formularios-dongfeng {
	background: transparent;
}

div#formulario.lanzamiento .formularios-dongfeng .input input, div#formulario.lanzamiento .formularios-dongfeng ul.no-list.hs-error-msgs.inputs-list, 
div#formulario.lanzamiento .formularios-dongfeng label, div#formulario.lanzamiento .formularios-dongfeng select {
	color: white;
}

div#formulario.lanzamiento .formularios-dongfeng .hs-input {
	border-bottom: 1px solid white;
}
div#formulario.lanzamiento .formularios-dongfeng .hs-input:focus {
	border-bottom: 1px solid #ed1c24;
	color: #ed1c24;
}
div#formulario.lanzamiento .formularios-dongfeng .input input::placeholder {
	font-size: 0.9em;
}
div#formulario.lanzamiento .formularios-dongfeng label.hs-error-msg {
	color: #ed1c24;
}
div#formulario.lanzamiento .hs-richtext.hs-main-font-element {
	color: white;
}

.lanzamiento #loading-gui #loading-background {
	background-size: cover !important;
}

/**********************************/
/* RICH 6 */
/**********************************/
body.lanzamientos {
	background: #000;
	color: white;
}
body.lanzamientos .header-container-wrapper {
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: none;
}

body.lanzamientos div#header-containder-dongfeng {
	position: absolute;
	background: transparent;
	border-bottom: none;
}
body.lanzamientos .span9.widget-span.widget-type-custom_widget.menu-dongfeng {
	display: none;
}
body.lanzamientos .logo-dongfeng img {
	max-width: 250px;
	margin-left: 0;
}

body.lanzamientos .banner-zoom {
	height: 100vh;
	position: relative;
}

div#preventa {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont-faltan{
	text-align:center
}

.cont-faltan{
	max-width: 60%;
	margin: auto;
}

.falta-titulo{
	margin: 30px;
}

.falta-titulo > span {
	font-size: 30px;
}
.falta-titulo span:nth-child(1){
	font-weight: bold;
}

.falta-titulo span:nth-child(2){
	color: #c11c23;
	font-size: 5em;
	font-weight: bold;
}

.falta-titulo span:nth-child(3){
	font-weight: bold;
}

.cta-faltan .cta-rich6{
	background: red;
}

.cta-faltan .cta-rich6:last-child{
	background: white;
	color: red;
	border: solid 1px red;
}

.cta-faltan{
	text-align:center;
	margin:20px;
}

.slider-rich6 .carousel-inner{
	height: 80vh;
}

.slider-rich6 .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	background-color: rgba(100,100,100,.6);
}

.slider-rich6 .carousel-indicators .active {
	background: #B60000;
}

.slider-rich6 .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.slider-rich6 .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.text-rich-6{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}

.text-rich-6 h2{
	margin-bottom:30px;
	font-family: Open Sans Black;
}

.text-rich-6 p{
	max-width: 70%;
	margin: auto;
}

.body-container{
	padding: 0 !important;
}

a.cta_button.cta-test-dongfeng.reserva {
	margin: 5px;
	text-transform: uppercase;
	cursor: pointer;
}
body.lanzamientos a.cta_button.cta-test-dongfeng, body.lanzamientos a.cta_button.cta-test-dongfeng span {
	font-size: 16px !important;
}

body.lanzamientos .cta-faltan {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.lanzamientos .cta-faltan a {
	margin: 5px 20px;
	display: block;
}


/***************************************/

div#formulario {
	padding-top: 60px;
}

.atencion-virtual-dongfeng a, .atencion-virtual-dongfeng span {
	text-transform: uppercase;
}

/***************************/
/* Lanzamientos */
/***************************/

.lanzamientos #formulario > div > .row-fluid {
	display: flex;
	justify-content: center;
}
.lanzamientos .footer-container.container-fluid {
	padding: 0 !important;
}
.lanzamientos .footer-container.container-fluid .contenedor {
	bottom: 20px;
	right: 20px;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 999997;
	position: fixed;
}
.lanzamientos .botonF1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	position: relative;
	background: #F3B112;
	background: -moz-linear-gradient(-45deg, #F3B112 0%, #F36D12 100%);
	background: -webkit-linear-gradient(-45deg, #F3B112 0%, #F36D12 100%);
	background: linear-gradient(135deg, #F3B112 0%, #F36D12 100%);
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.lanzamientos .footer-container.container-fluid .icono {
	width: 38px;
	height: 39px;
}
.cta-faltan .hs-cta-wrapper a.cta-test-dongfeng {
	margin: 5px;
}

.hero-button a.descubre {
	border: 2px solid #ed1c24;
	background: #ed1c24;
}
/*************************************/

@media (max-width: 768px) {
	body.lanzamientos div#header-containder-dongfeng>div>.row-fluid {
		height: 60px;
	}
	body.lanzamientos .banner-zoom {
		height: 60vh;
		position: relative;
	}
	.banner-zoom .hero {
		width: 65vw;
		height: fit-content;
		bottom: 40px;
		top: auto;
	}
	.reproductor {
		width: 35vw;
	}
	body.lanzamientos .logo-dongfeng img {
		margin: auto;
		max-width: 120px !important;
	}
	.banner-zoom .hero img {
		max-width: 300px;
	}
	body.lanzamientos .logo-dongfeng {
		justify-content: center;
		width: 100%;
	}
	body.lanzamientos .hero .hero-button a {
		font-size: 13px !important;
		padding: 5px 15px;
	}
	.reproductor img {
		width: 60px;
	}
	.cont-faltan {
		max-width: 80%;
	}
	.falta-titulo span:nth-child(2) {
		font-size: 3em;
	}
	.falta-titulo {
		line-height: 30px;
		text-align: left;
		margin: 30px 0;
	}
	.faltan-cuerpo {
		text-align: left;
	}
	.cont-contdown p {
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 30px;
		margin: 10px;
	}
	.carousel-item img {
		max-width: unset;
	}
	.carousel-item-text:before {
		content: "";
		background: linear-gradient(90deg, black, transparent);
		position: absolute;
		height: 100%;
		width: 50vw;
		left: -10vw;
		z-index: -1;
	}
	.galeria-diagonal .item-galeria img {
		height: auto;
		min-height: 100%;
		min-width: 100%;
		width: auto;
		max-width: 35vw;
	}

	.iframe-360 iframe{
		height: 40vh !important;
	}
}

@media (max-width: 500px) {

	button.play-stop {
		width: 30px;
		height: 30px;
		right: 60px;
	}

	button.play-stop{
		top: 140px;
	}

	body.lanzamientos .banner-zoom {
		min-height: 300px;
		height: 65vh;
	}
	body.lanzamientos .banner-zoom .imagen-zoom {
		height: 60vh;
		max-width: unset;
		width: auto;
		transform: translateX(-25%);
	}
	.carousel-item-text {
		width: 70vw;
	}
	.columna {
		margin: 0 5px;
		transform: skew(0deg);
	}
	.columna.centro div.item-galeria:last-child:after {
		transform: skew(0) translate(-50%, -50%);
		top: 315px;
		left: calc(25vw - 10px);
	}
	.galeria-diagonal .item-galeria .cont-img {
		width: 100vw;
		height: 150px;
		margin-bottom: 10px;
	}
	.columna.centro div.item-galeria:last-child .cont-img {
		height: 310px;
	}
	.text-rich-6 p {
		max-width: 90%;
	}
	.columna.izquierda .item-galeria:after, .columna.derecha .item-galeria:after {
		content: none;
	}
	.columna.derecha .item-galeria .cont-img {
		width: calc(100vw - 30px);
		margin-bottom: 10px;
	}
	.columna.derecha {
		display: flex;
		flex-wrap: wrap;
	}
	.columna.derecha .item-galeria:nth-child(2) .cont-img, .columna.derecha .item-galeria:nth-child(3) .cont-img {
		width: calc(50vw - 20px) !important;
	}
	.columna.derecha .item-galeria:nth-child(2) .cont-img {
		margin-right: 10px;
	}
	body.lanzamientos .formularios-dongfeng {
		padding: 0;
		margin-bottom: 30px;
	}
	.hero-button {
		flex-wrap: wrap;
		margin-left: 15px;
		display: inline-table;
		transform: translateY(30px);
	}
	.falta-titulo span:nth-child(3) {
		display: block;
		line-height: 35px;
	}
	.cont-contdown div {
		width: auto;
	}
	.cont-contdown span {
		font-size:12px;
	}
}




/***********************************/

.leadinModal.leadinModal-theme-default {
	margin-top: 100px !important;
}




/****************COTIZADOR*******************/

#cotizador_modelo .botones button, a#solicitar-cotizacion{
	background: #ed1c24;
	border: 2px solid #ed1c24;
	color: white !important;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .3s;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin-left:5px;
}

.solicitud_cotizacion.etapas.mostrar fieldset {
	max-width: 630px;
}
div#cotizador_modelo div, div#cotizador_modelo select, div#cotizador_modelo option, div#cotizador_modelo input, div#cotizador_modelo p, div#cotizador_modelo span {
	font-family: "Open Sans", sans-serif;
}
div#cotizador_modelo select {
	font-size: 20px !important;
}
.resultado.etapas.mostrar p, .resultado.etapas.mostrar input, .solicitud_cotizacion.etapas.mostrar form input,
.solicitud_cotizacion.etapas.mostrar form input, .solicitud_cotizacion.etapas.mostrar form label, 
.solicitud_cotizacion.etapas.mostrar form div, .solicitud_cotizacion.etapas.mostrar form label span
.solicitud_cotizacion.etapas.mostrar form select, .solicitud_cotizacion.etapas.mostrar form select option
.solicitud_cotizacion.etapas.mostrar form textarea {
	font-size: 18px !important;
}



/*******************************************/
/* Landing Simple formulario */
/*******************************************/

.hero-contenedor-banner {
	height: 60vh;
	position: relative;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
body.simple-form .centrado > span > div > span.hs_cos_wrapper_type_form {
	max-width: 1024px;
	margin: 3em auto;
}
body.simple-form .formulario form {
	margin-bottom: 4em;
}
body.simple-form .formulario form fieldset, body.simple-form .formulario form > div.hs_submit.hs-submit {
	margin: auto;
	max-width: 500px;
}
body.simple-form .formulario form fieldset.form-columns-1 .hs-input {
	width: 100%;
}
body.simple-form .formulario form fieldset.form-columns-1 .hs-input[type="checkbox"] {
	width: auto;
}
body.simple-form .formulario h3 {
	color: black;
	margin: 2em auto;
	text-align: center;
}
ul.inputs-list {
	list-style: none;
	padding: 0;
}
body.simple-form .formulario.centrado > .hs_cos_wrapper_type_widget_container {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1024px;
	flex-direction: column;
	align-items: center;
}

body.simple-form .footer h4 {
	display: none;
}

@media (max-width: 1000px) {
	.hero-contenedor-banner {
		height: auto;
	}
}

.col_flex .hs_cos_wrapper_type_widget_container {
	max-width: 1333px;
	width: 90vw;
	margin-left: auto;
	display: block;
	margin-right: auto;
}