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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/* ====== Typography =====*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 25px;font-weight: normal; } /* Se cambia de 35 a 25. Se agrega font-weight: normal;*/
h2 { font-size: 17px;font-weight: normal; } /* Se cambia de 30 a 23. Se agrega font-weight: normal;*/
h3 { font-size: 21px;color: #06272E;font-weight: normal; } /* Se cambia Tamaño de 24 20. Se cambia color de #138ebf a #06272E y se agrega font-weight: normal; */
h4 { font-size: 14px;color: #06272E;font-weight: normal; } /* Se agrega color #06272E, se agrega font-weight: normal; */
h5 { font-size: 14px;font-weight: normal; } /* Se agrega font-weight: normal;*/
h6 { font-size: 12px;font-weight: normal; } /* Se agrega font-weight: normal;*/

/*------- Se agrega span para el grosor de los CTAs al final del L.P */
span {
    font-weight: normal;
}

/**************************************************/
/*====================== HOME =================== */
/**************************************************/

/*------------ Banner iNBestInnovation -----------*/

.home-slider .innovation img {
  margin-top: -50px !important;
  }

.logo-innovation img { 
	margin-top: -110px; 
  width: 450px; 
  height: 143.962px;"
}

.banner-solutions img {
    padding-right: 20px; /* Se agrega estilo para generar un margen en responsive no vea el logo de inbest pegado a la pantalla */
}


.mini-parallax {
    padding: 70px 0 0 0;
    
    }

/**************************************************/
/*================= Certificaciones =============*/
/**************************************************/

.new-certifications img {
	margin-top: 20px;
  margin-bottom: 10px;
}

.new-certifications h4 {
	margin-top: 10px;
  margin-bottom: 20px !important;
}


/**************************************************/
/* ================ Quiénes Somos ===============*/
/**************************************************/

.camino-nube {
	margin-top: 10px;
}

.enablement img {
    display: block;
    margin: auto;
}

.migration img {
    display: block;
    margin: auto;
}

.operation img {
    display: block;
    margin: auto;
}

.optimization img {
    display: block;
    margin: auto;
}

.cloud-platform img {
    display: block;
    margin: auto;
}

.digital-transformation {
    display: block;
    margin: auto;
}

/**************************************************/
/* ================= Novedades ===================*/
/**************************************************/

/*----------------- Para video ------------- */ 

.videocaption1 {
	margin-top: 120px;
  padding-bottom: 30px;
}

/*----------------- Para imagen ------------- */ 

.novedades5 img {
    width: 100%;
    margin-top: 50px; /* se cambia de 100 a 50px */
}

.novedades6 img {
    width: 100%;
    margin-top: 50px; /* se cambia de 100 a 50px */
}

.novedades7 img {
    width: 100%;
    margin-top: 50px; /* se cambia de 100 a 50px */
}

.novedades8 img {
    width: 100%;
    margin-top: 50px; /* se cambia de 100 a 50px */
}

/*---------------- Para texto ---------------*/

.novedades5 h3 {
    margin-top: -170px;
    padding-left: 20px;
    padding-right: 20px;
}

.novedades6 h3 {
    margin-top: -170px;
    padding-left: 20px;
    padding-right: 20px;
}

.novedades7 h3 {
    margin-top: -170px;
    padding-left: 20px;
    padding-right: 20px;
}

.novedades8 h3 {
    margin-top: -170px;
    padding-left: 20px;
    padding-right: 20px;
}

.parallax {
    margin-top: 80px;
}

/**************************************************/
/*============ Servicios Individuales ============*/
/*************************************************/

.themecolorcta a {
    color: #ffffff !important; /* Se cambia color para que en botón de "SOLICITA UNA COTIZACIÓN" en vez de negro se vea blanco */
}

.themecolorcta a:hover { 
    color: #138ebf !important; /* Se cambia color para que en botón de "SOLICITA UNA COTIZACIÓN" en vez de negro se vea azulito al poner el cursor en el botón */ 
}

.casestudy h2 {
    font-size: 25px !important; /* Se cambia de 30 a  25px */
    font-family: 'Montserrat', sans-serif; /* Se rectifica familia de la fuente */
    font-weight: normal !important; /* Se aagrega para que se haga un poco delgada la fuente */
}

/**************************************************/
/*==================== Blog ======================*/
/**************************************************/

/* Se cambia el max-width de 50% a 100%  */
.imgthumbsmall{
    max-width:100% !important;
    float:left;
}

/* Se cambia el width de 550px a 650 */
.hs-featured-image-wrapper{
    width: 650px !important;
    height: 300px;
    max-width: 500px;
}

/* Se cambia el width de 550px a 650px, se cambia el padding right de 20 a 10px,  */
.hs-featured-image {
    max-width: 500px;
    padding-right: 10px !important; /* Se cambia de 20 a 10 px */
    padding-left: 10px; /* Se agrega padding para generar espacio en la imagen */
    padding-top: 10px; /* Se agrega padding para generar espacio en la imagen */
    padding-bottom: 10px; /* Se agrega padding para generar espacio en la imagen */
    width: 650px !important; /* Se cambia de 550px a 650px */
    height: 300px;
    border: 2px solid #e0e0e0;
    margin: 0px;
    float: left;
}

/* Se modifica padding para generar margen en el párrafo del blog */
.blog2 p, .blog2 .contentsmallimg{
    padding-right:5px !important;
    padding-left:5px !important;
 }
 
/* Se agrega margin right para el margen en el botón e igularlo al párrafo */
 .more-link {
     margin-right: 10px !important; /* Se cambio de 16 a 10px */
 }
 
 /* Se agrega padding para generar margen en el título */
 .blog2 h2 {
     padding-top: 10px !important;
     padding-right: 10px !important;
 }
 
 /* Se agrega padding para generar margen derecho en datos del autor */
 .author-link, .vieo-author-web {
     padding-right: 10px !important;
 }
 
 /* Se agrega padding izq. para generar espacio en título de art. de blog. */
 .post-header h2 {
     padding-left: 10px; /* Se cambia de 10 a 20px */
     margin-top: 5px; /* Se agrega margin top para generar un poco más de espacio en tre la imagen y el título */
 }
 
 /* Se agrega estilo y modulo post-featured-imagem para poder agregar imágenes en las publicaciones recientes del blog */
 
 .post-featured-image {
     
 }
 
 /*==============================================================*/
 /*--------------------- L.P Athea V3 --------------------------*/
 /***************************************************************/
 
 .althea_lp_v3 .content h1 {
    font-size: 33px !important; /* Se cambia de 60 a 25px */
    font-weight: normal !important; /* Se cambia de 900 a normal */
    margin-top: 15% !important; /* Se cambia de 5 a 15% */
    font-family: 'Montserrat', sans-serif !important; /* Se cambia fuente de tituos de Lato a Montserrat */
 }
 
 .althea_lp_v3 h1 {
    font-size: 25px !important; /* Se cambia de 60 a 25px */
    font-weight: normal !important; /* Se cambia de 900 a normal */
    font-family: 'Montserrat', sans-serif !important; /* Se cambia fuente de tituos de Lato a Montserrat */
 }
 
 .althea_lp_v3 h3 {
    font-size: 21px !important; 
    font-weight: normal !important; /* Se cambia de 900 a normal */
    font-family: 'Montserrat', sans-serif !important; /* Se cambia fuente de tituos de Lato a Montserrat */
 }
 
 .althea_lp_v3 h2 {
    font-size: 17px !important;
    font-weight: normal !important; /* Se cambia de 900 a normal */
 }
 
 .althea_lp_v3 .section-title-wrap {
        padding: 0px 0 0px 0 !important; /* Se cambia de 60 a 0px y de 50 a 0px */
    }
    
 .althea_lp_v3 .section_highlight_wrapper {
    padding: 0px 0 0px 0 !important; /* Se cambia de 70 a 0px y de 70 a 0px */
}

.padding_tp { 
    padding:0px 10px 0px 10px; /* Se cambia 50 a 0px */ 
    
}
 
 .althea_lp_v3 p {
    font-size: 16px !important; /* Se cambia de 19 a 16 px */
    font-weight: normal !important; /* Se cambia de 400 a normal */
    line-height: 1.5em !important; /* Se cambia de 1.75 a 1.5em */
    color: #666; /* Se cambia de #444 a #666 */
 }
 
.hs_cos_wrapper_type_rich_text ul li:before {
    content: "\f054"; /* Se cambia de f058 a f054 */
}

.althea_lp_v5 .vertical-spacer{ 
    height: 0px!important; /* Se agrega para reducir espacio entre el banner y el inicio de la información */
}

 /*==============================================================*/
 /*--------------------- L.P Athea V5 --------------------------*/
 /***************************************************************/

/*======================= Certificaciones =======================*/

.logo-certifacion h1 {
		padding-top: 15px;
    color: #666666 !important;
}

.new-certifications1 img {
    margin-top: 20px!important;
}

.new-certifications1 h4 {
    color: #666666 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-top: 10px !important;
    margin-bottom: 20px!important;
}



/*================================================================*/
 
 .fa-chevron-circle-right:before {
     color: #138ebf !important;
 }
 
.althea_lp_v3_form  .hs-button.primary,
.althea_lp_v3_form body input[type="submit"],
.althea_lp_v3_form body input[type="button"] {
    background: #138ebf !important; /* Se cambio  por #138ebf */
    background-color:#138ebf !important; /* Se cambio  por #138ebf */
    border: 2px solid #138ebf !important; /* Se cambio  por #138ebf */
  color: rgb(255, 255, 255);
 
}

.althea_lp_v3 .section-title:after { 
    background-color: #ff9a00 !important; 
    width: 140px;} /* Se cambio  por #ff9a00 */
}

.althea_lp_v5 .fa { 
    color: #138ebf !important;  /* Se cambia color  por #138ebf */
    
} 

.althea_lp_v5 .hs_cos_wrapper_type_rich_text ul li:before { 
    color: #138ebf !important;  /* Se cambia  por color: #06272E !important*/
    
} 

.althea_lp_v3_form .hs-form .hs-input {
    width: 98% !important; /* Se cabia de 100 a 98% */
    padding: 0px !important; /* Se cambia de 20 a 0px*/
    font-size: 16px !important; /* Se cambia de 18 a 16px*/
}

.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="text"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="password"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="datetime"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="datetime-local"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="date"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="month"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="time"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="week"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="number"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="email"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="url"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="search"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="tel"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="color"],
.althea_lp_v3_form .hs_cos_wrapper_type_form input[type="file"],
.althea_lp_v3_form .hs_cos_wrapper_type_form textarea,
.althea_lp_v3_form .hs_cos_wrapper_type_form select {    
  width: 100%;
  font-size: 18px;
  display: block;
  margin:0 auto;
  height: 35px; /* Se cambia de 50 a 35px*/
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition("border-color ease-in-out .15s,box-shadow ease-in-out .15s");
}

