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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


@font-face
{
	font-family: "Mazda";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Regular.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Regular.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Regular.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20Mazda/Tipografia/Mazda-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Mazda Bold";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Bold.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Bold.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda-Bold.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20Mazda/Tipografia/Mazda-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Interstate";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Regular.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Regular.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Regular.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20Mazda/Tipografia/InterstateMazda-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Interstate Light";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Light.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Light.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Light.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20Mazda/Tipografia/InterstateMazda-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face
{
	font-family: "Interstate Bold";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Bold.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Bold.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/InterstateMazda-Bold.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20Mazda/Tipografia/InterstateMazda-Bold.ttf") format("truetype");
  font-display: swap;
}

/************************************/
/* Mazda Type */
/************************************/

@font-face
{
	font-family: "Mazda Type";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Regular.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Regular.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Regular.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Mazda Type Italic";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Italic.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Italic.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Italic.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Mazda Type Medium";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Medium.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Medium.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Medium.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Mazda Type Medium Italic";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-MediumItalic.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-MediumItalic.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-MediumItalic.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-MediumItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Mazda Type Bold";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Bold.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Bold.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Bold.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face
{
	font-family: "Mazda Type Bold Italic";
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-BoldItalic.eot");
	src: url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-BoldItalic.eot#amocristalab") format("embedded-opentype"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-BoldItalic.woff") format("woff"),
		url("https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Tipografia/Mazda%20Type/MazdaType-BoldItalic.ttf") format("truetype");
  font-display: swap;
}




















   
   
   















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

html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	max-width: 100vw;
	overflow-x: hidden;

}

body {
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,1);
	font-family: Mazda Type, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: rgba(220,220,220,1);
}

a {
	color: rgba(220,220,220,1);
	font-weight: normal;
	transition: all 0.3s;
}
a:hover {
	color: white;
	transition: all 0.3s;
}

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

input[type="submit"],
button{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.oculto{
	display: none!important;
}
.modulo-ingreso-exonerado{
	display: none;
}
.header-mazda {
	background: rgba(0,0,0,1);
	transition: all 0.3s;
	position: fixed;
	z-index: 9999;
	width: 100% !important;
}

.header-mazda.scroll-header {
	transition: all 0.3s;
	width: 100%;
	background: rgba(0,0,0,1) !important;
}

.header-menu-mazda {
	position: relative;
	z-index: 9999;
	background: #2b2b2b;
	padding: 45px;
	transition: all 0.3s;
	width: 100% !important;
}

.header-menu-mazda > div > .row-fluid {
	max-width: 1200px;
}

.header-mazda.scroll-header .header-menu-mazda {
	padding: 25px;
	transition: all 0.3s;
}

.header-mazda-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	font-size: 11px;
}

.header-mazda-2 .header-menu-mazda {
	background: #2b2b2b;
	padding: 0;
}

.header-mazda-2 .header-menu-mazda > div > .row-fluid {
	max-width: 1200px;
	margin: auto;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu-mazda > div > .row-fluid > .span6 {
	width: auto;
}

/***********************************/
/* Header con vehiculos*/
/***********************************/

a#a33810808608 p {
	display: none !important;
}

.tipopickups .titulo-tipo-sep{
	display: none;
}

.menu-final .header-menu-mazda {
	display: flex;
	justify-content: center;
	align-items: center;
}

.span10.widget-span.widget-type-cell.menus-todos {
	margin: 0;
}

.menu-final .header-menu-mazda > .row-fluid-wrapper.row-depth-1.row-number-2 > .row-fluid {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 82vw;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.menu-final .span12.widget-span.widget-type-custom_widget.menu-mazda-secundario ul {
	display: flex;
  justify-content: center;
  align-items: flex-end;
}

.menu-final .menu-mazda-secundario ul li.hs-menu-item.hs-menu-depth-1 a:hover {
	color: white;
}

.menu-mazda-secundario .tres a, .menu-mazda-secundario .cuatro a {
	border: 1px solid rgba(135,135,135,1);
	border-radius: 4px;
}

.menu-mazda-secundario .tres a:hover, .menu-mazda-secundario .cuatro a:hover {
	border: 1px solid white;
}

.menu-mazda-secundario li.hs-menu-item.hs-menu-depth-1.tres a {
  border: none !important;
}

.menu-final a.menu-movil {
	position: relative;
}

.span12.widget-span.widget-type-cell.header-menu-mazda .row-fluid-wrapper.row-depth-1.row-number-5 {
	position: absolute;
	top: 0;
	right: 0;
	width: 95vw;
	margin: auto;
	left: 0;
	z-index: -1;
}
.span12.widget-span.widget-type-cell.header-menu-mazda .row-fluid-wrapper.row-depth-1.row-number-5 .menu-contenedor {
	padding: 20px;
}
.menu-final .menu-mazda-completo ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	background: white;
	padding-top: 35px;
}
.menu-final .menu-mazda-completo ul li {
	max-width: 100vw !important;
	padding: 0 !important;
	margin: 0 auto !important;
	font-size: 1.5rem;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	display: table;
	min-height: 70px;
	width: 100%;
}

.menu-final .menu-mazda-completo ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	position: relative;
	overflow: hidden;
	height: 0px;
	transition: all 0.3s;
	display: none;
}
.menu-final .menu-mazda-completo ul li.hs-item-has-children ul.hs-menu-children-wrapper.abierto {
	height: auto;
	transition: all 0.3s;
}

.menu-final .menu-mazda-completo ul li.hs-menu-depth-1 a {
	min-width: unset !important;
	/* max-width: unset !important; */
	width: auto !important;
	/* text-align: center; */
	color: rgba(135,135,135,1);
}

.menu-mazda-completo.menu-abierto {
	display: block !important;
}


ul.hs-menu-children-wrapper.abierto {
	visibility: visible !important;
	opacity: 1 !important;
}

.menu-mazda-texto a h5 {
	font-family: Mazda Type;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: rgba(0,0,0,1);
	text-align: center;
	margin-top: 10px;
}

.textos-vehiculos p {
	text-align: center;
	color: rgba(0,0,0,1);
}

ul.versiones-modelos {
	padding: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

ul.versiones-modelos li {
	margin: 0 10px;
	list-style: none;
	color: black;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}

li.version-2 {
	color: rgba(135,135,135,1) !important;
	transition: all 0.3s;
}

li.version-2:hover {
	color: rgba(0,0,0,1) !important;
	transition: all 0.3s;
}

.span12.widget-span.widget-type-cell.vehiculos-desplegados.menu-movil {
	transform: translateY(0%);
	position: relative;
}

a.link-vehiculo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none !important;
}

a.link-vehiculo img {
	max-width: 200px;
	height: 120px;
	object-fit: contain;
}

.menu-mazda-item {
	opacity: 1;
	transition: all 0.3s;
}
.menu-mazda-item.opacidad {
	opacity: 0.5;
	transition: all 0.3s;
}


