
/* 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;}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
/***** - BASE - minificado *****/
.WhiteFont{color:#fff}body{margin:0;padding:0;opacity:1;line-height:1.7;font-size:14px;font-weight:500;color:#666;font-family:Lato,sans-serif;background-color:#fff;-webkit-font-smoothing:antialiased}body.loaded{opacity:1}.wrapper{width:80%;float:none!important;display:block;margin:0 auto!important;max-width:1080px}h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{margin:0;padding:0;color:#333;font-family:'Source Sans Pro',sans-serif}.h1,h1{font-size:29px;line-height:1.2}.h2,h2{font-size:30px;line-height:1}.h3,h3{font-size:20px;line-height:1.6}.h4,h4{font-size:18px;line-height:1}.h5,h5{font-size:16px;line-height:1.5}.h6,h6{font-size:14px;line-height:1.5}img{max-width:100%;height:auto;border:none;vertical-align:middle}a{display:inline-block;text-decoration:none;color:#272c3e;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s}a:hover{color:#6a1530}p{margin:0;font-family:Lato,sans-serif}*+p{margin-top:15px}body .row-fluid [class*=span]{min-height:0}body .row-fluid [class*=span].widget-type-space{min-height:1px}.clearfix{display:block}.clearfix:after,.clearfix:before{content:'';width:100%;display:table}.fl{float:left}.fr{float:right}.bg,.overlay,.set-bg{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}.overlay>*{position:relative;z-index:2}.overlay:before{content:'';top:0;left:0;width:100%;height:100%;z-index:1;position:absolute;background:rgba(0,0,0,.1)}input[type=submit]{cursor:pointer;background-image:url(https://3790458.fs1.hubspotusercontent-na1.net/hubfs/3790458/Buk/blank.png)!important;background-repeat:repeat!important}.bold,.bold h1,.bold h2,.bold h3,.bold h4,.bold h5,.bold h6{font-weight:700}.semibold,.semibold h1,.semibold h2,.semibold h3,.semibold h4,.semibold h5,.semibold h6{font-weight:600}.medium,.medium h1,.medium h2,.medium h3,.medium h4,.medium h5,.medium h6{font-weight:500}.normal,.normal h1,.normal h2,.normal h3,.normal h4,.normal h5,.normal h6{font-weight:400}.light,.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{font-weight:300}.listStyle ul,.noListStyle ul{margin:0;padding:0;list-style:none}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.noPadding{padding:0}.ib{display:inline-block;vertical-align:middle;margin-right:-5px}.ib.vt{vertical-align:top}.ib.bt{vertical-align:bottom}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.33%}.w40{width:40%}.w45{width:45%}.w50{width:50%}.w55{width:55%}.w60{width:60%}.w66{width:66.66%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.p10-0,.pb10{padding-bottom:10px}.p15-0,.pb15{padding-bottom:15px}.p20-0,.pb20{padding-bottom:20px}.p25-0,.pb25{padding-bottom:25px}.p30-0,.pb30{padding-bottom:30px}.p35-0,.pb35{padding-bottom:35px}.p40-0,.pb40{padding-bottom:40px}.p45-0,.pb45{padding-bottom:45px}.p50-0,.pb50{padding-bottom:50px}.p55-0,.pb55{padding-bottom:55px}.p60-0,.pb60{padding-bottom:60px}.p65-0,.pb65{padding-bottom:65px}.p70-0,.pb70{padding-bottom:70px}.p80-0,.pb80{padding-bottom:80px}.p90-0,.pb90{padding-bottom:90px}.p100-0,.pb100{padding-bottom:100px}.p10-0,.pt10{padding-top:10px}.p15-0,.pt15{padding-top:15px}.p20-0,.pt20{padding-top:20px}.p25-0,.pt25{padding-top:25px}.p30-0,.pt30{padding-top:30px}.p35-0,.pt35{padding-top:35px}.p40-0,.pt40{padding-top:40px}.p45-0,.pt45{padding-top:45px}.p50-0,.pt50{padding-top:50px}.p55-0,.pt55{padding-top:55px}.p60-0,.pt60{padding-top:60px}.p65-0,.pt65{padding-top:65px}.p70-0,.pt70{padding-top:70px}.p80-0,.pt80{padding-top:80px}.p90-0,.pt90{padding-top:90px}.p100-0,.pt100{padding-top:100px}.p15,.pl15{padding-left:15px}.p15,.pr15{padding-right:15px}.p15,.pt15{padding-top:15px}.p15,.pb15{padding-bottom:15px}.p0-0,.pl0{padding-left:0}.p0-0,.pr0{padding-right:0}.p0-0,.pt0{padding-top:0}.p0-0,.pb0{padding-bottom:0}.button a{border-radius:5px;font-size:18px;line-height:1.7;font-family:Lato,sans-serif;font-weight:700;color:#fff;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;border:2px solid;border-color:transparent;padding:7px 41px 7px 23px;position:relative}.button a:after{content:'\f0da';font-family:FontAwesome;line-height:inherit;font-size:inherit;opacity:1;margin-left:.3em;left:auto;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;position:absolute;font-weight:400;right:20px;top:8px}.button.YellowBtn a,.button.YellowBtn a.cta_button{background-color:#f9ba18;box-shadow:0 11px 45px 0 rgba(39,44,62,.24);color:#fff}.button.YellowBtn a.cta_button:hover,.button.YellowBtn a:hover{background-color:#efad45;letter-spacing:1px}.button.blue a,.button.blue a.cta_button{padding:10px 40px 10px 20px;background-color:#6683b1;color:#fff}.button.Pink a,.button.Pink a.cta_button{background-color:#d5465d;color:#fff}.button.Pink a.cta_button:hover,.button.Pink a:hover{border:2px solid transparent;background-color:378cbe}.button.blue a.cta_button:hover,.button.blue a:hover{color:rgba(255,255,255,.99);background:#378cbe;letter-spacing:1px}.button.lightblue a{background-color:#4fbde8;padding:7px 30px}.button.lightblue a:after{display:none}.button.lightblue a:hover{letter-spacing:1px;background-color:#378cbe}.pink{background-color:#d7445b}.darkpurple{background-color:#6683b1}.yellow{background-color:#f9ba18}.lightyellow{background-color:#fac13b}.lightpurple{background-color:#6681b0}.Title{font-size:31px;line-height:1;color:#333;font-family:Lato,sans-serif;font-weight:700;margin-bottom:10px}.Title h2{padding-bottom:10px;font-weight:600}.SectionTitleBox{padding:27px 0 42px 0}.white-popup{position:relative;background:#fff;padding:20px;width:auto;max-width:500px;margin:20px auto}::-webkit-input-placeholder{opacity:1!important;color:inherit!important}::-moz-placeholder{opacity:1!important;color:inherit!important}:-ms-input-placeholder{opacity:1!important;color:inherit!important}input[type=submit]{cursor:pointer;background-image:url(https://www.buk.cl/hubfs/Buk/blank-1.png)!important;background-repeat:repeat!important}form{background-color:#fff;padding:30px 21px 0;border-radius:10px}form .input{margin-right:0!important}form fieldset{max-width:inherit!important;margin:0 -10px}form fieldset.form-columns-1 .field{width:100%!important}form fieldset.form-columns-2 .field{width:50%!important}form fieldset.form-columns-3 .field{width:33.33%!important}form .field{padding:0 0 18px}form fieldset .field{padding-left:10px;padding-right:10px}form ul.multi-container{padding-top:10px}form ul.multi-container li{margin:5px 0}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{display:block;outline:0;font-size:16px;line-height:22px;font-family:Helvetica,Arial,sans-serif;margin:0;padding:8px 10px;width:100%!important;border-radius:0;color:#33475b;background-color:#f5f8fa;border:1px solid #cbd6e2;box-shadow:none}form .hs-input:focus{border-color:rgba(82,168,236,.8)}form select{height:40px;border-radius:0!important}form textarea{min-height:110px}form input[type=checkbox],form input[type=radio]{display:none}form input[type=checkbox]+span,form input[type=radio]+span{position:relative;display:block;padding-left:30px;cursor:pointer}form input[type=checkbox]+span:before,form input[type=radio]+span:before{content:"\f00c";font-family:fontawesome;color:#ff7a59;position:absolute;left:4px;top:4px;font-size:0;width:15px;height:15px;display:block;border:1px solid #ccc;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;text-align:center;line-height:14px}form input[type=radio]+span:before{border-radius:50%}form input[type=radio]:checked+span:before{background:#ff7a59;border-color:#ff7a59}form input[type=checkbox]:checked+span:before{border-color:#ff7a59;font-size:12px;background:#ff7a59;color:#fff;letter-spacing:0}form.hs-form a.hs-button.primary,input[type=submit]{outline:0;font-family:Helvetica,Arial,sans-serif;font-size:14px;padding:12px 24px;color:#1a72b9;border:1px solid #6683b1;line-height:12px;text-transform:capitalize;font-weight:700;background-color:#6683b1;border-radius:0;color:#fff;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;transition:all ease .3s;margin:17px 0}form.hs-form a.hs-button.primary:hover,input[type=submit]:hover{background-color:#ff8f73;border-color:#ff8f73;cursor:pointer}form label span:first-child{color:#33475b;font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:4px}form label span.hs-form-required{color:red}form ul.hs-error-msgs{list-style:none;margin:0;padding:0}form ul.hs-error-msgs li .hs-error-msg{margin-bottom:4px}form .hs_error_rollup,form ul.hs-error-msgs li .hs-error-msg{color:#f2545b;font-family:Helvetica,Arial,sans-serif;font-size:14px;line-height:18px}@media(max-width:1080px){body.HomePage-V2-new .wrapper{max-width:900px;width:100%!important}}@media(min-width:981px){.max75,.max90{margin:0 auto}.max90{max-width:90%}.max75{max-width:75%}.max70{max-width:70%}}@media(max-width:980px){body.HomePage-V2-new .wrapper{max-width:700px}.mw100{width:100%!important;display:block;float:none!important}.mw50{width:50%}.mw100.ib{margin-right:0}}

/*****  Ex- HOME minificado *****/
body.HomePage-V2-new .ThreeCol,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2{padding-top:37px;position:relative}body.HomePage-V2-new .ThreeCol .BoxContent{border:0;border-radius:0}body.HomePage-V2-new .ThreeCol .BoxTitle:before{display:none}body.HomePage-V2-new .ThreeCol .BoxTitle{padding:0 50px;color:#354256;font-size:18px;line-height:1.277;background-color:transparent;border:0;font-weight:700;font-family:'Source Sans Pro',sans-serif}body.HomePage-V2-new .ThreeCol .BoxTitle span{display:block;font-size:24px;line-height:1.25}body.HomePage-V2-new .ThreeCol .ImageBox{padding:0;height:128px;width:128px;margin:0 auto 27px}body.HomePage-V2-new .ThreeCol .BottomWaveImage{position:absolute;bottom:0;width:100%;left:0}body.HomePage-V2-new .ThreeCol{padding-bottom:0}body.HomePage-V2-new .ThreeCol.V2{background:linear-gradient(180deg,#e7ecf9,#f8f9fd,#fff);padding-top:160px}body.HomePage-V2-new .ThreeCol.V2 .TopWaveImage{position:absolute;top:0;left:0;width:100%!important;max-width:100%!important}body.HomePage-V2-new .ThreeCol.V2 .BoxTitle{font-size:24px;line-height:1.25;font-weight:700;font-family:"Source Sans Pro";padding:12px 0 0}body.HomePage-V2-new .ThreeCol.V2 .BoxContent{font-family:"Source Sans Pro";font-size:20px;line-height:1.25;font-weight:400;color:#354256;font-family:"Source Sans Pro";padding:0 20px}body.HomePage-V2-new .ThreeCol.V2 .BgImage,body.HomePage-V2-new .ThreeCol.V2 .ImageBox{height:110px;width:110px;margin:0 auto;position:relative;background-size:auto!important}body.HomePage-V2-new .ThreeCol.V2 .BgImage img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body.HomePage-V2-new .TwoColSection.New{padding-top:0;padding-bottom:30px}body.HomePage-V2-new .TwoColSection.New .SectionTitle{position:relative;background-color:#e7ecf9}body.HomePage-V2-new .TwoColSection.New .SectionTitle h2{padding-top:180px;padding-bottom:170px}body.HomePage-V2-new .TwoColSection.New .TopWaveImage{position:absolute;top:0;left:0;width:100%}body.HomePage-V2-new .TwoColSection.New .Detail,body.HomePage-V2-new .TwoColSection.New .Icon{width:100%;display:block;margin-right:0}body.HomePage-V2-new .TwoColSection.New .Detail{padding-left:0;padding-top:11px;font-size:18px;line-height:1.27;font-weight:700;color:#354256}body.HomePage-V2-new .TwoColSection.New .ItemBox:nth-child(odd) .ItemContent,body.HomePage-V2-new .TwoColSection.New .ItemContent{max-width:50%;margin:0 auto;text-align:center}body.HomePage-V2-new .TwoColSection.New .BottomWaveImage{position:absolute;bottom:0;width:100%}body.HomePage-V2-new .TwoColSection.New .CenterImage{top:-60px}body.HomePage-V2-new .TwoColSection .button{margin-top:50px}body.HomePage-V2-new .TwoColSection.V2 .button{margin-top:-10px}.TwoColSection.V2 .CenterImage{top:-40px}.TwoColSection.V2 .ItemBox{margin-bottom:70px}body.HomePage-V2-new .TwoColSection.V2 .CenterImage{max-width:90px;top:-25px}.TwoColSection.V2 .CenterBottomImage{position:absolute;left:50%;transform:translateX(-50%);bottom:60px}.TwoColSection.V2 .ItemBox{padding:0}.TwoColSection.V2 .CenterBottomImage img{max-width:120px!important}.TwoColSection.V2 .ItemBox:nth-child(odd) .ItemContent,.TwoColSection.V2 .ItemContent{max-width:60%;margin:0 auto}body.HomePage-V2-new .TwoColSection.V2{padding:77px 0 30px}.TwoColSection.V2 .TwoColParent{max-width:1005px;margin:0 auto;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.14)!important;padding:50px 15px 52px}body.HomePage-V2-new .TwoColSection.V2 .SectionTitle{background-color:transparent;padding:0}body.HomePage-V2-new .TwoColSection.V2 h2{padding:0;max-width:400px;margin:0 auto}body.HomePage-V2-new .TwoColSection.V2 h2 span{color:#fdb92f}.TwoColSection.V2 .Detail,.TwoColSection.V2 .Icon{display:block;margin-right:0;width:100%;text-align:center}.TwoColSection.V2 .Detail{padding-left:0;font-size:18px;line-height:1.277;color:#354256;margin-top:15px}.TwoColSection.V2 .InnerContentBox{margin-top:90px}.LogoGallery.V4 .SectionTitleBox{padding-top:0}body.HomePage-V2-new .LogoGallery.V4 .Count{font-size:24px;line-height:1.25;font-weight:700;color:#fdb92f;font-family:"Source Sans Pro"}.LogoGallery.V4 .Title{padding-bottom:30px;margin-bottom:0}.LogoGallery.V4 .LogoBox{margin-bottom:0}.LogoGallery.V4 .LogoBox{padding:0 15px}body.HomePage-V2-new .LogoGallery.V4 .button{padding-top:55px}body.HomePage-V2-new .LogoGallery.V4 .button a,body.HomePage-V2-new .LogoGallery.V4 .button a.cta_button{padding:10.5px 22px;color:#6681b0;background-color:transparent!important;border-color:#6681b0}body.HomePage-V2-new .LogoGallery.V4 .button a.cta_button:hover,body.HomePage-V2-new .LogoGallery.V4 .button a:hover{color:#fff!important;background-color:#6681b0!important;border-color:transparent!important}body.HomePage-V2-new .LogoTitle{color:#354256;font-size:16px;font-family:'Source Sans Pro',sans-serif;font-weight:700;line-height:1.25}body.HomePage-V2-new .Testimonail.V3 .LogoImages{padding:0 10px}body.HomePage-V2-new .RightSideContent,body.HomePage-V2-new .SliderTestimonial{padding:0 9px}body.HomePage-V2-new .twoColBox{max-width:846px;margin:0 auto}body.HomePage-V2-new .SliderImage{padding-top:30px}body.HomePage-V2-new .Testimonail.V3 .SliderBottomContent{color:#354256;font-family:'Source Sans Pro',sans-serif!important;font-weight:400;line-height:1.25;font-size:16px;padding-top:0}body.HomePage-V2-new .ContentParent .button a{font-size:16px;line-height:1.25;background-color:#354256;color:#fff;font-family:'Source Sans Pro',sans-serif!important;font-weight:700;padding:9px 22px}body.HomePage-V2-new .ContentParent .button a:after{display:none}body.HomePage-V2-new .ContentParent .button a:hover{color:#354256!important;background-color:transparent!important;border-color:#354256!important}body.HomePage-V2-new .ContentParent .button{padding-top:22px}body.HomePage-V2-new .rightInner{background-color:#fff;border-radius:8px;padding:24px 16px}body.HomePage-V2-new .quoteBox{color:#ffb40a;line-height:.89;font-size:16px;font-weight:700;font-family:'Source Sans Pro',sans-serif;text-align:center}body.HomePage-V2-new .IconImage{text-align:center;padding-top:20px}body.HomePage-V2-new .bottomContent{color:#354256;font-family:'Source Sans Pro',sans-serif;font-size:18px;font-weight:700;text-align:center;padding:16px}body.HomePage-V2-new .twoColBox{margin-top:50px}body.HomePage-V2-new .ThreeCol .BoxTitle .number{position:absolute;top:0;left:0;font-family:'Source Sans Pro',sans-serif;font-size:18px;line-height:1.26;color:#fff;background-color:#6681b0;padding:14px 13px}body.HomePage-V2-new .mfp-iframe-holder{padding-top:110px}body.HomePage-V2-new .ThreeCol .BoxTitle span{display:inline-block;vertical-align:middle;margin-right:-4px}body.HomePage-V2-new .ThreeCol .BoxTitle .text{padding-left:15px;font-weight:700;font-family:'Source Sans Pro',sans-serif;font-size:18px;line-height:1.26}body.HomePage-V2-new .ThreeCol .innerTitle{text-align:center;border:3px solid #6681b0;display:inline-block;max-width:217px;width:100%;position:relative!important;padding:13px 10px 13px 20px}body.HomePage-V2-new .ThreeCol .innerTitle:before{content:'';position:absolute;margin:auto;bottom:-17px;left:50%;width:13px;height:15px;transform:rotate(45deg) translateX(-50%);border-right:3px solid #6681b0;border-bottom:3px solid #6681b0}body.HomePage-V2-new .ThreeCol.V2 .BottomBox{background-color:transparent}body.HomePage-V2-new .ThreeCol.V2 .BoxDetail{background-color:#e7ecf9;color:#354256;font-size:16px;line-height:1.25}body.HomePage-V2-new .ThreeCol.V2 .BottomBox .BoxDetail:before{display:none}body.HomePage-V2-new .ThreeCol.V2 .BottomBox{padding-top:45px}body.HomePage-V2-new .ThreeCol.V2 .button{margin-top:40px;text-align:center}body.HomePage-V2-new .ThreeCol.V2 .BottomBox{padding-bottom:0}.ThreeCol.V4{position:relative;background:linear-gradient(180deg,#e7ecf9,#f8f9fd,#fff)}body.HomePage-V2-new .ThreeCol.V4{padding-top:122px}.ThreeCol.V4 .WaveImage.Top{position:absolute;top:0;left:0;width:100%}body.HomePage-V2-new .ThreeCol.V4 .innerTitle:before{display:none}body.HomePage-V2-new .ThreeCol.V4 .BoxTitle{padding:0;border:0}body.HomePage-V2-new .ThreeCol.V4 .innerTitle{border:0;background-color:#6681b0;color:#fff;display:block;width:100%;max-width:100%;padding:12px 10px}body.HomePage-V2-new .ThreeCol.V4 .innerTitle,body.HomePage-V2-new .ThreeCol.V4 .innerTitle span{font-size:16px;line-height:1.277;font-weight:700}body.HomePage-V2-new .ThreeCol.V4 .innerTitle span{padding-right:10px;display:inline-block!important}.ThreeCol.V4 .ColumnBoxContent{padding:28px 30px}.ThreeCol.V4 .ColumnBoxContent,body.HomePage-V2-new .ThreeCol.V4 .ColumnBoxContent span{color:#354256;font-weight:700;font-size:20px;line-height:1.25}body.HomePage-V2-new .ThreeCol.V4 .ColumnBoxContent span{color:#f9b041;margin-right:0;vertical-align:top;padding:0 2px}.ThreeCol.V4 .ThreeColParent{margin:0 -8px}.ThreeCol.V4 .ColumnBox{padding:0 8px}.ThreeCol.V4 .ColumnContent{margin-top:25px;box-shadow:0 1px 6px rgba(0,0,0,.1);background-color:#fff}.ThreeCol.V4 .button{margin-top:42px}.ThreeCol.V4 .TopBox{margin-top:80px}body.HomePage-V2-new .BookSection{background-color:#4fbde8;padding:72px 0 80px}body.HomePage-V2-new .BookSection .SectionDetail h2{font-size:60px!important;line-height:1.25;color:#fff;font-weight:400}body.HomePage-V2-new .BookSection .SectionDetail h2 span{font-weight:700;display:block;color:#fff}body.HomePage-V2-new .BookSection .button a{font-size:16px;line-height:1.25;padding:14px 23.5px;color:#4fbde8;background-color:#fff}body.HomePage-V2-new .ThreeCol.V2 .button{margin-top:-10px}body.HomePage-V2-new .PopUpForm-1 .NewForm{padding:30px 0}body.HomePage-V2-new .wrapper{max-width:1170px;padding-left:0;padding-right:0}.alternate-bg-color{background:linear-gradient(180deg,#fbfcff,#f5f7fd)}.c-dialog,.c-dialog-1{background-color:color(white);left:50%;max-width:400px;padding:2rem;position:fixed;text-align:center;transform:translate(-50%,-50%);width:90%;z-index:3;margin:50px 0 0 0!important;overflow:scroll}.c-dialog-1[aria-hidden=true],.c-dialog[aria-hidden=true]{display:none}.c-dialog:not([aria-hidden=true]){display:block!important}.c-dialog__overlay{z-index:3;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.c-dialog__overlay[aria-hidden=true]{display:none}.c-dialog__overlay:not([aria-hidden=true]){display:block}.js-close-dialog,.mfp-close{color:grey!important;overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px}.u-noscroll{height:100%;overflow:hidden}.RightImageBox video{min-width:120%}body.HomePage-V2-new .white-popup{overflow-y:scroll}.c-dialog,.c-dialog-1{top:50%}@media(min-width:1600px){.WaveImage img{width:100%!important}.LogoGallery .WaveImage img,.PageList .WaveImage.Bottom img,.PageList .WaveImage.Top img,.Testimonail.V3 .WaveImage.Bottom img,body.HomePage-V2-new .TwoColSection.New .TopWaveImage img{height:130px!important}.ThreeCol.V2 .TopBox .WaveImage{height:240px!important}.ThreeCol.V2 .BottomBox .WaveImage{height:145px!important}}@media(max-width:1280px){.TwoColumnBanner{padding-top:181px}.ThreeCol .BoxTitle br{display:none}.ThreeCol .BoxTitle{font-size:22px}.TwoColSection .Detail{font-size:20px}.ThreeCol.V2 .BottomBox,.ThreeCol.V2 .TopBox{padding-top:50px}@media(max-width:1080px){.ThreeCol{padding:50px 0}.ThreeCol .ColumnBox{padding:0 10px}.ThreeCol .ThreeColParent{margin:0 -10px}.TwoColSection .ItemContent{max-width:90%}.ThreeCol.V2 .BoxTitle span{font-size:38px}.ThreeCol.V2 .button{margin-top:50px}.ThreeCol.V2 .BottomBox{padding-bottom:90px}}@media(max-width:980px){.tab-center{text-align:center}.tab-left{text-align:left}.ListsSpacing{width:100%;margin-right:0}body.HomePage-V2-new .wrapper{max-width:700px}.TwoColumnBanner.PortalEmpleado{padding-bottom:92px;padding-top:88px}.TwoColumnContent .RightBox{margin-top:40px}.LogoGallery .LogoBox img{max-width:219px!important;width:auto}.LogoGallery .LogoBox{padding-bottom:19px;margin-bottom:30px}.LogoGallery .SectionTitleBox{padding:30px 0}.LogoGallery .LogoBox:nth-child(even){padding-right:0}.ThreeCol .ColumnBox{margin-bottom:20px}.ThreeCol .ColumnBox:last-child{margin-bottom:0}.TwoColSection .ItemBox:nth-child(odd) .ItemContent,.TwoColSection .ItemContent{max-width:100%}.TwoColSection .ItemBox{padding:0 10px;margin-bottom:50px}.TwoColSection .CenterImage{display:none}.ThreeCol.V2 .BottomBox .BoxDetail{max-width:400px;margin:0 auto 30px auto}.ThreeCol.V2 .BottomBox .BoxDetail:last-child{margin-bottom:0}.ThreeCol.V2 .BoxTitle{font-size:20px}}@media(max-width:767px){.mobile-center{text-align:center}h2{font-size:24px}.SectionTitleBox{padding-bottom:0}.Banner h1,.BannerV2 h1{font-size:27px;text-align:center}.Banner{padding-top:12px;padding-bottom:10px}.Banner .LogoImage{max-width:24%;padding-top:108px;padding-bottom:20px}.Banner .button{padding-top:20px}.Banner .Title{margin-bottom:0}.VideoSection .VideopPlay{height:48px;width:48px}.FullWidthContent.Version2 .SubTitle{max-width:100%;margin-bottom:30px}.FullWidthContent.Version2 .wrapper2{width:80%;margin:0 auto}.TwoColumnContent{padding:20px 0}.LogoGallery .LogoBox img{max-width:170px!important}.Testimonial{padding:20px 0}.Testimonial .SectionTitleBox{padding:0}.Testimonial .TestimonialBox{padding-top:0}.Testimonial .Title{margin-bottom:0}.TestimoanialSliderSection .AuthorDesignation,.TestimoanialSliderSection .AuthorName{font-size:14px}.LogoGalleryV2 .LogoBox img{max-width:100px!important}.TestimoanialSliderSection .SliderDetail{font-weight:600}.PricingSection{padding-top:26px}.PricingSection .PriceListParent{padding-top:52px;padding-bottom:0}.PricingSection .PriceBox{padding:0 10px}.PricingSection .PriceListInner{margin:0 -10px}.ImageSection{padding:33px 0}.PricingSection .PriceBox{width:100%}.PricingSection .PriceBox:last-child{margin-bottom:0}.PricingSection .PriceImage{margin-bottom:20px}.FullWidthContent{overflow-x:hidden;padding:20px 0}.BannerV2 h1 br{display:none}.BannerV2{padding:90px 0 70px}.BannerV2 .button a,.BannerV2 .button.blue a.cta_button{margin-top:50px}.PillarPageSection .sidebar h2{font-size:22px}.PillarPageSection .ContentInner{padding-top:30px}.PillarPageSection .SectionBoxes{padding-left:15px;padding-right:15px;text-align:center}.PillarPageSection .SectionDetailBox div{font-size:18px;padding-left:15px;padding-right:15px}.BannerV3 h1{font-size:32px}.BannerV3 .button a,.BannerV3 .button a.cta_button{font-size:18px}.ThreeCol .ColumnBox{width:100%;padding:0}.ThreeCol .ThreeColParent{margin:0 auto;max-width:350px}.ThreeCol .BoxTitle .equal_height{height:auto!important}.TwoColSection .SectionTitle{padding-bottom:40px}.BookSection .SectionDetail h2,.Form.V2 .SectionTitle h2,.LogoGallery.v3 .Title h2,.ThreeCol.V2 .SectionTitle h2,.TwoColSection .ItemBox,.TwoColSection .SectionTitle h2{width:100%;padding:0;margin-bottom:20px}.TwoColSection .ItemBox:nth-last-of-type(-n+2){margin-bottom:20px}.TwoColSection .ItemBox:last-child{margin-bottom:0}.TwoColSection .InnerContentBox{margin:0}.TwoColSection .button{margin-top:50px}.TwoColSection{padding-bottom:40px}.LogoGallery.v3 .Title{padding-bottom:15px}.Testimonail.V3 .LogoImages{padding:0 10px}.Testimonail.V3 .QuoteText{max-width:100%;font-size:24px}.Testimonail.V3 .IconParentBox .IconBoxes{width:20%}.Testimonail.V3 .IconParentBox .Icon{height:60px;width:60px;padding:10px}.Testimonail.V3 .IconBoxes.odd .IconTitle{font-size:18px}.Form.V2 .SectionTitle h2,.ThreeCol.V2 .SectionTitle h2{line-height:1.5}.ThreeCol.V2 .ThreeColParent{max-width:100%}.ThreeCol.V2 .ColumnBox{width:100%;display:block;margin-right:0}.ThreeCol.V2 .TopBox .BoxImage img{width:auto;height:300px!important}.ThreeCol.V2 .TopBox .BoxImage{margin-top:30px}.ThreeCol.V2 .BottomContent{margin-bottom:50px}.ThreeCol.V2 .BottomContent:last-child{margin-bottom:0}.BookSection{padding:50px 0}.BookSection .BookBox{max-width:300px}.Form.V2 .SectionSubTitle{font-size:20px}}@media(max-width:480px){.Banner .button{padding-top:23px}.Banner .LogoImage{padding-bottom:23px}.TwoColumnContent .RightBoxContent{width:100%;display:block;margin-right:0;border-right:0}.LogoGallery .LogoBox img{max-width:219px!important}.LogoGallery .LogoBox{padding-right:0;width:100%!important;display:block;margin-right:0}.LogoGalleryV2 .LogoBox{width:100%;max-width::100%;padding-right:0;display:block}.LogoGalleryV2 .LogoBox img{max-width:160px!important}.IndustrySection .TopicInner{width:100%;margin-right:0;display:block}.IndustrySection .TopicImageBox{width:100%;max-width:120px}.PricingSection{padding-bottom:50px}.PricingSection .PriceBox{padding:0}.PricingSection .PriceListInner{margin:0}.BannerWithForm h1{font-size:36px}.BannerWithForm{padding-top:59px;padding-bottom:100px}body.hs-blog-post .postFeatureImage{object-fit:contain}body.hs-blog-post .MainContentBox h2{font-size:22px}body.hs-blog-post .MainContentBox h3{font-size:19px}body.hs-blog-post .relatedPost .post-header h3{font-size:24px;line-height:1.2}.StageModule .StageItem:nth-child(n+0){padding:0;width:100%;display:block;margin-right:0}.StageModule .StageInnerBox{padding-top:30px}.ContacFormSection form input[type=submit]{font-size:18px}.HomePage-V2 .wrapper{width:88%}.BannerV3 h1{font-size:26px}.BannerV3{padding-top:50px;padding-bottom:90px}.BannerV3 .button a,.BannerV3 .button a.cta_button{padding:12px 15px;margin-top:30px}.BookSection .SectionDetail h2,.BookSection .SectionDetail h2 br,.Form.V2 .SectionTitle h2,.Form.V2 .SectionTitle h2 br,.LogoGallery.v3 .Title h2,.LogoGallery.v3 .Title h2 br,.ThreeCol.V2 .SectionTitle h2,.ThreeCol.V2 .SectionTitle h2 br,.TwoColSection .Detail,.TwoColSection .SectionTitle h2,.TwoColSection .SectionTitle h2 br{font-size:18px}.LogoGallery.v3 .Count{font-size:30px}.Testimonail.V3 .LogoImages{width:33.33%}.Testimonail.V3 .QuoteText{max-width:100%;font-size:17px;padding:30px 15px}.Testimonail.V3 .BottomLogo,.Testimonail.V3 .RightSideContent{margin-top:30px}.Testimonail.V3 .IconParentBox .IconBoxes{width:100%;padding:0;margin-bottom:30px}.Testimonail.V3 .IconParentBox .IconBoxes:last-child{margin-bottom:0}.Testimonail.V3 .IconBoxes .IconTitle br,` .Testimonail.V3 .IconBoxes .Icon:before{display:none}.Testimonail.V3 .IconBoxes .IconTitle{position:static;left:inherit;top:inherit;transform:translateX(0);bottom:inherit}.Testimonail.V3 .IconBoxes .Icon,.Testimonail.V3 .IconBoxes .IconTitle{display:inline-block;vertical-align:middle;margin-right:-4px}.Testimonail.V3 .IconBoxes .IconTitle,.Testimonail.V3 .IconBoxes:nth-child(4) .IconTitle{width:calc(100% - 60px);padding-left:15px;text-align:left}.Testimonail.V3 .SliderParent{padding:50px 15px}.Testimonail.V3{padding-top:70px;padding-bottom:60px}.Testimonail.V3 .LogoImages{padding:0}.ThreeCol.V2 .BottomBox .BoxDetail{font-size:18px}.Form.V2 form{padding:30px 15px 30px}.Form.V2 form fieldset.form-columns-1 .field,.Form.V2 form fieldset.form-columns-2 .field{padding-left:0;padding-right:0}}@media(min-width:1601px){.ThreeCol.V2 .TopWaveImage img{height:120px!important;width:100%!important}.ThreeCol.V4 .WaveImage.Top img,body.HomePage-V2-new .Testimonail.V4 .WaveImage.Top img{height:118px!important;width:100%!important}}@media(max-width:1366px){.NewIconContent .child_box{padding:0 60px}}@media(max-width:1280px){body.HomePage-V2-new h2{font-size:34px}body.HomePage-V2-new .hs-menu-wrapper>ul>li:nth-child(6){padding-right:50px}body.HomePage-V2-new .BookSection .SectionDetail h2,body.HomePage-V2-new .Form.V2 .SectionTitle h2,body.HomePage-V2-new .LogoGallery.v3 .Title h2,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2,body.HomePage-V2-new .twoColBox{max-width:700px}body.HomePage-V2-new .Testimonail.V3 .LogoBox{margin-top:20px}body.HomePage-V2-new .ThreeCol .BoxTitle span{display:block}body.HomePage-V2-new .BannerV3 .BannerTitle{font-size:40px}body.HomePage-V2-new .BannerV3{padding-top:80px}body.HomePage-V2-new .BookSection .SectionDetail h2{font-size:50px!important}body.HomePage-V2-new .Testimonail.V4 .RightSideContent,body.HomePage-V2-new .Testimonail.V4 .SliderTestimonial{width:50%;display:inline-block;margin-right:-4px;vertical-align:top}body.HomePage-V2-new .Testimonail.V4 .RightSideContent{margin-top:0}body.HomePage-V2-new .Testimonail.V4 .twoColBox{max-width:800px}}@media(max-width:1230px){body.HomePage-V2-new .wrapper{max-width:1000px}}@media(max-width:1080px){body.HomePage-V2-new h2{font-size:32px}body.HomePage-V2-new .BookSection .SectionDetail h2,body.HomePage-V2-new .Form.V2 .SectionTitle h2,body.HomePage-V2-new .LogoGallery.v3 .Title h2,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2,body.HomePage-V2-new .TwoColSection.New .ItemBox:nth-child(odd) .ItemContent,body.HomePage-V2-new .TwoColSection.New .ItemContent{max-width:60%}body.HomePage-V2-new .ThreeCol.V2{padding-top:130px}.ThreeCol.V4 .ColumnBoxContent{padding:28px 20px}body.HomePage-V2-new .Testimonail.V3,body.HomePage-V2-new .ThreeCol.V4{padding-top:100px}}@media(max-width:980px){body.HomePage-V2-new h2{font-size:30px}body.HomePage-V2-new .ThreeCol .ColumnBox{width:33.33%}body.HomePage-V2-new .ThreeCol .BoxTitle{padding:0 20px}.PageList.V2 .LeftBoxTitle h2,body.HomePage-V2-new .BookSection .SectionDetail h2,body.HomePage-V2-new .Form.V2 .SectionTitle h2,body.HomePage-V2-new .LogoGallery.v3 .Title h2,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2,body.HomePage-V2-new .TwoColSection.New .SectionTitle h2{padding:130px 0 80px}body.HomePage-V2-new .TwoColSection.New .ItemBox:nth-child(odd) .ItemContent,body.HomePage-V2-new .TwoColSection.New .ItemContent{max-width:80%}body.HomePage-V2-new .LogoGallery.v3 .Count{font-size:24px}body.HomePage-V2-new .twoColBox{margin-top:30px}body.HomePage-V2-new .ThreeCol.V2 .ColumnBox{width:50%}body.HomePage-V2-new .ThreeCol.V2 .TopBox{text-align:center}.BookSection .BookBox{text-align:center}.NewForm .RightImage{display:none!important}.NewForm form fieldset.form-columns-1 .hs_phone.field{width:252px!important}.TwoColSection.V2 .InnerContentBox{margin-top:80px}.ThreeCol.V4 .ColumnContent{max-width:400px;margin:30px auto 50px}.PageList.V2 .LeftBox,.PageList.V2 .RightNavList{width:100%;display:blolck;margin-right:0}.PageList.V2 .LeftBoxDetail{max-width:100%}.PageList.V2 .RightNavList{margin-top:50px}.PageList.V2 .listParent{padding:50px 30px}.PageList.V2 .LeftBoxTitle h2 br{display:none}body.HomePage-V2-new .ThreeCol.V2 .BoxContent{font-size:20px}.TwoColSection.V2 .CenterBottomImage{display:none}.TwoColSection.V2 .ItemBox:nth-child(odd) .ItemContent,.TwoColSection.V2 .ItemContent{max-width:100%;padding:0 15px}.NewLeftImageRightContent{padding-top:100px;padding-bottom:90px}.NewLeftContentRightImage{padding-top:60px}.NewLeftContentRightImage .RightImage,.NewLeftImageRightContent .LeftImage{text-align:center;margin-bottom:50px}.NewLeftContentRightImage .LeftBox{padding-right:0}.NewLeftImageRightContent .RightBox{padding-left:0}.NewLeftContentRightImage .left_content,.NewLeftImageRightContent .right_content{padding-top:20px}.NewLeftContentRightImage .title-icon,.NewLeftImageRightContent .title-icon{top:-6px}.NewLeftContentRightImage .sectionTitle br,.NewLeftImageRightContent .sectionTitle br{display:none}.NewLeftImageRightContent .RightSideContent{padding-left:0;padding-right:0}.NewIconContent .child_box,.NewIconContent .child_box:nth-last-child(-n+3){margin-bottom:50px}.NewIconContent .child_box:nth-last-child(-n+2){margin-bottom:0}.NewIconContent .parent_icon{padding:90px 40px}.NewIconContent .child_box{padding:0 30px}}@media(max-width:767px){body.HomePage-V2-new .wrapper{max-width:100%;padding-left:15px;padding-right:15px}.PageList.V2 .wrapper{max-width:700px}body.HomePage-V2-new h2{font-size:26px}body.HomePage-V2-new .wrapper{max-width:100%;padding-left:20px;padding-right:20px}body.HomePage-V2-new .ThreeCol .ColumnBox{width:100%}body.HomePage-V2-new .ThreeCol .ImageBox{margin-bottom:15px}body.HomePage-V2-new .ThreeCol .BoxTitle{padding:0}body.HomePage-V2-new .ThreeCol .ColumnBox{margin-bottom:35px}body.HomePage-V2-new .BookSection .SectionDetail h2,body.HomePage-V2-new .Form.V2 .SectionTitle h2,body.HomePage-V2-new .LogoGallery.v3 .Count,body.HomePage-V2-new .LogoGallery.v3 .Title h2,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2,body.HomePage-V2-new .quoteBox{font-size:16px}body.HomePage-V2-new .ThreeCol.V2 .ColumnBox{width:100%}.ThreeCol.V2 .TopBox .BoxImage img{height:auto!important}.PageList .navList li{width:50%!important}.PageList .navList{max-width:400px}.PageList{padding-top:90px;padding-bottom:70px}body.HomePage-V2-new .TwoColSection.V2{padding-top:50px}.TwoColSection.V2 .TwoColParent{padding:30px 15px}.TwoColSection.V2 .ItemBox{margin-bottom:40px}body.HomePage-V2-new .ThreeCol.V2{padding-top:80px}body.HomePage-V2-new .ThreeCol.V2 .ColumnBox br{display:none}.ThreeCol.V4 .ThreeColParent{margin:0 auto}.TwoColSection.V2 .InnerContentBox{margin-top:50px}body.HomePage-V2-new .BookSection .SectionDetail h2{font-size:34px!important}.TwoColSection.V2 .ItemBox:nth-child(odd) .ItemContent,.TwoColSection.V2 .ItemContent{padding:0}body.HomePage-V2-new .TwoColSection.V2 .button{margin-top:0}.PageList.V2 .navList li{width:100%!important;display:block}.NewForm.FooterForm .FormParentBox form{padding:0 15px;margin-top:30px}.NewForm.FooterForm .formSubTitle{font-size:18px}.PopUpForm .FormRightImage{display:none}.NewBanner .BottomWave{bottom:-6px}.NewBanner h1{font-size:28px}.NewBanner .BannerSubTitle{font-size:18px}.NewBanner .InnerParent{padding-top:70px;padding-bottom:60px}.NewLeftContentRightImage .top-wave,.NewLeftImageRightContent .top-wave{top:-5px}.NewIconContent .parent_icon{padding:50px;max-width:500px}.NewIconContent .child_box{width:100%;display:block;margin-right:0}.NewIconContent .child_box,.NewIconContent .child_box:nth-last-child(-n+2),.NewIconContent .child_box:nth-last-child(-n+3){margin-bottom:50px}.NewIconContent .child_box:last-child{margin-bottom:0}}@media(max-width:480px){body.HomePage-V2-new .TwoColSection.New .ItemBox:nth-child(odd) .ItemContent,body.HomePage-V2-new .TwoColSection.New .ItemContent{max-width:100%}body.HomePage-V2-new .TwoColSection .ItemBox{margin-bottom:30px}body.HomePage-V2-new .TwoColSection .button{margin-top:30px}body.HomePage-V2-new .TwoColSection.New .SectionTitle h2{padding:70px 0 30px}body.HomePage-V2-new .BookSection .SectionDetail h2,body.HomePage-V2-new .Form.V2 .SectionTitle h2,body.HomePage-V2-new .LogoGallery.v3,body.HomePage-V2-new .LogoGallery.v3 .Title h2,body.HomePage-V2-new .ThreeCol.V2 .SectionTitle h2,body.HomePage-V2-new .TwoColSection .SectionTitle h2{padding-bottom:30px}body.HomePage-V2-new .Testimonail.V3 .LogoImages{display:block;margin-right:0;width:100%;padding-bottom:20px}body.HomePage-V2-new .Testimonail.V3 .sliderContent{font-size:18px}body.HomePage-V2-new .quoteBox{font-size:16px}body.HomePage-V2-new .ThreeCol{padding-bottom:30px}.PageList .navList li{width:100%!important}.PageList .navList{max-width:250px;margin:0 auto!important}body.HomePage-V2-new .ThreeCol.V2 .BoxTitle{padding-top:20px}body.HomePage-V2-new .ThreeCol.V2 .BoxContent{font-size:18px;padding-left:0;padding-right:0}body.HomePage-V2-new .ThreeCol.V2 .ColumnBox:last-child{margin-bottom:0}body.HomePage-V2-new .Testimonail.V3,body.HomePage-V2-new .ThreeCol.V4{padding:50px 0}body.HomePage-V2-new .BookSection .SectionDetail h2{font-size:30px!important}body.HomePage-V2-new .wrapper{padding-left:15px;padding-right:15px}.alternate-bg-color{background:linear-gradient(180deg,#fbfcff,#f5f7fd)}.NewLeftContentRightImage h3,.NewLeftImageRightContent h3{font-size:22px}.NewLeftContentRightImage .bottom-wave,.NewLeftImageRightContent .bottom-wave{bottom:-5px}.NewLeftContentRightImage .top-wave,.NewLeftImageRightContent .top-wave{top:-7px}.NewLeftImageRightContent{padding-top:50px;padding-bottom:60px}.NewLeftContentRightImage .left_content,.NewLeftImageRightContent .right_content{font-size:16px}.NewIconContent .icon_detail{font-size:16px}.NewIconContent .child_box{padding:0}.NewLeftContentRightImage .title-icon,.NewLeftImageRightContent .title-icon{top:-4px}.NewIconContent .parent_icon{padding:50px 20px}.NewIconContent{padding-top:50px;padding-bottom:50px}}@media screen and (max-width:768px){.c-dialog,.c-dialog-1{margin:0!important;max-height:500px}}@media screen and (min-width:1024px){body.HomePage-V2-new .white-popup{overflow:hidden}}@media screen and (max-width:728px){.siigo-form{padding:80px 10px}.RightImageBox video{min-width:calc(100% + 60px);transform:translateX(-30px)}}}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
[class*="span"] { display: block;float: left;}
.span12{width:99.99999998999999%;*width:99.94680850063828%}
.span11{width:91.489361693%;*width:91.4361702036383%}
.span10{width:82.97872339599999%;*width:82.92553190663828%}
.span9{width:74.468085099%;*width:74.4148936096383%}
.span8{width:65.95744680199999%;*width:65.90425531263828%}
.span7{width:57.446808505%;*width:57.3936170156383%}
.span6{width:48.93617020799999%;*width:48.88297871863829%}
.span5{width:40.425531911%;*width:40.3723404216383%}
.span4{width:31.914893614%;*width:31.8617021246383%}
.span3{width:23.404255317%;*width:23.3510638276383%}
.span2{width:14.89361702%;*width:14.8404255306383%}
.span1{width:6.382978723%;*width:6.329787233638298%}
/***columnas por %***/
.col-5, .col-10, .col-15, .col-20, .col-25, .col-30, .col-33, .col-35, .col-40, .col-45, .col-50, .col-55, .col-60, .col-65, .col-70, .col-75, .col-80, .col-85, .col-90, .col-95, .col-100{ float: left;    min-height: 1px;}
.col-5  { width: 5%; }.col-10 {  width: 10%; }.col-15 {  width: 15%; }.col-20 {  width: 20%; }.col-25 {  width: 25%; }.col-30 {  width: 30%; } .col-33 {  width: 33%; }.col-35 {  width: 35%; }.col-40 {  width: 40%; }.col-45 {  width: 45%; }.col-50 {  width: 50%; } .col-55 {  width: 55%; }.col-60 {  width: 60%; }.col-65 {  width: 65%; }.col-70 {  width: 70%; }.col-75 {  width: 75%; }.col-80 {  width: 80%; }.col-85 {  width: 85%; }.col-90 {  width: 90%; }.col-95 {  width: 95%; }.col-100{  width: 100%; }

img {max-width:100%;vertical-align:bottom;}
a {color:#444; text-decoration:none; transition: 0.3s;}
a:hover {color:#444;}
a:focus {outline:0;}
a:hover,a:active {outline:0;}
input:focus { outline:0;border:1px solid #04A4CC;}
:focus { outline: -webkit-focus-ring-color auto 0px !iportant;}
::selection { background:transparent; color:#9e3904; text-shadow:none;}
::-webkit-selection {background:transparent; color:#0095eb; text-shadow:none;}
::-moz-selection { background:transparent; color:#0095eb; text-shadow:none;}

.full{width:100%;float:left}
.boxer{width:1140px;margin:0 auto!important;margin-left:auto!important;margin-right:auto!important;}

body .full .boxer [class*=span] {
    min-height: 1px;
}
.video{width:100%!important;border:0 solid #000!important;margin:0!important;border-radius:0!important}
.ordenador{display:block}
.movil{display:none !important; }

::-webkit-input-placeholder{color:#3F3F41}
::-moz-placeholder{color:#3F3F41}
:-ms-input-placeholder{color:#3F3F41}
:-moz-placeholder{color:#3F3F41}

.div-hijo{display:table-cell;vertical-align:middle;float:none}
.div-padre{display:table}
.parallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}

select {
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */
  -ms-appearance: none; /* Edge */
  appearance: none; /* Future */}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
option {
   background: transparent;
}
::-webkit-file-upload-button {
  background: #0095eb;
  color: #fff;
  padding: 1em;
  border:0px;
  display:none;
}
@media screen and (max-width : 1140px) and (min-width : 300px) {
.boxer{width:90%;margin:0 auto}
}
@media screen and (max-width : 1024px) and (min-width : 300px) {
.ordenador{display:block!important}
.movil{display:block!important}
}

.box-btn-home .btn{
  margin: 30px 0;
}
.full {width:100%;margin:0 auto;float:left;display:block;}
* {box-sizing: border-box;}
.btn1 {display: block; float: left; color: #fff; padding: 12px 32px; background: #FDB92F; font-size: 18px; border-radius: 30px; line-height: 1; margin-top: 50px;}
.mt-10p {margin-bottom:60px!important;}
/**** Banner ***/
#banner.flex {display: flex; align-items: center;height:570px;padding: 0 0 80px;}
#banner {background: #ffffff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+60,ffffff+60,dde3ed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, rgba(221,227,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(255,255,255,1) 60%,rgba(221,227,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(255,255,255,1) 60%,rgba(221,227,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde3ed',GradientType=0 ); /* IE6-9 */

}
#banner h2.h1 {padding-top: 35px!important;font-family: 'Source Sans Pro', sans-serif; font-size:42px;font-weight:bold;line-height:51px;letter-spacing:0;color:#2B6B80;margin: 30px 0 0;}
#banner p.parrafo-slider {font-family: 'Lato', sans-serif; font-size:20px;font-weight:400;line-height:28px;letter-spacing:0;color:#2B6B80; margin-top: 20px;}
#banner p.parrafo-slider span {font-weight:600;}
/**** Slider ***/
/* Slideshow container */
#banner .slideshow-container { position: relative; margin: auto auto 80px auto  ; height: 390px;}
#banner .slideshow-container .mySlides {display: none;}
#banner .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 8px; background-color: #fff; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease;}
#banner .active { background-color: #6683b1;}
/* Fading animation */
#banner .slideshow-container .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s;}
#banner .slideshow-container  @-webkit-keyframes fade { from {opacity: .4}  to {opacity: 1}}
#banner .slideshow-container  @keyframes fade {from {opacity: .4}  to {opacity: 1} } 
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*
@media screen and (max-width:1100px) and (min-width:300px) {
  .boxer {width:90% !important;}
} */

@media screen and (max-width:1100px) and (min-width:768px) {
  #banner h2.h1 { zoom: 80%;}
}
@media screen and (max-width:767px) and (min-width:300px) {
  #banner h2.h1 { zoom: 80%;}
  #banner p.parrafo-slider {zoom: 90%; margin-top: 20px;}
  .btn1 { zoom: 90%; margin-top: 20px; margin-bottom: 20px;}
  .elemento-derecho{margin-bottom: 100px;}
}
#texto_empresas { text-align: center; padding: 0;background:#fff;}
#texto_empresas .span10{ margin: -110px auto 0; border-radius: 14px; background:#FFF; padding: 50px; float: none; display: table; box-shadow: rgb(53 66 86 / 16%) 0px 5px 26px;}
#texto_empresas .span10 h2{ display: none;}
#texto_empresas .span10 h3 { color: #354256; font-family: Lato,sans-serif; font-weight: 300;margin: 0 auto 30px;font-size: 24px;}
#texto_empresas .logos { margin: 0 0 20px;}
#texto_empresas .logos img { padding: 0px 16px; }
#texto_empresas .btn { display: inline-block; float: none; background-color: #E45957; color: #fff; height: 47px; line-height: 43px; padding: 0px 35px; border-radius: 22px; font-size: 17px; font-weight: 700; transition: .3s; border: solid 2px #E45957; margin-top: 28px;  box-shadow: rgb(0 0 0 / 17%) 0px 3px 6px;}
#texto_empresas .btn:hover{background-color: #fff; color: #E45957;}

/* tamaño full dispositivo */
@media screen and (max-width : 1200px) and (min-width : 300px) { 
}
/* tamaño para dispositivos moviles */
@media screen and (max-width : 767px) and (min-width : 300px) { 

.span6.elemento-derecho.imagen{ min-height: 200px;}  
 #texto_empresas { text-align: center; padding: 30px 0px;}  
 #texto_empresas .span10 h3 {font-size: 20px;}  
}

@media screen and (max-width : 576px){
  #texto_empresas .logos img { padding: 0px 5%; width: 60%;margin-top:20px}
}
.btn {float: none; background-color: #37DF94 !important; color: #fff !important; height: 47px; line-height: 43px; padding: 0px 35px;border-radius: 22px; font-size: 17px; font-weight: 700;transition: .3s; border: solid 2px #37DF94!important; margin: 28px auto 0; display: table; box-shadow: rgb(0 0 0 / 17%) 0px 3px 6px;}
.btn:hover {background-color: #fff !important; color: #37DF94 !important;}
.btn2 {float: left; color: #fff; padding: 12px 32px; background-color: #37DF94; font-size: 18px; border-radius: 30px; line-height: 1; border: none;}
/* Tab */

#formulario .span10{margin: 0 auto;float: none;}
#formulario .contenedor.flex {display:flex;justify-content: center;}
#formulario #multi-accordion{display: block;}
#formulario #multi-accordion.flex {display:none;flex-direction:column;justify-content:center;} 
#formulario #multi-accordion .panel.show {display:block; transition: all 0.5s ease;} 
#formulario #multi-accordion .accordion {display: block; float: none; width: 350px; margin:0 auto; text-align: center; border-radius: 0; border-radius: 30px; outline: 0; font-size: 17px; padding: 16px 0; line-height: 12px; text-transform: capitalize; font-weight: 700; color: #fff; transition: all ease .3s;} 
#formulario #multi-accordion .full:nth-child(1) .accordion {background-color:#FDB92F; border: 1px solid #FDB92F;}
#formulario #multi-accordion .full:nth-child(1) .accordion:hover {background-color: #fff;color:#fdb92f;}
#formulario #multi-accordion .full:nth-child(2) .accordion {background-color:#E2474C; border: 1px solid #E2474C;}
#formulario #multi-accordion .full:nth-child(2) .accordion:hover {background-color: #fff; color:#E2474C;}
#formulario #multi-accordion .full:nth-child(3) .accordion {background-color:#4FBDE8; border: 1px solid #4FBDE8;}
#formulario #multi-accordion .full:nth-child(3) .accordion:hover {background-color: #fff; color:#4FBDE8;}
#formulario #multi-accordion .panel {display:none;width:100%; float: left; text-align: center; transition: all 0.5s ease;} 
#formulario #multi-accordion .panel p {margin-top:15px;} 
#formulario #multi-accordion .full .espacio-vertical {opacity:0;line-height:20px;display:block;float:left;} 
/* Formulario */ 
#formulario p.subtitulo-form {text-align: left;font-size: 18px; font-weight: 300;color: #354256;}
#formulario .form {background:#ffffff; color:#354256; box-shadow: 0px 5px 26px rgb(53 66 86 / 16%); border-radius: 12px; padding: 45px; display: block; float: none;} 
#formulario .form h3.titulo-seccion {color: #2d93aa!important; font-size: 34px; font-weight: bold; line-height: 40px; letter-spacing: 0; text-align:left;}
#formulario .form input[type=submit] {width:200px;background: #37DF94;border-radius: 30px;border: 1px solid #37DF94; outline: 0; font-size: 17px; padding: 15px 30px; line-height: 23px; text-transform: none; font-weight: 700; color: #fff; transition: all ease .3s; margin: 17px 0;}
#formulario .form input[type=submit]:hover {background-color: #fff;color: #37DF94;}
#formulario .form input[type=email], #formulario input[type=number], #formulario input[type=password], #formulario input[type=tel], #formulario input[type=text], #formulario select, #formulario textarea { display: block; outline: 0;  font-size: 16px; line-height: 22px; margin: 0; padding: 8px 10px; width: 100% !important; border-radius: 30px; color: #354256; border: 1px solid #D3E3F0; box-shadow: none; background:white; font-family: 'lato', sans-serif; }
#formulario .form .img-form {width: 500px;float: right;/*display: none;*/ margin-top: -80px; margin-right: 30px;position: absolute;}
#formulario select {background:url(https://www.buk.cl/hubfs/buk-w-2021/img-home/boton-selct.svg);background-repeat: no-repeat; background-position-y: center; background-position-x: 97%;}
#formulario ::-webkit-input-placeholder, #formulario :-ms-input-placeholder, #formulario::placeholder {outline: 0; font-size: 16px; line-height; width: 100% !important;color: #354256; font-family: 'lato', sans-serif; }
#formulario form {margin-bottom: 50px;padding: 30px 0 0;border-radius: 10px;}

#formulario .form .hs_phone select {width: 30% !important; background-position-x: 80%;}
#formulario .form .hs_phone input {width: 69% !important;}

@media screen and (max-width:767px) and (min-width:300px) {
  #formulario .contenedor.flex {flex-direction: column;}
  #formulario .form {margin-bottom:40px;padding: 30px;}
  #formulario .form h3.titulo-seccion{ text-align: center; }
  #formulario p.subtitulo-form{ text-align: center;font-size:16px}
  .btn{margin:25px auto 15px auto!important}
  form fieldset.form-columns-2 .field{width:100%!important}
  #formulario .form .img-form{left: 0;margin-top: -20px;}
  #formulario .text-container h3{font-size: 32px;line-height: 1;}
  #formulario .text-container{padding: 30px 0px;}
}


/*adiconales*/
#formulario .contenedor.flex{position:relative}
#formulario .form{position: absolute;
    left: 0;
    right: 0;
    top: -200px;
}


strong span a {text-decoration: underline;font-weight: 600;padding: 0 0 0 20px;}