/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900,900i|Montserrat:400,700%27);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);
/***********************************************/
/* 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;}









/*  RESET DE CSS NATIVAS DE NAVEGADOR ************************************************ */

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






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

::selection {background: #fff2a8; /* WebKit/Blink Browsers */}

::-moz-selection {background: #fff2a8; /* Gecko Browsers */}



/****************************************
- 0V - VARIABLES                     
****************************************/
 
 
 
 
 
 
 
  /* ASJ amarillo */
 
 
 
  
  
  
  
  
 
 
  /* define el ancho */


/****************************************
- Estilos 2017 vias 2018         
****************************************/

.contenedor_asj{
    
    
    float: none!important;
    margin: 0 auto!important;
    padding: 5% 3% 8%;
    max-width: 1200px;
    
}
html {
	font-size: calc(7px + 0.25vw);

  overflow-y: scroll;

}

.contenedor_asj.calltoaction{
    
    padding: 5% 3%;
    
}


@media (max-width:1050px){

    
.contenedor_asj.redux { padding: 5% 7%; }    
    
}


@media (max-width:851px){

.contenedor_asj { padding: 9% 3%; }

.contenertestimonios{ padding: 0% 0% 9%; }

.contenedor_asj.redux { padding: 9% 6%; }



}

@media (max-width:767px){
.contenedor_asj.foot_cta_home{
    
 padding: 9% 6%;
    
}
}
.ASJ_Titulos{
    
    margin-bottom:1em;
}

.texto_750{
    
    max-width: 750px;
    margin: 0 auto!important;
    float: none!important;
    
}

.texto_980 {
    max-width: 980px;
    margin: 0 auto!important;
    float: none!important;
}



.recuadrowhite {
    
    background: #F8FAFF;
    padding: 4% 3%;
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    position: relative;
    border-radius: 5px;
    border: 1px solid #cbd6e2;
    
}


.alinea_derecha{
    
    float:right!important;
    
}

.fondo_pain:before{
    
    content: url(https://cdn2.hubspot.net/hubfs/416379/Home_Asset/network-01.svg?t=1511788385765);
    font-family: "fontawesome";
    display: block;
    color: #cbd6e23b;
    font-size: 591px;
    position: absolute;
    opacity: .1;
    margin-top: 0;
    /* transform: rotate(-16deg); */
    top: 0;
    left: 0%;
    overflow: hidden;
    height: 100%;
    width: 47%;
    transition: all .5s ease;
    
}


@media (max-width: 1650px){
    
.fondo_pain:before{
        width: 62%;
    
}    
    
}

@media (max-width: 1126px){
    
.fondo_pain:before{width: 72%;}
    
}

@media (max-width: 898px){
    
.fondo_pain:before{width: 89%;}    
    
    
}

@media (max-width: 767px){

.alinea_derecha{
    
float:none!important;
    
} 

.fondo_pain:before{display:none;}

    
}


body p {
    font-size: 1em;
    line-height: 1.375;
    margin-top: 1em;
    margin-bottom: 1em;
}



.doscolumnatitulo {
    
padding: 0 3%;
    
}

.centradorflex {
    margin-top: 22%;
    position: relative;
}

/*=======FONDOS==================*/

.Header_background{
    
    position:relative;
}
@media (min-width: 768px){
.Header_background:before{
    content: "";
    position: absolute;
    bottom: -.5em;
    top: 3em;
    right: 21%;
    background-image: url(https://cdn2.hubspot.net/hubfs/416379/Home_Asset/Homehederperson.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: contain;
    z-index: -1;
}
}
@media (max-width: 1924px){

.Header_background:before {
    bottom: 0;
    right: 11%;
}

}

@media (max-width: 1224px){

.Header_background:before  {
    right: 2%;
}
}

@media (max-width: 920px){

.Header_background:before {
    right: -6%;
}
}

.fondo_pain{
    
    background-image: linear-gradient(50deg,rgb(241, 244, 247),rgba(242, 245, 248, 0.78),rgba(242, 245, 248, 0.77),rgb(242, 245, 248)),url(https://cdn2.hubspot.net/hubfs/416379/Home_Asset/1980secnoemi.jpg?t=1514453120896);
    background-repeat: no-repeat;
    background-position: 74% 50%;
    background-size: cover;
    transition: all .3s ease;
    position: relative;
    
}

@media (max-width:2060px){
    
.fondo_pain{
    background-position: 72% 50%;}

}

@media (max-width: 1522px){

.fondo_pain {
    background-position: 66% 50%;
}
}

@media (max-width:1360px){
    
    
.fondo_pain {
    
  background-image: linear-gradient(-131deg,rgba(241, 245, 248, 0.83),rgba(242, 245, 248, 0.74),rgb(242, 245, 248),rgb(242, 245, 248)),url(https://cdn2.hubspot.net/hubfs/416379/Home_Asset/1980secnoemi.jpg?t=1513947648996);

background-position: 75% 50%;
    background-repeat: no-repeat;

}
    
    
}
@media (max-width:767px){

.fondo_pain {
    background-image: linear-gradient(202deg,rgba(242, 245, 248, 0.35),rgba(242, 245, 248, 0.83),rgb(242,245,248),rgb(242,245,248)),url(https://cdn2.hubspot.net/hubfs/416379/Home_Asset/1980sec.jpg);
    background-size: cover;
    background-position: 18% 59%;
    background-repeat: no-repeat;
}
}


/*===========END================*/




/*:::Mennu fix:::*/

.homemenufix{
      -webkit-font-smoothing: initial;
      -moz-osx-font-smoothing: initial;
}


/*===========Scroll ICON ==========
================STAR===============*/

@media (min-width: 768px){

.mouse {
  position: fixed;
  width: 22px;
  height: 42px;
  bottom: 1%;
  left: 6%;
  margin: 0 auto 25px;
  border-radius: 15px;
  border: 2px solid rgba(136, 136, 136, 0.64);
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #ffd500;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}


/*---animación----*/

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
}





/*===========END=====================*/


/*======= Video responsive ===========*/

.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo, .hs-responsive-embed.hs-responsive-embed-undefined {

    height: 0px !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

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



/*======= END Video responsive ===========*/






/*---CTA book grande----*/


    
.AD_CTA {
    background-image: url('https://cdn2.hubspot.net/hubfs/416379/Home_Asset/fab45245568777fdcb657fbda7d6a3f3%20%281%29.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
    



.centradordecosas{ 
 
    
    margin:0 auto;!important
    float:none!important;
    text-align:center!important;

}

.ctaefect{

    
   
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;

    
}

.ctaefect:hover{
    

    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 11px 14px 29px -15px #425b7652;
    
}

/*---END de CTA----*/


/* CTA footer */


.resource.c.gra:hover{
    
    background:#FF8900;
    color:white;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
        box-shadow: 0 10px 50px -5px #ff89008f;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    
    
}

.resource.b.gra:hover   {
    
    background:#FFA700;
    color:white;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    box-shadow: 0 10px 50px -5px #ff9d00a6;
    
} 

.resource.a.gra:hover{
    
    background:#fdd835;
    color:white;
   transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
box-shadow: 0 10px 50px -5px #ffce00b8;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    
}


/*---END--- CTA footer --*/

.sectionpadding {padding-top: 65px;}



/*==:::: Video Header :::::==*/

.fondo-responsive:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: block;
    z-index: -1;
}

.bgvid{z-index:-3;}



.full-width-video-bg {
    padding: 100px 0!important;
    color: black;

}

video#bgvid {
    top: 673px!important;}
    
    
    
/*==:::: END Video Header :::::==*/


body{
  
  overflow-x: hidden;
  font-size:16px;
  margin: 0;
  background: #f2f5f8;
  padding: 0;
  color: #425b76;
  font-family:'Lato';
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.textocta{ 
    
 padding-top: 4.5%;
 color:#fff;
    
}



/*---Header Section -- */


.Header_home{
    
padding: 5% 2%;
    
}

@media (max-width:1050px){
.Header_home {padding: 5% 7%;} 
}
@media (max-width: 851px){
    
.Header_home {
    
padding: 5% 6%;
    
}
    
}

.home-hero__cta{
    
        margin-top: 0px;
    
}

.home-hero__cta .cta {
    margin-right: 16px;
    float: left;
}

.home-hero__cta .cta {
    margin-bottom: 11px;
}

.cta {
    display: inline-block;
    padding: 20.5px 48px;
    border-radius: 3px;
    border: 1px solid #ffda69;
    background-color: #fdd835;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
    cursor:pointer;
    transition:all .5s ease;
}
.cta a{
    
    color:#fff;
    font-size: 1em;
    line-height:1em;
    position:relative;
}

.cta a span{
    
    font-weight:900;
        font-size: 15.7px;
        padding-left: 4px;
color:transparent;
display:inline-block;
    
}

.cta a span:before{
    content: ">";
    color: #fff;
    font-weight: 900;
    font-size: 20.7px;
    padding-left: 4px;
    position: absolute;
    top: 2px;
    right: -1px;
     transition:all .5s ease;
}



.cta:hover {
    background-color: #f6e6a7;
        filter: saturate(2);
}

.cta:hover a span:before{
right: -7px;

}


.hsg-microcopy {
    display: inline-block;
    margin: 1em auto;
    text-align: left;
}

.hsg-microcopy {
    color: #2d3e50;
    max-width: none;
    font-size: .75em;
        -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

.hsg-icon-arrow-zigzag:before {
    content: "\E006";
    /*font-family: FontAwesome;*/
}


.Hoh1 h1 {
    font-size: 46px;
    font-family: 'Lato',sans-serif!important;
    font-weight: 800;
    line-height: 64px;
    text-align: center;
    margin-bottom: 10px;
}

 
 .Hoh2 h2 {
    font-size: 28px!important;
    font-family: 'Lato',sans-serif!important;
    font-weight: 700!important;
    font-style: italic!important;
    line-height: 40px;
    text-align: center;

}
 
 
.Hoh2 { 
    margin-top: 0px;
    margin-bottom: 27px;}
        

/*--- Barra CTA Naranja --*/

.naranjito { 
    
    display: block;
    padding: 17px 65px;
    box-sizing: border-box;
    
    }



.naranjito a{
    
    text-decoration: none; 
    color: white; 
    font-style: normal;
    margin-left: 10px;
    border: 2px solid white; 
    display: inline-block; 
    padding: 5px 20px;
}


.naranjito a:hover{
    
    background: rgba(255,206,0,.8);
border-color: rgba(255,255,255,.3);
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}



@media screen and (max-width: 933px) and (min-width: 769px){
    
    .naranjito a { margin-top: 15px;}
    
    .naranjito p {text-align: center;}
    
    
    }

.naranjito p { 

	font-family: 'Lato',sans-serif;
	font-size: 20px;
	font-weight: 400;
	color:#FFFFFF;
	line-height: 24px;
}

/*---=== Pain Point Section ====---*/


.Point{
    
    border-bottom: 1px solid #cbd6e2;
    border-top: .8px solid #fff;
    
}

.Point.start{
    
    border-top: 1px solid #cbd6e2;
    
}

.Point a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    font-style: normal;
    padding: 2% 0;
    text-decoration:none;
}



.Point a {

    justify-content: start;

    
}

.Point a:hover {
    
    background:rgba(255,255,255, .4);
    transition: all .3s ease;
    
    
}

.Point a:hover .fa-square-o:before {
    content: "\f0c8"!important;
    color:#ff8900;
    font-weight: 100;
    margin-right: 2px;
    transition: all .2s ease;
    
    
    
}




.Point p {
    
    font-size: 1em;
    padding: .6em;
    margin: 0px!important;
    font-weight: 400;
    
}



@media (max-width:767px){
    
    
.recuadrowhite {
margin-bottom: 7%;
    margin-top: 2%;
    background: #f8faff00;
    padding: 4% 3%;
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0);
    position: relative;
    border-radius: 5px;
    border: 1px solid #cbd6e200;
}

.centradorflex {
    margin-top: 3%;
}

    
    
}




.titulo {

    text-align: center;
}
	


.barreta { 

	border: 1px solid #FFCE00;
	width: 15%;
	margin: 2.4em 0px;
    
}
    
/*--modulos pain points --*/    

.pain { 
    
    padding: 28px 77px;
    display: block;
    box-sizing: border-box;
    
}

.pain p { 

    font-family:'Montserrat',"Lato",sans-serif;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
    line-height: 30px;
    
}

.barreto1 { 
    margin-top: 20px;
    border: 1px solid #D9B001;
	width: 54px;}
    
.barreto2 { 
    margin-top: 20px;
    border: 1px solid #D98E00;
    width: 54px;}

.barreto3 { 
    margin-top: 20px;
    border: 1px solid #E57C01;
    width: 54px;}

.masonry_contanew{
    max-width: 1280px;
    margin: auto;  
    padding-right:5px;
    padding-left:5px;  
    clear: both; 
}

/*------VERTICALES-----*/


.contiv.flex .row-fluid {

display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;*/

-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 100%;

  
}




.contiv.flex .vertical .row-fluid {

display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/*
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;*/

-ms-flex-wrap: wrap;
flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
        min-width: 139px;


}

@media (max-width: 725px){
.contiv.flex .row-fluid{
    
    flex-wrap:wrap;
    
}


}


.home_partner{
    
     padding: 0% 3% 3%;

}


.home_partner .flexorder .row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
       margin: 0px auto 1em;
    max-width: 980px;
    
}

.home_partner .flexorder .row-fluid div{
  
    width:auto;
    color:#fff;
}


/*-- bloques ----*/



.vertical {
    
    background: linear-gradient(#feffff, #f2f5f8);
    border: 1px solid #cbd6e2;
    margin: 0%!important;
    padding: 3% 2%;
    text-align: center;
   /* min-height: 434px!important;*/
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 23px 28px -11px #ffb10036;
    /*flex-basis: calc(100% / 4.2);*/
    
    
    
}

@media (max-width:1024px){
    
    .vertical {
        
        width:100%!important;
        
    }
    
}
@media (max-width:725px){
.vertical {
    width: 50%!important;
}
}
.vertical a{
    
    position: absolute;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}

.vertical:before{

    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    border: 1px solid #f8fafff0;
    display: block;
    width: 98%;
    border-radius: 4px;
}

.vertical:nth-child(even){
    
    border-left: 0px;
    border-right:0px;
    
}


.vertical:hover{
    
   /* box-shadow: 0 10px 50px -5px rgba(0,0,0,.15); */
     box-shadow: 0 10px 50px -5px #ffb10036; 
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    -webkit-transition: all .5s ease-in-out,color 1s ease, background-color .3s ease;
    background: linear-gradient(#fff, #fff);
    z-index: 200;
}

@media (max-width: 961px){
/*
.vertical {    
    min-height: 100%!important;
    min-width: 85%;
    margin: 0% auto!important;
    padding: 3% 9% 4%;
    float: none!important;

}

.vertical:nth-child(even){
    border-top: 0px;
    border-left: 1px solid #cbd6e2;
    border-right: 1px solid #cbd6e2;
    border-bottom: 0px;
    
}
*/
    
}


/*-----end---------*/


.especialidades p {
    
    padding: 5% 3%;
    border-top: 1px solid #fff;
    margin: 0px;
    text-align: left;
    letter-spacing: .5px;
    word-spacing: 3px;
    
}

.ver{

    width: 100%!important;
 /*   border-bottom: 1px solid #cbd6e2;*/
}


.verticales {
    
    background-image: linear-gradient(180deg,rgb(255, 215, 102), rgb(255, 241, 138),rgb(255, 235, 148));

}


.verticales h2{
    font-weight: 600;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
    
}

@media (max-width: 961px){
.verticales h2{ 
    
    max-width:700px;
    margin: 1em auto;

}    
  
.especialidades p {
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 0px;
}  
  
    
}



.vt {

    text-align: left;
    color:#95989A;
    letter-spacing:1px;
    padding: 15px 0;
    margin-bottom: 15px;
}



.ver h3 {
    font-family:'lato'!important;
    font-size: 18px!important;
    font-weight: 400!important;
    letter-spacing: .0em!important;
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 1.4em;
        white-space: nowrap;
}


    
.ver hr {
    
    border: 1px solid #ffd500;
}

.vt p {
    font-size: 1em!important;
    line-height: 1.6em!important;
    margin-bottom: 1.5em;
    color: #96999b!important;
    margin: 1em 0!important;
    font-weight:400!important;
}


/*-- Wellcome ASJ SECTION --*/


.wellcomefoto{
    
     width: auto!important;
    margin:0;
        box-shadow: -2px 8px 44px -9px #425b76ba;
    border-radius: 100%;
         -webkit-filter: brightness(1.14) contrast(.9);
            filter: brightness(1.14) contrast(.9);
}


.piefoto{
    margin:0;
    border-left: 3px solid #fdd835;
    padding-left: 20px;
    margin-left: 27px!important;
    width: auto!important;

}

.piefoto h3{  


}

.piefoto h4 { 

font-size: 1.12em;
	color: #425b76;


}

.or-divider{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.or-divider::before{
  content: '';
  height: 0.06em;
    background: #cbd6e2;
  flex: 1;
  margin: 0 .65em 0 0;
}
.or-divider::after{
  content: '';
height: 0.06em;
    background: #cbd6e2;
    flex: 1;
    margin: 0 0 0 .65em;
}

.cartahome .row-fluid{
    
display: -webkit-box;
  display: -ms-flexbox;
   display: flex;
      
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    
}

@media (max-width: 425px){
    
    
.cartahome .row-fluid{
        
flex-wrap:wrap;
  flex-direction: column;
    justify-content: space-between;
        
    }
    
.wellcomefoto {

    margin-bottom: 30px;
}

.piefoto {

    border-top: 3px solid #fdd835;
    padding-top: 25px;
    padding-left: 0px;
    margin-left: 0px!important;
    width: auto!important;
    text-align: center;
        margin-bottom: 39px;
        border-left:none;
}
    
}



/*--=========-6 Thign about us -=========---*/

.seiscosas{ position:relative;}
.seiscosas:before{
    
    content: "";
    font-family: "Lato";
    font-weight: 900;
    display: block;
    color: #cbd6e2;
    font-size: 310px;
    position: absolute;
    opacity: .2;
    margin-top: 0;
    /* transform: rotate(-16deg); */
    top: 0%;
    right: 0%;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    z-index: -1;
    background-image:linear-gradient(96deg,rgba(0, 0, 0, 0),rgba(242, 245, 248, .28),rgb(242, 245, 248),rgb(242, 245, 248)),url('https://cdn2.hubspot.net/hubfs/416379/Home_Asset/seiscosas-01.svg');
    background-size:cover;
    background-position:50% 50%;
    
}
    

.sixthings {
    margin-top: 1em;
    margin-bottom: 1em;
    z-index:100;
    position:relative;
    
}


.sixthings .row-fluid {
    
display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;

-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all .5s ease;


}

.squareblack{
    box-sizing: border-box;
    border: 1px solid #cbd6e2;
    background: rgb(248, 250, 255);
    transition: color 1s ease,background-color .3s ease;
    flex-basis: calc((100% / 3) - 2%);
    border-radius: 5px;
    box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
    margin-bottom: 12px;
    margin-left: .5%;
    margin-right: .5%;
    transition: all .5s ease;
}

.squareblack:hover{
    background: #fff;
}

.bloqnegro {
    
    padding: 18% 6% 8%;
    margin: 0 auto!important;
    text-align: center;
    box-sizing: border-box;
    width: 100%!important;
    position: relative;
    height: 472px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    
    
}

.bloqnegro span{
    
   display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center; 
        flex-direction: column;
    
}
    
    
.bloqnegro h3 {
    max-width: 265px;
    margin: 0 auto;
     }

.bloqnegro p {
    
    margin: 1em 13px;
        text-align: left;
     }

.aboutnumbers {
    
    font-family: 'Montserrat';
    font-size: 30px;
    height: 55px;
    position: absolute;
    line-height: 55px;
    text-align: center;
    color: #425b76;
    float: none;
    background: linear-gradient(180deg,rgb(255, 246, 179), rgb(255, 241, 138),rgb(255, 235, 148));
    left: 0;
    top: 0;
    border-radius: 4px 0px 6px 0px;
    border-bottom: 1px solid #cbd6e2;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2);
    width: 55px;
    border-right: 1px solid #cbd6e2;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), 1px 0px 0px rgba(255, 255, 255, 0.15);
}



@media (max-width: 1024px){
    
    
.bloqnegro {
    padding: 20% 6% 8%;
    height: 505px;}
    
    
}

@media (max-width: 963px){
    
.squareblack {flex-basis: calc( (100% / 2) - 1%);}
.bloqnegro {
    height: 385px;
    padding: 9% 6% 8%;}

}

@media (max-width: 853px){
    
.squareblack {flex-basis: calc( (100% / 1) - 18%);}  

.bloqnegro {
    height: 100%;
    padding: 6% 6% 8%;
} 

.bloqnegro h3 {max-width: 80%;}    
    
}

@media (max-width: 590px){

.squareblack {
    flex-basis: calc( (100% / 1));
}
    
    
}


/*-----END-------*/





.asj_header_menu a {
    color: #ffffff!important;
}

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

.row-fluid .span7 {width:100%!important;}
}

/*--- Menu ---*/

.add a { 
color: #fff;
text-decoration: none;
font-style: normal;
padding: 3px 5px 20px 5px;
font-family: 'Lato',sans-serif;
font-size: 14px;
font-weight: 300;
display: inline-block;

 }
 
 .add a:hover { text-decoration: underline;}



/*--------- Testimoniales -----------*/

.marcashome{
    
        margin: 5% auto;
    padding-bottom: 88px;
    
}


.marcashome .row-fluid {

display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;

-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        
max-width: 770px;
margin: 0px auto 49px;
opacity: .7;
    
}

@media (max-width:425px){
.marcashome .row-fluid {
    
    display: none;
    
}
    
}



.contenertestimonios{
    
    overflow:hidden;
    
}

.ASJ_testimonial{
    position:relative;
}

.contenedor_asj.ASJ_testimonial{
    
    padding-bottom:0%;
    
}

/*
.ASJ_testimonial:before {
    content: "\201C";
    display: inline-block;
    position: absolute;

    top: 61%;
    left: -33%;
    font-size: 90em;
    font-family: 'Helvetica',Arial;
    font-weight: 600;
    font-style: normal;
    color: #FFCE00!important;
    z-index: -2;
    letter-spacing: -27.1px;
    word-spacing: -4px;
    line-height: 0;
}

.ASJ_testimonial:after {
    content: "";
    display: inline-block;
    height: 48%;
    width: 76%;
    position: absolute;
    left: -31%;
    top: 0%;
    font-size: 15em;
    background: linear-gradient(180deg,rgba(242, 245, 248, 0.64),rgb(242, 245, 248));
    z-index: -2;
}
*/

@media (min-width:2127px) and (max-width:3300px){
    .ASJ_testimonial:after {  height: 51%;}
    
}


@media(max-width:1143px){
    
    .ASJ_testimonial:before{
    display:none;
    
}
    
}


.contenedor_asj.marcas{
    
    padding:0% 0% 5%;
    
}

.titulo_testimonial h2{
    
    margin-bottom:1.2em;
    
}

.marcasslider{
    
    
    max-width: 359px;
    padding: 8px;
    height: auto!important;
    float: none!important;
    margin: 0 auto!important;
    
}

.marcasslider .hs_cos_flex-slider {
    margin: 0px;
    background: transparent;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    padding: 4%;
    box-sizing: border-box;
}

ul.hs_cos_flex-slides.hs_cos_flex-slides-main {
    
    display:flex;
   align-items: center;
    justify-content: flex-start;
    
}

li.hs_cos_flex-slide-main.hs_cos_flex-active-slide{
    margin-right:20px;
    
}

@media (min-width:425px){
.marcasslider{
    
    display:none!important;
}

}

.contsec5{
display: block;
box-sizing: border-box;
padding: 0 2em;
margin: 1% 0;

}


.titulo h3{ 
font-family: 'Montserrat'!important;
font-size: 22px!important;
letter-spacing: 1.32px!important;
line-height: 26px!important;
font-weight: 600!important;

 }

.titulo a { 
    font-size:18px;
    text-decoration: none;
	font-style: normal;
	color:#555555;
	border: 2px solid #555555;
	display: inline-block;
	padding: 5px 20px;
    transition:all .4s ease; 
  -moz-transition:all .4s ease; 
  -webkit-transition:all .4s ease; 
  -o-transition:all .4s ease;

}

.titulo a:hover { 


background: rgba(255,206,0,.8);
border-color: #FFCE00;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
color:white;

}



/*=========GRAFICA DE TESTIMONIOs ====*/

/* refrencia:https://codepen.io/roydigerhund/pen/GoPvNN*/

.frame {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     /* height: 97px;*/
      
      height: 147px;
}

.card {
    position: absolute;
    top: 0;
    z-index: -2;
    height: auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.card .header {
  position: relative;
  height: 60px;
  width: 100%;
background-image: linear-gradient(180deg,#EE7155,#ff8f59);
  color: #fff;
}
.card .header .big {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.card .header .small {
  position: absolute;
  font-weight: 400;
  font-size: 11px;
}
.card .header .title {
  top: 12px;
  left: 15px;
}
.card .header .date {
  top: 30px;
  left: 15px;
}
.card .header .type {
  top: 14px;
  right: 15px;
}
.card .header .value {
  top: 28px;
  right: 15px;
}
.card .parameter {
  text-align: right;
  padding: 10px 0 14px 0;
}
.card .parameter span {
  position: relative;
  font-size: 9px;
  color: #606060;
  line-height: 13px;
  padding: 0 10px 0 25px;
}
.card .parameter span:before {
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  content: "";
  width: 11px;
  height: 3px;
  border-radius: 3px;
}
.card .parameter .red:before {
  background: #fa7373;
}
.card .parameter .blue:before {
  background: #7ba2ff;
}
.card .statistic {
  position: relative;
  height: 81px;
  width: 260px;
  margin: 19px auto 0;
}
.card .statistic .line-1, .card .statistic .line-2, .card .statistic .line-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f2f2f2;
}
.card .statistic .line-2 {
  top: 40px;
}
.card .statistic .line-3 {
  top: inherit;
  bottom: 0;
}
.card .statistic .data svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card .statistic .data polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
.card .statistic .data.red polyline {
  stroke: #fa7373;
}
.card .statistic .data.blue polyline {
  stroke: #7ba2ff;
}
.card .statistic .data .tooltip {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 8px 6px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out 0s, -webkit-transform 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s, -webkit-transform 0.4s ease-out 0s;
  transition: transform 0.4s ease-out 0s, opacity 0.4s ease-out 0s;
  transition: transform 0.4s ease-out 0s, opacity 0.4s ease-out 0s, -webkit-transform 0.4s ease-out 0s;
}
.card .statistic .data .tooltip:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  left: 50%;
  margin-left: -3px;
  bottom: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.card .statistic .data [class^="point-"] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}
.card .statistic .data [class^="point-"]:hover .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.card .statistic .data.red [class^="point-"],
.card .statistic .data.red .tooltip,
.card .statistic .data.red .tooltip:after {
  background: #fa7373;
}

.card .statistic .data.blue [class^="point-"],
.card .statistic .data.blue .tooltip,
.card .statistic .data.blue .tooltip:after {
  background: #7ba2ff;
}
.card .statistic .data.blue .point-1 {
  left: 7px;
  top: 58px;
}
.card .statistic .data.blue .point-2 {
  left: 48px;
  top: 47px;
}
.card .statistic .data.blue .point-3 {
  left: 88px;
  top: 62px;
}
.card .statistic .data.blue .point-4 {
  left: 128px;
  top: 52px;
}
.card .statistic .data.blue .point-5 {
  left: 169px;
  top: 58px;
}
.card .statistic .data.blue .point-6 {
  left: 209px;
  top: 71px;
}
.card .statistic .data.blue .point-7 {
  left: 249px;
  top: 61px;
}
.card .days {
  width: 280px;
  margin: 0 auto;
}
.card .days .day {
  display: block;
  float: left;
  width: 14.28571%;
  font-size: 9px;
  color: #949494;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}


@media screen and (max-width: 950px) {
    
   .frame {
    height: 111px;
} 
    
}






/*=============FIN========*/

/*-------- Recursos -----------*/

.bimg{ 

    height: 240px;
    overflow: hidden; 
border-top: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
}

.bimg img{ 

	min-height: 240px;
	border: 0;
	display:block;
    margin: 0 auto;

}

.bcontent{ 

    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 0;
    padding: 34px 0  0 0;
    text-align: center;
}

.bcontent a{
    
    font-weight: 700!important;
    font-size: 1.3em!important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato'!important;
    
}


.btitle {

    
    font-size: 22px;
    line-height: 28px;
    padding: 0 5% 25px 5%;
}

@media (min-width:2502px){


.btitle {
    
        padding: 0 5% 25px 5%;
}

}

.link a{
    
	cursor: pointer;
    text-align: center;
    display: block;
    min-width: 185px;
    border: 1px solid #3393c3;
    padding: 11px 20px;
    font-size: 20px;
    font-weight: 300;
    color: #555555;
    text-decoration: none;
    font-style:normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Montserrat',"Lato";
}

.link a:hover {
    background: #3393c3;
    color: #fff;
    
    }
    
.a{
    border-color:#ffd500!important;
border-width: 2px!important;

}

.b{border-color:#FFA700!important;
border-width: 2px!important;}

.c{border-color:#FF8900!important;
border-width: 2px!important;}    



.link.ad a{
    border: 1px solid #ffda68;
    color: #FFF;
    background:#ffd501;
    
}

.link.ad a:hover{background: #ffd500;
color: #fff;
border: 1px solid #fdd835;
}

.link.bd a{border: 1px solid #FFA700;
color: #FFF;
background:#FFA700;}

.link.bd a:hover{background: #FFB100;
color: #fff;
border: 1px solid #FFB100;}

.link.cd a{border: 1px solid #FF8900;
color: #FFF;
background:#FF8900;}

.link.cd a:hover{background: #FF9D00;
color: #fff;
border: 1px solid #FF9D00;}




.resource.c.gra:hover .link.cd a {
  
  background: #ff9d00;
    color: #fff;
    border: 1px solid #ff9d00;
}

.resource.b.gra:hover .link.bd a{
  
  background: #ffb100;
    color: #fff;
    border: 1px solid #ffb100;


}


.resource.a.gra:hover .link.ad a {
  
background: #FCD500;
    color: #fff;
    border: 1px solid #fdd835;
  
}



/* --Basicos-- */



h1{
    
font-size: 3em;   
font-weight: 400;
margin-bottom: 20px;
margin-top: 0;
font-family:Lato;
color:#2d3e50;  
}


h2 {

font-size: 2em;
font-weight: 400;
margin-bottom: 20px;
margin-top: 0;
line-height: 1.375;
font-family:Lato;
color:#2d3e50; 

}    

h3{ 

font-size: 1.5em;
letter-spacing: 1.32px;
line-height: 33px;
font-weight: 400;
font-family:Lato;
color:#2d3e50; 


 }
 
h4 {

font-family:Lato;
color:#2d3e50; 
font-size: 1.26em;
font-weight: 400;
line-height: 1.4em;

}

h5 {

font-family:Lato;
color:#2d3e50;
font-size: 1.19em;
font-weight: 400;
letter-spacing: 1.08px;
line-height: 27px;

}

h6 {

font-family:Lato;
color:#2d3e50;
font-size: 1em;
font-weight: 600;
letter-spacing: 1.08px;
line-height: 20px;
text-transform: uppercase;

}
em {font-style:italic;}

strong, b {
font-weight: 600;    
}


blockquote {
    margin: 1em 2.5em;
}

blockquote, blockquote p, blockquote span, blockquote p span {
    font-family: 'Lato',"serif"!important;
    position: relative!important;
    line-height:24px;
}

blockquote strong { 
    font-weight: 600;
                    }
                    
blockquote a { 
    text-decoration: none;
    font-style: normal;
    font-weight:400;
    color:#FFCE00;}                  

blockquote p:first-of-type {
    position: relative;
    z-index:3;
}

/*
blockquote p:first-of-type:before {
    content: "\201C";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -123px;
    top: 51px;
    font-size: 15em;
    font-family: 'Helvetica',Arial;
    font-weight: 600;
    font-style: normal;
    color: #fdd835!important;
    z-index: -2;
    letter-spacing: -27.1px;
    word-spacing: -4px;
}

blockquote p:first-of-type:after {
    content: "";
    display: inline-block;
    height: 86px;
    width: 103px;
    position: absolute;
    left: -117px;
    top: -35px;
    font-size: 15em;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.42),rgb(255, 255, 255));
    z-index: -1;

}
*/

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;

}
@media (max-width:425px){

blockquote p:first-of-type:before {

    left: -58px;}
    
    blockquote p:first-of-type:after {

    left: -47px;

}


}
/*---- Footer ------*/





.futamarillo.asj_amrillofot.home{
    
    position:relative;
}

@media (min-width: 800px){

.Hoh1 h1{
    
  white-space: nowrap;  
}


}

@media (min-width: 767.8px){

.futamarillo.asj_amrillofot.home:before{
    
    content: "";
    width: 100%;
    background-image: linear-gradient(rgba(242, 245, 248, 0.86),rgba(242, 245, 248, 0)),url(https://www.asmalljob.com/hubfs/landingofondo2-02.png?t=1514537710494);
    top: -439px;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    opacity: .2;
    
}
}


.foot hr{ 

    border: 1px solid #ffd500;
	width: 21px;
	margin-top:15px;
	margin-bottom:21px;
    margin-left: 0px;}

.h4{

    font-size: 20px;
    color: black;
    font-weight: 400;
    text-align:left;
    position: relative;
    margin: 0 0 10px;
	
}
.futamarillo.asj_amrillofot{
    
    padding: 0px 4% 0px;
    background-image: linear-gradient(180deg,rgb(255, 215, 102), rgb(255, 241, 138),rgb(255, 235, 148));
    font-weight: inherit;
    box-sizing:border-box;
    display:block;
}

.futamarillo .footcontent.pagina_container p.h4{
    
   font-weight:600;
   font-family: 'Lato'!important;
}

.futamarillo .footcontent.pagina_container p, .futamarillo .footcontent.pagina_container a{
    
   color: #2d3e50;
}

.foot.men a{

    text-transform: uppercase;
    margin: 0px;
    display: inline-block;
    font-weight: 400!important;
    color: black;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-style: normal;
    line-height: 1em;

}

.foot.men a:hover{color:#FFCE04;}

.sociales { 

    float:left;
	display: block;
	word-wrap: break-word;
    font-weight: 300;
    font-size: 14px;

	 }

.sociales a {
    display: inline-block;
    margin: 7px 8px 0 0;
    color: black;
    font-size: 16px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-google-plus:before {content:"\f0d5";}
.fa-facebook:before{content:"\f09a";}
.fa-pinterest-p:before{content:"\f231";}
.fa-linkedin:before{content:"\f0e1";}
.fa-twitter:before{content:"\f099";}
.fa-youtube-play:before{content:"\f16a";}

/*---hovers--*/

.fa-google-plus:hover {color:#DA4835;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.fa-facebook:hover{color:#4C66A4;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.fa-pinterest-p:hover{color:#D42127;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.fa-linkedin:hover{color:#0077B5;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.fa-twitter:hover{color:#00ACED!important;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.fa-youtube-play:hover{color:#D50D1A!important;-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}


.contact:before{    

    content: "\f095";
    font-family: 'FontAwesome'!important;
    width: 17px;
    display: inline-block;
    margin: 0 8px 0 0;
}

a.contact  { 
    color:black;
    text-decoration:none;
    font-style:normal;
    }
    
a.email  { 
    color:black;
    text-decoration:none;
    font-style:normal;
    }    
    
.email:before {
    content: "\f003";
    font-family: 'FontAwesome'!important;
    width: 17px;
    display: inline-block;
    margin: 0 8px 0 0;
} 

a.email:hover{color:#FFCE04;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

a.contact:hover{color:#FFCE04;
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;}

.footcontent {

max-width: 1200px!important;
margin:55px 0 25px;
float:none!important;
display:block;


}
.copyright-text {
    margin: 45px 0 0;
    border-top: 1px solid black;
    padding: 20px 0 10px;
    text-align: center;
}

.gold {
    max-width: 85%!important;
    border-width: 0;
    border: 0;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (max-width: 810px){

.Header_background:before {

    opacity: .7;
}
}

@media (max-width:799px){


.Header_home.containerf .Hoh1 h1 span:last-child{
    
    white-space: nowrap;
}
    
}
@media (max-width:767px){
.Hoh1 h1{
    
      white-space: normal;  
}

.Header_home.containerf .Hoh1 h1 span:last-child{
    
    white-space: normal;
}


}



/*----------RESPONSIVE--------------*/

/*---- MOBILE --------*/
@media screen and (max-width: 320px){
    
.masonry_element_4{ width:320px!important;} 
.squareblack{ height: 497px;}



body .Hoh1 h1 {
    font-size: 30px!important;
    line-height: 44px;}


body .Hoh1 h1 .pah {
    font-size: 25px;
}

.span6.widget-span.widget-type-rich_text {
    padding: 0!important;
        margin: 0!important;
}
 
 
 .cta {
  
    padding: 17.5px 40px;

}

.Home_step_text-left,.Home_step_text-right  {

    margin: 0em!important;
}
 
    
}


@media screen and (max-width:425px){
    
.ebook{display:none!important;}

.Hoh1 h1 {
    font-size: 40px;
    font-family: 'Montserrat','Lato',sans-serif !important;
    font-weight: 700 !important;
    line-height: 49px;
    letter-spacing: -.1rem;
    margin-bottom: 7%;
    text-align:center!important;
}



.Hoh1 h1 .pah {

font-size: 31px;    
    
}

.Hoh2 p br{
    
    display:none;
}

.Hoh2 p span{
    margin-left: 4px;
    
}    
    
.Hoh2 h2 {
    font-size: 27px !important;
     text-align:center!important;
        line-height: 10px;}  

.fondo-responsive:before{
    
    visibility: hidden;
}


.Header_home{
    
    text-align:center!important;
    
}
.home-hero__cta .cta {
 margin-right:0;
    float: none;
}



.home_partner .flexorder .row-fluid{
    
    flex-wrap: wrap;
}

.home_partner .flexorder .row-fluid div:first-child{
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

.vertical {
    width: 100%!important;
}

.textocta.texto_750 div span br{
    
    display:none;
    
}

.contenedor_asj.calltoaction {
    padding: 5% 3% 13%;
}

.contiv {
    padding: 0 6%;
}
.contenedor_asj {
    padding: 9% 3% 17%;
}




}
/*---- MOBILE --------*/

@media screen and (max-width: 375px){
    
.testislider{display: block!important;}
.testisliderbig{display:none!important;}
.body-container-wrapper{padding: 0px!important;}
.add{display:none!important;}

a.mobile-trigger{top: 27px;}

/*----header---*/


.Hoh2 h2 {
    font-size: 22px!important;
    line-height: 10px;
    margin-top: 14px;
}

.full-width-video-bg {padding: 63px 0 63px 0;}


.naranjito{ padding:0px;}

#hs_cos_wrapper_module_142288926435011532{ margin-top: 10px!important;}

.titulo p { padding: 0 3%;}

.masonry_conta.p {
    max-width: 100%!important;
}

h2 {
    font-size: 1.7em;}

.home_partner .flexorder .row-fluid div {
    width: 30%;

}
.Hoh1 h1 .pah {
    font-size: 27px;

}

.Hoh1 h1 {
    font-size: 36px!important;
    line-height: 52px;
        margin-bottom: 2%;
}


/*----PAIN SECTION ---*/
.pain {
    padding: 26px 60px;}





/*----Welcome--*/


blockquote{ padding: 0px;

    text-align: left;
}

.span6.widget-span.widget-type-rich_text {padding: 0 5px 30px 5px;}


.span12.widget-span.widget-type-cell.asj_footer_widget_3 {display:none!important;}

.asj_franja_amarilla_footer #hs_cos_wrapper_module_140673508124314228 span {
    display: inline-block;
    padding: 2px 5px 5px 5px;}

.span12.widget-span.widget-type-rich_text.asj_disclaimer { padding-bottom:25px;
background-color: #ffd500;}

.asj_franja_amarilla_footer, .asj_franja_amarilla_footer a {
    text-decoration: underline;
}

.fondoamarillo{ padding:0!important;}


.vertical.alto {height:434px!important;}


.span4.widget-span.widget-type-cell.vertical.alto{ margin:4%;}
.span4.widget-span.widget-type-cell.vertical.alto.f{ margin:4%;}
.contiv { margin-top: 20px;
    padding:0%!important;}

.vertical { padding: 10px 25px;}


.vt p{text-align:center;}

/*---verticales---*/

.span4.widget-span.widget-type-cell.vertical.alto.f {
    margin: 4% 1%!important;
}
.verticales{
padding: 2em 2%;
}

.sectionpadding {
    padding: 65px 4% 4%;
}

    
    
.bloqnegro h3{    
    font-size: 22px !important;
    line-height: 25px !important;
     }    

.piefoto h3 {
    font-size: 20px !important;}
.piefoto h4 {
    font-size: 17px !important;}
    
.pad{ padding: 0% 5%;}    


.foot hr {

    margin-left: auto;
}

.h4 { text-align:center;
    clear: both;
    margin-top: 22px!important;
}

.gold{
    max-width: 70% !important;
    margin-top: 30px;
     }
     
     
.sociales{
    
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5%;
    
}

.sociales a {margin: 13px 14px 0;}

a.email {
    
    display:block;
    margin: 11px 0 5px;}

.futamarillo {text-align:center;}

.fa-google-plus:before {font-size: 20px;}
.fa-facebook:before{font-size: 20px;}
.fa-pinterest-p:before{font-size: 20px;}
.fa-linkedin:before{font-size: 20px;}
.fa-twitter:before{font-size: 20px;}
.fa-youtube-play:before{font-size: 20px;}

}


.asj_white{
    
    background:#fff;
    
}

.step{
    
    margin: 5% auto 7%;
    
}

.step.lastend{
    
    margin:5% auto;
}


.step .row-fluid{
    
    display:-webkit-box;
    
    display:-ms-flexbox;
    
    display:flex;
 -webkit-box-pack:center;
     -ms-flex-pack:center;
         justify-content:center;
 -webkit-box-align:center;
     -ms-flex-align:center;
         align-items:center;
 -ms-flex-wrap:nowrap;
     flex-wrap:nowrap;
 
 
}

@media (max-width: 767px){
    
    .step .row-fluid{
    
     -ms-flex-wrap:wrap;
     flex-wrap:wrap;
        
    }
    
    
}

.Home_step_img{
    
    text-align:center;
  
    
}

.Home_step_text-right{
    padding-left: 3em;

}
.Home_step_text-left{
    padding-right: 3em;

}

.Home_step_text-right ul{
padding-left: 20px;
    
}


@media (max-width: 767px){
.step.order .row-fluid div:first-child{ 
    order: 1;
    margin: 1em; 
}
.step .row-fluid div:first-child{ 
    margin: 1em;
    
}


.Home_step_img{
    max-width: 509px;
    
}

.step {

    padding: 2em 0 3em;
}

.Home_step_text-right{
    padding-left: 0em;
    margin: 1em!important;

}
.Home_step_text-left{
    padding-right: 0em;
    margin: 1em!important;

}

}



/*---- Tablet Vertical --------*/

.recursos-padding{ padding-top: 70px;}



@media screen and (max-width: 853px){
.bimg img {
    min-height: 100%;}
    
    .bcontent {
    padding: 0px 0 0 0;}

}


@media screen and (max-width: 768px){
    
/*----HEADER--*/ 

.span8.widget-span.widget-type-cell.asj_header_menu.custom-menu-primary.custom-menu-primary-blanco.js-enabled  { margin-left: 0px!important;}  
.naranjito{ padding:20px 10px;}
.naranjito p{text-align: center;}
.naranjito a{margin-top: 20px;}  

.masonry_conta{max-width: 55%;}


/*---- Recursos---*/


.btitle{padding: 0 10px 25px 16px;}
.bimg img {}
.link a{padding: 11px 10px;}



.fondoamarillo{ padding:0 0 0 20px;}

.masonry_conta {
    max-width: 55%!important;
}


.vertical.alto{ height:561px;}



.span4.widget-span.widget-type-cell.vertical.alto{ margin: 1%;}
.span4.widget-span.widget-type-cell.vertical.alto.f{ margin:1% 0%;}
.contiv { margin-top: 20px;
    padding-left:1%;}

.vertical { padding: 10px 12px;}






}


.header__text.e h1{
    
    font-size: 40px;
    font-weight:300!important;
    line-height:normal;
}

@media (max-width: 767px){

.recursos-padding{ 
    padding-top: 70px;
    padding-left:13%;
     padding-right:13%;
    
}
}

/*------ Tablet Horizontal ----*/

@media (max-width: 1024px) {
    
.naranjito {
padding: 17px 30px;
}

.masonry_conta {
    max-width: 80%;}


.pain.b2{padding: 30.5px 77px; }



.fondoamarillo{ padding:0 0 0 70px;}


.btitle {

    padding: 0 3% 25px 3%;
    font-size: 21px;
}


.contiv{ padding:0 2%;}

.fondo-responsive:before{
    visibility:hidden;
    
}

}
@media (max-width: 1175px) {


.add a{padding: 3px 0px 20px 5px;}

}

@media (max-width: 1139px) {


.add{display:none!important;}

}

@media (max-width: 1300px){
.fondo-responsive {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('//cdn2.hubspot.net/hubfs/416379/videos/Fondohome2016.jpg')!important;
    background-position: center bottom;
    background-attachment: scroll!important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:-2;
}

}
@media (max-width:1460px){
.full-width-video-bg {
    padding: 92px 0 !important;
    color: black;}
}


@media (max-width:425px){
    
    .recursos-padding {
    padding-top: 70px;
    padding-left: 6%;
    padding-right: 6%;
}


    
}


/*----contacto-----*/

body .full-width-bg-contacto2016{
    
    
    height:auto;
}

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

.Landing_solo_logo{
    max-width: 1200px;
    margin: 0 auto!important;
    padding: 40px 3% 0%;
    float: none!important;
}




.fle-col-b h2, .fle-col-a h2 {
    font-size: 18px !important;
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    color: #333 !important;
}

.fle-col-b, .fle-col-a {
    min-height: 357.2px!important;
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
        padding:2%;
}

.New h2{text-transform: none;
    
    font-size: 1.76em;
}

body.New {
    
    overflow-x: hidden;
    font-size: 16px;
    margin: 0;
    background: #f2f5f8;
    padding: 0;
    color: #425b76;
    font-family: 'Lato';
    line-height: 1.375;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.New p {
color: #425b76;
    font-weight: 400;
}

body.New .sec-top {
    padding: 2% 0% 0%;
}

body.New h1{
    
    text-transform: none;
}

body.New .contactsect{
    
        background-image: linear-gradient(0deg,rgb(255, 215, 102), rgb(255, 241, 138),rgb(255, 235, 148));
}

body.New a.tipbutton{
    
display: inline-block;
    padding: 20.5px 48px;
    border-radius: 3px;
    border: 1px solid #ffda69!important;
    background-color: #fdd835!important;
    color: #fff!important;
    font-weight: bold!important;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all .5s ease;
    text-transform: initial;
}

body.New a.tipbutton:hover{
    
      color: #fff!important;
        background-color: #f6e6a7!important;
    filter: saturate(2);
        -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 11px 14px 29px -15px #425b7652;
}