h3.titulo-subrayado {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
h3.titulo-subrayado:before {
	background-color: #d5d5d5;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	display: block;
	/* padding-bottom: 20px; */
}

.logo-mazda img {
	height: 60px;
}

@media (max-width: 1200px) {
	.menu-final .menu-mazda-secundario, .menu-final .menu-mazda, .menu-final .header-menu-mazda .row-fluid .span3.widget-span.widget-type-cell,  .menu-final .header-menu-mazda .row-fluid .span7.widget-span.widget-type-custom_widget.espacio-header {
		display: none !important;
	}
	.menu-final .header-menu-mazda .row-fluid, .menu-final .header-menu-mazda {
		padding: 0;
	}
	.menu-final .logo-mazda a {
		justify-content: flex-start;
		padding: 20px;
		width: fit-content;
		margin-left: 0;
	}
	.menu-final .menu-mazda-completo {
		/*display: block !important;*/
		position: absolute;
		top: 0;
		transform: translateY(95px);
		right: 0;
		width: 100%;
	}

	.vehiculos-desplegados, .porque-mazda-desplegados, .contacto-desplegados {
		top: 120px;
	}


	.vehiculos-desplegados.desplegar {
		width: 100%;
	}
	.menu-mazda-texto a {
		flex-direction: row-reverse;
	}

	.menu-mazda-texto {
		flex-direction: row;
	}
	.menu-mazda-texto a h5, .menu-mazda-texto a p {
		text-align: left;
	}
	.menu-mazda-texto a h5 {
		color: rgba(0,0,0,1);
		font-size: 14px;
		margin:0;
	}
	.menu-mazda-texto a p {
		font-size: 13px;
		line-height: 1.2;
		text-transform: lowercase;
		margin: 5px 0 0 0;
		letter-spacing: 0;
		font-weight: 100;
		color: rgba(0,0,0,1);
	}
	.menu-mazda-item img {
		margin-right: 10px;
		margin-left: 10px;
		max-width: 180px !important;
		height: auto !important;
	}
	.menu-mazda-item.usados p {
		color: rgba(0,0,0,1);
	}
}

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




.header-mazda .row-fluid {
	/*max-width: 1333px;*/
	margin: auto;
	display: flex;
	align-items: center;
	width: 100% !important;
}

.menu-contenedor {
	/*position: relative;*/
	display: flex;
	justify-content: flex-end;
}

.menu-mazda ul {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	float: right;
	visibility: visible;
	transition: all 0.3s;
	width: 70vw;
	max-width: 768px;
}

.logo-mazda a {
	display: flex;
	margin: auto;
	align-items: center;
}
.menus-todos {
	margin-right: 0 !important;
	margin-left: auto !important;
}

.logo-mazda img {
	max-height: 90px;
	object-fit: contain;
	width: auto !important;
	height: 100%;
	padding: 0;
	margin: 0;
	transition: all 0.3s;
	min-width: 60px;
}

.scroll-header .logo-mazda img {
	max-height: 50px;
	transition: all 0.3s;
	width: auto !important;
	min-width: 50px;
}

.menu-mazda li {
	/*width: 100%;*/
	margin: auto 7px;
}

.menu-mazda li a {
	color: rgba(220,220,220,1) !important;
	font-weight: 700;
	letter-spacing: .2em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding: 0 !important;
	font-family: Mazda Type;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	line-height: 2;
	border-bottom: 2px solid transparent;
	transition: all 0.3s;
}
a.item-active {
	border-bottom: 2px solid white !important;
	transition: all 0.3s;
}

.menu-mazda a:hover {
	color: white !important;
	transition: all 0.3s;
}

a.menu-movil {
	position: fixed;
	right: 40px;
	cursor: pointer;
	visibility: hidden;
	transition: all .3s;
	/*top: 65px;*/
	z-index: 9999;
}

.menu-movil-bar {
	background: rgba(220,220,220,1);
	width: 30px;
	height: 3px;
	margin: 6px;
	transition: all 0.2s;
}

a.menu-movil:hover .menu-movil-bar {
	background: white;
	transition: all 0.2s;
}

a.menu-movil:hover .uno {
	width: 20px;
	transition: all 0.2s;
	transform: translateX(5px);
}

a.menu-movil:hover .dos {
	width: 34px;
	transition: all 0.2s;
	transform: translateX(-2px);
}

a.menu-movil:hover .tres {
	width: 20px;
	transition: all 0.2s;
	transform: translateX(5px);
}


a.menu-movil.open-bar .tres {
	transform: rotate(-45deg) translateX(12.5px);
	width: 30px;
	transition: all 0.2s;
}
a.menu-movil.open-bar .uno {
	transform: rotate(45deg) translateX(12.5px);
	width: 30px;
	transition: all 0.2s;
}
a.menu-movil.open-bar .dos {
	opacity: 0;
	width: 30px;
	transition: all 0.2s;
}


.menu-mazda ul.open-movil {
	visibility: visible;
	flex-direction: column;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	background: rgba(0,0,0,1);
	width: 100vw;
	height: 65vh;
	opacity: 1;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
}

.logo-zoom-zoom {
	float: right !important;
	margin-right: 30px;
	margin-left: auto !important;
}

.logo-zoom-zoom img {
	max-width: 160px;
	filter: brightness(2);
	transition: all 0.3s;
}

.header-mazda.scroll-header .logo-zoom-zoom img {
	filter: brightness(1);
	transition: all 0.3s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	min-width: 100% !important;
	font-size: 12px;
	letter-spacing: .2em;
	font-weight: 700;
	max-width: 200px !important;
}


/*******************************/
/* Menu Vehículos */
/*******************************/

.header-mazda > div > div.row-fluid-wrapper.row-number-1:before {
	content: "";
	width: -webkit-fill-available;
	height: 173px;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.landing-2 .header-mazda > div > div.row-fluid-wrapper.row-number-1:before, .landing-1 .header-mazda > div > div.row-fluid-wrapper.row-number-1:before {
	display: none;
}

.header-mazda.scroll-header > div > div.row-fluid-wrapper.row-number-1:before {
	content: "";
	height: 100px;
	transition: all 0.3s;
}

.vehiculos-desplegados, .porque-mazda-desplegados, .contacto-desplegados {
	background: white;
	position: absolute;
	left: 0;
	width: 100vw;
	top: -1%;
	transition: all 0.3s;
	transform: translateY(-110%);
	transition-delay: 0.3s;
	z-index: 999;
	overflow: hidden;
	margin: 0 !important;
	box-shadow: 0 6px 6px rgba(0,0,0,.1);
	border-bottom: 1px solid #c4c4c4;
}
.scroll-header .vehiculos-desplegados, .scroll-header .porque-mazda-desplegados, .scroll-header .contacto-desplegados {
	top: 100px;
	transition: all 0.3s;
}
.vehiculos-desplegados.desplegar, .porque-mazda-desplegados.desplegar, .contacto-desplegados.desplegar {
	transition: all 0.5s;
	transform: translateY(0px);
	transition-delay: 0.5s;
	padding-top: 0px;
	margin: 0;
	top: 125px;
}

.contacto-desplegados > .row-fluid-wrapper.row-depth-1.row-number-15 > .row-fluid, .porque-mazda-desplegados > .row-fluid-wrapper.row-depth-1.row-number-15 > .row-fluid, .vehiculos-desplegados > .row-fluid-wrapper.row-depth-1.row-number-7 > .row-fluid {
	padding-top: 45px;
	max-width: 1200px;
	margin: auto;
}
.contenedor-columnas {
	margin-bottom: 24px;
}

.porque-mazda-desplegados .row-fluid-wrapper.row-depth-1.row-number-17, .contacto-desplegados .row-fluid-wrapper.row-depth-1.row-number-17 {
	padding-top: 45px;
}
.categorias-menu > div > .row-fluid {
	max-width: 1124px;
	margin: auto;
}
.categorias-menu .span4.widget-span.widget-type-custom_widget {
	margin-left: 0;
	width: 25%;
	position: relative;
  display: flex;
  justify-content: center;
}

.vehiculos-desplegados .categorias-menu .span4.widget-span.widget-type-custom_widget:after {
	content: "";
	border-right: 1px solid rgba(220,220,220,1);
	position: absolute;
	height: 77vh;
	right: 0;
	top: 60px;
}
.categorias-menu .sin-linea:after {
	border-right: none !important;
}


.menu-mazda-secundario ul li.hs-menu-item.hs-menu-depth-1 a {
	text-transform: uppercase;
	color: gray;
	text-align: center;
	max-width: 234px !important;
	min-width: unset !important;
	padding: 10px 10px;
}
.span12.widget-span.widget-type-custom_widget.menu-mazda-secundario {
	display: flex;
	justify-content: flex-end;
}

.contenedor-columnas .row-fluid {
	max-width: 1124px;
	margin: auto;
	/*padding-bottom: 20px*/
}

.vehiculos-desplegados h3, .porque-mazda-desplegados h3, .contacto-desplegados h3 {
	font-family: Mazda Type;
	margin-bottom: 0;
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-weight: normal;
}
.vehiculos-desplegados h3 {
	text-align: center;
}
.porque-mazda-desplegados h3, .contacto-desplegados h3 {
	text-align: left;
}

.porque-mazda-desplegados .columna-vehiculos ul, .contacto-desplegados .columna-vehiculos ul {
	padding: 0;
}

.porque-mazda-desplegados .hs_cos_wrapper ul li, .contacto-desplegados .hs_cos_wrapper ul li {
	cursor: pointer;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	list-style: none;
}
.porque-mazda-desplegados .hs_cos_wrapper ul li a, .contacto-desplegados .hs_cos_wrapper ul li a {
	font-size: 16px;
	color: rgba(85,85,85,1);
	text-transform: none;
	text-decoration: none;
}
.porque-mazda-desplegados .hs_cos_wrapper ul li a:hover, .contacto-desplegados .hs_cos_wrapper ul li a:hover {
	color: rgba(180,180,180,1);
}

.porque-mazda-desplegados .hs_cos_wrapper p, .contacto-desplegados .hs_cos_wrapper p {
	font-size: 16px;
	color: rgba(85,85,85,1);
	text-transform: none;
	text-decoration: none;
	line-height: 1.8;
	margin: 12px 0 0 0;
}


.porque-mazda-desplegados .span4.columna-vehiculos, .contacto-desplegados .span4.columna-vehiculos {
	margin: auto;
	width: 30% !important;
	margin-left: 3.33% !important;
	position: relative;
}
.porque-mazda-desplegados .span3.columna-vehiculos {
	margin: auto;
	width: 20% !important;
	margin-left: 5% !important;
	position: relative;
}
.categorias-menu > div > .row-fluid .span3.widget-span.widget-type-custom_widget {
	width: 20% !important;
	margin-left: 5% !important;
}

.porque-mazda-desplegados .categorias-menu .span4.widget-span.widget-type-custom_widget, .contacto-desplegados .categorias-menu .span4.widget-span.widget-type-custom_widget {
	position: relative;
	width: 30% !important;
	margin-left: 3.33% !important;
}
.contacto-desplegados h4 {
	font-family: Mazda Type;
	margin-bottom: 0;
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-weight: normal;
}
.contacto-desplegados .span4.columna-vehiculos a.cta-correos.gris {
	margin-top: 30px;
}

.linea:before {
	content: "";
	border-right: 1px solid rgba(220,220,220,1);
	position: absolute;
	height: 77vh;
	right: 0;
	/* top: 60px; */
}

.menu-cta {
	position: relative;
	margin-top: 20px;
}
.menu-cta:before {
	background-color: #d5d5d5;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}
.menu-cta h3 {
	font-size: 16px;
	color: rgba(0,0,0,1);
	line-height: 1.4;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.menu-cta p {
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
	color: rgba(135,135,135,1);
}

ul.menu-moviles {
	padding: 0;
	list-style: none;
	margin: 0;
	background: white;
}
ul.menu-moviles li {
	cursor: pointer;
}
ul.menu-moviles li a {
	color: rgba(135,135,135,1);
	padding: 0 20px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.menu-moviles .vehiculos-desplegados, .menu-moviles .porque-mazda-desplegados, .menu-moviles .contacto-desplegados {
	position: relative;
	transform: translateY(0);
	transition: all 0.3s;
	width: 100%;
	display: none;
}

.menu-moviles .contenedor-columnas {
	margin-bottom: 0px;
}
.menu-moviles .item-moviles {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	cursor: pointer;
	border-bottom: 1px solid;
	transition: height 0.3s;
	min-height: 90px;
}

.menu-moviles .menu-mazda-item {
	margin: 15px 0;
	transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-moviles.item-activo {
	height: 100%;
	flex-direction: column;
	transition: height 0.3s;
	margin-bottom: 35px;
	overflow: visible;
	max-height: 100%;
}

li.hs-menu-item.hs-menu-depth-1.dos.item-moviles.item-activo {
	margin-bottom: 50px;
}

.menu-moviles .porque-mazda-desplegados .columna-vehiculos ul, .menu-moviles .contacto-desplegados .columna-vehiculos ul {
	color: black;
	text-align: center;
	font-size: 14px;
	line-height: .9;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.menu-moviles .porque-mazda-desplegados .columna-vehiculos ul li, .menu-moviles .contacto-desplegados .columna-vehiculos ul li {
	line-height: .75;
	padding-bottom: 10px;
}
.menu-moviles .porque-mazda-desplegados .columna-vehiculos ul li:first-child, .menu-moviles .contacto-desplegados .columna-vehiculos ul li:first-child {
	padding-top: 10px;
}

.menu-moviles .porque-mazda-desplegados .columna-vehiculos ul li a, .menu-moviles .contacto-desplegados .columna-vehiculos ul li a {
	color: rgba(135,135,135,1);
	font-weight: 100;
	letter-spacing: 0;
}

.menu-mazda-item.usados {
	background: rgba(220,220,220,1);
	padding: 30px 0;
	margin-bottom: 14px;
	cursor: default !important;
}
.menu-mazda-item.usados p {
	text-align: center;
}

.menu-final .menu-contenedor {
	position: absolute;
	top: 0;
	z-index: 99999 !important;
	right: 0;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/*width: 100%;*/
}
.menu-final a.menu-movil {
	right: 10px;
}
.menu-final a.menu-movil.open-bar {
	right: 20px;
}

.menu-inteligente.movil.menu-abierto {
	display: block !important;
}
.menu-inteligente.desk {
	position: absolute;
	top: 0;
	/*animation: entrada 1.5s forwards;*/
	display: none;
}


@-webkit-keyframes entrada {
	from {  z-index: -20;
		display:none;}
	to {    z-index: 999;
		display:block;}
}
@keyframes entrada {
	from {  z-index: -20;
		display:none;}
	to {    z-index: 999;
		display:block;}
}

/********************************/
@media (max-width: 1200px) {
	a.menu-movil {
		visibility: visible;
		transition: all 0.3s;
	}
	.menu-mazda ul {
		flex-direction: column;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9998;
		background: rgba(0,0,0,1);
		height: 0vh;
		opacity: 1;
		width: 100vw;
		transition: all 0.3s ease-in-out;
		opacity: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		max-width: 100vw !important;
		width: 100%;
	}
	.logo-mazda img {
		width: 60px !important;
	}
	.menu-final .header-menu-mazda > .row-fluid-wrapper.row-depth-1.row-number-2 > .row-fluid {
		justify-content: flex-start;
	}
	.menu-inteligente.desk {
		display: none !important;
	}
	.menu-burger-movil {
		display: block !important;
	}
	.porque-mazda-desplegados .hs_cos_wrapper p, .contacto-desplegados .hs_cos_wrapper p {
		margin: auto;
		max-width: 80%;
		text-align: center;
	}
	.menu-inteligente.movil.menu-abierto .contenedor-columnas > div > .row-fluid {
		border-bottom: 1px solid;
		padding-bottom: 20px;
	}
	li.cuatro a.link-vehiculo {
		display: flex !important;
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.menu-final .logo-mazda img {
		max-height: 40px;
	}
	.menu-final .menu-contenedor {
		height: 80px;
	}
}

@media (max-width: 476px) {
	.logo-mazda img {
		max-height: 60px;
	}
	.header-mazda {
		padding: 35px 25px;
	}
	.ebook .header-mazda {
		padding: 0px;
	}
	.logo-zoom-zoom {
		margin-right: 5px;
	}
}








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

.span12.widget-span.widget-type-cell.error-404 {
	height: 100vh;
	background: white;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
}

/*************************************/
/* footer */
/*************************************/

.footer-container.container-fluid {
	background: black;
}

.footer-container.container-fluid > div > .row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer {
	max-width: 1333px;
	padding: 20px 20px 40px 20px;
}

.copyright {
	font-size: 12px;
	text-align: center;
	color: rgba(135,135,135,1);
}

.footer-contenedor {
	margin: 40px auto;
	text-align: center;
}
img.hs-image-widget {
	position: relative;
	left: %;
}
.footer-contenedor h4, .footer-contenedor ul, .footer-contenedor li {
	color: rgba(135,135,135,1);
	text-decoration: none;
	list-style: none;
	padding: 0;
}

.redes-footer ul {
	display: flex;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	justify-content: space-between;
	list-style: none;
	width: fit-content;
	margin: 50px auto 10px auto;
	padding: 0;
	max-width: 280px;
}

.copyright .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width:85vw;
	margin: auto;
}

.copyright .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid .span8.widget-span.widget-type-custom_widget, .copyright .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid .span7.widget-span.widget-type-custom_widget {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 500px !important;
	margin: auto;
}

.privacidad {
	color: rgba(220,220,220,1);
}
button.boton-privacidad, button.boton-proteccion-datos, a.boton-proteccion-datos {
	border: 1px solid;
	border-radius: 4px;
	padding: 5px;
	line-height: 1;
	font-size: 10px;
	text-transform: inherit;
	cursor: pointer;
}
.aviso-privacidad, .proteccion_de_datos {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	background: white;
	color: rgba(85,85,85,1);
	padding: 40px;
	width: 80vw;
	margin: 40px auto;
	right: 0;
	border-radius: 4px;
}
.aviso-privacidad.mostrar-privacidad,
.proteccion_de_datos.mostrar-proteccion-datos {
	display: block !important;
	animation: aparecer 1s forwards;
}

.aviso-privacidad a {
	color: rgba(0,0,0,1);
}
.boton-privacidad {
	background: transparent;
	border: none;
	color: rgba(220,220,220,1);
	cursor: pointer;
	padding: 0;
	text-transform: uppercase;
	outline: none;
}
i.cerrar {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.pag-privacidad .contenido-centrado a {
	color: rgba(0,0,0,1);
}


.redes-footer li {
	color: rgba(135,135,135,1);
	transition: all 0.3s;
	font-size: 16px;
	margin: 10px;
}
.redes-footer li a {
	color: rgba(135,135,135,1);
	transition: all 0.3s;
	font-size: 16px;
}

.redes-footer li a:hover {
	color: rgba(220,220,220,1);
	transition: all 0.3s;
}

.hs-blog-listing a.author-link {
	color: rgba(180,180,180,1);
	text-decoration: none;
	transition: all 0.3s;
}

.hs-blog-listing a.author-link:hover {
	color: rgba(0,0,0,1);
	transition: all 0.3s;
}

.blog-pagination {
	max-width: fit-content;
	margin: 40px auto;
	display: block;
	height: 100px;
}

a.all-posts-link, a.next-posts-link, a.previous-posts-link {
	padding: 7px 20px;
	background: gray;
	border-radius: 4px;
	text-decoration: none;
	margin: auto 20px;
}

.acciones-blog > div {
	margin: auto;
	max-width: 1024px;
}

.suscripcion input[type="email"], .suscripcion input[type="text"] {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 1px solid rgba(135,135,135,1);
	color: rgba(135,135,135,1);
}

.suscripcion form label {
	color: rgba(135,135,135,1);
}

.suscripcion form legend.hs-field-desc {
	font-size: 12px;
	display: block !important;
	margin: 0px 0 10px 0;
	height: 10px;
	padding: 0;
}

.suscripcion input[type="submit"] {
	background: rgba(85,85,85,1);
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	color: rgba(220,220,220,1);
	outline: none;
	border: none;
	transition: all .3s;
	cursor: pointer;
}

.suscripcion input[type="submit"]:hover {
	color: white;
	transition: all .3s;
	background: rgba(135,135,135,1);
}

.suscripcion .actions {
	margin: 30px 0;
}

.suscripcion h3 {
	color: rgba(135,135,135,1);
}

.suscripcion form ul.no-list.hs-error-msgs.inputs-list {
	list-style: none;
	padding-left: 10px;
	color: red;
}

.copyright img.hs-image-widget {
	max-width: 165px !important;
	padding: 20px;
	width: calc(100% - 40px) !important;
	/* min-width: 150px; */
}

.footer-list ul li {
	text-transform: uppercase;
}

.footer-list ul li a {
	text-decoration: none;
	color:white;
}


.disclaim span {
	max-width: 768px !important;
	/*width: 80% !important;*/
	display: flex;
	flex-direction: column;
	margin: auto;
	text-align: left;
}


@media (max-width: 768px) {
	.footer a img.hs-image-widget {
		transform: translateX(-30px);
	}
}

/************************************/
/* Cuerpo */
/************************************/

.hero-landing {
	position: relative;
	margin-top: 180px;
	overflow: hidden;
	min-height: 680px !important;
}


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

.landing-1 .span12.widget-span.widget-type-custom_widget.hero-imagen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}


.hero-imagen:before {
	content: "";
	position: absolute;
	background: #44444461;
	width: 100vw;
	height: -webkit-fill-available;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.img-fondo:before {
	content: "";
	position: absolute;
	background: linear-gradient(to right,rgba(0, 0, 0, 0.7294117647058823),rgba(142, 142, 142, 0));
	width: 100vw;
	height: -webkit-fill-available;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.hero-landing .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
	display: flex;
	justify-content: center;
	margin: auto;
}

.hero-landing-container {
	position: relative;
	/*max-width: 1333px;*/
	margin: auto !important;
	/*width: 80vw;*/
	z-index: 1;
}

.hero-landing-container > div > .row-fluid {
	min-height: 768px !important;
	display: flex;
	margin: auto;
	padding: 80px 0 0 0;
	justify-content: center;
	flex-wrap: wrap;
}

.landing-2 .hero-landing-container>div>.row-fluid {
	min-height: calc(100vh - 200px) !important;
	padding: 0;
}

.hero-landing-textos h1 {
	font-family: Mazda;
	font-weight: 100;
	font-size: 2em;
	color: white;    
}

.lpa .hero-landing-textos {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.test-drive {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.test-drive div {
	width: fit-content;
	margin: auto;
}
.test-drive p {
	font-size: 1.2em !important;
}

.ebook .hero-landing {
	overflow: visible;
}

.hero-landing-textos h1 span {
	font-family: Mazda Bold;
}

.centrar > div {
	display: flex;
	margin-left:10px auto;
	justify-content: center;
	align-items: center;
}
.centrar-cta > div {
	padding-left:425px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:500px;
}



body.test fieldset.form-columns-3 .hs-form-field {
	width: 33.3% !important;
}

@media (max-width: 900px) {
	.landing-1 .hero-auto {
		margin: 0 !important;
	}
}

@media (max-width: 500px) {
	.botonera-slider a {
		min-width: 100px !important;
	}

	.centrar-cta > div {
		padding-left:5px;
		width:20px;
		display: flex;
		margin-left: 83px;
		margin-bottom:10px;

	}

	.centrar-cta .centrar-1{
		padding-left:7px;
		margin-bottom:10px;
	}



}

/********************************/
/* formularios */
/********************************/

a.enlace-interno form {
	padding-top: 150px;
}

.landing-1 a.enlace-interno form {
	padding-top: 0px;
}


input:focus {
	border: 1px solid black !important;
	transition: all 0.3s;
}

.hero-formulario form textarea, .hero-formulario input[type="text"], .hero-formulario input[type="password"], .hero-formulario input[type="datetime"], .hero-formulario input[type="datetime-local"], 
.hero-formulario input[type="date"], .hero-formulario input[type="month"], .hero-formulario input[type="time"], .hero-formulario input[type="week"], .hero-formulario input[type="number"], 
.hero-formulario input[type="email"], .hero-formulario input[type="url"], .hero-formulario input[type="search"], .hero-formulario input[type="tel"], .hero-formulario input[type="color"], .hero-formulario select {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	height: 45px;
	color: rgba(135,135,135,1);
}

.formulario-landing-2 form textarea, .formulario-landing-2 input[type="text"], .formulario-landing-2 input[type="password"], .formulario-landing-2 input[type="datetime"], .formulario-landing-2 input[type="datetime-local"], 
.formulario-landing-2 input[type="date"], .formulario-landing-2 input[type="month"], .formulario-landing-2 input[type="time"], .formulario-landing-2 input[type="week"], .formulario-landing-2 input[type="number"], 
.formulario-landing-2 input[type="email"], .formulario-landing-2 input[type="url"], .formulario-landing-2 input[type="search"], .formulario-landing-2 input[type="tel"], .formulario-landing-2 input[type="color"], .formulario-landing-2 select {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	height: 45px;
	color: rgba(135,135,135,1);
}

.formulario-landing-2 input[type='checkbox'], .formulario-landing-2 input[type='submit'] {
	width: auto !important;
}
.hero-formulario form ul.no-list.hs-error-msgs.inputs-list, .formulario-landing-2 form ul.no-list.hs-error-msgs.inputs-list {
	list-style: none;
	padding-left: 10px;
	color: rgba(145,10,45,1)
		margin-bottom: 0;
}

.hero-formulario form legend.hs-field-desc, .formulario-landing-2 form legend.hs-field-desc {
	font-size: 12px;
	margin: 0px 0 10px 0;
	min-height: 10px;
	padding: 0;
}

.hero-formulario form label {
	color: white;
	margin-bottom: 10px;
	display: block;
}

.formulario-landing-2 form label {
	color: white;
	margin-bottom: 10px;
	display: block;
}

.landing-1 .hero-formulario fieldset > div, .landing-2 .hero-formulario fieldset > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*min-height: 75px;*/
}

.landing-1 .hs-input, .landing-2 .hs-input {
	min-height: 35px;
	margin-bottom: 10px;
}

.landing-2 select.hs-input {
	width: 100% !important;
}

ul.no-list.hs-error-msgs.inputs-list  {
	margin: 0 !important;
	padding: 0 !important;
}

ul.no-list.hs-error-msgs.inputs-list label {
	color: rgba(145,10,45,1);
	margin: 0 !important;
	transform: translateY(-5px);
	padding-top: 10px !important;
}

.hs-dependent-field ul.inputs-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hs-dependent-field ul.inputs-list .hs-field-desc {
	display: none !important;
}

.hs-dependent-field ul.inputs-list li label {
	display: flex;
	align-items: center;
}

.hs-input.hs-fieldtype-intl-phone select {
	max-width: 70px;
}

.hs-input.hs-fieldtype-intl-phone {
	display: flex !important;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.hs-input.hs-fieldtype-intl-phone input#phone-b08f3b79-4dec-4322-acf2-c19ff718a52b_1435 {
	float: right;
	margin: 0;
	right: 0;
	width: 100% !important;
	margin-left: 20px;
}

.landing-1 .hs-fieldtype-intl-phone.hs-input input, .landing-2 .hs-fieldtype-intl-phone.hs-input input {
	width: 100% !important;
	margin-left: 10px;
}

.exonerados .formulario-landing-2 {
	margin: 0 !important;
}
.formulario-landing-2 {
	margin: 22px 0 30px 0 !important;
}

.landing-2 form {
	margin: auto;
	width: 80vw;
	max-width: 768px;
}

.landing-2 .formulario-landing-2 fieldset.form-columns-1 select, .landing-2 .formulario-landing-2 fieldset textarea {
	width: 100% !important;
	height: 45px;
}

.landing-2 .hs-fieldtype-intl-phone.hs-input input {
	margin-bottom: 10px;
}

.landing-2 .formulario-landing-2 fieldset textarea {
	min-height: 65px;
}

.landing-2 .formulario-landing-2 fieldset {
	max-width: 100%;
}

ul.inputs-list, ul.inputs-list li label {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

input#inputLocal {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	height: 45px;
	color: rgba(135,135,135,1);
}

/********************************/
/* Landing-1 */
/********************************/

.landing-1 {
	background: transparent;
}

.landing-1 .header-mazda, .landing-2 .header-mazda {
	/*background: transparent;*/
}

.landing-1 .hero-landing, .landing-2 .hero-landing {
	margin-top: 0px;
}

.landing-1 .hero-imagen img.hs-image-widget {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-height: -webkit-fill-available;
	min-height: -moz-available; 
	object-fit: cover;
	width: auto !important;
	min-width: 100vw; 
	z-index: -1;
	height: stretch;
	height: -webkit-fill-available;
	height: -moz-available; 
}

.hero-auto {
	width: fit-content !important;
	min-width: 50%;
	margin: 0 auto;
}
.lpa .hero-auto {
	width: fit-content !important;
	min-width: 50%;
	margin: unset;
}

.hero-landing-textos {
	margin: 0 30px 30px 30px !important;
	width: fit-content !important;
}

/*
.landing-1 .hero-landing-textos {
display: flex !important;
flex-direction: column;
height: -webkit-fill-available;
align-items: center;
justify-content: space-around;
}
*/
.imagen-detalle img, .imagen-detalle-mobile img {
    left: 0 !important; 
}

.landing-1 .hero-landing-container > div > .row-fluid {
	padding: unset;
	min-height: calc(100vh - 200px) !important;
	padding-top: 172px;
}

.landing-1 .hero-landing-container>.row-fluid-wrapper.row-depth-1.row-number-7>.row-fluid {
	padding-top: 0px;
}

.landing-1 .hero-landing .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid, .landing-2 .hero-landing .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
	/*max-width: 1700px;*/
}

.landing-1 .hero-formulario {
	/*background: black;*/
	padding: 30px;
	/*height: fit-content;*/
	margin-bottom: 0;
	margin-top: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: auto;
}

.landing-1 .hero-formulario:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	/*filter: blur(144px);*/
}

.ebook .hero-formulario:before {
	content: "";
	background: rgb(0, 0, 0);
}

.landing-1 legend.hs-field-desc {
	color: rgba(135,135,135,1) ;
}

.landing-1 .hero-formulario fieldset.form-columns-1 select, .landing-1 .hero-formulario fieldset textarea {
	width: 100% !important;
}

.landing-1 .hero-formulario fieldset textarea {
	min-height: 80px;
}

.landing-1 .hero-formulario fieldset {
	/*margin-bottom: 20px !important;*/
}

.landing-1 select#phone_ext-b08f3b79-4dec-4322-acf2-c19ff718a52b_3384 {
	width: 55px !important;
}

input.hs-button.primary.large {
	background: rgba(0,0,0,1);
	outline: none;
	border: none;
	cursor: pointer;
	float: right;
	color: white !important;
	text-decoration: none !important;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
}

input.hs-button.primary.large:hover {
	color: white;
	transition: all .3s;
	background: rgba(135,135,135,1);
}

.hero-formulario input.hs-button.primary.large {
	background: white !important;
	color: rgba(0,0,0,1) !important;
	transition: all 0.3s;
}
.hero-formulario input.hs-button.primary.large:hover {
	background: rgba(135,135,135,1) !important;
	color: white !important;
	transition: all 0.3s;
}

.hero-formulario h3 {
	font-weight: normal;
}

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

.contenido-centrado .row-fluid {
	max-width: 1024px;
	margin: auto;
}

.contenido-centrado p {
	color: rgba(85,85,85,1);
	text-align: center;
	margin: 20px auto;
	max-width: 80%;
}

.carac-destacadas {
	color: rgba(85,85,85,1);
	border-bottom: 1px solid;
	padding-bottom: 50px;
	margin-top: 50px;
}

.carac-destacadas p {
	font-family: Mazda;
	color: rgba(85,85,85,1);
	margin-bottom: 20px;
}

.img-fondo {
	position: relative;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
	min-height: 600px !important;
}

.img-fondo .row-fluid-wrapper.row-depth-1.row-number-10 {
	width: 100%;
}

.img-fondo .row-fluid-wrapper.row-depth-1.row-number-12 {
	/*position: absolute;*/
	top: 0;
	/*min-height: -webkit-fill-available;*/
}

.img-fondo img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
	min-width: 100vw;
	min-height: 600px;
	height: -webkit-fill-available;
}

.img-fondo ul {
	list-style: none;
	width: 80vw;
	padding: 0;
	margin: 0 30px;
	max-width: 476px;
	z-index: 1;
	position: relative;
	text-align: center;
}

.img-fondo h2 {
	font-weight: normal;
}

.landing-2 .img-fondo ul {
	margin: unset;
	width: auto;
}

.img-fondo ul li {
	border-bottom: 1px solid;
	padding: 25px 5px;
	font-family: Mazda Type;
	font-size: 16px !important;
	color: white;
	text-transform: uppercase;
}

.img-fondo ul li:last-child {
	border-bottom: none;
}

.carac-cuartos-cont {
	margin-bottom: 50px;
}

.carac-cuartos-cont > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 100vw;
}

.carac-cuartos-cont > div > .row-fluid .carac-cuartos {
	margin: 0;
	width: 25vw;
	color: rgba(85,85,85,1);
	outline: 1px solid white;
}

.carac-cuartos img {
	height: 300px;
	object-fit: cover;
}

.carac-dest-each img {
	display: block;
  margin: 0 auto;
  height: 200px!important;
  object-fit: contain;
  object-position: center;
}

.carac-cuartos .widget-type-rich_text {
	/*width: 70% !important;*/
	margin: auto;
	/*margin-bottom: 20px;*/
}

.carac-cuartos .widget-type-rich_text ul {
	list-style: none;
	padding: 0;
}

.contenedor-2-cta .row-fluid, .contenedor-2-cta .row-fluid .span6 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}

.contenedor-2-cta .row-fluid {
	width: 80vw;
	display: flex;
	margin: auto;
}

.contenedor-2-cta .row-fluid .span6 {
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.letra-chica {
	width: 640px;
	font-size:15px;
}

.letra-chica-1:hover{
	color:yellow;
	cursor:pointer;
}


/********************************/
/* Landings-2 */
/********************************/

.landing-2 .hero-landing-container {
	padding-top: 200px;
}

.landing-2 .hero-banner-video {
	position: unset;
}

.landing-2 video.video-fondo {
	position: absolute;
	top: 0;
	z-index: -1;
	/*min-width: -webkit-fill-available;*/
	min-height: -webkit-fill-available;
	object-fit: cover;
	bottom: 0;
	left: 0;
	height: auto;
	min-width: 100vw;
}

a.cta-correos, a.cta-gris {
	background: rgba(0,0,0,1); 
	color: white !important;
	text-decoration: none !important;
	font-family: Mazda Type;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
	border: 2px solid rgba(0,0,0,1); 
}

a.blanco {
	background: white !important; 
	color: rgba(0,0,0,1) !important;
	text-decoration: none !important;
	font-family: Mazda Type;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
}


a.blanco:hover {
	background: #878787 !important; 
	color: rgba(0,0,0,1) !important;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
}

a.blanco-borde {
	background: white !important; 
	color: rgba(0,0,0,1) !important;
	text-decoration: none !important;
	font-family: Mazda Type;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
	border: 2px solid rgba(0,0,0,1);
}


a.blanco-borde:hover {
	background: #878787 !important; 
	color: rgba(0,0,0,1) !important;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	border: 2px solid #878787;
}


a.cta-correos:hover {
	background: #878787; 
	color: white !important; 
	transition: all .3s;
	border: 2px solid #878787;
}

a.cta-gris {
	background-color: transparent !important;
	border: 2px solid rgba(0,0,0,1) !important;
	color: rgba(0,0,0,1) !important;
	padding: 13px 16px !important;
}
a.cta-gris:hover {
	background: #878787 !important; 
	color: white !important; 
	transition: all .3s;
	border: 2px solid #878787 !important;
}

a.cta-gris span{
	font-family: Mazda Type;
	font-size: unset !important;
}
.galeria-modelo > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	min-height: 350px;
	/*max-height: 600px;*/
	/*height: 100vh;*/
	width: 100vw;
	margin: 50px 0;
	padding: 0;
}

.galeria-grande > .row-fluid-wrapper.row-depth-1.row-number-7 {
	width: -webkit-fill-available;
}

.galeria-modelo > div > .row-fluid > div {
	height: 600px;
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	outline: 1px solid white;
	overflow: hidden;
	max-height: 600px;
	position: relative;
}

.galeria-chico {
	width: 30vw !important;
	min-width: 300px;
}

.galeria-grande{
	width: 70vw !important;
}

.galeria-grande, .galeria-chico, .chico-item {
	outline: 1px solid white;
}

.span3.widget-span.widget-type-cell.galeria-chico {
	flex-wrap: wrap;
}
.galeria-modelo>div>.row-fluid>div span {
	display: flex !important;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin: auto;
	height: -webkit-fill-available;
	width: -webkit-fill-available;

}

.galeria-modelo > div > .row-fluid > div img {
	object-fit: cover;
	min-width: 100%;
	min-height: -webkit-fill-available;
	max-height: 600px;
	/*position: absolute;*/
	max-width: 100vw;
	/*width: -webkit-fill-available !important;*/
}

.galeria-modelo video {
	/*height: 100%;*/
	object-fit: cover;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 300px;
	height: -webkit-fill-available;
}

.galeria-grande img {
	min-height: 600px;
	min-width: 75vw !important;
}

.chico-item {
	position: relative;
	height: 300px;
}

.chico-item img {
	min-height: 300px;
	width: auto !important;
	height: 300px;
	min-width: 33vw !important;
}

.galeria-chico > div {
	max-height: 300px;
	outline: 1px solid white;
}

.galeria-chico > div span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.formulario-landing-2 input {
	width: 100% !important;
}

.formulario-landing-2 input[type="checkbox"], .formulario-landing-2 input[type="submit"] {
	width: initial !important;
}

.landing-2 .caracteristicas-landing > div > .row-fluid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 85vw;
}

.landing-2 .carac-destacadas ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.landing-2 .carac-destacadas {
	color: white;
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 0;
}

.landing-2  .carac-destacadas p {
	padding: 0;
	margin: 0 auto;
	color: white;
}

.landing-2  .carac-destacadas ul li {
	margin: 20px;
}

.caracteristicas-landing {
	margin-bottom: 50px;
}

.archivo-video video {
	min-height: -webkit-fill-available;
	min-width: 33vw;
}
.archivo-video {
	height: -webkit-fill-available;
}

.vive-mazda {
	position: absolute;
	right: 0;
	top: 0;
	width: fit-content;
	height: 100vh;
	z-index: -1;
}

.vive-mazda > div > span > img {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 40px 50px;
	width: 220px !important;
}

@media (max-width: 1024px) {
	.galeria-chico, .galeria-grande {
		width: 100vw !important;
	}
	.galeria-chico {
		height: 300px !important;
	}
	.chico-item img {
		width: 50vw !important;
	}
	.archivo-video video {
		min-height: -webkit-fill-available;
		width: 50vw;
	}
}

@media (max-width: 768px) {
	.galeria-chico {
		height: 600px !important;
	}
	.chico-item img {
		height: 300px !important;
		width: 100vw !important;
	}
	.archivo-video video {
		min-height: -webkit-fill-available;
		width: 100% !important;
		max-width: 100vw !important;
	}
	.landing-2 .img-fondo ul {
		width: 80vw;
	}
	.detalle-video {
		width: 80% !important;
	}
}



/********************************/
/* Landing 3 */
/********************************/

.land-3 {
	background: white;
}

.land-3 .hero-landing {
	min-height: auto !important;
	margin-top: 150px;
	max-height: 100% !important;
}

.land-3 .header-mazda {
	background: #2b2b2b !important;
}

.land-3 .logo-mazda img {
	height: 60px;
}

.land-3 video.video-fondo {
	position: relative;
	z-index: -1;
	/* min-width: unset; */
	/* min-height: unset; */
	/* object-fit: contain; */
	/* max-width: 100vw; */
	/* height: 100% !important; */
	/* width: 100%; */
	/* max-width: 120vw !important; */
	max-height: calc(100vh - 150px);
	/* overflow: hidden; */
	min-height: 800px;
}

.land-3 .hero-auto {
	min-width: unset;
	width: 100% !important;
	/*background: white;*/

	/*background-image: linear-gradient(to bottom,rgba(0,0,0,1), transparent);*/
	/*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(transparent));*/
	position: absolute;
	left: 0;
	top: 0;
	animation-name: aparecer;
	animation-duration: 2s;
}

.land-3 .hero-banner-video {
	position: relative;
	/*max-height: calc(100vh - 190px);*/
	overflow: hidden;
	/* min-height: 800px; */
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
}

.land-3 .hero-banner-video:after {
	content: "";
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.3;
}

.land-3 .hero-auto h1 {
	font-size: 33px;
	text-align: center;
	font-family: Mazda Type;
	margin-bottom: 0px;
	color: white;
	margin-top: 60px;
	font-weight: normal;
	text-transform: uppercase;
}
.land-3 .hero-auto h1 span {
	font-family: Mazda Bold;
}
.land-3 .hero-auto h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	font-family: Mazda Type;
	font-weight: 100;
	color: white;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.land-3 .contenido-centrado .row-fluid {
	max-width: 1333px;
}

.land-3 a.enlace-interno form {
	padding-top: 30px;
}

.land-3 .img-fondo {
	margin-top: 0;
	min-height: auto !important;
	min-height: 50vh !important;
}

.land-3 .img-fondo .row-fluid-wrapper.row-depth-1.row-number-16 {
	position: absolute;
}

.land-3 .img-fondo img {
	min-height: 100%;
	object-fit: cover;
	bottom: 0;
	margin: auto;
	height: auto !important;
}

.land-3 .img-fondo ul {
	margin: 40px;
}

.land-3 .img-fondo ul li {
	padding: 10px 5px;
	font-size: 14px !important;
	width: fit-content;
	text-align: left !important;
	text-transform: lowercase;
	border-bottom: 0px !important;
	font-family: Mazda Type;
}
.land-3 .img-fondo ul li:first-letter {
	text-transform: uppercase;
}

.land-3 .carac-destacadas ul {
	max-width: unset;
	margin: 40px 0;
	flex-direction: inherit;
	flex-wrap: wrap;
	justify-content: center;
}

.land-3 .carac-destacadas ul li {
	position: relative;
	margin: 20px 5px;
	max-width: 300px;
	width: 100%;
}

.land-3 .formulario-landing-2 form label, .land-3 .carac-destacadas p, .land-3 .carac-destacadas ul li {
	color: rgba(0,0,0,1);
}


.land-3.contacto .formulario-landing-2 form label {
	text-align: left;
}

.land-3 .carac-destacadas ul li:nth-child(1):after, .land-3 .carac-destacadas ul li:nth-child(2):after {
	background-color: #ccc;
	bottom: -15px;
	height: 120px;
	position: absolute;
	right: -15px;
	-webkit-transform: rotate(24deg);
	transform: rotate(24deg);
	width: 1px;
	content: "";
}

.land-3 .carac-destacadas ul li div {
	font-size: 14px;
	text-align: center;
	margin: auto;
	letter-spacing: 2px;
}
.land-3 .carac-destacadas ul li div span {
	display: block;
	/* font-size: 12px; */
	color: rgba(135,135,135,1);
}

.land-3 .img-fondo .row-fluid-wrapper.row-depth-1.row-number-10 {
	width: 100%;
	max-width: 1333px;
	margin: auto;
}

.land-3 .carac-destacadas p {
	width: 100% !important;
	max-width: unset;
	font-family: Mazda Type;
}

.land-3 .img-fondo:before {
	display: none;
}


.land-3 .contenedor-2-cta .row-fluid {
	max-width: 80vw;
	margin: auto;
}

.land-3 .contenedor-2-cta .widget-type-cta {
	display: flex;
	align-items: center;
	justify-content: center;
}

.land-3 .contenedor-2-cta .row-fluid .span6 {
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
}
.land-3 .contenedor-2-cta .row-fluid .span4 {
	margin: 10px 5px;
}

.land-3 .carac-destacadas {
	margin: 50px auto;
}
.land-3 .span12.widget-span.widget-type-custom_widget.destacado-items {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	margin: auto;
	width: 100vw;
}
.land-3 .span12.widget-span.widget-type-custom_widget.destacado-items > div {
	width: 90vw;
	margin: auto;
	max-width: 1333px;
}

.land-3 .carac-cuartos-cont>div>.row-fluid {
	justify-content: center;
	background: #f5f5f5;
	padding-bottom: 40px;
	padding-top: 40px;
	max-width: 100%;
}
.land-3 .carac-cuartos-cont>div>.row-fluid .carac-cuartos {
	width: 20vw;
	margin: 20px;
	max-width: 320px;
	border: 1px solid #c5c5c5;
	background: white;
	min-width: 250px;
}
.land-3 .carac-cuartos .widget-type-linked_image {
	width: 100% !important;
}
.land-3 .carac-cuartos .widget-type-rich_text h3 {
	font-weight: 100;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	width: 90%;
	margin: 20px auto;
}
.land-3 .carac-cuartos .widget-type-rich_text {
	line-height: 1.5;
}
.land-3 .carac-cuartos img {
	height: 200px;
}
.land-3 .carac-cuartos .widget-type-rich_text p {
	text-align: center;
	font-size: 14px;
	width: 90%;
	margin: auto;
}


.land-3 .boton-arrastrar {
	position: absolute;
	bottom: 30px;
	max-width: 1333px;
	width: 80vw;
}

.land-3 .boton-arrastrar > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
	left: 0;
	right: 0;
	height: auto;
}
.land-3 .boton-arrastrar a.cta-correos {
	background: transparent !important;
	height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transform: rotate(-90deg);
	font-family: Mazda Type;
	line-height: 0;
	border: 1px solid white;
	padding-bottom: 2px;
	min-width: unset !important;
}
.land-3 .boton-arrastrar a.cta-correos:hover {
	background: white !important;
	color: rgba(85,85,85,1) !important;
	border: 1px solid white;
}

.land-3 .carac-cuartos-cont {
	margin-bottom: 0px;
}

.land-3 .logo-zoom-zoom img {
	max-width: 180px;
}

.land-3 a.enlace-interno {
	height: 40px;
	display: block;
}

.carac-destacadas ul li {
	animation: aparecer 2s 1;
}
@keyframes aparecer {
	from {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}
.botonera-versiones {
	display: flex;
	justify-content: center;
	/* width: min-content; */
	margin: auto;
	/* min-width: 331px; */
	flex-wrap: wrap;
}
.boton-versiones {
	background: transparent;
	border: none;
	font-size: 16px;
	font-family: Mazda Type;
	color: rgba(135,135,135,1);
	margin: 10px;
	outline: none;
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	text-transform: uppercase;
}
.boton-versiones:before {
	content: "";
	position: absolute;
	background: transparent;
	transition: all 0.3s;
	height: 2px;
	width: 100%;
	bottom: -15px;
}
.boton-versiones.ver-activa:before {
	content: "";
	background: rgba(135,135,135,1);
	transition: all 0.3s;
	height: 2px;
	width: 100%;
	bottom: -2px;
}
button#version-1 {
	left: 0;
}
button#version-2 {
	right: 0;
}