/* ==================== Footer ======================*/
.icons img {
    margin-top: 12px; /* Se agrega margin-top para estructurar footer*/
    margin-bottom: 15px; /* Se agrega margin-top para estructurar footer*/
}

.icons p {
    font-size: 13px; /* Se cambia el font size a mas pequeña por estetica */
}

.icons a:hover {
    color: #138ebf; /* Se agrega un hover lon links del footer pero no serefleja *revisarlo* */
}

.icons form {
    margin-top: 15px; /* Se cambia el font size a mas pequeña por estetica */
}




/*********************************************************************************/
/*------------------------------ L.P PLANTILA V5 HERO IMAGE ---------------------*/
/*********************************************************************************/

.althea_lp_v4 .form_wrapper-lp4 {
    margin-top: 60px !important;
}

/*====================================================*/
/*------------------ Movil ---------------------------*/
/*====================================================*/

@media (max-width:400px) {
    
    .hs_cos_flex-slider .superimpose .caption {
        margin-top: -320px; /* Se agrega estilo para que se visualice correctamente slider principal home en resoluciones menores a 400px */
    }
}


@media only screen and (max-width: 415px) {
    
h1 {
    font-size: 22px !important; /* Se agrega para que no se vea el NOSOTROS de cortado */
}

/*-------- Slider principal para resoluciones moviles de menos de 400px -------*/

    .home-slider h1 {
        margin-top: -100px !important ;
    }

}