.precio-sugerido {
	position: absolute;
	bottom: 30px;
	left: 5vw;
	color: white;
}

.precio-sugerido h4 {
	font-weight: 100;
	font-size: 25px;
	margin-bottom: 0;
}

.precio-sugerido h3 {
	font-family: Mazda Type;
	margin-bottom: 20px;
	margin-top: 5px;
}
.precio-sugerido h3 span {
	font-family: Mazda Type;
	font-size: 1.8em;
	line-height: 0;
	transform: translateY(31px);
	position: absolute;
	font-weight: normal;
}
.precio-sugerido p {
	font-size: 15px;
	margin-top:0px;
	margin-bottom:0px;
}

.precio-sugerido .item-precio{
	font-size: 25px;
	margin-top:-20px;
}

@media (max-width: 800px) {

	.precio-sugerido .item-precio{
		text-align: center;
	} 
}
/*****************************/

@media (max-width: 1024px) {
	.land-3 .img-fondo img {
		position: relative;
		max-height: 400px;
		overflow: hidden;
		height: auto;
		min-height: unset;
		width: 100vw !important;
	}
	.land-3 .destacado-items {
		background: rgba(0,0,0,1);
		width: 100vw !important;
		max-width: unset;
	}
	.land-3 .img-fondo ul {
		margin: 40px auto;
	}
	.land-3 .img-fondo ul li {
		text-align: center !important;
		margin: auto;
	}
	.land-3 .span12.widget-span.widget-type-custom_widget.destacado-items > div {
		width: auto;
	}
	.land-3 .img-fondo .row-fluid-wrapper.row-depth-1.row-number-16 {
		position: relative;
	}
}

@media (max-width: 768px) { 
	.land-3 .hero-auto, .land-3 .hero-banner-video {
		position: relative;
	}
	.land-3 .hero-banner-video {
		margin-top: 40px;
	}
	.land-3 .formulario-landing-2 {
		margin: 20px auto;
	}
	.land-3 .hero-auto h1 {
		color: rgba(0,0,0,1);
	}
	.modelos .submenu-modelos {
		/*display: none !important;*/
    position: relative!important;
	}
  .modelos .submenu-modelos > .row-fluid-wrapper > .row-fluid  {
    flex-wrap: wrap;
    height: auto;
  }
  .modelos .submenu-modelos > .row-fluid-wrapper > .row-fluid .nombre-modelo {
    display: none!important;
  }
  .imagen-fondo {
    min-height: 260px;
    background-position: right;
  }
  #hs_cos_wrapper_module_1560867359332434 h1 {
    font-size: 70px !important;
  }
  #hs_cos_wrapper_module_1564543665604367 h3 {
    font-size: 15px !important;
  }
	.modelos .hero-auto h1 {
		margin-top: 20px !important;
	}
	.header-mazda-2 .header-menu-mazda > div > .row-fluid {
		height: auto;
	}
	.land-3 .hero-auto h3 {
		color: rgba(85,85,85,1);
		margin-bottom: 10px;
	}
	.land-3 .carac-cuartos-cont>div>.row-fluid .carac-cuartos {
		width: 85vw;
	}
	.precio-sugerido {
		width: 100%;
		position: relative;
		color: rgba(85,85,85,1);
		bottom: unset;
		left: unset;
	}
	.precio-sugerido .hs_cos_wrapper_type_rich_text {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 80vw;
		margin: 5px auto;
	}
	.precio-sugerido h3 {
		line-height: 0;
		margin: 15px auto !important;
	}
	.precio-sugerido h3 span {
		width: 100%;
		position: relative;
		color: rgba(145,10,45,1);
		font-size: 1.2em !important;
		font-weight: normal;
	}
	.precio-sugerido h4, .precio-sugerido h3, .precio-sugerido p {
		margin: 5px auto;
	}
	.land-3 video.video-fondo {
		min-height: 500px !important;
		max-width: 100vw !important;
	}
}


@media (max-width: 476px) {
  #hs_cos_wrapper_widget_1681310310392 {
    width: 350px;
    margin: 0 auto;
  }
	.land-3 .hero-landing {
		margin-top: 130px;
	}
	.land-3 .boton-arrastrar {
		display: none;
	}
	.land-3 .header-mazda {
		padding: inherit;
	}
	.land-3 video.video-fondo {
		min-height: 200px !important;
		max-width: 100vw !important;
	}
	.land-3 .hero-banner-video {
		min-height: unset;
	}
}

@media (max-width: 619px) {
	.land-3 .carac-destacadas ul li:nth-child(1):after, .land-3 .carac-destacadas ul li:nth-child(2):after {
		content: none;
		display: none;
	}
}


/********************************/
/* Landing 4 */
/********************************/


body.landing-2.land-3.exonerados.exonerados-2 .encabezado-exo h1 {
	font-family: Mazda Type;
	margin-bottom: 0;
	color: white;
}

body.landing-2.land-3.exonerados.exonerados-2 .encabezado-exo h3 {
	font-size: 20px;
	margin-bottom: 30px;
	font-family: Mazda Type;
	font-weight: 100;
	color: white;
	margin-top: 0px;
	max-width: unset;
}



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

@media (max-width: 768px) {
	body.landing-2.land-3.exonerados.exonerados-2 .hero-exonerados .fondo-exonerados {
		position: relative !important;
		z-index: 1 !important;
	}
	body.landing-2.land-3.exonerados.exonerados-2 .hero-exon-container {
		height: auto;
	}
	body.landing-2.land-3.exonerados.exonerados-2 .encabezado-exo h1, body.landing-2.land-3.exonerados.exonerados-2 .encabezado-exo h3 {
		color: rgba(85,85,85,1);
	}
	body.landing-2.land-3.exonerados.exonerados-2 .encabezado-exo>div>.row-fluid {
		margin: 0 auto;
	}
}

/********************************/
/* LPA */
/********************************/

.lpa .hero-landing > .row-fluid-wrapper.row-depth-1.row-number-1 {
	position: absolute;
	top: 0;
	left: 0;
	min-height: -webkit-fill-available;
	width: -webkit-fill-available;
	bottom: 0;
}

.lpa .hero-imagen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.lpa h2 {
	font-size: 2em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom:0;
	font-family: Mazda Type;
}

.lpa p {
	font-size: 1.2em;
	color: white;
	text-align: center;
	font-family: "Interstate Light";
	margin-top:0;
}


.lpa .hero-auto {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	max-width: 85vw;
	margin-bottom: 60px;
}

.lpa .hero-auto .row-fluid-wrapper.row-depth-1.row-number-1 {
	float: right !important;
	display: flex !important;
	width: -webkit-fill-available;
}

.contenido-promocionado {
	float: left !important;
	width: fit-content !important;
	margin: auto !important;
	display: flex !important;
	flex-direction: column;
	/* align-items: flex-end; */
}

.contenido-promocionado h1 {
	font-family: Mazda;
	font-weight: 100;
	color: white;
}

.contenido-promocionado h1 span {
	font-family: Mazda Bold;
}

.landing-1.lpa .contenido-promocionado {
	position: absolute;
	right: 30px;
	bottom: 30px;
	align-items: center;
}

.landing-1.lpa .hero-auto {
	justify-content: flex-start;
}

/********************************/
/* LPA 3 */
/********************************/
.lpa-imagen {
	position: relative;
	/*max-height: calc(100vh - 150px);*/
	overflow: hidden;
	width: -webkit-fill-available;
	z-index: -1;
}
.lpa-imagen:after {
	content: "";
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.3;
}
.lpa-imagen img.hs-image-widget {
	position: relative;
	z-index: -1;
	min-width: unset;
	min-height: unset;
	object-fit: cover;
	max-width: 100vw;
	height: auto;
	width: 100% !important;
}

.cta-caja {
	position: absolute;
	height: calc(100vh - 150px);
	bottom: 0;
	display: flex !important;
	justify-content: space-between;
	width: 100vw !important;
}

.cta-caja > div > .row-fluid {
	display: flex;
	align-items: flex-end;
	height: calc(100vh - 150px);
}

.cta-promocion {
	display: flex !important;
	align-items: center;
	position: relative;
	margin: 30px auto;
	cursor: pointer;
	justify-content: center;
}

.cta-promocion .row-fluid-wrapper.row-depth-1.row-number-14 > .row-fluid {
	display: flex;
	justify-content: center;
}

.cta-promocion img {
	position: absolute;
	top: -230%;
	opacity: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 200px;
	object-fit: cover;
	transform: translateY(20px);
	transition: all 0.3s;
}

.cta-promocion h2 {
	font-family: Mazda Type;
	font-size: 20px;
	text-align: center;
	color: white;
	margin-right: 30px;
	font-weight: 100;
}

.cta-promocion:hover img {
	opacity: 1 !important;
	transition: all 0.3s;
	transform: translateY(0px);
}

.cta-promocion a.cta-correos {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	cursor: pointer;
	z-index: 2;
	margin: 25px auto;
}

.cta-promocion a.cta-correos span {
	font-size: 18px !important;
}

.cta-promocion .cta_button.cta-correos {
	background-color: white !important;
	border: 2px solid rgba(0,0,0,1) !important;
	color: rgba(0,0,0,1) !important;
	padding: 13px 16px !important;
	font-size: 13px !important;
}

.cta-promocion .cta_button.cta-correos:hover {
	background: rgba(135,135,135,1) !important;
	color: white !important;
	transition: all .3s;
	border: 2px solid rgba(135,135,135,1) !important;
}
.cta-promocion .cta_button.cta-correos span {
	font-size: 13px !important;
}

.cta-caja > .row-fluid-wrapper.row-depth-1 {
	padding: 20px;
}
/********************************/