@media only screen and (max-width: 480px){
    
    .icon-img {
        height: 5px !important; /* Se cambia de 60 a 5px para que se visualice correcta en pantallas de resolución 320 */
    }
    
    .icon-content {
        margin: 0 40px !important; /* Se cambia de auto; a 40px !important para que se visualice correcta en pantallas de resolución 320 */
    }
    
    
}


@media (max-width: 640px) {

.althea_lp_v3 h1 {
    font-size: 22px !important; /* Se cambia de 25 a 22px en movil para mejor visibilidad */
}
    
}

@media only screen and (max-width: 768px){

/******************************************************/
/* ======================= HOME ======================*/
/******************************************************/

/*----------------- Slider Principal -----------------*/

/*- - - - - - Interlineado en el texto - - - - - - - -*/
/* Revisar ya que no lo ejecuta */

.home-slider .innovation img {
  width: 300px !important;
  height: 96px !important;
  }

.home-slider h1 {
    line-height: 21px !important;
    font-size: 20px !important; /* Se agrega estilo para tamaño de fuente en banner principal home */
    margin-top: -35px !important; /* Se agrega estilo para tamaño de fuente en banner principal home */
}

.home-slider h2 {
    line-height: 21px !important;
    font-size: 15px !important; /* Se agrega estilo para tamaño de fuente en banner principal home */
}

.home-slider img {
    height: 430px !important; /* Se agrega clase y estilo para tamañao de la imagen de banner principal */
}

.home-slider li {
    height: auto; /* Se agrega clase y estilo para tamaño de slider en movil */
}


   .hs_cos_flex-slider .hs_cos_flex-slides li {
       height: 430px; /* Se cambia height de 400px a auto para que en la resolución de pantala de 414 a 736px *//* Se cambia de auto a 410px !important; */
   }
 /*---------- Para banner de iNBest Innovation ----------*/
  .logo-innovation img {
		width: 300px !important;
    height: 95.974px !important;
  }  
  
  .innovation h3 {
  	font-size: 14px !important;
  } 
  
  .innovation h2 {
  	font-size: 12px !important;
  }

/*------------------- Button ChatBot ------------------*/

.fb-customerchat {}



/*------------------ Servicios -----------------------*/

    .servicios-cloud img {
        display: block;
        margin: auto;
    }
    
/*------------------ Novedades -----------------------*/   
  
/* - - - - - - Para video - - - - - - */
.videocaption1 h3 {
	margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px; 
}
  
.videocaption2 h3 {
	margin-top: 80px !important;
  padding-left: 20px;
  padding-right: 20px; 
}
  
  
/* - - - - - - Para imagen - - - - - - */
    
    .novedades5 img {
        margin-top: 30px !important; /*se cambia de 100px a 50px*/
        
    }
    
    .novedades6 img {
        margin-top: 50px !important; 
    }
    
    .novedades7 img {
        margin-top: 50px !important; 
        margin-bottom: 30px !important;
    }
    
    .novedades8 img {
        margin-top: 30px !important; 
    }
  
		.novedades6 h3 {
    margin-top: -195px !important;

    }
  
 		.novedades6 a {
    margin-top: -195px !important;

    }
    
    .novedades7 h3 {
    margin-top: -195px !important;

    }
    
    .homeslider-bottom {
    margin-top: 130px;
}

    .parallax {
        margin-top: 70px !important;
    }
    
    .banner-solutions {
        margin-bottom: 40px;
    }
    
/*================= Nosotros ====================*/

    .directores img {
       height: auto !important; /* Se agrega estilo para que no se vean estiradas las imágenes de slider en L.P de "NOSOTROS" */
   }
   
     .directores li {
       height: auto !important; /* Se agrega estilo para que slider de directores en NOSOTROS tenga un espacio tan grande en blanco */
   }


/* ================= Althea L.P V3 ================*/

 .althea_lp_v3 .content h1 {
      /* Se elimina margin-top para que en movil se vea centrado el título */
     font-size: 22px !important; /* Se cambia font-size de 33 a 22 para que no se vea enorme en móvil */
 }
 
 .althea_lp_v3 h3 {
     font-size: 17px !important; /* Se cambio font-size de 22 a 17px */
     margin-bottom: 50px !important; /* Se agrega  margn bottom para que hahya un marge más grande en entre el texto y la imagen y se vea bien en móvil */
 }

 
 .althea_lp_v3 a:link, .althea_lp_v3 a:visited {
    color: #138ebf !important; /* Se cambia el color ya que en movil se sigue viendo verde. */
}

.althea_lp_v3_banner {
    height: auto !important; /* Se cambia de 650px en móvil a auto pra que no se vea tan grande en móvil*/
}

/*======================= Servicios Individuales ======================== */

.casestudy h2 {
    font-size: 18px !important; /* Se cambia de 23 a 18px */
    line-height: 1.5em !important; /* Se agrega para que haya más espacio entre los renglones del texto */
}


/* ================= Althea L.P V5 ================*/

/*---------- Imagenes certifcación ----------------*/

.certificacion1 img {
    margin-bottom: 20px !important;
}

.certificacion2 img {
    margin-bottom: 20px !important;
}

.certificacion3 img {
    margin-bottom: 10px !important;
}

}


/* Se agrega media para visulizacion en iphone y android boton slider*/
@media only and screen (max-width: 376px) {
   .hs_cos_flex-slider .hs_cos_flex-slides img {
       height: auto !important;
   } 
   
   .homeslider-bottom .hs_cos_flex-slides img {
       height: 170px !important;
   } 
   
    .hs_cos_flex-slider .hs_cos_flex-slides li{
        height:500px;
    }
   
}

.home-slider li, #hs_cos_wrapper_module_147506413262412908 li{
        line-height: 29px !important;
}

/* Se agrega media para visualización correcta en movil de slider de servicios */

@media only screen (max-width: 768px) {
    .casestudy img {
        height: auto !important;
    }
  
}