@media (max-width: 1024px), (max-height: 500px) {
	.cta-caja {
		position: relative;
		height: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cta-caja>div>.row-fluid {
		height: auto !important;
	} 
	.cta-promocion {
		display: block !important;
		width: 40vw !important;
		max-width: 320px;
		border: 1px solid #c5c5c5;
		background: white;
		min-width: 250px;
	}
	.cta-promocion h2 {
		color: black;
		margin-right: 0px;
		margin-top: 30px;
	}
	.cta-promocion img {
		position: relative;
		opacity: 1;
		transform: translateY(0px);
	}
}




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


.exonerados .hero-landing-textos {
	margin: 0 30px 30px 30px !important;
	width: fit-content !important;
	display: flex !important;
	flex-direction: column;
	/* justify-content: center; */
	/*align-items: center;*/
	/* max-width: 476px; */
}

.exonerados .detalles {
	max-width: 476px;
	color: white;
	font-weight: 100 !important;
	margin-top:30px;
}

.exonerados .carac-destacadas p {
	max-width: 100%;
}

.exonerados .descripcion {
	text-align: center;
	color: rgba(85,85,85,1);
}

.exonerados .descripcion ul {
	list-style: none;
	/*font-weight: bold;*/
	line-height: 2;
	padding: 0;
}

.exonerados .contenido-centrado h2 {
	text-align: center;
	font-family: Mazda Type;
	letter-spacing: 5px;
	font-size: 30px;
	color: black;
	padding-top: 80px;
	border-top: 1px solid rgba(85,85,85,1);
	margin-bottom: 50px;
	font-weight: normal;
	text-transform: uppercase;
}

.exonerados .contenido-centrado .primero h2 {
	border-top: none;
}
.exonerados .carac-destacadas {
	border-bottom: 0px;
}

.carac-sextos-cont > div > .row-fluid {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	margin-bottom: 80px;
}

.carac-sextos-cont > div > .row-fluid .carac-sextos {
	min-width: 280px;
	margin: 0;
	padding: 0;
	width: 33vw;
	outline: 1px solid white;
	text-align: center;
	color: rgba(85,85,85,1);
	overflow: hidden;
	margin-top: 20px;
}

.exonerados .carac-sextos-cont h3, .exonerados .carac-sextos-cont h4 {
	font-family: Mazda Type;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}

.exonerados .carac-sextos-cont h3 span {
	font-family: Mazda;
}

.exonerados .carac-sextos-cont h4 {
	font-size: 14px;
	max-width: 80%;
	text-align: center;
	margin: auto;
	font-family: Mazda Type;
}

.exonerados .carac-sextos-cont h3 span {
	font-family: Mazda Type Bold;
}

.carac-sextos-cont > div > .row-fluid .carac-sextos img.hs-image-widget {
	object-fit: contain;
	height: 230px;
	max-width: 280px;
}


/********************************/
/* Exonerados 2 */
/********************************/

.exonerados-2 {
	max-width: 100vw;
	overflow: hidden;
}
.span12.widget-span.widget-type-global_group.exonerados-cuerpo {
	margin: 0;
}
.hero-exonerados {
	padding: 0;
	margin: 0;
	width: 100vw !important;
	max-width: 100vw;
	overflow:hidden;
}

.hero-exonerados > div > .row-fluid {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-wrap: wrap;
	max-width: 100vw;
}

.exonerados-2 .formulario-landing-2 {
	margin: 0;
	background: #2b2b2b;
	width: 40vw;
}

.exonerados-2 .formulario-landing-2 form label {
	color: rgba(180,180,180,1);
}

.exonerados-2 form {
	width: auto;
	max-width: 80vw;
	padding: 40px;
	margin-bottom:40px;
}

.exonerados-2 .hero-exonerados .fondo-exonerados {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100vh !important;
	width: 100%;
}

.exonerados-2 .hero-exon-container {
	position: relative;
	width: 60vw;
}

.exonerados-2 .hero-exonerados .fondo-exonerados img { 
	object-fit: cover;
	position: absolute;
	height: 100%;
	/* left: 0; */
}

.exonerados-2 .boton-arrastrar>div {
	justify-content: flex-start;
	padding-left: 30px;
}


.encabezado-exo > div > .row-fluid {
	margin: 30px auto;
	width: 75% !important;
}

.exonerados-2 .carac-destacadas {
	color: rgba(0,0,0,1) !important;
}
.encabezado-exo img.hs-image-widget {
	max-width: 320px;
}

.encabezado-exo h3 {
	max-width: 400px;
	color: white;
	font-weight: 100;
}



body.landing-2.land-3.exonerados.exonerados-2 form .hs-fieldtype-booleancheckbox ul {
	padding: 0;
}

body.landing-2.land-3.exonerados.exonerados-2 .cta-box > div > .row-fluid {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

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

@media (max-width: 840px) {
	.carac-sextos-cont > div > .row-fluid .carac-sextos {
		width: 50vw;
	}
}

@media (max-width: 768px) {
	.exonerados-2 .hero-exon-container {
		width: 100vw;
		height: 50vh;
	}
	.exonerados-2 .formulario-landing-2 {
		width: 100vw;
	}
	.encabezado-exo {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.encabezado-exo img.hs-image-widget {
		max-width: 250px;
	}
	.encabezado-exo>div>.row-fluid {
		margin: 30px auto;
		width: 100% !important;
	}
	.encabezado-exo h3 {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.carac-sextos-cont > div > .row-fluid .carac-sextos {
		width: 100vw;
	}
}



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


.test.landing-2 .hero-landing-container {
	padding-top: 0px;
}

.test .hero-auto {
	width: 100% !important;
	min-width: unset;
}

.test h1 {
	text-align: center;
	font-family: Mazda Type;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.test h3 {
	text-align: center;
	font-family: Mazda Type;
	font-weight: normal;
	text-transform: uppercase;
	max-width: 768px;
	margin: 0 auto 60px auto;
}

.test .hero-landing:before {
	content: "";
	background: rgba(0,0,0,1);
	position: absolute;
	width: -webkit-fill-available;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: 0;
	top: 0;
	bottom: 0;
	opacity: 0.7;
}

.test video.video-fondo {
	height: 100% !important;
}

.hs-form-booleancheckbox .hs-input {
	margin-bottom: 0px;
}

.test .hero-landing {
	max-height: unset !important;
}

@media (max-width: 476px) {
	.test video.video-fondo {
		max-height: unset !important;
	}
}

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

.lanzamiento-test-drive {
	background: #2b2b2b;
}
.lanzamiento-test-drive .hero-exonerados {
	position: relative;
}
.lanzamiento-test-drive .hero-exonerados > div:first-child > .row-fluid {
	flex-wrap: nowrap;
	width: 100%;
	justify-content: unset;
	position: relative;
	overflow: hidden;
}
.lanzamiento-test-drive .hero-exon-container {
	position: relative;
	width: 55%;
}
.lanzamiento-test-drive .formulario-landing-2 {
	width: 45% !important;
	z-index: 1;
	height: 100%;
	margin: 0 !important;
	min-height: calc(100vh - 125px);
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
.lanzamiento-test-drive .encabezado-exo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}
.lanzamiento-test-drive .formulario-landing-2 > div {
	min-height: calc(100vh - 205px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(43,43,43,0.8);
	height: 100%;
	margin: 40px;
	width: calc(100% - 80px);
}
.lanzamiento-test-drive .formulario-landing-2 form {
	width: 80%;
	margin: auto 40px;
	height: 100%;
	max-width: 500px;
}
.invitacion {
	color: white;
}
.lanzamiento-test-drive .fondo-exonerados {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
}
.lanzamiento-test-drive .fondo-exonerados img {
	position: absolute;
	width: auto;
	min-height: calc(100vh - 125px) !important;
	left: 50%;
	top: 50%;
	max-width: none !important;
	min-width: 100%;
	transform: translate(-50%, -50%);
}
.lanzamiento-test-drive .encabezado-exo h1 {
	max-width: 80vw;
	color: white;
}

.caja-flex div.widget-type-cta {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

@media (max-width: 800px) {
	.lanzamiento-test-drive .hero-exonerados > div:first-child > .row-fluid {
		flex-wrap: wrap;
	}
	.lanzamiento-test-drive .hero-exon-container, .lanzamiento-test-drive .formulario-landing-2 {
		width: 100% !important;
		overflow: hidden;
	}
	.lanzamiento-test-drive .encabezado-exo {
		position: relative;
	}
	.invitacion {;
		width: 80vw !important;
	}
	.lanzamiento-test-drive .formulario-landing-2 {
		justify-content: center;
	}
	.lanzamiento-test-drive .formulario-landing-2 form {
		max-width: 80vw;
		margin: auto;
		width: 100%;
	}
}

/********************************/
/* Ebook Landing */
/********************************/

.landing-1.ebook .header-mazda {
	background: rgba(0,0,0,1) !important;
}

.ebook .hero-landing .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
	min-height: fit-content !important;
}

.ebook .hero-landing-container>div.row-number-6>.row-fluid {
	max-width: 1024px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: rgba(220,220,220,1);
	padding: 50px;
	padding-top: 50px !important;
	box-shadow: 0px 30px 27px rgba(180,180,180,1);
	border: 1px solid rgba(220,220,220,1);
	margin-bottom: 70px;
	min-height: unset !important;
	width: 80vw;
}

.ebook .hero-auto {
	height: -webkit-fill-available;
	min-width: unset !important;
	width: 45% !important;
}
.lpa.ebook .hero-landing-textos {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: -webkit-fill-available;
}

.landing-1.ebook .hero-landing-textos {
	margin: 0 !important;
}

.hero-landing-textos img {
	max-height: 600px;
	object-fit: contain;
	width: fit-content !important;
}

.descargar-contenido {
	margin: 30px auto;
}

.encabezado-ebook {
	text-align: center;
	max-width: 768px;
	margin-top: 50px;
}

.ebook .contenido-full {
	background: rgba(0,0,0,1);
	padding: 50px;
}

.caracteristicas-ebook > div > .row-fluid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.ebook .img-fondo > div.row-fluid-wrapper.row-depth-1.row-number-5 {
	margin: auto;
	width: 100%;
}

.compartir-ebook span {
	max-width: 768px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compartir-ebook span ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.compartir-ebook span ul li {
	margin: 10px;
}

.ebook .hero-formulario {
	margin-bottom: 50px;
}

.ebook .img-fondo ul {
	margin: auto;
	width: fit-content;
}

.ebook .footer-container.container-fluid {
	background: white;
}

.encabezado-ebook h1 {
	color: rgba(135,135,135,1);
	font-weight: 100;
	max-width: 85vw;
	text-align: center;
	margin: auto;
}

.encabezado-ebook span {
	color: rgba(145,10,45,1);
}

.encabezado-ebook p {
	color: rgba(135,135,135,1);
	max-width: 85vw;
}

.encabezado-ebook a {
	background: rgba(145,10,45,1); 
	color: white !important; 
	padding: 7px 20px; 
	text-align: center; 
	text-decoration: none !important; 
	border-radius: 4px;
	transition: all .3s;
	font-size: 20px;
	text-transform: uppercase;
}
.encabezado-ebook a:hover {
	background: #878787; 
	color: white !important; 
	transition: all .3s;
}

.compartir-articulo ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.compartir-articulo ul li {
	margin: 10px;
}


@media (max-width: 767px) {
	.ebook .hero-auto {
		width: 90% !important;
	}
	.compartir-articulo ul {
		padding: 0;
	}
}


/********************************/
/* Ebook LPA */
/********************************/

.lpa.ebook .hero-auto {
	display: flex;
	margin: auto;
}

.ebook.lpa .footer-container.container-fluid {
	background: rgba(0,0,0,1);
}

.ebook.lpa .hero-landing-container {
	height: 100vh;
	min-height: 760px !important;
}


/********************************/
/* Scroll Down */
/********************************/
.scroll-down {
	color: white;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 9998;
	cursor: pointer;
	width: fit-content !important;
}
.scroll-down > div {
	max-width: 1700px !important;
	margin: auto;
}
.scroll-down i {
	transform: rotate(90deg);
	color: transparent;
	-webkit-text-stroke: 2px white;
}

/********************************/
/* Responsive */
/********************************/

@media (max-width:1024px) {
	.galeria-grande img {
		min-width: 100vw !important;
	}
	.aviso-privacidad.mostrar-privacidad {
		width: calc(100% - 80px);
		margin: 1em auto;
	}
}

@media (max-width:768px) {
	.aviso-privacidad.mostrar-privacidad {
		height: 60vh;
		overflow-y: scroll;
		box-shadow: 0px 3px 5px lightgrey;
	}
	.carac-cuartos-cont>div>.row-fluid .carac-cuartos {
		width: 50vw;
	}
	.carac-cuartos .widget-type-rich_text {
		width: 80% !important;
	}
	.contenedor-2-cta .row-fluid > .span3:first-child, .contenedor-2-cta .row-fluid > .span3:last-child {
		display: none;
	}
	.galeria-modelo>div>.row-fluid>div {
		flex-wrap: wrap;
	}
	.img-fondo span.hs_cos_wrapper.hs_cos_wrapper_widget {
		display: flex;
		justify-content: center;
		width: 100vw;
		align-items: center;
	}
	.landing-2 .img-fondo span.hs_cos_wrapper.hs_cos_wrapper_widget {
		width: auto;
	}
	.landing-1.ebook .img-fondo span.hs_cos_wrapper.hs_cos_wrapper_widget {
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}
	.img-fondo ul {
		margin: 0 auto;
		max-width: unset;
	}
	.galeria-grande img, .chico-item img {
		min-width: 100vw !important;
	}
	.landing-1 a.enlace-interno, .landing-1 .hero-formulario {
		width: -webkit-fill-available;
	}
	.landing-1 .span12.widget-span.widget-type-custom_widget.hero-imagen {
		min-height: 100vh;
		max-height: 800px;
	}
}

@media (max-width:476px) {
	form {
		font-size: 14px;
	}
	.landing-2 .hero-landing {
		min-height: unset !important;
		max-height: 700px;
	}
	.landing-2 video.video-fondo {
		max-height: 700px;
		min-height: auto;
	}
	.landing-2 .hero-landing-container {
		padding-top: 150px;
		width: 95vw !important;
	}
	.logo-zoom-zoom img {
		max-width: 135px;
	}
	.carac-cuartos-cont>div>.row-fluid .carac-cuartos {
		width: 100vw;
	}
	.carac-cuartos .widget-type-rich_text {
		width: 90% !important;
	}
	.galeria-chico, .galeria-grande {
		width: 100vw !important;
	}
	.hero-landing-textos h1 {
		font-size: 2em;
	}
	.hero-landing-textos img {
		width: 50vw !important;
	}
	.landing-1.ebook .hero-landing-textos img {
		width: 80vw !important;
	}
	.landing-1 .hero-landing-container>div>.row-fluid {
		padding-top: 120px;
	}
	.scroll-down {
		display: none;
	}
	.landing-1 .hero-landing-textos {
		margin: 20px 30px !important;
	}
	.landing-1 .hero-auto {
		margin: 0 auto !important;
		height: calc(100vh - 100px);
		width: 95vw !important;
		max-height: 600px;
	}
	.landing-1.ebook .hero-auto {
		height: auto;
	}
	.landing-1 a.enlace-interno, .landing-1 .hero-formulario {
		width: -webkit-fill-available;
	}
	.landing-1 .span12.widget-span.widget-type-custom_widget.hero-imagen {
		min-height: 100vh;
		max-height: 800px;
	}
	.landing-1 .hero-formulario:before {
		content: "";
		background: rgba(0,0,0,1);
	}
	.galeria-modelo>div>.row-fluid>div, .galeria-modelo>div>.row-fluid>div img {
		height: 300px;
	}
	.landing-2 form, .cont-dealers-interno .contenedor-formulario {
		width: 85vw;
	}
	.hero-formulario input[type="text"], .hero-formulario input[type="number"], .hero-formulario input[type="email"] {
		width: 100% !important;
	}
	.scroll-down {
		display: none !important;
	}
	.img-fondo ul {
		max-width: 85vw;
	}
	.ebook .hero-landing-container>div.row-number-6>.row-fluid {
		width: 100vw;
		padding: 25px 0;
	}
}


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

button.leadin-button.leadin-advance-button.leadin-button-primary {
	font-family: Mazda Type;
	text-transform: uppercase;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
	font-family: Mazda Type;
}

/**********************************/
/* Lanzamiento Modelos */
/**********************************/

body.landing-2.land-3.lanzamiento {
	max-width: 100vw;
	overflow: hidden;
}
.intro-lanzamiento p, body.landing-2.land-3.lanzamiento .formulario-landing-2 form label, body.landing-2.land-3.lanzamiento .carac-destacadas p, body.landing-2.land-3.lanzamiento .carac-destacadas ul li {
	color: rgba(85,85,85,1);
}

body.landing-2.land-3.lanzamiento  .contenido-centrado {
	margin: 0;
}


.lanzamiento video.video-fondo {
	top: unset !important;
	bottom: unset !important;
	left: unset !important;
	right: unset !important;
	max-height: none !important;
	height: auto !important;
	width: 100vw;
	min-height: 100%;
}

.lanzamiento .hero-auto h3 {
	margin-bottom: 10px;
}

.lanzamiento .hero-auto p {
	color: white;
	text-align: center;
	margin: auto;
}

.cta-lanzamiento {
	position: absolute;
	bottom: 30px;
	animation-name: aparecer;
	animation-duration: 2.5s;
	left: 0;
}
.cta-lanzamiento > div .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

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


.promocion-lanzamiento > div > .row-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-lanzamiento > div .row-fluid a {
	margin: 10px;
}

.promocion-contador {
	width: auto !important;
}

.promocion-texto h2 {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: Mazda Type;
	letter-spacing: 2px;
	font-weight: 100;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promocion-texto h2 strong {
	font-size: 60px;
	display: inline-flex;
	border-bottom: 4px solid;
	font-weight: 100 !important;
	margin: 0 10px;
}

.container-counter {
	display: flex;
	justify-content: center;
	margin: 40px auto;
}

.container-counter div {
	font-size: 45px;
	color: rgba(0,0,0,1);
	margin: 0 10px;
	min-width: 50px;
	text-align: center;
}

.container-counter .valor {
	font-size: 25px;
}

.span12.widget-span.widget-type-custom_widget.preventa {
	border-bottom: 1px solid;
	padding-bottom: 60px;
}
.preventa > div {
	display: flex;
	justify-content: center;
	margin: 60px auto;
}

.boucher-lanzamiento > div {
	display: flex;
	justify-content: center;
}

.lanzamiento .formulario-landing-2 {
	margin: 30px 0 !important;
}

/* Galeria Filtro */
/**********************************/

.contenedor-galerias {
	position: relative;
	background: white;
	width: 100% !important;
	min-height: 20vw;
}
.contenedor-galerias .span3.widget-span.widget-type-custom_widget {
	width: auto;
	margin: 0;
}

.filtro-galeria {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
}

.item-filtro h3, .item-filtro p {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: Mazda Type;
	letter-spacing: 2px;
	font-weight: 100;
}

.item-filtro h3 {
	font-size: 35px;
}

.intro-lanzamiento > div > span {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.intro-lanzamiento > div > span p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.intro-lanzamiento > div > span h2 {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: Mazda Type;
	letter-spacing: 2px;
	font-weight: 100;
}

.item-filtro.filtro-activo h3, .item-filtro.filtro-activo p {
	color: rgba(135,135,135,1);
	transition: all 1s;
}

.texto-destacado {
	background: white;
	position: relative;
	z-index: 99;
	width: calc(100% - 80px);
	/*min-height: 250px;*/
	color: rgba(85,85,85,1);
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	transition: all 0.3s;
	padding: 40px;
}

.texto-destacado div {
	max-width: 80vw;
	margin: auto;
	width: 1024px;
}

.texto-destacado div h3 {
	animation-name: aparecer;
	animation-duration: 1.5s;
	text-transform: uppercase;
	font-weight: 100;
}

.texto-destacado div p {
	animation-name: aparecer;
	animation-duration: 2.5s;
}

@keyframes aparecer {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.boton-mover > div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.boton-mover a.cta-correos {
	background: transparent !important;
	height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transform: rotate(-90deg);
	font-family: Mazda Type;
	line-height: 0;
	border: 1px solid rgba(0,0,0,1);
	padding-bottom: 2px;
	min-width: unset !important;
	color: rgba(0,0,0,1) !important;
	min-width: 50px;
}

.lanzamiento a.enlace-interno {
	height: 5px;
	display: block;
	transform: translateY(-130px);
}


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

.inicial .contenedor-galerias, .inicial .texto-destacado {
	display: none;
}

.inicial {
	position: relative;
}
.inicial .contenedor-filtro {
	position: absolute;
	z-index: 999;
	flex-direction: column;
	top: 0;
	right: 0;
	height: calc(100vh - 100px);
	justify-content: center;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	margin-top: 28px;
}

.inicial .imagen-destacada {
	max-width: 70vw;
	height: calc(100vh - 100px);
}

.inicial .item-filtro h3, .inicial .item-filtro p  {
	color: white !important;
	opacity: 1 !important;
	transform: translate(0);
	margin: 0;
	text-align: center;
	position: relative;
}
.inicial .item-filtro p:before {
	content: none;
	display: none;
}
.inicial h3 {
	font-size: 22px;
	position: relative;
	z-index: 2;
}

.inicial .contenedor-filtro button:before {
	content: "";
	background: gray;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	z-index: 0;
}

.inicial .contenedor-filtro button {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: calc(25vh - 25px);
	width: 30vw;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.lanzamiento .formulario-landing-2 h3 {
	font-weight: 100;
	color: rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 50px;
}

.lanzamiento .contenedor-2-cta .hs_cos_wrapper_type_text {
	text-align: center;
	color: black;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.texto-destacado:after {
	content: "*Haz click en la imagen para conocer más detalles";
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	text-align: center;
	left: 0;
	right: 0;
}


.contenido-centrado.galeria > div > .row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}


.cloudimage-inner-box {
	display: flex;
	justify-content: center;
}

.galeria-mazda {
	margin: 0 0 40px 0;
	max-width: 1170px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% - 50px) !important;
	z-index:0;
}
.galeria-mazda-abierta {
	z-index: 9999999;
}
.cloudimage-inner-box canvas {
	height: 80vh !important;
	max-width: 100vw;

	width: auto !important;
	min-height: 450px;
	max-height: 900px !important;
	object-fit: cover;
}
.cloudimage-inner-box > div {
	background: ;
}

.galeria-mazda h2 {
	text-align: center;
	color: rgba(0,0,0,1);
	font-weight: normal;
	text-transform: uppercase;
	margin: 60px auto;
}

.galeria-mazda > div > .row-fluid {
	max-width: 1170px !important;
}

.galeria-mazda .hs_cos_wrapper_type_linked_image {
	display: flex;
	width: 100%;
	position: relative;
	min-width: 390px !important;
	min-height: 390px !important;
	align-items: center;
	justify-content: center;
	max-width: 780px;
	max-height: 780px;
	height: 100%;
}
.galeria-mazda img {
	cursor: pointer;
	transition: opacity .35s cubic-bezier(.86,0,.07,1),transform 1.5s cubic-bezier(.25,.46,.45,.94);
	transform: scale(1);
	min-height: 100%;
	object-fit: cover;
	width: 150%;
	min-width: 390px !important;
	max-width: none !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*margin: auto;*/
}
.galeria-contenedor-flex .span8 img {
	min-height: 780px;
	min-width: 390px;
}
.galeria-mazda img:hover {
	cursor: pointer;
	transition: opacity .35s cubic-bezier(.86,0,.07,1),transform 1.5s cubic-bezier(.25,.46,.45,.94);
	transform: scale(1.05);
}


.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	max-width: 1170px;
	z-index: 9998;
}
.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div {
	width: 33.33%;
	height: 33.33%;
	/*max-width: 390px;
	max-height: 390px;*/
	position: relative;
	overflow: hidden;
}
.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div > span {
	position: relative;
	overflow: hidden;
}

.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(2), .galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(7) {
	width: 66.66%;
	max-height: 66.66% !important;
	max-width: 780px;
	height: 780px;
}

.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(3) {
	position: absolute;
	padding-top: 390px;
	left: 0;
	z-index: -1;
}
.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(9) {
	position: absolute;
	bottom: 0;
	left: 66.66%;
	z-index: -1;
}

.galeria-mazda .hs_cos_wrapper_type_linked_image img.hs-image-widget.galeria-abierta {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	/* height: 100% !important; */
	z-index: 9999999;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100vw !important;
	max-height: 100vh !important;
}

.galeria-encendida {
	z-index: 99999 !important;
}

.galeria-primera-imagen {
	z-index: 999999999 !important;
}
.galeria-mazda .hs_cos_wrapper_type_linked_image img.hs-image-widget.galeria-abierta:hover {
	transform: scale(1);
}

.galeria-mazda .hs_cos_wrapper_type_linked_image img.hs-image-widget.galeria-abierta ~ .cerrar-galeria, .galeria-mazda .hs_cos_wrapper_type_linked_image img.hs-image-widget.galeria-abierta ~ .modal-galeria {
	display: block !important;
}

.cerrar-galeria {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999;
	cursor: pointer;
	background: transparent;
	border: none;
	width: 80px;
	height: 80px;
	outline: none;
	opacity: 0.6;
	transition: all 0.3s;
	margin: 35px;
	padding: 0;
}

.cerrar-galeria:hover {
	opacity: 1;
	transition: all 0.3s;
}

.cerrar-galeria span {
	width: 100%;
	background: white;
	height: 2px;
	display: flex;
}

.cerrar-galeria span:nth-child(1) {
	transform: rotate(45deg);
}
.cerrar-galeria span:nth-child(2) {
	transform: rotate(-45deg) translate(1px,-1px);
}

.modal-galeria {
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 999991;
	display: none;
}

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



@media (max-width: 1024px) {
	.item-filtro {
		flex-direction: column;
	}
	.item-filtro h3 {
		margin: 0;
	}
	.item-filtro p {
		margin-bottom: 30px !important;
	}
	.item-filtro p:before {
		content: none;
		display: none;
	}
	.item-filtro.filtro-activo {
		transition: all 0.3s;
		transform: translateX(0px);
	}
}

@media (max-width: 768px) {
	.item-filtro h3 {
		font-size: 28px;
		margin: 30px 0px 10px 0px;
		padding: 0;
	}
	.item-filtro p {
		width: 90% !important;
		display: flex;
		text-align: center;
	}
	button.item-filtro {
		padding: 0 !important;
	}
	.contenedor-filtro {
		flex-wrap: wrap;
	}
	.lanzamiento .hero-auto h1, .lanzamiento .hero-auto h3, .lanzamiento .hero-auto p {
		color: rgba(0,0,0,1) !important;
	}
	.cta-lanzamiento {
		position: relative;
		margin-top: 40px;
	}
	.cta-lanzamiento a.cta-correos.blanco {
		border: 1px solid;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div {
		width: 50% !important;
		height: 250px !important;
		min-height: 50%;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(1) {
		position: relative;
		z-index: 9;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(3), .galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(9) {
		position: relative;
		padding-top: 0;
		left: 0;
		max-width: unset;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(3){
		width: 100% !important;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(8),.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(9) {
		width: 50% !important;
	}
	.modelos .galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:last-child {
		width: 100% !important;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div > span {
		min-width: unset !important;
		min-height: unset !important;
	}
	.galeria-mazda img {
		min-height: auto !important;
		position: relative;
		min-width: unset !important;
	}
	.lanzamiento .hero-banner-video:after {
		display: none;
		content: none;
	}
	.lanzamiento video.video-fondo {
		height: 100%;
		max-width: 100vw !important;
		width: 100%;
	}
	.movil-360-interior {
		display: flex !important;
		margin: 30px auto !important;
		justify-content: center;
	}
	#vrview {
		display: none !important;
	}
}

@media (max-width: 476px) {
	.imagen-destacada {
		height: 60vh;
	}
	.contenedor-slider {
		display: flex;
		flex-wrap: wrap;
	}
	.item-slider {
		width: 50vw;
		height: 30vw;
	}
	.item-slider img {
		width: 50vw;
	}
	.texto-destacado div h3 {
		font-size: 14px;
	}
	.item-filtro h3 {
		margin-top: 0;
		font-size: 20px;
	}
	.item-filtro p {
		margin-bottom: 0 !important;
		width: 100%;
		position: absolute;
		justify-content: center;
		margin-top: 5px !important;
	}
	button.item-filtro {
		position: relative;
		width: 100%;
		height: 50px;
		transition: all 0.3s;
	}
	.item-filtro.filtro-activo {
		margin-bottom: 15px;
		transition: all 0.3s;
	}
	.inicial .item-filtro {
		width: 50vw !important;
		margin: 0;
		height: calc(50vh - 25px) !important;
		justify-content: space-between;
		padding: 30px 0 !important;
	}
	.texto-destacado div {
		margin: 20px 0 30px 0;
	}
	.inicial .contenedor-filtro {
		width: 100vw;
		flex-direction: row;
	}
	.promocion-texto h2 {
		font-size: 18px;
	}
	.promocion-texto h2 strong {
		font-size: 50px;
	}
	.container-counter div {
		min-width: auto !important;
	}
	.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div,.galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(8), .galeria-contenedor-flex > .hs_cos_wrapper_type_widget_container > div:nth-child(9) {
		width: 100% !important;
	}
	.cloudimage-inner-box canvas {
		min-height: 250px !important;
		height: auto !important;
	}
	ul.button-vista-360 {
		margin: 20px 0 0 0;
	}
}


/**********************************/
/* Pagina Modelos */
/**********************************/
.modelos .hero-landing {
	margin-top: 0;
}

.modelos a.menu-movil {
	position: absolute;
}

.land-3.modelos div#encabezado-flotante.fijo {
	margin-top: 0px !important;
	transition: all 0.3s;
}

@-webkit-keyframes aparecer {
	from {opacity: 0;
		transform: translateY(50px);
	}
	to {opacity: 1;
		transform: translateY(0px);
	}
}

ul.lista-veriones-mazda li a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

li.versiones-mazda button {
	color: rgba(135,135,135,1);
	font-family: Mazda Type;
	cursor: pointer;
	transition: all 0.3s;
}
button.version-modelo-activa {
	color: rgba(0,0,0,1) !important;
	transition: all 0.3s;
}

.dark {
	margin-bottom: 40px;
}

.dark p, .dark h3, .dark div {
	color: rgba(85,85,85,1);
}

.dark h3 {
	letter-spacing: 2px;
	font-size: 14px;
}

a.cta-enlace {
	color: rgba(135,135,135,1);
	text-decoration: none;
	transition: all 0.3s;
	margin: 30px auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 13px;
	display: inline-block;
}

a.cta-enlace:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
	transition: all 0.3s;
}

a.cta-enlace:after {
	content: "";
	background: rgba(135,135,135,1);
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: all 0.3s;
}

a.cta-enlace:hover::after {
	content: "";
	bottom: -5px;
	transition: all 0.3s;
	background: rgba(0,0,0,1);
}


.enlace-galeria {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 30;
	width: calc(100% - 40px);
}

.enlace-galeria a {
	color: white;
	text-decoration: none;
	max-width: 1450px;
	width: 80vw;
	margin: auto;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	color: white;
}

.enlace-galeria a:hover {
	color: rgba(135,135,135,1);
	transition: all 0.3s;
}

.enlace-galeria a i {
	margin: 10px;
}


.cta-mazda-nuevo, .cta-mazda-nuevo span {
	font-family: Mazda Type;
	font-weight: 700;
	letter-spacing: .2em;
	font-size: 13px;
	transition: all 0.3s;
	color: rgba(0,0,0,1);
	border-radius: 3px !important;
	text-transform: uppercase;
}


.cta-mazda-nuevo:hover {
	background: rgba(135,135,135,1) !important;
	transition: all 0.3s;
}

.cta-mazda-nuevo:hover span {
	transition: all 0.3s;
	color: white !important;
}


.seccion-video-detalle {
	background: rgba(0,0,0,1);
	margin: 60px 0px;
	/* min-height: 80vh !important; */
	height: 100%;
	/* display: flex !important; */
	/* align-items: center; */
	/* justify-content: center; */
	position: relative;
	overflow: hidden;
	padding: 0;
}

.seccion-video-detalle > div > .row-fluid {
	display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	width: 1450px;
	margin: auto;
	/* flex-wrap: wrap; */
	/* flex-direction: column; */
	max-width: 80vw;
}

.seccion-video-detalle > div:first-child > .row-fluid {
	flex-direction: row;
}

.detalle-video {
	z-index: 9;
	padding: 20px;
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: 768px;
}

.video-detalle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}
.video-detalle > div {
	height: 100%;
}

.video-detalle .archivo-video {
	width: 100%;
	height: 100% !important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 100vw;
}
.video-detalle .archivo-video video {
	max-width: 50vw;
	width: 100%;
}



.modelos div#encabezado-flotante > div > .row-fluid {
	max-width: 100vw !important;
}

.submenu-modelos {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 1px solid #d5d5d5;
}

.submenu-modelos.fixed {
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #d5d5d5 !important;
	max-width: 100vw;
}

.submenu-modelos > div > .row-fluid {
	max-width: 1200px !important;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 40px);
	height: 64px;
	padding: 0 20px;
}

a.cta-mazda-submenu {
	color: rgba(0,0,0,1) !important;
	border: 2px solid rgba(0,0,0,1) !important;
	padding: 13px 16px !important;
	font-size: 13px !important;
	border-radius: 3px !important;
	display: inline-block;
	letter-spacing: .2em;
	font-family: Mazda Type Bold !important;
	margin: 0;
	text-decoration: none;
	min-width: 100% !important;
}

.nombre-modelo span {
	text-transform: uppercase;
	color: black;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 13px;
	font-family: Mazda Type Bold !important;
}

.submenu-modelos ul {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.submenu-modelos ul li a {
	margin: 22px 10px;
	font-family: Mazda Type Bold !important;
	text-transform: uppercase;
	color: rgba(135,135,135,1);
	padding: 0px !important;
	text-align: center;
	border-left: 1px solid #d5d5d5;
}

.submenu-modelos ul li:first-child a {
	border-left: none;
}

.nombre-modelo, .nombre-modelo div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: unset !important;
	width: auto !important;
}

.submenu-modelo div {
	display: flex;
	align-items: center;
}
.submenu-modelos ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelos div#encabezado-flotante {
	animation-name: aparecer;
	animation-duration: 2s;
}

.modelos .hero-banner-video {
	animation-name: fade;
	animation-duration: 2s;
}

.modelos .hero-auto h1 {
	margin-top: 124px;
}

.modelos .contenido-centrado {
	margin: 0;
}

.version-modelo {
	max-width: 75vw;
	margin: auto;
}

.slides {
	height: 900px;
	overflow: hidden;
	z-index: 9;
}

.is-active .slide__img {
	background-attachment: scroll !important;
}

@media (max-width: 768px) {
	section.slides, section.slide {
		height: 80vh;
	}
}

@media (max-width: 476px) {
	section.slides {
		height: 60vh;
	}
	section.slide {
		height: 60vh !important;
		min-height: auto !important;
	}
	.slide__img {
		background-attachment: scroll;
	}
}

div#versiones-modelos {
	background: #f5f5f5;
}



.caracteristica-modelo {
	animation-name: aparecer;
	animation-duration: 1s;
	margin: 30px;
	position: relative;
}

.caracteristica-modelo:nth-child(1):after, .caracteristica-modelo:nth-child(2):after {
	background-color: #ccc;
	bottom: -15px;
	height: 120px;
	position: absolute;
	right: -30px;
	-webkit-transform: rotate(24deg);
	transform: rotate(24deg);
	width: 1px;
	content: "";
}

.caracteristica-modelo > div {
	font-size: 14px;
	text-align: center;
	margin: auto;
	letter-spacing: 2px;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
}

.caracteristica-modelo > p {
	margin: 0 auto !important;
	max-width: 100%;
}

.modelos .carac-destacadas {
	margin: 80px 0 !important;
}

.modelos .carac-destacadas h3 {
	color: rgba(0,0,0,1) !important;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
}

.modelos .carac-destacadas p {
	max-width: 768px;
	width: 90% !important;
}

.modelos .carac-cuartos img.hs-image-widget {
	height: 200px !important;
	display: flex;
	width: 100%;
	object-fit: cover;
	left: 0;
}

.carac-cuartos h3 {
	text-align: center;
}

.modelos .carac-cuartos .widget-type-rich_text p {
	margin-bottom: 15px;
}

.anclaje-interno {
	transform: translateY(-100px);
	position: relative;
	z-index: -600;
}



.version-modelo p, .version-modelo div {
	color: rgba(85,85,85,1);
	text-align: center;
	margin: 50px auto;
	max-width: 80%;
	margin: 0 auto !important;
	width: 100% !important;
}


.galeria-modelos {
	display: none !important;
}
.mostrar-galeria {
	display: block !important;
}
.modelos .contenido-full.galeria-modelos > div > .row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}
.link-galeria p {
	cursor: pointer;
}
.link-galeria p a {
	color: rgba(0,0,0,1) !important;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 60px auto 0 auto;
	text-decoration: none;
}

.titulo-galeria h3 {
	color: rgba(0,0,0,1) !important;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 60px auto 40px auto;
}

@media (max-width: 768px) {
	li.versiones-mazda div {

	}
	ul.lista-veriones-mazda {
		flex-direction: column;
		width: 100%;
		height: 55px;
		position: relative;
		overflow: hidden;
		justify-content: flex-start;

		min-height: 40px;
		min-width: 250px;
	}
	ul.lista-veriones-mazda.lista-versiones {
		height: 100%;
		border: 1px solid #d5d5d5;
	}
	ul > li > button > div {
		display: none;
	}
	ul.lista-veriones-mazda li {
		margin: 0;
		width: 100%;
		justify-content: flex-start;
	}
	li.versiones-mazda .version-modelo-activa div {
		margin-top: 25px;
	}
	.barra-media {
		display: none;
	}
	li.versiones-mazda button {
		padding: 10px 20px;
		font-weight: 700;
		letter-spacing: .2em;
		text-transform: uppercase;
		color: #999 !important;
		text-align: center;
		transition: color .3s;
		border-radius: 3px;
		font-size: 12px;
		width: 100%;
		align-items: center;
		flex-direction: row;
		height: 46px;
		justify-content: center;
		background: white;
	}
	button#selector-version-1 {
		border: 1px solid #d5d5d5;
	}
	ul.lista-veriones-mazda.lista-versiones .version-modelo-activa {
		position: relative;
	}
	.version-modelo-activa {
		position: absolute;
		top:0;
	}
	.seccion-video-detalle {
		flex-direction: column;
	}
	.video-detalle {
		position: relative;
		right: -10vw;
	}
	ul.características-modelo-mazda {
		position: relative;
	}
	.seccion-video-detalle {
		margin: 0px;
		padding: 0px;
	}
}

@media (max-width: 476px) {
	.caracteristica-modelo:after {
		display: none !important;
	}
	li.versiones-mazda button:after {
		content: ">";
		display: inline-flex;
	}
}


/**********************************/
/* Galeria Modelos */
/**********************************/

.encabezado-galeria > div > .row-fluid {
	margin: auto;
	max-width: 1024px;
	width: 80vw;
}

.encabezado-galeria > div > .row-fluid h1 {
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	margin-top: 40px;
}


.modelos.galeria .contenido-full > div > .row-fluid {
	display: flex;
	justify-content: center;
	align-items: center;
}


.botonera-galeria {
	display: none;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.botonera-galeria.mostrar-botonera {
	/*display: block !important;*/
	display: none !important;
}

button.ir-derecha {
	position: fixed;
	right: 0;
	top: calc(50% - 25px);
	cursor: pointer;
	color: white;
	background: transparent;
	border: none;
	outline: none;
}

button.ir-izquierda {
	position: fixed;
	left: 0;
	top: calc(50% - 25px);
	cursor: pointer;
	color: white;
	background: transparent;
	border: none;
	outline: none;
}

button.ir-izquierda span {
	width: 50px;
	background: transparent;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	margin: 20px;
	border-top: 2px solid white;
	border-left: 2px solid;
	opacity: 0.6;
	transition: all 0.3s;
}

button.ir-izquierda:hover span {
	opacity: 1;
	transition: all 0.3s;
}


button.ir-derecha span {
	width: 50px;
	background: transparent;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	margin: 20px;
	border-top: 2px solid white;
	border-right: 2px solid;
	opacity: 0.6;
	transition: all 0.3s;
}

button.ir-derecha:hover span {
	opacity: 1;
	transition: all 0.3s;
}


/**********************************/
/* Vehículos Mazda */
/**********************************/

.modelos .encabezado .hs_cos_wrapper_type_header {
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin: 40px;*/
}

.modelos .encabezado h2 {
	color: rgba(0,0,0,1) ;
	font-weight: 100;
	max-width: 80vw;
	width: 450px;
	margin: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.categorias-menu h3 {
	font-family: Mazda Type;
	margin-bottom: 0;
	color: rgba(0,0,0,1);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.porque-mazda-desplegados .categorias-menu h3, .contacto-desplegados .categorias-menu h3 {
	text-align: left;
}

@media (max-width: 768px) {
	.porque-mazda-desplegados .categorias-menu h3, .contacto-desplegados .categorias-menu h3 {
		text-align: center;
	}
}
/**********************************/
/* 404 */
/**********************************/
.error {
	background: #f6f6f6;
}

.error .encabezado {
	color: rgba(0,0,0,1) ;
	font-weight: 100;
	text-align: center;
	list-style: none;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin: 40px auto 0 auto;
	min-height: 50vh;
}

.error .encabezado h1, .error .encabezado h2, .error .encabezado h3 {
	color: rgba(0,0,0,1) ;
	font-weight: 100;
	max-width: 80vw;
	width: 450px;
	margin: 10px;
}

.error .encabezado h2 {
	font-size: 20px;
	font-weight: 700;
}

ul.error-buscador {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

ul.error-buscador li {
	margin: 10px 20px;
}

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

span.alerta {
	color: rgba(145,10,45,1);
	border: 1px solid;
	padding: 7px 12px;
	transition: all 0.3s;
}

span.alerta:hover {
	color: white;
	border: 1px solid;
	transition: all 0.3s;
}

.home .hero-landing {
	margin-top: 0;
}

.home .seccion-video-detalle {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.home .contenido-centrado {
	margin: 0;
}

.home .contenido-centrado .row-fluid {
	max-width: 1450px;
}

.home h2 {
	color: rgba(0,0,0,1);
	letter-spacing: .2em;
	font-size: 20px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
}

.home .carac-destacadas.dark {
	padding: 0 40px;
}

.placa {
	background: rgb(245, 245, 245);
	padding: 30px 0;
}

.placa img {
	max-height: 40px;
	object-fit: contain;
}

.placa a {
	text-decoration: none;
}


.home .bloque-completo h2 {
	color: rgba(0,0,0,1);
	letter-spacing: .2em;
	font-size: 20px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
}


.display-opciones {
	padding: 0 18px;
	margin: 60px 0;
}

.opcion {
	overflow: hidden;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.opcion a.cta-correos.gris {
	margin: 20px auto;
}

.opcion img.hs-image-widget {
	max-height: 360px;
	height: 40vh !important;
	width: 100%;
	object-fit: cover;
}
.opcion .hs_cos_wrapper_type_text {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	margin-top: 40px;
	display: block;
}

.opcion .opcion-imagen {
	position: relative;
	overflow: hidden;
	max-height: 360px;
	height: 40vh !important;
}

.opcion .opcion-imagen img {
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	transition: -webkit-transform 1.5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.86,0,.07,1);
	transition: transform 1.5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.86,0,.07,1);
}

.opcion .opcion-imagen:hover img {
	-webkit-transform: scale(1.07) translateZ(0);
	transform: scale(1.07) translateZ(0);
	transition: -webkit-transform 1.5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.86,0,.07,1);
	transition: transform 1.5s cubic-bezier(.25,.46,.45,.94),opacity .5s cubic-bezier(.86,0,.07,1);
}

@media (max-width:476px) {
	.home .seccion-video-detalle {
		background-position: 88% !important;
		background-color: black !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	.home .seccion-video-detalle:before {
		content: "";
		background: linear-gradient(black, transparent);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 70%;
	}
	.detalle-video .hs_cos_wrapper_type_rich_text {
		width: 100% !important;
		max-width: 90vw;
		display: block;
		margin: 30px auto 80px auto;
	}
	.placa {
		margin: 10px 0;
	} 
}
@media(max-width: 476px) {
	ul.lista-veriones-mazda li button {
		line-height: 1;
		height: 60px;
		align-items: flex-start;
		justify-content: center;
	}
	button.version-modelo-activa .precio-general {
		display: block !important;
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	li.versiones-mazda div {
		margin-top: 20px !important;
	}
}


/**********************************/
/* Alerta Seguridad */
/**********************************/

.advertencia .hero-landing {
	margin-top: 0;
}
.encabezado-texto {
	position: relative;
}
.encabezado-texto > div > .row-fluid {
	max-width: 100vw !important;
}
.encabezado-texto > div > .row-fluid img {
	width: 100%;
}
.encabezado-texto .header-flotante {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.encabezado p {
	max-width: 768px;
}

hr.linea-horizontal {
	width: 350px;
	margin-top: 30px;
	border: 1px solid rgba(180,180,180,1);
}

.advertencia .encabezado h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.form-advertencia {
	margin: 40px 0;
}

.advertencia h1 {
	text-transform: uppercase;
	font-weight: normal !important;
}

.advertencia fieldset.form-columns-3 {
	max-width: 768px !important;
}

.advertencia fieldset.form-columns-1 {
	max-width: unset;
	width: 100% !important;
}
.advertencia fieldset.form-columns-3 > div:first-child {
	margin-left: 1.9%;
}

.advertencia fieldset.form-columns-1 input {
	width: calc(100% - 1.9%) !important;
	margin: 0 1.9% 30px !important;
}

div#advertencia-mazda {
	background: white;
	padding-top: 80px;
}

div#advertencia-mazda h3 {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

.preguntas-frecuentes > div > .row-fluid {
	max-width: 1024px !important;
}

.preguntas-frecuentes ul {
	list-style: none;
	padding: 0;
	text-align: left;
	color: rgba(0,0,0,1);
}

.preguntas-frecuentes ul li, .preguntas-frecuentes ul li p {
	text-align: left;
	color: rgba(0,0,0,1);
	margin: 0;
	padding: 0;
}

.preguntas-frecuentes ul li p {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.preguntas-frecuentes ul li span.active {
	margin-bottom: 30px;
	color: rgba(135,135,135,1) !important;
	display: block;
}

.active a {
	color: rgba(135,135,135,1);
	transition: all 0.3s;
	font-weight: bold;
}

.active a:hover {
	color: rgba(0,0,0,1);
	transition: all 0.3s;
}

.advertencia form input, .advertencia form select, .advertencia form textarea {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: none;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	height: 45px;
	color: rgba(135,135,135,1);
}

.advertencia form input[type=submit] {
	width: auto;
}


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

.encabezado-imagen img {
	min-height: 200px;
	object-fit: cover;
}

.posventa .hero-landing {
	margin-top: 0;
}

.posventa .seccion-video-detalle {
	margin: 0;
}

.posventa .header-flotante h1 {
	font-weight: normal;
	text-align: center;
	max-width: 95vw;
}

.posventa .contenido-centrado h3 {
	color: rgba(0,0,0,1);
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.posventa .cta-posventa > div > .row-fluid {
	max-width: 1450px;
	margin: 50px auto !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.cta-posventa > div > .row-fluid .span3.widget-span.widget-type-custom_widget, .cta-posventa > div > .row-fluid .span4.widget-span.widget-type-custom_widget, .cta-posventa > div > .row-fluid .span6.widget-span.widget-type-custom_widget {
	width: auto;
	margin: 10px 30px;
}

.posventa .seccion-video-detalle img.hs-image-widget {
	position: absolute;
	top: 0;
	right: 0;
	max-height: unset;
	height: 100% !important;
	object-fit: cover;
}

ul.características-posventa-mazda {
	justify-content: center;
	top: 0px;
	left: 0px;
	right: 0px;
	flex-wrap: wrap;
	list-style: none;
	margin: auto;
	padding: 0px !important;
	width: 100%;
	display: flex;
}

.caracteristica-posventa {
	animation-name: aparecer;
	animation-duration: 1s;
	margin: 30px;
	position: relative;
	min-width: 170px;
}

li.caracteristica-posventa p {
	text-transform: uppercase;
	max-width: 100%;
	margin: auto;
}

li.caracteristica-posventa p strong {
	display: block;
}

.bloque-caracteristicas {
	margin-top: 60px;
}

.caracteristica-posventa:nth-child(1):after, .caracteristica-posventa:nth-child(2):after, .caracteristica-posventa:nth-child(3):after, .caracteristica-posventa:nth-child(4):after {
	background-color: #ccc;
	bottom: -30px;
	height: 100px;
	position: absolute;
	right: -30px;
	-webkit-transform: rotate(24deg);
	transform: rotate(24deg);
	width: 1px;
	content: "";
}


.posventa .buscador-mapa {
	width: 100% !important;
	background: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	min-height: 60vh !important;
	padding: 20px;
}

.posventa .buscador-mapa .hs_cos_wrapper_type_rich_text {
	max-width: 100% !important;
}

.posventa .buscador-mapa .listado-mapas .hs_cos_wrapper_type_rich_text {
	width: 600px !important;
}
.protect-banner-grande img {
	width: 100vw !important;
}

.descarga-contenido {
	background: rgb(0, 18, 22);
	padding: 60px 0;
	min-height: 400px !important;
	display: flex !important;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.descarga-contenido h3, .detalle-video h3 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin: 0;
}
.descarga-contenido span.hs_cos_wrapper_type_text {
	margin-bottom: 40px;
	display: block;
	margin-top:10px;
}
.descarga-contenido > .row-fluid-wrapper {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.descarga-contenido:after {
	content: "";
	background: url(https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/mazda-banner.jpg);
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}

.contenedor-cta-texto {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 476px;
}

@media (max-width: 768px) {
	.contenedor-cta-texto {
		max-width: unset !important;
	}
}

@media (max-width: 476px) {
	.caracteristica-posventa:nth-child(1):after, .caracteristica-posventa:nth-child(2):after, .caracteristica-posventa:nth-child(3):after, .caracteristica-posventa:nth-child(4):after {
		content: none;
		display: none;
	}
	.listado-mapas {
		left: 20px;
		width: calc(100% - 40px) !important;
	}
	.resultado-busqueda.ambato.busqueda-dealer-activo ul {
		display: flex;
		flex-wrap: wrap;
	}
	.resultado-busqueda.ambato.busqueda-dealer-activo ul li {
		margin-left: 0;
	}
}




/**********************************/
/* Posventa Modelos */
/**********************************/

.header-posventa {
	background: #2b2b2b;
}
.header-posventa > div > .row-fluid {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 80vw;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 125px;
}
.header-posventa > div > .row-fluid > div {
	margin: 0;
}
.header-posventa .logo > div {
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.header-posventa .logo img.hs-image-widget {
	height: 60px !important;
}.header-posventa img.hs-image-widget {
	height: 60px !important;
	max-width: none !important;
}
.header-posventa h2 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}




.posventa-modelos .encabezado-texto .header-flotante {
	top: 30px;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.posventa-modelos .header-flotante h1, .posventa-modelos .header-flotante h3, .posventa-modelos .header-flotante span {
	color: rgba(0,0,0,1);
	margin: 0;
	font-size: 1.5em;
}

.posventa-modelos .header-flotante h3 {
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	position: relative;
}

.posventa-modelos .header-flotante h3:before {
	content: "";
	background: url(https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Postventa/Recurso%203-1.png);
	width: 100%;
	display: block;
	height: 30px;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}


.posventa-modelos .slideshow, .posventa-modelos .slick-track {
	min-height: 600px;
}

.posventa-modelos .slick-dots {
	bottom: 60px !important;
}
.posventa-modelos .botonera-slider {
	bottom: 80px !important;
}
.posventa-modelos .encabezado-slider {
	bottom: 140px !important;
	top: auto !important;
	max-width: 1200px;
}
.posventa-modelos .slideshow .item img {
	top: 0;
	margin: auto;
	height: auto;
	max-width: none;
	width: auto;
	right: 0;
	max-height: 100%;
}
.posventa-modelos .encabezado-slider h1, .posventa-modelos .encabezado-slider h2 {
	text-transform: none !important;
	letter-spacing: 0 !important;
	margin-bottom: 30px !important;
	display: block;
	text-align: center !important;
}
.posventa-modelos .encabezado-slider h3 span {
	height: 60px;
	padding: 10px;
	margin: 10px auto;
	display: flex;
	justify-content: center;
}
.posventa-modelos .encabezado-slider h3 span img {
	min-height: unset !important;
	height: 60px !important;
	width: auto !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transform: unset !important;
	min-width: unset !important;
	position: relative;
}

.posventa-modelos .item.slick-slide:nth-child(2) .encabezado-slider img {
	max-width: 450px !important;
	max-height: 220px !important;
	width: 80% !important;
}

.disclaimer {
	position: absolute;
	z-index: 9;
	bottom: 0;
}
.disclaimer p {
	margin: 0;
	text-align: center;
}

.posventa-modelos .botonera-slider a {
	margin: 20px 0 !important;
}

#informacion {
	background: #2b2b2b;
	height: 40px;
}
#posventa-bt-50 {
	background: #2b2b2b;
	padding: 60px 0;
}
#posventa-bt-50 p {
	color: white;
}
.subrayado h2 {
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	font-size: 2em;
	max-width: 768px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80vw;
}
.subrayado h2 strong {
	display: block;
}
#posventa-bt-50 table {
	width: auto !important;
	border-color: rgba(135,135,135,1) !important;
}
#posventa-bt-50 td {
	text-align: center;
	padding: 10px 20px;
}
#posventa-bt-50 tr td:first-child {
	width: 40% !important;
}
p.more {
	font-size: 50px;
	font-weight: bold;
	margin: 0 auto 10px auto;
	line-height: 0.7;
}
ul.detalles-precios-posventa {
	padding: 0;
	list-style: none;
	color: #2b2b2b;
	font-weight: 600;
}
ul.detalles-precios-posventa span {
	color: rgba(135,135,135,1);
	position: relative;
}
ul.detalles-precios-posventa span:after {
	content: "";
	border-bottom: 2px solid rgba(135,135,135,1);
	width: 60px;
	display: inline-flex;
	position: absolute;
	left: -5px;
	bottom: 8px;
	transform: rotate(-10deg);
}

.detalles-posventa-bt-50 {
	margin: 20px auto;
}
.detalles-posventa-bt-50 h3 {
	margin: 0px auto;
	font-family: Mazda Type Italic;
	color: white !important;
	max-width: 80vw;
}

.caracteristicas-cuatro > div > div.row-fluid {
	max-width: 900px !important;
}
.caracteristicas-cuatro > div > div.row-fluid .hs_cos_wrapper_type_text {
	text-align: center !important;
	display: flex;
	justify-content: center;
	max-width: 170px;
	width: 80vw;
	margin: auto;
}
.caracteristicas-cuatro > div > div.row-fluid .span3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}

.posventa-modelos .contenido-full {
	position: relative;
}
.posventa-modelos .contenido-full .centrar {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	text-align: center;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.posventa-modelos .anclaje-interno {
	position: absolute;
}
.posventa-modelos .centrado h2, .posventa-modelos .centrado p {
	text-align: center;
	font-weight: normal;
	color: rgba(85,85,85,1);
}
.posventa-modelos .centrado p {
	color: rgba(85,85,85,1);
	text-align: center;
	margin: 50px auto;
	max-width: 80%;
}
.centrado.detalle-naranja {
	margin-top: 10px;
}
.centrado.detalle-naranja p, .centrado.detalle-naranja h2 {
	color: white;
}
.centrado.detalle-naranja p {
	margin: 22px auto;
}
.centrado.detalle-naranja > div {
	width: 80vw;
	max-width: 768px;
	margin: auto;
}
.posventa-modelos .centrado.detalle-naranja .hs_cos_wrapper_type_rich_text div {
	background: #ff4716;
	color: white;
	text-align: center;
}
.fondo-negro {
	background: #2b2b2b;
}
.fondo-full {
	max-width: 100vw;
	overflow: hidden;
}
.fondo-full span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	height: 50vh;
}
.fondo-full img.hs-image-widget {
	max-width: none !important;
	height: 50vh !important;
	min-width: 100%;
	max-height: none !important;
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right: 0;
	margin: auto;
}
.posventa-modelos .encabezado-slider img {
	min-height: unset !important;
	min-width: unset !important;
	width: auto !important;
	max-width: 300px !important;
	min-width: auto;
	transform: unset !important;
	position: relative;
	top: unset !important;
	bottom: 20px !important;
	margin: 0 auto 30px auto;
	height: auto !important;
	object-fit: contain !important;
	max-height: 120px !important;
}


ul.inputs-list.multi-container {
	padding: 0;
	list-style: none;
}
ul.inputs-list.multi-container li {
	display: flex;
	align-items: center;
}
ul.inputs-list.multi-container label {
	display: flex;
	align-items: center;
}
ul.inputs-list.multi-container input {
	width: auto !important;
	margin: 0 5px 0 0;
}

.repuestos-originales-cont{
	background: #2b2b2b;
	padding: 60px 0;
	display: grid;
}

.repuestos-originales-cont p{
	color:white;
	font-size: 18px;
	margin: 0;
	height: fit-content;
	margin-left: 30px;
	text-align: left;
}

.repuestos-originales-cont > div{
	margin: auto;
	padding-left: 10px;
}

.repuestos-originales-cont > div> div{
	display: flex;
	margin: auto;
	margin-top: 80px;
	align-items: center;
	max-width: 400px;
}

.repuestos-originales-cont > div> div img{
	width: 80px;
}

.repuestos-originales-cont > div:last-child{
	margin-top: 80px;
}

.repuestos-originales-cont > div:last-child a{
	background: white;
	color: black;
	text-decoration: none;
	padding: 6px 15px;
	text-align: center;
}

.repuestos-originales-cont > div:last-child a:last-child{
	margin-left: 30px;
}


@media (max-width: 550px) {

	.repuestos-originales-cont > div:last-child{
		display: grid    ;
	}

	.repuestos-originales-cont > div:last-child a:last-child{
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.header-posventa img.hs-image-widget {
		height: 40px !important;
	}
	.header-posventa > div > .row-fluid {
		width: 90vw;
		justify-content: space-between;
	}
	.header-posventa h2 {
		font-size: 20px;
	}
	.header-posventa > div > .row-fluid .span2 {
		margin: 0 10px;
	}
	.header-posventa .logo img.hs-image-widget {
		height: 50px !important;
		margin-right: 10px;
	}
	#posventa-bt-50 td {
		padding: 10px 3px;
	}
	ul.detalles-precios-posventa span {
		display: none;
	}
	.slick-next, .slick-prev {
		display: none !important;
	}
	p.disclaimer {
		bottom: 0px;
	}
}

/**********************************/
/* Mapa Mazda */
/**********************************/

.lista-dealers .dealer  {
	color: #636363;
}

.lista-dealers h4 {
	color: #2b2b2b;
}

.filtros-dealers {
	color: #2b2b2b;
}

.filtros-dealers select{
	color: #2b2b2b !important;
}


/**********************************/
/* posventa buscador */
/**********************************/

.cont-dealers, .cont-dealers-interno {
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow-y: scroll;
	height: 100%;
	width: 100% !important;
	max-width: 100vw;
	display: none !important;
}

.contenedor-formulario {
	margin: auto;
	max-width: 768px;
	width: 80vw;
}
.cont-dealers.mostrar-pop, .cont-dealers-interno.mostrar-pop {
	display: block !important;
	animation: aparecer 0.5s forwards;
}
.formulario-pop-interno {
	width: 100%;
}
.cont-dealers>div>.row-fluid, .cont-dealers-interno>div>.row-fluid {
	overflow-y: scroll;
	height: 100% !important;
}
.formulario-pop, .formulario-pop-intenro {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100% !important;
	z-index: 999;
	background: white;
	margin: 20px 0 30px 0 !important;
	align-items: center;
	justify-content: center;

	display: none !important;
}

.formulario-pop.mostrar-pop, .formulario-pop-intenro.mostrar-pop {
	display: flex !important;
}

#cerrar-pop.cerrar-galeria span, #cerrar-pop-interno.cerrar-galeria span {
	background: rgba(0,0,0,1);
}

.buscador-mapa .cont-dealers-interno ul li:before {
	content: none;
	display: none;
}

.cont-dealers-interno .contenedor-formulario a.turnero-pop {
	margin-bottom: 40px;
}
.posventa .formulario-landing-2 fieldset.form-columns-3 > div {
	width: 33.33%;
}
.cont-dealers-interno p {
	text-transform: none;
}

a.app-ios, a.app-android {
	font-size: 30px;
	color: rgba(0,0,0,1);
	margin-right: 10px;
	transition: all 0.3s;
}
a.app-ios:hover, a.app-android:hover {
	color: rgba(135,135,135,1);
}
.contenedor-formulario form {
	margin-top: 40px;
}

@media (max-width: 1050px) {
	button#cerrar-pop, button#cerrar-pop-interno {
		margin: 5px;
		width: 50px;
		height: 50px;
	}
}

.mapa iframe {
	width: 100%;
	height: calc(100vh - 125px);

	display: none;
}


.mapa .mapa-activo {
	display: block !important;
	animation-name: mostrar;
	animation-duration: 1s;
}

@-webkit-keyframes mostrar {
	from {opacity: 0;
	}
	to {opacity: 1;
	}
}


.buscador-mapa {
	min-height: calc(100vh - 125px) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	margin-left: 0 !important;
	width: 50% !important;
}


.buscador-mapa .hs_cos_wrapper_type_rich_text {
	max-width: 80%;
	width: 600px;
	display: block;
	margin: auto;
}

.listado-mapas {
	position: absolute;
	top: 0;
	left: 0px;
	background: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	padding: 40px 20px 0 20px;
	width: 100% !important;
	z-index: 2;
	margin: auto !important;
	right: 0;
}

.listado-busquedas {
	padding-top: 150px;
	max-height: calc(100vh - 166px);
	overflow-y: auto;
	max-width: 80vw;
	min-height: 350px !important;
}

.listado-busquedas > span > div:first-child > span > img {
	margin: auto;
	display: flex;
	filter: invert(1);
}

.buscador-mapa .listado-mapas .hs_cos_wrapper_type_rich_text {
	width: calc(600px - 10%);
}

.buscador-mapa h3, .buscador-mapa h3 a {
	margin-bottom: 30px;
	font-size: 15px;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-weight: 600;
	transition: all 0.3s;
}

.turno-pop, .turnero-pop {
	background: rgba(0,0,0,1);
	color: white !important;
	text-decoration: none !important;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
	border: 2px solid rgba(0,0,0,1);
	cursor: pointer;
	outline: none;
}
.turno-pop:hover, .turnero-pop:hover {
	background: #878787;
	color: white !important;
	transition: all .3s;
	border: 2px solid #878787;
}


.buscador-mapa h3 a {
	cursor: pointer;
}
.buscador-mapa h3 a:hover {
	color: rgba(135,135,135,1);
}

.buscador-mapa p {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
}

.buscador-mapa p i {
	margin-right: 5px;
	color: rgba(180,180,180,1);
}

.buscador-mapa h4 {
	font-size: 13px;
	margin-bottom: 12px;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(180,180,180,1);
	margin-top: 40px;
}

.buscador-mapa ul {
	padding: 0;
	display: flex;
}

.buscador-mapa ul li, .buscador-mapa ul li a {
	font-size: 13px;
	display: inline-block;
	color: #999;
	line-height: 1.3;
	list-style: none;
	margin-left: 20px;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: .2rem;
}

.buscador-mapa ul li a {
	cursor: pointer;
}

.buscador-mapa ul li a:hover {
	color: rgba(0,0,0,1);
	transition: all 0.3s;
}
.buscador-mapa ul li:first-child {
	margin-left: 0px;
}

.buscador-mapa ul li:before {
	content: "\02713";
	margin-right: 5px;
}

.busqueda {
	margin-bottom: 80px;
	position: relative;
	min-height: 45px;
}

.busqueda h1 {
	font-weight: normal;
	text-transform: uppercase;
	color: rgba(135,135,135,1);
	letter-spacing: 0.2em;
	margin-bottom: 0;
	font-size: 17px;
}

.busqueda h3 {
	color: rgba(135,135,135,1);
	font-weight: normal;
	margin-top: 5px;
}

ul.lista-mapas.lista-desplegada {
	height: 405px;
	transition: all .3s;
	padding-top: 45px;
}
.concesionarios-mazda ul.lista-mapas.lista-desplegada {
	height: 360px;
}
.resultado-busqueda small {
	display: block;
	color: black;
	margin-top: 10px;
}
ul.lista-mapas {
	display: block !important;
	height: 45px;
	border: 1px solid;
	width: 200px;
	border-radius: 4px;
	position: absolute;
	top: 45px;
	overflow: hidden;
	background: white;
	transition: all .3s;
	z-index: 1;
}

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: ;
}

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



@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;
	}
}


/**********************************/
/* Sorteo Posventa */
/**********************************/

.sorteo-posventa .header-flotante {
	text-align: center;
	margin: 0;
	line-height: 1;
}

.sorteo-posventa .header-flotante h1 {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.sorteo-posventa .header-flotante h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 5px;
}



/**********************************/
/* Landing Cars */
/**********************************/

.cromos .cuerpo {
	margin-top: 150px;
}

.cromos .encabezado.flotante {
	position: absolute;
	background: transparent;
	z-index: 2;
	margin-top: 40px;
}
.cromos .encabezado {
	background: rgba(220,220,220,1);;
}

.cromos .encabezado h1 {
	font-family: Interstate;
	font-weight: 100;
	text-align: center;
	color: rgba(0,0,0,1);
}

.cromos .encabezado.flotante h1, .cromos .encabezado.flotante h1 span {
	color: white;
	font-family: Mazda Type;
	text-transform: uppercase;
}
.cromos .encabezado.flotante h3 {
	color: white;
	font-family: Mazda Type;
	text-align: center;
	font-weight: 100;
	margin: 0 auto;
	max-width: 768px;
}
.cromos .encabezado h1 span {
	color: rgba(145,10,45,1);
}

.cromos .bloques {
	background: rgba(135,135,135,1);
}

.cromos .bloque-dividido .row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1333px;
	margin: 80px auto;
	justify-content: center;
}

.cromos .bloque-dividido h2 {
	font-weight: 100;
	border-bottom: 1px solid rgba(180,180,180,1);
	width: fit-content;
	padding-bottom: 20px;
	color: white;
	font-family: Interstate Light;
}

.bloque-completo.kodo {
	color: rgba(85,85,85,1);
}
.bloque-completo h2 {
	font-family: Mazda Type;
	font-weight: 100;
	color: rgba(85,85,85,1);
	font-size: 1.4em;
	text-transform: uppercase;
}

.skyactiv, .concept-cars {
	background: rgba(85,85,85,1);
}

.hero-cromos img {
	object-fit: contain;
	height: auto;
}

.hero-cromos.video video {
	min-width: 100vw;
	height: calc(100vh - 173px);
	object-fit: cover;
}

.cromos .bloque-dividido a {
	text-decoration: none;
	border: 1px solid;
	padding: 6px 10px;
}

.cromos .bloque-dividido iframe {
	width: 100%;
	height: 100%;
	min-height: 315px;
}

.concept-cars .row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1333px;
	margin: 40px auto;
	justify-content: center;
}

.concept-cars.cop .row-fluid .widget-type-rich_text {
	width: 80% !important;
	margin: auto;
}

.cromos .concept-cars h2 {
	font-weight: 100;
	border-bottom: 1px solid rgba(180,180,180,1);
	padding-bottom: 20px;
	color: white;
	font-family: Mazda Type;
}

.hero-cromos.video {
	min-height: 600px;
}
.bloques-2 {
	background: white;
	position: relative;
	z-index:2;
}

.bloque-completo {
	margin: 50px 0;
}

.video-cromos {
	min-height: 350px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 55% !important;
	min-width: 476px;
}

.video-cromos video {
	min-height: 500px;
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}

.span7.video-cromos {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px !important;
}

.video-cromos .archivo-video {
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-cromos.derecha {
	margin-left: auto !important;
}

.video-cromos.izquierda {
	margin-right: auto !important;
}

@-webkit-keyframes videos {
	0% {
		width: 80%;
		opacity: 0 !important;
	}
	15% {
		opacity: 1 !important;
	}
	100% {
		width: 100%;
	}
}

@keyframes videos {
	0% {
		width: 80%;
		opacity: 0 !important;
	}
	15% {
		opacity: 1 !important;
	}
	100% {
		width: 100%;
	}
}

.ventana {
	display: flex;
	justify-content: center;
}
.ventana div {
	width: 100% !important;
}

.bloque-completo .row-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.caja-texto {
	min-height: 500px;
	padding: 50px;
	width: 45%;
}

.caja-texto .widget-type-rich_text {
	max-width: 470px;
	display: flex;
	justify-content: center;
	margin: auto;
	color: rgba(135,135,135,1);
}

.caja-texto a {
	color: rgba(135,135,135,1);
	text-decoration: none;
	border-bottom: 2px solid rgba(135,135,135,1);
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

.caja-texto a:hover {
	color: rgba(85,85,85,1);;
	padding-bottom: 1px;
	border-bottom: 2px solid rgba(85,85,85,1);;
}

.land-3 div#encabezado-flotante.fijo {
	margin-top: 50px !important;
}

.cromos div#encabezado-flotante.fijo {
	margin-top: -60px !important;
}

div#encabezado-flotante.fijo {
	position: fixed;
	background: transparent;
	/*z-index: 2;*/
	margin-top: -60px !important;
	opacity: 1; 
	transform: matrix(0.995449, 0, 0, 0.995449, 0, -0.910194);
}
div#encabezado-flotante.fijo-1 {
	opacity: 0.7;
	transition: all 0.3s;
	transform: matrix(0.989381, 0, 0, 0.989381, 0, -2.12379);
}
div#encabezado-flotante.fijo-2 {
	opacity: 0.4;
	transition: all 0.3s;
	transform: matrix(0.983313, 0, 0, 0.983313, 0, -3.33738);
}
div#encabezado-flotante.fijo-3 {
	opacity: 0.1;
	transition: all 0.3s;
	transform: matrix(0.977245, 0, 0, 0.977245, 0, -4.55097);
}
div#encabezado-flotante.fijo-3 {
	opacity: 0;
	transition: all 0.3s;
	transform: matrix(0.971177, 0, 0, 0.971177, 0, -5.76456);
}

@media (max-width:800px) {
	.video-cromos, .caja-texto {
		width: 100% !important;
	}
	.video-cromos.derecha {
		margin-left: 0 !important;
	}
	.skyactiv-2 .row-fluid {
		flex-direction: column-reverse;
	}
}

@media (max-width:768px) {
	.land-3 div#encabezado-flotante.fijo {
		position: relative;
		transform: unset;
	}
	.cromos .cuerpo {
		margin-top: 145px;
	}
	.cromos .encabezado.flotante h1 {
		font-size: 1.5em;
		margin-top: 0;
	}
	.hero-cromos.video video {
		max-width: 100vw !important;
		min-height: 70vh;
		height: 100%;
	}
	.bloque-completo {
		margin: 0px;
	}
	.slick-slider.slider-video {
		max-width: 80vw;
	}
	.concept-cars {
		padding: 1px 53px;
	}
	.video-cromos video {
		min-height: unset !important;
	}
	.span7.video-cromos {
		min-height: auto !important;
	}
}

@media (max-width: 476px) {
	.header-mazda {
		max-width: 100vw;
	}
	.concept-cars {
		padding: 0;
	}
	.slider-main, .slick-slider.slider-video {
		width: 100vw !important;
		max-width: 100vw;
	}
	.video-cromos video {
		min-height: unset !important;
		height: auto;
		object-fit: contain;
		width: 100%;
		max-width: 100vw;
	}
	.cromos .encabezado.flotante {
		position: relative;
	}
	.cromos .encabezado.flotante h1, .cromos .encabezado.flotante h1 span {
		color: rgba(85,85,85,1);
		max-width: 80vw;
		margin: 0 auto 20px auto;
	}
	.cromos .encabezado.flotante h3 {
		color: rgba(85,85,85,1);
		margin-bottom: 40px;
		max-width: 80vw;
	}
	.hero-cromos.video {
		min-height: 400px;
	}
	.video-cromos {
		min-width: unset;
		min-height: unset !important;
	}
	.caja-texto {
		padding: 20px 30px;
	}
	.slider-nav .slick-track .slick-slide img {
		max-width: 40vw;
		margin: auto;
	}
	.slider.slider-nav.slick-initialized.slick-slider {
		max-width: 85vw;
		margin: auto;
	}

}
/**********************************/
/* Contacto */
/**********************************/

.contacto .header-flotante h1 {
	font-weight: normal;
}

.contacto input[type=checkbox] {
	width:auto !important;
}
.land-3.contacto .hero-landing {
	margin-top:0 !important;
}


/**********************************/
/* Lead Flows y Botoneras */
/**********************************/

.cont-flotante {
	position: fixed !important;
	right: 0;
	top: calc(50% - 60px);
	z-index: 9999;
	background: rgba(0,0,0,1);
	width: 40px !important;
	padding: 10px 0 20px 0;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	border-radius: 20px 0 0 20px;

	display: none;
}

.cont-flotante.flotar {
	display: flex !important;
}

.cont-flotante span {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	margin-right: 2px;
}

ul.ico-flotante {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

ul.ico-flotante li {
	margin: 4px 0;
}

.ico-flotante li button {
	background: transparent;
	border: none;
	color: rgba(220,220,220,1);
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15px;
}

.ico-flotante button:hover {
	color: white;
	transition: all 0.3s;
}

ul.ico-flotante li img {
	max-width: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	filter: brightness(0.9);
	transition: all 0.3s;
}

ul.ico-flotante li img:hover {
	filter: brightness(1);
	transition: all 0.3s;
}

ul.ico-flotante li:nth-child(1)::before {
	content: none;
}
ul.ico-flotante li:nth-child(1):hover::before {
	content: "App Store";
	position: absolute;
	width: max-content;
	background: whitesmoke;
	color: black;
	left: 0;
	transform: translateY(-5px) translateX(-95%);
	padding: 5px 7px;
	font-size: 0.8em;
	border: 1px solid black;
	border-radius: 1px;
}

ul.ico-flotante li:nth-child(2)::before {
	content: none;
}
ul.ico-flotante li:nth-child(2):hover::before {
	content: "Play Store";
	position: absolute;
	width: max-content;
	background: whitesmoke;
	color: black;
	left: 0;
	transform: translateY(-5px) translateX(-95%);
	padding: 5px 7px;
	font-size: 0.8em;
	border: 1px solid black;
	border-radius: 1px;
}

ul.ico-flotante li:nth-child(3)::before {
	content: none;
}
ul.ico-flotante li:nth-child(3):hover::before {
	content: "Alertas";
	position: absolute;
	width: max-content;
	background: whitesmoke;
	color: black;
	left: 0;
	transform: translateY(-5px) translateX(-95%);
	padding: 5px 7px;
	font-size: 0.8em;
	border: 1px solid black;
	border-radius: 1px;
}

ul.ico-flotante li:nth-child(4)::before {
	content: none;
}
ul.ico-flotante li:nth-child(4):hover::before {
	content: "Citas";
	position: absolute;
	width: max-content;
	background: whitesmoke;
	color: black;
	left: 0;
	transform: translateY(-5px) translateX(-95%);
	padding: 5px 7px;
	font-size: 0.8em;
	border: 1px solid black;
	border-radius: 1px;
}

ul.ico-flotante li:nth-child(5)::before {
	content: none;
}
ul.ico-flotante li:nth-child(5):hover::before {
	content: "Citas";
	position: absolute;
	width: max-content;
	background: whitesmoke;
	color: black;
	left: 0;
	transform: translateY(-5px) translateX(-95%);
	padding: 5px 7px;
	font-size: 0.8em;
	border: 1px solid black;
	border-radius: 1px;
}


/**********************************/
/* Parche footer lp */
/**********************************/

.footer {
	padding:0;
}

.copyright-footer{
	background: url(https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/MAZDA/Imagen%20de%20Marca/Logos/20-logo-maresa.png);
	background-repeat: no-repeat;
	height: 100px;
	padding:30px;
	background-color: grey;
	background-position: 80px 50%;
}

.copyright-footer img{
	display:none;
}




/**********************************/
/* Vehículos Mazda */
/**********************************/

.autos-mazda {
	background: white;
}
.autos-mazda > div > .row-fluid {
	max-width: 80vw;
	margin: 60px auto;
	text-align: center;
	color: black;
}

.autos-mazda h3 {
	text-transform: uppercase;
}


/**********************************/
/* Vehículos Mazda */
/**********************************/

.vb-signature{
	position:relative;
}

.tvb-signa{
	position: absolute;
	text-align: center;
	font-size: 30px;
	top: 40vh;
	width: 100% !important;
}

.texto-sub-video-signature{
	text-align: center;
	width: 80%;
	margin: auto;
	max-width: 850px;
	color: #353535;
	margin-top:60px;
	margin-bottom:60px;
	font-family: Mazda Type, sans-serif;
}

.texto-sub-video-signature p{
	text-align: initial;
	line-height: 24px;
	margin-bottom: 40px;
}

.btn-signature{
	background: #353535;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
}

.cont-artic-signature{
	color:#353535;
	position: relative;
	height: 950px;
}

.artic-signature-gris{
	position: absolute;
	background: darkgrey;
	height: 100%;
	width: 58%;

	z-index: -1;
}

.artic-signature-arriba{
	width: 100%;
	display: flex;
	position: absolute;
	height: 400px;
	contain: content;
	margin-top: 20px;
}

.artic-signature-arriba-img{
	width: 65%;
	overflow: hidden;

}

.artic-signature-arriba-img img{
	height: 100%;
	width: unset;
	max-width: unset;
	margin-left: -150px;
}

.artic-signature-arriba-text{
	width:45%;
	font-family:Mazda Type Bold;
}
.artic-signature-arriba-text p:last-child strong{
	background-color: darkgrey;
}

.artic-signature-arriba-text div{
	padding: 50px;
	line-height: 25px;
}

.artic-signature-abajo{
	width: 100%;
	display: flex;
	position: absolute;
	height: 400px;
	contain: content;
	bottom: 0;
	margin-bottom:20px;
}

.artic-signature-abajo-text{
	width:45%;
	font-family:Mazda Type Bold;
}

.artic-signature-abajo-text p:last-child span{
	background: white;
}

.artic-signature-abajo-text div{
	padding: 50px;
	line-height: 25px;
}

.artic-signature-abajo-img{
	width:55%;
	position: relative;
}

.artic-signature-abajo-img img{
	width:100%;
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

.cta-signature a.cta_button.cta-mazda-nuevo {
	background: rgba(0,0,0,1) !important;
	color: white !important;
	text-decoration: none !important;
	padding: 15px 18px !important;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type !important;
	border: 2px solid rgba(0,0,0,1);

}

.cta-signature a.cta_button.cta-mazda-nuevo:hover {
	background: #878787 !important;
	color: white !important;
	transition: all .3s;
	border: 2px solid #878787 !important;
}

@media (max-width: 900px) {

	.cont-artic-signature{
		height: auto;
		contain: content;
	}

	.artic-signature-gris {
		clip-path: none;
		width: 100%;
	}

	.artic-signature-arriba{
		display: block;
		contain: none;
		position: relative;
		height: auto;
	}
	.artic-signature-arriba-text{
		width:100%;
	}
	.artic-signature-arriba-img{
		clip-path: none;
		width: 100%;
	}
	.artic-signature-arriba-img img{
		max-width: 100%;
		margin-left: 0;
	}
	.artic-signature-abajo{
		display: block;
		contain: none;
		position: relative;
		height: auto;
	}
	.artic-signature-abajo-text{
		width:100%;
	}
	.artic-signature-abajo-img{
		clip-path: none;
		width: 100%;
		contain: content;
		height: 40vh;
	}

}

/********************************************/
/* Atencion Virtual */
/********************************************/

.atencion-virtual-mazda>div>.row-fluid {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
	margin-bottom: 40px;
}

.atencion-virtual-mazda>div>.row-fluid .span6, .atencion-virtual-mazda>div>.row-fluid .span4 {
	width: auto;
	margin: 10px;
}

.hs-cta-img.videollamada-inteligente {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto !important;
}

body.home .atencion-virtual-mazda>div>.row-fluid {
	margin-bottom: 0;
}

/********************************************/
/* Cotizador */
/********************************************/

.cuerpo-cotizador {
	background: white;
	padding: 40px 0;
	color: rgba(0,0,0,1);
}
.siguiente, .atras, #cotizador_modelo .cta {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	background: rgba(0,0,0,1);
	color: white !important;
	text-decoration: none !important;
	font-family: "Mazda Type";
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,-webkit-transform .3s,visibility 0s;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-webkit-font-feature-settings: 'liga' 0,'clig' 0;
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	border: 2px solid rgba(0,0,0,1);
	margin: 20px;
}
div#cotizador_modelo div, div#cotizador_modelo select, div#cotizador_modelo select option, div#cotizador_modelo input, div#cotizador_modelo p, div#cotizador_modelo span {
	font-family: Mazda Type;
	font-size: 16px !important;
}
.disclaimer {
	position: relative;
	z-index: 9;
}
div#cotizador_modelo div .disclaimer p {
	max-width: 100%;
}
#cotizador_modelo a.cta_blanco {
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	background: rgb(255,255,255);
	border-radius: 4px;
	border-width: 2px;
	height: auto;
	transition: all .4s ease;
	padding: 15px 18px;
	text-shadow: none;
	width: auto;
	line-height: 1.5em;
	min-width: 170px;
}
.resultado.etapas.mostrar p {
	text-align: center;
}

.seleccion_version .inputs div{
	background: rgba(0,0,0,1) !important;
	color: white !important;
	padding: 10px 12px;
	border-radius: 5px !important;
	height: fit-content !important;
	width: auto !important;
}

.resultado .titulos-etapas{
	color: rgba(0,0,0,1);
}

.selec-border{
	border: solid 2px rgba(0,0,0,1) !important;
	color: rgba(0,0,0,1) !important;
}

.resultado span, .resultado input{
	color: rgba(0,0,0,1) !important;
}

.resultado .flex > div:last-child p, .resultado .flex > div:last-child span{
	color: rgba(0,0,0,1) !important;
}

.resultado .flex .cont-img-precio .precio_interes{
	color: rgba(0,0,0,1) !important;
}

.nav-form button{
	background: rgba(0,0,0,1) !important;
	color: white !important;
	padding: 10px 12px;
	border-radius: 5px !important;
	height: fit-content !important;
	width: auto !important;
}

.seguro_dispositivo{
	color: rgba(0,0,0,1) !important;
}


/*-----------------------------*/
/*100 AÑOS*/
/*-----------------------------*/

.anos_100 {
	font-family: Mazda Type;
}

.anos-100-banner-1{
	opacity: 0.8;
	background-image: url(https://4560037.fs1.hubspotusercontent-na1.net/hubfs/4560037/100%20A%C3%B1os%20Mazda/a49abfafba3949c18a3e380071731a4b.jpg);
	background-position: center;
	background-size: cover;
	height: 60vh;
	position: relative;
	color: black;
	text-align: center;
}

.anos-100-banner-1 p {
	margin: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 25px;
	opacity: 1;
	transform: translate(-50%, -50%);
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3847;
}

.anos-100-banner-2{
	position: relative;
	height: 60vh;
	text-align: center;
	color: #191919;
	margin-top:20px;
	margin-bottom: 20px;
}

.anos-100-banner-2 span{
	font-weight: bold;
	font-family: Mazda Type;
	font-size: 20px;
}

.anos-100-banner-2 p {
	max-width: 70%;
	width: fit-content;
	height: fit-content;
	margin: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	font-size: 18px;
}

.video-100{
	text-align: center;
	max-width: 800px !important;
	margin: auto !important;
}

.video-100 .hs-responsive-embed-wrapper{
	max-width: 600px !important;
	margin: auto !important;
}

.cont-vid-2-100 .hs-responsive-embed-wrapper{
	max-width: 600px !important;
	margin:auto !important; 
}

.cont-audio-100{
	display: flex;
	width: 90%;
	margin: auto;
	height: 90vh;
}

.izquierda-audio-100{
	width: 50%;
	text-align: center;
	color: #191919;
	font-size: 18px;
}

.izquierda-audio-100 span{
	color: #191919;
	font-weight: bold;
	font-size: 22px;
}

.derecha-audio-100{
	width: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cont-3-banners{
	display: flex;
	margin-bottom: 20px;
	background-color: rgb(245, 245, 245);
}

.div-3-banners{
	width:33.33%;
}

.cont-3-banners .div-3-banners div{
	height: 300px;
	background-position: center;
	background-size: cover;
}

.cont-3-banners .div-3-banners p{
	line-height: 30px;
	text-align: center;
	max-width: 80%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #191919;
}

.cont-3-banners .div-3-banners span{
	font-weight: bold;
}


.hs-responsive-embed-wrapper{
	max-width: 1200px !important;
	max-height: none !important;
}


.cont-conocer-aqui{
	height: 60vh;
	display: flex;
	margin-top: 4em;
	margin-bottom: 0px;
}

.text-conocer-aqui{
	width: 50%;
	text-align: center;
	position: relative;
}

.text-conocer-aqui div{
	max-width: 500px;
	height: fit-content;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 20px;
	color: dimgray;
}

.text-conocer-aqui div span{
	color:#191919;
	font-size: 30px;
}

.img-conocer-aqui{
	width: 50%;
	background-position: center;
}

.text-conocer-aqui div a{
	background: rgba(0,0,0,1);
	cursor: pointer;
	color: white !important;
	text-decoration: none !important;
	padding: 15px 18px;
	min-width: 170px;
	transition: background-color .3s,border-color .3s,color .3s,opacity .3s,transform .3s,visibility 0s;
	transition-timing-function: cubic-bezier(.445,.05,.55,.95);
	-moz-font-feature-settings: 'liga' 0,'clig' 0;
	font-feature-settings: 'liga' 0,'clig' 0;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	font-family: Mazda Type;
}

.cont-JINBA{
	display: flex;
	height: 80vh;
}

.JINBA-div{
	width: 50%;
	display: flex;
}

.JINBA-div div{
	text-align:center;
	max-width: 500px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.JINBA-div div p:nth-child(2){
	font-size: 22px;
}

.cont-JINBA .JINBA-div:first-child{
	background-position: center;
	background-size: cover;
}

.cont-video-fondo-100{
	position: relative;
}

.text-video-fondo-100{
	position: absolute;
	color: white;
	top: 0;
	bottom: 0;
	left: 10%;
	width: 30%;
	display: flex;
}

.text-video-fondo-100 div{
	top: 0;
	bottom: 0;
	margin: auto;
}

.text-video-fondo-100 div:nth-child(2){
	font-size: 22px; 
}

.cont-coche-arte{
	text-align:center;
}

.cont-coche-arte p{
	max-width: 800px;
	margin: auto;
}

.coche-arte-flex{
	display:flex;
}

.coche-arte-flex div{
	padding:40px;
}

.coche-arte-flex-img{
	width: 80% !important;
	height: 40vh !important;
	background-size: cover;
	margin: auto;
	margin-bottom: 15px;
}
#carouselExampleIndicators {
	margin-bottom: 4em;
}

@media (max-width: 900px) {
	.anos-100-banner-2 {
		height: auto;
	}

	.anos-100-banner-2 p{
		position:relative;
		max-width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cont-audio-100 {
		display:block;
		height: auto;
	}

	.izquierda-audio-100 {
		width: 100%;
	}

	.derecha-audio-100 {
		width: 100%;
		height: 40vh;
	}

	.hs-responsive-embed-inner-wrapper{
		height: 40vh;
	}

	.cont-3-banners{
		display: block;
	}
	.div-3-banners{
		width:100%;
	}
	.cont-conocer-aqui{
		display:block;
		margin-bottom: 20px;
		height: auto;
	}
	.text-conocer-aqui{
		width:100%;
		display: block;
		padding-bottom: 10px;
	}
	.text-conocer-aqui div{
		position:relative;
	}
	.img-conocer-aqui {
		width: 100%; 
		background-position: 50% 70%;
		height: 40vh;
	}

	.cont-JINBA {
		display: block;
		height: auto;
	}

	.JINBA-div {
		width: 100%;
	}

	.cont-JINBA .JINBA-div:first-child {
		width: 100%;
		height: auto;
		min-height: 40vh;
	}
	.text-video-fondo-100 {
		position: relative !important;
		color: black;
		left: 0 !important;
		padding: 10px;
		width: 100%;
	}

	.coche-arte-flex {
		display:block;
	}
}


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

.chat_genesys {
	position: absolute;
	bottom: 2em;
	left: 2em;
	z-index: 10000000000;
	width: 200px;
}
.contenedor_genesys {
	bottom: 20px;
	left: 20px;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 999997;
	position: fixed;
	opacity: 0;
	visibility: hidden;
}
button#chat-button {
	outline: none;
}
.botonF1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	position: relative;
	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;
}

.icono {
	width: 38px;
	height: 39px;
}

.cx-widget.cx-common-container.cx-webchat.cx-close.cx-minimize.cx-theme-light.cx-desktop.cx-transcript-view {
	left: 5em;
}

a.boton-proteccion-datos {
	border: 1px solid;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 11px;
	text-transform: inherit;
	text-decoration: none;
	background: transparent;
	color: rgba(220,220,220,1);
	cursor: pointer;
	outline: none;
}


section.container_center {
	margin: auto;
}
.container_center p, .container_center ul, .container_center ol {
	max-width: 768px;
}
form .hs-richtext.hs-main-font-element, form .hs-richtext.hs-main-font-element a {
	color: black;
}
.vehiculos-desplegados .tipoconvertibles {
	display: none;
}
/*************************************************************************************************/
.row-fluid-wrapper.row-depth-1.row-number-3 {
	display: block !important; 
}


/***************************************/
.span12.widget-span.widget-type-widget_container.seccion-video-detalle button#video-button {
	display: none;
}

.span12.widget-span.widget-type-widget_container.seccion-video-detalle > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 4rem;
}
.span12.widget-span.widget-type-widget_container.seccion-video-detalle > span > div:first-child {
	padding: 2rem;
}

@media(max-width: 768px) {
	.span12.widget-span.widget-type-widget_container.seccion-video-detalle > span {
		flex-direction: column;
		padding: 0rem;
	}
}

.contenido-txt-versiones ul {
	list-style: none;
	margin: 0 auto 2rem auto;
	padding: 0;
}
.contenedor-caracteristicas-versiones img {
	width: 100%;
	margin: auto;
}
/*****************************************/
/* Mazda Whatsapp CTA */
/*****************************************/

.whatsapp_cta_footer {
	max-width: 50vw;
	position: fixed;
	z-index: 100000000000000000000000;
	bottom: 1rem;
	right: 1rem;
}
#fb-root {
  display: none;
}

@media(max-width: 476px) {
	.whatsapp_cta_footer {
		bottom: 1.8rem;
		right: 1rem;
	}
	.whatsapp_cta_footer img {
		width: 50px;
		height: auto;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

form select option[value="Grupo Lader Tumbaco"] {
	display: none;
}

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

body.landing-2.land-3.modelos.menu-final.hs-site-page.page {
	overflow-x: hidden;
}
.contenedor-caracteristicas-versiones ul {
	list-style: none;
	padding: 0;
}


@media(max-width: 476px) {
	.precio-general {
		display: none !important;
	}
}

.formularios_js .submitted-message {
	color: black;
	margin: auto;
	text-align: center;
}

.hs_phone legend {
  font-size: 0.8rem;
	text-transform: unset;
	color: #7a7877 !important;
}


/**********************************************************/
/* Cotizador Mazda */
/**********************************************************/
.Mazda.marca-elegida {
	display: none !important;
}
.\.cuerpo-cotizador {
	background-color: #f5f5f5;
}
div#cotizador_modelo {
	color: black;
}
.hs-form-booleancheckbox .hs-input {
	width: auto !important;
	margin: 2rem 0;
}
div#cotizador_modelo form fieldset {
	max-width: 100%;
}
div#cotizador_modelo form {
	margin: auto;
	width: 80vw;
	max-width: 768px;
}
div#cotizador_modelo input.hs-input, div#cotizador_modelo select.hs-input, div#cotizador_modelo textarea.hs-input {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	outline: 0;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	height: 45px;
	color: rgba(135,135,135,1);
}
div#cotizador_modelo fieldset.form-columns-0 .hs-richtext.hs-main-font-element p,
fieldset.form-columns-0 .hs-richtext.hs-main-font-element p {
	text-align: left;
	font-size: 9px !important;
}
div#cotizador_modelo .hs_versiones_modelos_mazda {
	display: none !important;
}
div#cotizador_modelo label {
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
div#cotizador_modelo .hs-input.hs-fieldtype-intl-phone input.hs-input {
	width: -webkit-fill-available !important;
	margin-right: 4px !important;
}
.nav-form button {
	display: none;
}

/*******************************/
.resultado .cont-img-precio {
	align-items: center;
}
.resultado .cont-img-precio .cont_interes {
	display: inline-block !important;
	text-align: right;
}
.resultado .cont-img-precio .cont_interes p.precio_interes {
	margin-bottom: 1rem;
}
.resultado .cont-img-precio .cont_interes p.precio_interes, .resultado .cont-img-precio .cont_interes p.precio_interes span {
	text-align: right;
}
div#cotizador_modelo .resultado .cont-img-precio .cont_interes p.precio_interes:first-child, div#cotizador_modelo .resultado .cont-img-precio .cont_interes p.precio_interes:first-child span {
	font-size: 20px !important;
}

/*********************************/
/* Landings 2023 */
/*********************************/

.land-3 .header-mazda.header-landing {
	background: transparent !important;
	background-color: transparent !important;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
}
.land-3 .header-mazda.header-landing .header-menu-mazda {
	background: transparent !important;
	background-color: transparent !important;
}
.land-3 .hero-landing {
	margin-top: 0;
}
.land-3 .hero-auto {
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.land-3 .header-menu-mazda > div > .row-fluid {
		justify-content: center;
	}
	.land-3 .span6.widget-span.widget-type-custom_widget.logo-zoom-zoom {
		display: none;
	}
	.land-3 .precio-modelo {
		text-align: center;
	}
	.land-3 .span12.widget-span.widget-type-custom_widget.boton-arrastrar {
		display: none;
	}
  
  .version-modelo p, .version-modelo div {
    max-width: 100%;
    
  }
  
  
  
}