/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */
/*===============================banner general ISM======================================*/

.tituloBanner{
	font-size: 1em; color: #ffffff; line-height: 0.5em; margin: 0 auto 0 auto;
}
.contBanner{
	font-size: 80%; margin: 0 auto 0 auto; color: #ffffff;
}
.botonBanner{
	font-size: 50%; width: 40%; background-color: #81bc00; text-align: center; padding: 20px 5px; border-radius: 5px; clear: both; line-height: 1em;
	
}

@media (max-width: 479px) {
	
	.tituloBanner{
	font-size: 20px; line-height: 20px; margin: 40px auto 0 auto;
}
	.contBanner{
	font-size: 12px; margin: -20px auto 0 auto; line-height: 12px;
}
	.botonBanner{
	font-size: 10px; width: 40%;  padding: 5px 5px; line-height: 10px; margin-top: -30px;
	
}
  
}

/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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


@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Css/Material%20Design%20Iconic%20Font.css');
@import url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Css/typicons.min.css');
@import url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Css/vc_entypo.min.css');


@font-face {
    font-family: 'Open_Sans2';
    src: url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.eot');
    src: url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}





/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
  
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */




*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color: #676c7b;
    font-family: "Open Sans";
    /*font-size: 15px;*/
    line-height: 1.875em  ;
    font-weight: 400;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

.hs-bottom-footer {
    
display:none !important;
}

/* Highlighted Text */
/*::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
*/

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

/* Basic text */
p {
    margin: 0 0 30px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    color: #1b232a;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1b232a;
}

h1 {
    font-size: 2.375em;
    line-height: 1.578947368em;
    margin-top: 0;
    margin-bottom: .78947368em
}

h2 {
    font-size: 1.75em;
    line-height: 1.0714285714em;
    margin-top: 0;
    color: #1b232a;
    margin-bottom: 1.0714285714em
}

h3 {
    font-size: 1.3125em;
    line-height: 1.428571429em;
    margin-top: 0;
    margin-bottom: 1.42857143em
}

h4 {
    font-size: 1em;
    line-height: 1.875em;
    margin-top: 0;
    margin-bottom: 1.875em
}
h5 {}
h6 {}

/* Anchor Links */
a { 
    color:#a2d700;
    text-decoration: none;
  	font-weight: normal !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    }
a:hover, a:focus { color: rgba( 162,215,0,0.8 ); }

/* Lists */
ol, ul {
    padding-left: 0;
    margin-top: 0;
    margin: 0 0 30px;
}
ol {
    list-style: decimal inside;
}
ul {
    list-style: circle inside;
}

ul.ul-style-2 {
    list-style: none;
}
ul.ul-style-2 li:before {
    content: "–";
    margin-right: 44px;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.hs-header-wrapper {
    background: #1b232a;
    padding: 30px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    z-index: 1;
}
.custom-menu-primary {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.hs-logo img {
    min-width: 448.41px;
    vertical-align: middle;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
a.custom-search-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 0 0 15px;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 24px;
    color: #fff;
}
a.custom-search-btn:hover {
        opacity: 0.6;
}
.hs-header-wrapper .page-center {
    position: relative;
}
.custom-btn-wrapper {
    position: absolute;
    right: 0;
    width: auto !important;
    top: 26px;
     -webkit-transition: all .3s linear;
    transition: all .3s linear;
}



/**** Google Search **/
span.close-btn {
    position: absolute;
    top: 34px;
    right: 40px;
    cursor: pointer;
    z-index: 10000;
    font-size: 14px;
    padding: 0 4px;
}

span.close-btn:before {
    font-family: 'Material Design Iconic Font';
    content: "\f29a";
    font-size: 36px;
}

.custom-google-search {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100% !important;
    z-index: 999999;
    overflow: auto;
    border-top: 1px solid #ddd;
    zoom: 1;
    background: rgba(255,255,255,.98);
    -webkit-box-shadow: 0 9px 50px rgba(129,129,129,.29);
    -moz-box-shadow: 0 9px 50px rgba(129,129,129,.29);
    -ms-box-shadow: 0 9px 50px rgba(129,129,129,.29);
    -o-box-shadow: 0 9px 50px rgba(129,129,129,.29);
    box-shadow: 0 9px 50px rgba(129,129,129,.29);
}
.widget-type-google_search.custom-google-search input[type="text"] {
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    z-index: 10;
    font-size: 2.375em;
    border: none;
    vertical-align: middle;
    outline: 0;
    color: #676c7b;
    background: rgba( 255,255,255,0 );
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding:0;
    line-height: 1.875;
}
.widget-type-google_search.custom-google-search .hs-button.primary {
   display:none !important; 
}
.widget-type-google_search.custom-google-search .hs-form {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.widget-type-google_search.custom-google-search .hs-form h3{
    display:none;
}
.widget-type-google_search.custom-google-search .hs-form .input {
    margin-top: 10%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-: translateY(50px);
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.search-open .widget-type-google_search.custom-google-search .hs-form .input {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);  
}

.widget-type-google_search.custom-google-search label {
    display: none;
}
span.close-btn:hover {
    opacity: .8;
}


/*** Scroll header **/
.scroll-header .hs-logo a img:first-child{
    display:none !important;
}
.scroll-header .hs-logo a img:last-child{
    display:block !important;
}
.scroll-header .hs-logo img {
    min-width: 0;
    max-width: 250px;
}
.scroll-header .hs-header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 15px 0 1px;
}
.scroll-header .custom-menu-primary {
  padding-top:1px;
}
.scroll-header .custom-btn-wrapper {
    top: 1px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container-padding .body-container {
    padding-top:30px;
    padding-bottom:30px;
}
.body-container-padding .body-container .hs_cos_wrapper_widget {
    display:block;
    margin-bottom:30px;
}

div[data-reactid*=".hbspt-forms"] {
    display: table;
    width: 100%;
}
div[data-reactid*=".hbspt-forms"] .hs-richtext {
    display: table-footer-group;
}
div[data-reactid*=".hbspt-forms"] .hs-richtext p a {
    font-family: tahoma;
    font-size: 10pt;
    color: #c5dc33;
    letter-spacing: 0;
    text-decoration: none;
}
div[data-reactid*=".hbspt-forms"] .hs-richtext p {
    margin:0;
}
div[data-reactid*=".hbspt-forms"] .hs-richtext p a:hover {
    color: #8e9e26;
    text-decoration: none;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/****                      Slider Style ***/ 

.hs-top-slider {
    margin-top: -30px;
}

.hs-top-slider .hs_cos_gallery_main {
    padding-left:0;
    padding-right:0;
    margin-bottom: 0;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide {
    max-height:600px;
    overflow:hidden;
    cursor: url(//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Images/grab.png),move;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    display:block;
    margin:0;
    padding-bottom: 31.25%;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    width:100%;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose {
    position: absolute;
    left: 0;
    padding: 0;
    bottom: auto !important;
    right: 0;
    color: #fff;
    top: 50%;
    font-size: inherit;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    display: block;
    background-color: transparent !important;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose {
    margin-top: -3%;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h2 {
    font-size: 2.05vw;
    margin: 0 0 25px;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h2 strong {
    
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose p {
   /* margin:0;*/
}
a.hs-slider-btn {
    padding: 19.8229px 24.7786px;
    font-size: 29.7344px;
    line-height: 19.8229px;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #1b232a;
}
.hs-top-slider .slick-dots li {
    height:auto;
    width:auto;
    margin:0;
}
.hs-top-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #fff;
    padding: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    border-radius: 15px;
    border: solid 3px #fff;
    border-color: rgba(0,0,0,0.44);
    margin: 3px;
    background-position: -34px -117px;
}
.hs-top-slider .slick-dots li button:before {
    display:none;
}
.hs-top-slider .slick-dots li.slick-active button{
    background-color: #000;
    border-color: #fff;
    border-color: rgba(255,255,255,0.44);
}
.hs-top-slider  .slick-dots {
    margin: 0;
    height: auto !important;
    vertical-align: middle;
    display: block;
    bottom: 10px !important;
    position: absolute !important;
    opacity: 0;
    transition-delay: 0.1s;
    transition: 0.6s ease;
}

.hs-top-slider:hover .slick-dots {
    opacity: 1;
}

.hs-top-slider button.slick-arrow {
    z-index: 99;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: url(//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Images/black-skin-2.png) rgba(255,255,255,0.2);
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #fff;
    border-color: rgba(255,255,255,0.4);
    margin-top:-22px;
    border-radius: 90px;
    opacity:0;
      transition-delay: 0.1s;
    transition: 0.6s ease;
}
.hs-top-slider:hover button.slick-arrow {
   opacity:1;  
}

.hs-top-slider button.slick-arrow:hover {
   background-color: rgba(255,255,255,0.5);
}

.hs-top-slider button.slick-arrow:before {
   display: none !important;
}

.hs-top-slider button.slick-prev.slick-arrow {
   background-position: -88px -26px;
   left: 30px;
}

.hs-top-slider button.slick-next.slick-arrow {
   right: 30px;
   left: auto;
   background-position: -86px -103px;
}


.hs-service-content h3, .hs-one-column-width-left-icon-header h3 {
    color: #1b232a;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.hs-service-content h3:hover , .hs-one-column-width-left-icon-header h3:hover{
    opacity: .8;
}
.hs-ccm-servicios-row-1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-size: cover;
    background-color: #c9c9c9;
    background-repeat: no-repeat;
    background-position: center 0;
}
.hs-ccm-servicios-row-1 .hs_cos_wrapper_type_rich_text {
    padding-left:90px;
}
.hs-ccm-servicios-row-1 h2 {
    margin-bottom: 29px;
    padding-bottom: calc(1px + 1.0714285714em);
    border-bottom: 2px solid #ebebeb;
}
.hs-ccm-servicios-row-2 {
    padding-top: 35px;
}
.hs-ccm-servicios-row--2-title {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 85px;
    padding-bottom: 30px;
}
.hs-ccm-servicios-row--2-title h2 {
    margin:0;
}
.icon-right {
    text-align: right;
}
.icon-left {
    text-align: left;
}
.icon-right .hs-service-icon{
    float: right;
    overflow: hidden;
    margin-left: 20px;
    display: table;
    height: 32px;
}
.custom-service-wrapper {
    margin-bottom: 20px;
}
.hs-service-des {
    padding-top: 2px;
}
.icon-left .hs-service-icon {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    display: table;
    height: 32px;
}
.hs-service-content {
    overflow: auto;
}

a.btn.hs-btn-outeline {
    padding-top: 13px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-bottom: 13px;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    height: auto;
    line-height: 1em!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-left: 19px;
    border-radius: 5px;
    padding-right: 19px;
    display: inline-block;
    border-color: #2a2a2a;
    background-color: transparent;
    color: #2a2a2a;
}
.hs-ccm-servicios-row--2-middle-column .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
}
.hs-ccm-servicios-row--2-middle-column .hs_cos_wrapper_type_rich_text {
    padding-top:60px;
    margin-bottom:30px;
}
.hs-ccm-servicios-row--2-middle-column .hs_cos_wrapper_type_rich_text h5 {
    margin-bottom:0;
}
a.btn.hs-btn-outeline:hover {
    color: #ffffff;
    border-color: #2a2a2a;
    background-color: #2a2a2a;
}
.hs-ccm-servicios-row-2 {
    margin-bottom: 35px;
}
.hs-pricing-icon {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #6b4986;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.hs-pricing-icon + hr {
    margin:0 0 30px;
    border-top: 1px solid #ebebeb;
    height:0;
    border-bottom: none;
    
}
.hs-pricing-content {
    text-align: center;
    border: 2px solid rgba(0,0,0,0.1);
}
.hs-pricing-content ul {
    margin:0;
    padding:0;
    list-style:none;
}
.hs-pricing-content ul li {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.hs-pricing-content ul li:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
}
.hs-pricing-icon h2 {
    color:#fff;
    margin:0;
}
.pricing-table, .custom-one-column-width-left-icon-wrapper-group {
    margin:0 -15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pricing-table .hs_cos_wrapper_type_custom_widget, .custom-one-column-width-left-icon-wrapper-group .hs_cos_wrapper_type_custom_widget{
    float: left;
    width: 33.333%;
    padding: 0 15px;
}
.custom-one-column-width-left-icon-wrapper-group .hs_cos_wrapper_type_custom_widget:nth-child(3n+1) {
    clear: left;
}
.hs-ccm-servicios-row--3-top-column .hs_cos_wrapper_type_rich_text, .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
}
.hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text {
    margin-top: 30px;
}
.hs-ccm-servicios-row--3-top-column .hs_cos_wrapper_type_rich_text  h2, .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text  h2 {
     padding-bottom:30px;
     border-bottom:1px solid #ebebeb;
     margin-bottom:30px;
}
.custom-pricing-wrapper {
    margin-bottom: 30px;
}
.hs-one-column-width-left-icon-header {
    display: table;
    width: 100%;
}
.hs-one-column-width-left-icon-header .hs-one-column-width-left-icon {
    background-color: transparent;
    border-radius: 50%;
    color: #6a4986;
    margin-right: 20px;
    display: table;
    width: 60px;
    height: 60px;
}
.hs-one-column-width-left-icon-header .hs-one-column-width-left-icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.hs-one-column-width-left-content {
    margin-top: 20px;
    margin-bottom: 30px;
}
.hs-one-column-width-left-content p {
    margin:0;
}
.hs-one-column-width-left-icon-header h3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
}
.custom-one-column-width-left-icon-wrapper {
    margin-bottom: 55px;
}
.hs-two-column-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom:35px;
}
.hs-two-column-wrapper .hs-two-column-wrapper-inner {
    margin:0 -15px 35px;
}
.hs-two-column-wrapper .hs-two-column-wrapper-inner > div {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 21.73913043px;
}
.hs-two-column-wrapper .hs-two-column-wrapper-inner > div.hs-quienes-somos-column-left h1 {
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}
.hs-two-column-wrapper .hs-two-column-wrapper-inner > div.hs-quienes-somos-column-left p {
    color:#fff;
    margin-bottom: 30px;
}
a.btnbtn-white {
    padding-top: 13px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    border-color: #fff;
    position: relative;
    border-width: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    height: auto;
    line-height: 1em!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.btnbtn-white:hover {
    color: #666666;
    border-color: #ffffff;
    background-color: #ffffff;
}
.hs-quienes-somos-column-right {
    text-align: center;
}
.hs-bottom-form-wrapper {
    background-color: #1b232a;
    padding-top:40px;
}
.hs-bottom-form-wrapper h3.form-title {
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    text-align: center;
    font-size: 1.75em;
    color: #fff;
    line-height: 1.0714285714em;
    margin-top: 45px;
    margin-bottom: 1.0714285714em;
}
.hs-bottom-form-wrapper .hs-form .hs-richtext p {
    color: #ffffff;
    text-align: center;
    margin: 0;
}
.hs-bottom-form-wrapper .hs-form .hs-input {
    min-height: 50px;
    padding: 5px;
    border-radius: 3px;
    color: #FFF;
    max-width:100%;
    border: solid 1px #fff;
    background-color: transparent !important;
}
.hs-bottom-form-wrapper .hs-form .field > label {
    display:none;
}
.hs-bottom-form-wrapper .hs-form textarea.hs-input {
    min-height: 108px;
}
.hs-bottom-form-wrapper .hs-form  .hs-button.primary.large {
    padding: 5px;
    border-radius: 3px;
    display: block;
    clear: both;
    margin-top: 25px;
    background-color: #1b232a ;
    border: solid 1px #FFF;
    color: #FFF;
    font-family: tahoma;
    font-size: 88%;
    width: 173px;
    cursor: pointer;
}
.hs-bottom-form-wrapper .hs-form .hs-input:hover, .hs-bottom-form-wrapper .hs-form  .hs-button.primary.large:hover {
    border: solid 1px #a2d700 !important;
}
.field-wrapper {
    margin:0 -5px;
}
.field-wrapper > div {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.hs-bottom-form .hs-richtext {
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.hs-bottom-form-wrapper .hs-form  .actions {
  font-size: 16px;  
}

ul.hs-error-msgs.inputs-list {
    display: block;
    font-family: tahoma;
    font-size: 13.3333px;
    color: red;
    margin: 0 !important;
}


.hs-two-column-equal-wrapper {
    margin:0 -15px;
}
.hs-two-column-equal-wrapper .custom-column {
    width:50%;
    float:left;
    padding:0 15px;
    
}
.hs-eventos-wrapper .hs-two-column-equal-wrapper .custom-column {
  margin-bottom:30px;  
}
.hs-eventos-wrapper .hs-two-column-equal-wrapper {
    margin-bottom:35px;
}
.hs-two-column-equal-wrapper .custom-column .custom-column-image {
    margin-bottom:30px;
}

.btn-green{
    background-color: #75d69c;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding:13.563px 36px;
    line-height: 15px;
    text-align: center;
    display:inline-block;
    cursor: pointer;
    font-family: "Open Sans";
    text-decoration:none;
}
.hs-quienes-somos-wrapper > div {
    float: left;
    min-height: 1px;
}
.hs-quienes-somos-wrapper .hs-quienes-somos-column-left {
    width: 25%;
}
.hs-quienes-somos-wrapper .hs-quienes-somos-column-middle {
    width: 50%;
}
.hs-quienes-somos-wrapper .hs-quienes-somos-column-right {
    width: 25%;
    text-align: right;
    margin-bottom: 30px;
}
.hs-quienes-somos-column-middle-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 31px;
    margin-bottom: 29px;
    text-align: center;
    margin-top: 32px;
}
.hs-quienes-somos-column-middle-title h2 {
    margin-bottom: 0;
}
.hs-quienes-somos-column-middle img {
    margin: 0 auto;
    display: block;
    padding-bottom: 32px;
}
.hs-quienes-somos-wrapper {
    margin-bottom: 35px;
}

/*** New Page Style **/ 
.hs-ccm-que-ofrecemos .hs-top-slider {
    margin-top: 0;
}
.hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide, .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide {
   max-height:800px; 
}
.hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper , .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper  {
    display: block;
    margin: 0;
    padding-bottom: 41.65%;
}
.hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h1 {
    /*font-size: 99.1146px;
    line-height: 76.3182px;*/
    font-size: 5.2vw;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-bottom:0;
}
.hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose  h2 {
    /*font-size:34.6901px;*/
    font-size: 1.806vw;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin-bottom:0;
}
.hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose  h3 {
   /* font-size: 27.7521px;*/
    font-size: 1.445vw;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin-bottom:30px;
}
a.vc_btn3-color-black {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    top: 0;
    padding: 1em 1.875em;
    font-size: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    border-color: #2a2a2a;
    background-color: #2a2a2a;
}
a.vc_btn3-color-black:hover {
    color: #f7f7f7;
    border-color: #1b1b1b;
    background-color: #1b1b1b;
}
a.hs-slider-banner {
    padding: 19.8229px;
    font-size: 24.7786px;
    text-align: center;
    letter-spacing: 1px;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    background-color: #1b232a;
    color: #fff;
    border-color: #ffffff;
    border-radius: 6px;
    line-height: 1;
    border-style: solid;
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
}
a.hs-slider-banner:hover {
    background-color: #c2de17;
    color: #1b232a;
}
.hs-ccm-que-ofrecemos .hs-ccm-servicios-row-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90px;
    padding-right: 60px;
    padding-bottom: 90px;
    padding-left: 80px;
}
.hs-ccm-que-ofrecemos .hs-ccm-servicios-row-1 .hs_cos_wrapper_type_rich_text {
    padding-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
        margin-bottom: 21.73913043px;
}

.hs-ccm-que-ofrecemos-section-2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #1b232a;
    margin-bottom:35px;
}
.hs-ccm-que-ofrecemos-section-2 .hs-ccm-que-ofrecemos-section-2-column-middle-slider .hs_cos_gallery_main {
   padding:0;
   margin:0;
}

.hs-ccm-que-ofrecemos-section-2 .hs-ccm-que-ofrecemos-section-2-column-middle-slider .slick-prev, 
.hs-ccm-que-ofrecemos-section-2 .hs-ccm-que-ofrecemos-section-2-column-middle-slider .slick-next {
    display:none !important;
}
.hs-ccm-que-ofrecemos-section-2-top-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 32px;
}
.hs-ccm-que-ofrecemos-section-2-top-content h1 {
    color: #fff;
}
.hs-ccm-que-ofrecemos-section-2-top-content p {
    margin-bottom:0;
    color: #fff;
}
.hs-ccm-que-ofrecemos-section-2-column-top-content h2 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hs-ccm-que-ofrecemos-section-2-column-top-content {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.hs-ccm-que-ofrecemos-section-2-column-bottom-content p {
    color: #fff;
}
a.btn-white {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-size: .8em;
    cursor: pointer;
    font-family: "Open Sans";
    background-image: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    height: auto;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #f7f7f7;
    border-color: #f7f7f7;
    background-color: transparent;
}
a.btn-white:hover {
    color: #333333;
    border-color: #f7f7f7;
    background-color: #f7f7f7;
}
.hs-ccm-que-ofrecemos-section-2-inner-page-center {
    padding-bottom: 60px;
    margin-bottom: 35px;
    padding-left:15px;
    padding-right:15px;
}
.hs-ccm-que-ofrecemos-section-2-column-bottom-content {
    margin-bottom: 22px;
    padding-top: 27px;
}
.hs-ccm-que-ofrecemos-section-3-header {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.hs-ccm-que-ofrecemos-section-3-header h1 {
    margin:0;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-one-column-width-left-icon-header .hs-one-column-width-left-icon {
    width: auto;
    height: 32px;
}
.hs-ccm-que-ofrecemos-section-3-top-content {
    margin-top: 35px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .custom-one-column-width-left-icon-wrapper {
   margin-top:20px;
    margin-bottom: 0;
}
.hs-ccm-que-ofrecemos-section-3-top-content .custom-one-column-width-left-icon-wrapper-group {
    padding-top: 0;
    padding-bottom: 35px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--2-title h2 {
    margin: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--2-title {
    text-align: center;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-top: 30px;
    border-bottom: none;
    padding-bottom: 35px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--2-middle-column .hs_cos_wrapper_type_rich_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 20px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column {
    border-top: 2px solid #ebebeb;
    padding-top: 5px;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column {
    text-align: center;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column p {
    margin: 0 auto 30px;
    width: 48.8%;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text:last-child {
    margin: 0 auto;
    width: 66.66666667%;
}
.hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text:last-child  p{
    width:100%; 
}
@media (min-width:1921px){
    .hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper, 
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        display: block;
        margin: 0;
        padding-bottom: 28.05%;
        min-height: 800px; 
       
    }
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        min-height: 600px; 
        padding-bottom: 28.05%;
    }
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h2 {
        font-size: 40px;
        line-height: 45px;
    }
    a.hs-slider-btn {
        padding: 20px 25px;
        font-size: 30px;
        line-height: 20px;
    }
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.hs-footer-top {
    background-color: rgba( 27,35,42,1 );
    padding: 52px 0 136px;
    color: #ffffff;
}
.hs-footer-top {
        padding: 0 0 47px;
}
.hs-footer-top .hs-inner-group {
    padding-bottom:89px;
    padding-top:52px;
}
.hs-bottom-footer {
    text-align: center;
}
.hs-footer-legal p:first-of-type {
    margin-bottom: 0;
}
.hs-footer-legal h3 {
    margin-bottom: 0 !important;
}
.hs-footer-top h3 {
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    color: #a2d700;
    margin-bottom: 10px;
    margin-top: 0;
}
.hs-footer-top a {
    color:#fff;
}
.hs-footer-top a:hover {
    opacity:0.8;
}
.hs-footer-work-with-us p img {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
.hs-footer-address strong {
    font-family: Open_Sans2;
}
.hs-footer-contact ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.hs-footer-contact ul li  {
    font-family: Open Sans;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin: 0 0 5px;
    list-style-type: none;
    position: relative;
}
.hs-footer-certifiacation img {
    width: 80%;
}
.hs-footer-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    float: left;
    margin-right: 15px;
}

.hs-footer-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hs-footer-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: auto;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 10px;
}
.hs-footer-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
    color:#fff;
}
.hs-footer-rss-feed  .hs-rss-item {
    overflow: hidden;
    margin-bottom: 15px !important;
}
.hs-footer-rss-feed .hs-rss-item:last-child {
    margin-bottom: 0 !important;
}
.hs-footer-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.hs-footer-social-icon ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    float: left;
}
.hs-footer-social-icon ul li a{
    color:#fff;
}
.hs-footer-social-icon ul li a:hover{
    opacity: .8;
    color: #fff;
}
.hs-footer-social-icon ul li a i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.hs-footer-work-with-us {
      padding-bottom: 20px;  
}
.hs-footer-social-icon {
    margin-bottom: 16px;
}
.scroll-header .no-nav {
    padding-bottom: 15px;
}
strong {
    font-weight: 600;
    font-family: "Open Sans";
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {
    text-align: right;
    padding-right: 39.5px;
    padding-top: 26px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    vertical-align: top !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    display: inline-block;
    float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    opacity: .6 !important;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: rgba( 27,35,42,1 );
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    line-height: 1.875;
    text-align: left;
    padding: 25px 15px 15px;
    min-width: 250px;
    margin-left: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    color: #c8c8c8;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 2em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    content: 'aaa';
    border-bottom: 2px solid transparent;
        border-color: rgba( 162,215,0,0.8 );
    line-height: 0;
    display: block;
    font-size: 0;
    width: 0;
    -webkit-transition: all 300ms cubic-bezier(0.175,.885,.32,1.275);
    -moz-transition: all 300ms cubic-bezier(0.175,.885,.32,1.275);
    -ms-transition: all 300ms cubic-bezier(0.175,.885,.32,1.275);
    -o-transition: all 300ms cubic-bezier(0.175,.885,.32,1.275);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
        width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .visible-tab {
       display:none !important; 
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 992px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

.mobile-trigger {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 0 0 15px;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 24px;
    color: #fff;
}
.mobile-trigger:hover {
    color: #fff;
    opacity: .6;
}

 

  /* ===== Mobile Child Toggle Buttons ===== */

.child-trigger {
    right: 0;
    top: 0;
    height: 36px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    width: 45px;
    padding-right: 15px;
    display: table !important;
}
  .child-trigger:hover{
    text-decoration: none;
  }
  span.btnshow.onacc {
    display: table-cell !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
}
    span.btnshow:after {
        font-family: fontAwesome;
        content: "\f107";
        font-weight: 400;
        background: 0 0;
        font-size: 13px;
        padding: 2px 5px;
        color: inherit;
    }
.child-open span.btnshow:after {
    content: "\f106";
}
 
.custom-menu-wrapper {
    box-shadow: 0 0 20px rgba(39,41,43,.15);
    background-color: #1b232a !important;
    background-image: none;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    width: 260px !important;
    position: fixed !important;
    left: auto !important;
    right: 0;
    overflow: auto !important;
    top: 0 !important;
    height: 100vh !important;
    z-index:9999;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.mobile-open .custom-menu-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


body.mobile-open:after {
    position: fixed;
    top: 0;
    right: 0;
    content: '';
    background-color: rgba(0,0,0,.4);
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 500ms,opacity 500ms;
    transition: transform 500ms,opacity 500ms;
    will-change: opacity;
    z-index: 1000;
    width: 100%!important;
    height: 100%!important;
    opacity: 1!important;
    z-index: 1;
}

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    line-height: 2em;
    padding: 30px 0 21px 30px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 9px;
    opacity: .6;
    display: block;
    line-height: 30px;
  }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        opacity: 1 !important;
    }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
   
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover, 
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #fff;
    opacity:1 !important;
  }

.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent;
    box-shadow: none;
    line-height: inherit;
    text-align: left;
    min-width: 0;
    margin-left: 0;
    padding: 0 0 0 15px;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    line-height: 30px;
    margin: 0 0 9px;
    opacity: .6;
    color: #fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

ul.df-social-connect {
    text-align: center;
    padding: 30px;
    margin: 0;
    height: auto;
    list-style-type: none;
}
ul.df-social-connect li {
    display: inline-block;
    margin-right: 1px;
    height: 36px;
}
ul.df-social-connect li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: all .35s;
    color: #ffffff;
}
ul.df-social-connect li a i {
    margin-top: 0;
    display: block;
    height: 100%;
    position: relative;
    top: 0;
    transition: top .35s;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
}
ul.df-social-connect li a:hover i {
    top: -36px;
}
.facebook:hover {
    color: #fff!important;
    background-color: #3b5998!important;
}
.twitter:hover {
    color: #fff!important;
    background-color: #00aced!important;
}
.google:hover {
    color: #fff!important;
    background-color: #d14836!important;
}
.youtube:hover {
    color: #fff!important;
    background-color: #cd322d!important;
}
.pinterest:hover {
    color: #fff!important;
    background-color: #e41f11!important;
}

/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination:after {
    clear:both;
    content:"";
    display:table;
}
.blog-pagination a {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    padding: 0 8px;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 30px !important;
    width: auto;
}
.blog-pagination a:hover {
    background: #a2d700;
    color: #FFFFFF;
}
.blog-pagination a.previous-posts-link {
    float:left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
    float:right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  padding-bottom: 30px;
}
.hs-blog-listing .hs-author-profile:after {
    clear:both;
    content:"";
    display:table;
}
.hs-blog-listing .hs-author-profile .author-desc {
    border: none;
    background: transparent;
    padding: 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing .hs-author-profile .hs-author-avatar img {
    border-radius: 0;
}
.hs-blog-listing .author-bio {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
}
.hs-blog-listing .author-bio h4 {
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    color: #1b232a;
    font-size: 15px;
    line-height: inherit;
    margin-bottom: 20px;
}   

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin-bottom: 18px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    line-height: 18px;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #fafafa;
    width: 100%;
    display: block;
    font-family: arial;
    max-width: 600px;
}


.mac input[type="text"],
.mac input[type="password"], 
.mac input[type="datetime"], 
.mac input[type="datetime-local"], 
.mac input[type="date"], 
.mac input[type="month"], 
.mac input[type="time"], 
.mac input[type="week"], 
.mac input[type="number"], 
.mac input[type="email"], 
.mac input[type="url"], 
.mac input[type="search"], 
.mac input[type="tel"], 
.mac input[type="color"],
.mac input[type="file"],
.mac textarea,
.mac select {
     font-family: system-ui;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    height: 30px;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    display: block;
    font-family: tahoma;
    font-size: 10pt;
    color: #c2db17;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {
    
}
#comment-form input[type="text"]:focus {}

#comment-form textarea {
    min-height: 180px;
    max-width: 100%;
}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
}
#comment-form .hs-form .field > label {
    display:none;
}

/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    line-height: 30px;
    padding: 6px 5px 4px;
    border-radius: 3px;
    max-height: 100px;
    display: inline-block;
    margin-top: 20px!important;
    background-color: #81bc00!important;
    border: none;
    color: #FFF!important;
    font-family: tahoma;
    font-size: 14pt;
    padding:5px!important;
    float: right;
    width:40%!important;
    /*width:auto !important; */
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/*** Content Us Page ***/

a#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
}
a#back-to-top:hover {
    color: rgba( 162,215,0,0.8 );
}
a#back-to-top {
   bottom: 160px !important;  
}
.bottom-footer-section {
    position: fixed;
    right: 10px;
    bottom: 8px;
    width: 320px;
    overflow: hidden;
    cursor: pointer;
    z-index: 700;
}
.bottom-footer-section div#numero_cont {
    margin-top: 3px;
}

.custom-pop-form-wrapper {
    background-color: rgba(0, 0, 0, 0.7 );
    position: fixed;
    top: 0px;
    width: 100% !important;
    height: 100%;
    overflow: auto;
    cursor: pointer;
    z-index: 999999;
    padding: 0 15px;
}
.custom-pop-form-wrapper .widget-type-form {
    background: #fff;
    min-width: 300px;
    width: 40%;
    display: block;
    margin: 50px auto !important;
    background-color: #FFF;
    border: #999;
    border-radius: 5px;
    float: none !important;
    padding: 18px;
    
}
.cer {
    width: 25px;
    height: 25px;
    margin: -44px -5px 0 0;
    float:right;
    background-image: url(//cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Images/cerrar.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.cer:hover {
    background-color: #666;
    cursor: pointer;
}

.custom-pop-form-wrapper > div {
    display: table;
    width: 100%;
    height: 100%;
}
.custom-pop-form-wrapper > div > div {
    display:table-cell;
    vertical-align: middle;
}
.custom-pop-form-wrapper .widget-type-form .hs-form-field {
    margin-bottom:10px;
}
.custom-pop-form-wrapper .widget-type-form .hs-input {
    max-width: 100%;
    margin-top: 0;
    border-radius: 3px;
    color: #999;
    border: solid 1px #999;
    padding: 5px;
   
}
.custom-pop-form-wrapper .widget-type-form .hs-input .hs-form-field {
    margin-bottom: 10px;
}
.custom-pop-form-wrapper .widget-type-form textarea {
    min-height: 108px;
    margin-top: 25px !important;
}
.custom-pop-form-wrapper .widget-type-form .hs-input:hover{
    border: solid 1px #a2d700; 
}
.custom-pop-form-wrapper .widget-type-form .hs-input:focus{
       border: solid 1px #a2d700;
}
.custom-pop-form-wrapper .widget-type-form .hs-form .field > label {
    display:none;
}
.custom-pop-form-wrapper .widget-type-form .hs-form .hs-button.primary.large {
    width: 30%;
    margin-top: 25px;
    color: #FFF;
    font-family: tahoma;
    background-color: #1b232a;
    font-size: 88%;
    cursor: pointer;
    min-width:120px;
    border: solid 1px transparent;
}
.custom-pop-form-wrapper .widget-type-form .hs-form .hs-button.primary.large:hover {
    border: solid 1px #a2d700 !important;
}
.custom-pop-form-wrapper .widget-type-form .hs-form .actions {
    text-align:center;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
/****** Global Slider Style **/

.hs-algunos-de-nuestros-clientes-wrapper h2 {
    margin-bottom: 0;
    text-align: center;
}
.hs-algunos-de-nuestros-clientes-wrapper {
    margin-bottom:35px;
}
.hs-algunos-de-nuestros-clientes-wrapper .widget-type-header {
    margin-bottom: 65px;
}
.hs-algunos-de-nuestros-clientes-wrapper-slider .hs_cos_gallery_main {
    margin:0;
    padding:0;
}
.hs-algunos-de-nuestros-clientes-wrapper-slider .hs_cos_gallery_main .hs_cos_gallery_slide {
    margin: 0 15px 13px;
}

.hs-algunos-de-nuestros-clientes-wrapper-slider .slick-prev, .hs-algunos-de-nuestros-clientes-wrapper-slider .slick-next {
    display: none !important;
}
/*.hs-algunos-de-nuestros-clientes-wrapper .page-center {
    max-width: 1200px !important;
}
   */
a.bth-color-grey {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    border-radius: 5px;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    height: auto;
    line-height: 1em;
    text-transform: uppercase;
    color: #666666;
    border-color: #ebebeb;
    background-color: #ebebeb;
    letter-spacing: 1px;
    padding: 1em 1.875em;
    font-size: 1em;
    display: inline-block;
}
a.bth-color-grey:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.slider-bottom-button {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align:center;
}
a.hs-slider-btn:hover {
    background-color: #c2de17;
    color: #1b232a;
}
   
   
.one-column-width-top-icon-wrapper {
    text-align: center;
} 
.one-column-width-top-icon-desc {
    margin-top: 28px;
    margin-bottom: 30px;
}
.one-column-width-top-icon-desc p {
    margin:0;
}
.hs-two-column-with-no-nav-row-1-left-column-1 .fa-4x, 
.hs-two-column-with-no-nav-row-1-left-column-2 .fa-4x, 
.hs-two-column-with-no-nav-row-2-bottom .fa-4x{
    font-size: 5em;
}
.hs-two-column-with-no-nav-row-1-left-column-1 .one-column-width-top-icon, 
.hs-two-column-with-no-nav-row-1-left-column-2 .one-column-width-top-icon, 
.hs-two-column-with-no-nav-row-2-bottom .one-column-width-top-icon {
    height: 88px;
    display:table;
    width:100%;
}
.hs-two-column-with-no-nav-row-1-left-column-1 .one-column-width-top-icon i,
.hs-two-column-with-no-nav-row-2-bottom .one-column-width-top-icon i {
    display:table-cell;
    vertical-align: middle;
}
.hs-bottom-pane-wrapper {
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 100px !important;
    padding-left: 60px;
    margin-bottom: 35px;
    background-position: left center;
    background-size: cover;
}
.hs-bottom-pane-wrapper .widget-type-rich_text {
    padding-left: 15px;
}
.hs-bottom-pane-wrapper strong {
    font-weight: 700;
}
.hs-two-column-with-no-nav-row-2-top .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -15px;
}
.hs-two-column-with-no-nav-row-2-top .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width:25%;
    float:left;
    padding:0 15px;
}
.hs-two-column-with-no-nav-row-2-bottom .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -15px;
}
.hs-two-column-with-no-nav-row-2-bottom .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
    width: 33.33333333%;
    float:left;
    padding:0 15px;
}
.hs_cos_wrapper_type_widget_container:after{
    content:"";
    clear:both;
    display:table;
}
.hs-two-column-with-no-nav-row-1 {
    padding-bottom: 70px;
}
.hs-two-column-with-no-nav-row-2 .hs-two-column-with-no-nav-row-2-top {
    border-top:1px solid #ebebeb;
    padding-top:66px;
    margin-bottom: 35px;
}
.heading-type-4 h4 {
    font-size: 1.3125em;
    padding: 0 0.8em;
    line-height: 1.428571429em;
    display: table-cell;
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    white-space: pre;
    color: #1b232a;
    margin: 0;
}
.heading-type-4 .hs_cos_wrapper_type_header {
    display:block;
}
.heading-type-4 .hs_cos_wrapper_type_header:after {
    border-top: 1px solid #ebebeb;
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    top: 15px;
    content:"";
}
.heading-type-4 .hs_cos_wrapper_type_header:before {
    border-top: 1px solid #ebebeb;
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    top: 15px;
    content:"";
}
.hs-two-column-with-no-nav-row-2-bottom {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
    margin-bottom: 65px;
}
.right-sidebar-form .hs-form {
    width: 73%;
    margin: 0 auto;  
}
.right-sidebar-form .hs-form .hs-input {
    height: 50px;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: transparent;
    color: #999;
    max-width: 100%;
    border: solid 1px #999;
}
.right-sidebar-form .hs-form .hs-input:hover, .right-sidebar-form .hs-form .hs-input:focus {
    border: solid 1px #a2d700;
}
.right-sidebar-form .hs-form textarea {
    min-height: 108px;
}
.right-sidebar-form .hs-form .field > label {
    display:none;
}
.right-sidebar-form .hs-form .hs-form-field {
    margin-bottom: 0;
}
.right-sidebar-form .hs-form .hs-button.primary.large {
    width: 45%;
    display: block;
    min-height: 40px;
    max-height: 100px;
    margin-top: 25px;
    background-color: #1b232a;
    border: solid 1px #FFF;
    color: #FFF;
    font-family: tahoma;
    font-size: 88%;
    cursor: pointer;
    font: 13.3333px Arial;
    height: 50px;
    padding: 5px;
}
.right-sidebar-form .hs-form .hs-button.primary.large:hover {
    border: solid 1px #a2d700;
}
.right-sidebar-form h3 {
    max-width: 338px;
    text-align: center;
    margin: -4px auto 79px;
    line-height: 1.87;
}
.heading-type-4 {
    margin-bottom: 30px;
}
/*** Advanced Banner **/ 

.advanced-banner-area {
    padding-bottom: 20px;
    padding-top: 8px;
    background-size: cover;
    background-position: center center;
    display: table;
    min-height: 260px;
    width: 100% !important;
    margin-bottom: 35px;
}
.custom-banner-banner-area-inner {
    display: table-cell;
    vertical-align: middle;
}
.advanced-banner-area * {
    color: #fff;
    text-align: center;
    margin: 0;
}
.advanced-banner-area h4 {
       margin-bottom: 3px;
}
.hs-font-wrapper {
    margin-bottom: 20px;
}

.body-container .custom-section-header {
    background-color: #f8f8f8;
    min-height: 242px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.1);
    border-left: 0;
    border-right: 0;
    display: table;
    text-align: center;
}
.body-container .custom-section-header > div  {
    display: table-cell;
    vertical-align: middle;
    width:100%;
}
.body-container .custom-section-header h1 {
    margin:0;
}
.wpb_video_wrapper {
    padding-top: 100%;
    position: relative;
}
.wpb_video_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}
.hs-banner-area {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
    background-position: 50% 6px;
    display: table;
    width: 100%;
    background-color:#6C81A3;
    min-height: 402px;
}
.hs-banner-area h1 {
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1.25px;
    color: #ffffff;
    margin:0;
}
.hs-banner-area.has-only-title {
    min-height:0;
}
.hs-banner-area.has-only-title .hs-banner-area-content-wrapper {
    padding-top:60px;
    margin: 0;
    padding-bottom:60px;
}

.hs-banner-area h3 {
    margin: 0;
    color: #fff;
}
.hs-banner-area-inner-wrapper {
    float: none !important;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    
}
.hs-contact-us-style {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 65px;
    padding-bottom:1px;
}

.contact-right-column h3 i {
    color: #c4de17;
    margin-right: 19.5px;
    height: 32px;
    font-size: 30px;
    vertical-align: middle;
}
.contact-right-column h3 a {
   color: #1b232a; 
}
.contact-right-column h3 a:hover {
    color: #1b232a;
    opacity: 0.8;
}
h3.form-title:empty {
    display: none;
}
.hs-contact-us .widget-type-form {
    padding: 7px 8px;
}
.hs-contact-us .widget-type-form .hs-form .field > label {
    display:none;
}

.hs-contact-us .widget-type-form .hs-form textarea {
    min-height: 102px;
}
.hs-contact-us .widget-type-form .hs-form .hs-input {
    padding: 6px 5px 4px;
    max-width:100%;
    width: 90%;
}

.hs-contact-us .widget-type-form .hs-button.primary.large {
    width: 50%;
    padding: 6px 5px 4px;
}

.two-column-equal-with-top-pane .hs-contact-us-style {
    margin-bottom: 30px;
}
.two-column-equal-with-top-pane .hs_cos_wrapper_type_form {
    padding: 7px 8px;
}
.two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-form .field > label {
    display:none;
}
.two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-form textarea {
    min-height: 102px;
}
.two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-form .hs-input {
    padding: 6px 5px 4px;
    max-width:100%;
    width: 90%;
}
.two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 50%;
    padding: 6px 5px 4px;
}
.hs-field-desc {
    font-family: tahoma;
    font-size: 10pt;
    line-height: 16px;
    color: #9d9d9d;
}
.two-column-equal-with-top-pane .hs-richtext label {
    display: block;
    font-family: tahoma;
    font-size: 14pt;
    margin-top: 35px;
    margin-bottom:15px;
    color: #1b232a;
    letter-spacing: 0;
}
.hs_estoy_de_acuerdo.field.hs-form-field {
    margin-bottom: 0 !important;
}
.two-column-equal-with-top-pane ul.inputs-list {
    margin-bottom: 0 !important;
}
.two-column-equal-with-top-pane .hs-richtext label a {
    color: rgb(85, 26, 139);
    font-size:18.6667px;
}
ul.inputs-list li.hs-form-booleancheckbox .hs-input {
    width: 3% !important;
    height: 30px;
    padding: 5px;
    display: inline-block !important;
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #fafafa;
    vertical-align: middle;
}
ul.inputs-list li.hs-form-booleancheckbox .hs-input + span {
    font-family: tahoma;
    font-size: 10pt;
    color: #1b232a;
    letter-spacing: 0;
}
.hs-nuestros-socios-title {
    text-align: center;
    margin-bottom: 35px;
}
.hs-nuestros-socios-top-content {
    padding-bottom: 35px;
}
.nuestros-socios-main-content img {
    display:block;
    margin:0 auto ;
}
.nuestros-socios-main-content .hs_cos_wrapper_type_linked_image {
    margin-bottom:65px;
    display:block;
}
.hs-quienes-somos-row-3-wrapper {
    padding-top: 40px;
}
.hs-quienes-somos-row-3-wrapper .hs-two-column-equal-wrapper .custom-column {
    margin-bottom:30px;
}
.one-column-quienes-somos .hs-two-column-equal-wrapper {
    margin: 0;
}
.one-column-quienes-somos .hs-quienes-somos-column-right img {
    width: 100%;
}
.one-column-quienes-somos .hs-banner-area {
    min-height: 335px;
    background-size: contain;
    margin-bottom: 35px;
}
.one-column-quienes-somos .hs-banner-area h1 {
    font-weight: 600;
}
.one-column-quienes-somos .hs-two-column-equal-wrapper.clearfix {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 32px;
    margin-bottom: 35px;
}
.hs-two-column-wrapper .hs-two-column-wrapper-inner > div h2 {
    color:#fff;
}
.one-column-landing-pems .hs-banner-area {
    min-height: 279px;
    background-attachment: scroll;
    background-position: center 14% !important;
}
.hs-landing-pems-row-1-wrapper .hs_cos_wrapper_type_rich_text h1 {
    text-align: center;
    margin-bottom:30px;
}
.hs-landing-pems-row-1-wrapper .hs_cos_wrapper_type_rich_text {
    padding-bottom: 35px;
    margin-top: 5px;
}
.hs-landing-pems-row-1-wrapper .hs-two-column-equal-wrapper .custom-column {
    margin-bottom: 30px;
}
.hs-landing-pems-row-1-wrapper {
    padding-bottom: 35px;
}
.hs-landing-pems-row-2-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center center;
    margin-bottom:35px;
}
.hs-landing-pems-row-3-wrapper-row1 {
    margin-bottom: 35px;
}
.hs-landing-pems-row-3-wrapper-row2 {
    padding: 32px 15px;
}
.hs-landing-pems-row-2-wrapper h2, .hs-landing-pems-row-2-wrapper h2 + img, .hs-landing-pems-row-3-wrapper-row1 .widget-type-header  h1 {
    margin:0 0 30px;
}
.hs-landing-pems-row-3-wrapper-row1 .widget-type-header {
    text-align: center;
    padding-bottom: 35px;
}
.hs-landing-pems-row-3-wrapper-row1 .widget-type-widget_container img {
    display: block;
    margin: 0 auto;
}
.hs-landing-pems-row-3-wrapper-row2 {
    background-color: #f7f8f8;
    margin-bottom: 35px;
}
.hs-two-column-left-wrapper {
  padding-bottom:40px;  
}
.hs_cos_wrapper_type_custom_widget:last-child .hs-two-column-left-wrapper.clearfix {
    margin-bottom: 0;
}
.hs-two-column-left-wrapper .hs-two-column-left-col-1 {
    width: 25%;
    float: left;
    text-align: center;
}
.hs-two-column-left-wrapper .hs-two-column-left-col-2 {
    width: 75%;
    float: left;
    text-align: left;
}
.hs-three-column-equal-wrapper {
    margin: 0 -15px;
}
.hs-three-column-equal-wrapper .custom-column {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.hs-three-column-equal-wrapper .custom-column .custom-three-column-image {
    text-align: center;
    margin-bottom: 30px;
}
.bottom-pane2-wrapper-inner:after {
    content:"";
    display:table;
    clear:both;
}
.bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column {
    width: 66.66666667%;
    float: left;
    padding: 0 15px 0 25px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column h2, .bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column h1 {
    margin:0;
    line-height:1;
}
.bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column h1 {
    margin-top: 2%;
}
.bottom-pane2-wrapper-inner .hs-bottom-pane2-right-column {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.bottom-pane2-wrapper {
    position: relative;
    overflow: hidden;
    border: solid 1px #a3aaae;
    border-radius: 5px;
    margin-bottom: 67px;
    margin-top: 67px;
}
.bottom-pane2-wrapper .parallex {
    height: 150%;
    position: absolute;
    left: 0;
    right: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-size: cover;
    background-position: 50% 0%;
    z-index: -1;
    top: -21.1925%;
}
.bottom-pane2-wrapper a.btn-green {
    margin-top: 20%;
    margin-left: 20px;
    display: inline-block;
}
.landing-page-bottom-section {
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.landing-page-bottom-section  h4 {
    color:#fff;
}
.landing-page-bottom-section h4:last-child {
    margin-bottom: 30px;
}
.hs-ccm-que-ofrecemos-section-6-right-col img {
    width: 100%;
}
.hs-ccm-que-ofrecemos-section-6-right-col {
   margin-bottom:30px; 
}
.hs-ccm-que-ofrecemos-section-6-left-col {
    margin-bottom:30px; 
    margin-top: 32px;
}
.hs-ccm-que-ofrecemos-section-6 {
    margin-top: 27px;
}





/***** Blog Page Style ***/ 


.owl-stage-outer {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
 .blog-pagination {
        clear: both;
        margin:15px 0 0;
    }
    .blog-pagination a{
        margin:0 15px;
    }
    .blog .hs-banner-area-content-wrapper{
        padding:30px 0;
    }
    .blog .hs-banner-area{
        min-height: 400px;
    }
    
    /* Blog Content */
    .custom-blog-listing-content{
        margin-bottom: 35px;
        float: left !important;
        width: 100% !important;
    }
    .custom-categories-wrapper.clearfix {
        margin: 0 -15px 36px;
    }
    .custom-categories-item {
        float: left;
        width: 33.33333333%;
        padding: 0 15px;
    }
    .custom-topic h2 {
        margin-bottom: 30px;
    }
    .custom-topic-image {
        margin-bottom: 30px;
    }
    .custom-topic-more-post {
        margin-bottom: 21.73913043px;
    }
    .custom-topic-more-post a {
        -webkit-text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
        -moz-text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
        text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
        height: auto;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 1em 1.875em;
        font-size: 1em;
        color: #ffffff;
        border-color: #2a2a2a;
        background-color: #2a2a2a;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        top: 0;
        border: 1px solid transparent;
        box-sizing: border-box;
        word-wrap: break-word;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .custom-topic-more-post a:hover{
        color: #f7f7f7;
        border-color: #1b1b1b;
        text-decoration:none;
        background-color: #1b1b1b;
    }
    
    
    /*** Topic Page Style **/ 
    
    .blog-topic_and_author .post-listing .post-item {
        margin-top:0 !important;
        float:none !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .blog-topic_and_author .custom-blog-share {
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.1);
        margin-bottom: 0;
    }
    .df-link-excerpt {
        display: block;
        margin-top: 20px;
    }
    .blog-topic_and_author .author-commnet-group {
        position: relative;
        padding: 0;
        margin-bottom: 20px;
        border-bottom: none;
    }
    .blog-topic_and_author .hs-featured-image-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        width: 100%;
    }
    .blog-topic_and_author .hs-featured-image-wrapper a:after {
        display:none;
    }
    .blog-topic_and_author  .hs-featured-image-wrapper .hs-featured-image-link:hover img.hs-featured-image {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* Post Item Style */
    .post-listing {
        border-top: 1px solid #ebebeb;
        padding-top:61px;
    }
    
    .blog-topic_and_author .post-listing {
        border-top: none;
        padding-top: 0;
    }
    
    .blog-listing-wrapper .post-listing .post-item{
        margin-top: 32px;
        width:100%;
        margin-right: 0;
        float: left;
    }
    
    .hs-featured-image-wrapper {
        position: relative;
        overflow: hidden;
    }
  
    .hs-featured-image-wrapper a:after {
        background: rgba( 162,215,0,0.6 );
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        content: "";
    }
     div#owl-demo .item:hover .hs-featured-image-wrapper a:after {
        opacity: 1;
        z-index: 888;
    }
    .hs-blog-post .item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        margin: 0 0 0;
    }
    .hs-featured-image-wrapper .hs-featured-image-link{
        display:block;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        display: inline-block !important;
        float: none;
        margin: 0;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }
    .custom-related-post .post-header h2 {
    margin: 20px 0 10px;
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    font-size: 1.3125em;
    line-height: 1.428571429em;
}
     div#owl-demo .item:hover .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .post-header h2 {
        margin: 20px 0 10px;
    }
    #hubspot-topic_data {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .custom_listing_comments {
        float: right;
    }
    
    
    
    
    /* Sidebar */
    
    .blog .widget-type-google_search.custom-sidebar-google-search .input {
        position: relative;
        padding-bottom:15px;
    }

    .blog .widget-type-google_search.custom-sidebar-google-search input[type="text"]{
        width: 100%;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        font-weight: 400;
        height: 3em;
        padding: 6px 10px;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
        box-shadow: none;
        box-sizing: border-box;
        font-family:"Open Sans" , sans-serif;
        color: inherit;
        font-size: 15px;
        margin: 0;
        line-height: normal;
        margin-bottom: 0;
        max-width:100%;
        -webkit-font-smoothing: antialiased;
    }
    .widget-type-google_search.custom-sidebar-google-search .hs-button.primary {
        position: absolute;
        top: 6px;
        right: 0;
        margin: 0;
        padding: 0;
        background: transparent!important;
        border: none!important;
        -webkit-box-shadow: 0 6px transparent!important;
        -moz-box-shadow: 0 6px transparent!important;
        -ms-box-shadow: 0 6px transparent!important;
        -o-box-shadow: 0 6px transparent!important;
        box-shadow: 0 6px transparent!important;
        margin-bottom: 0;
        color: #a2d700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .widget-type-google_search.custom-sidebar-google-search .hs-button.primary:after {
        content: "\f002";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
    }
    
    .blog .blog-sidebar .widget-span {
        margin-bottom: 30px;
    }
    .blog .blog-sidebar h3{
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 1.25px;
        font-size: 1.3125em;
        line-height: 1.428571429em;
        margin-top: 0;
        margin-bottom: 1.42857143em;
        color: #1b232a;
    }
    .blog .blog-sidebar ul{
        margin:0;
        padding:0;
        list-style:none;
    }
    .blog .blog-sidebar ul li{
        margin: 0 0 5px;
    }
    .blog .blog-sidebar ul li a{
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        color: #a2d700;
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        line-height: 1.875em;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-transform:none;
    }
    .filter-link-count {
        display: none;
    }

    .blog .blog-sidebar ul li a:hover{
        color: rgba( 162,215,0,0.8 );
    }
    .blog .custom-sidebar-tag ul li {
        display: inline-block;
    }
    .blog .custom-sidebar-tag ul li a{
        display: inline-block;
        border: 1px solid rgba(0,0,0,.1);
        padding: 0 8px;
        margin-bottom: 0;
        border-radius: 4px;
        color: inherit;
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-family: "Open Sans";
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 1.875em;
    }
    .blog .custom-sidebar-tag ul li a:hover{
        background: #a2d700;
        color: #FFFFFF;
    }
    
    /* Slider Owl */
    .owl-wrapper-outer {
        padding-top: 34px;
    }
    #owl-demo .item{
      margin: 0;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
    .owl-item {
        padding-right: 30px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 10px !important;
        height: 10px !important;
        margin: 5px 7px !important;
        background:#eee !important;
        display: block !important;
        transition: opacity 200ms ease 0s !important;
        -webkit-transition: opacity 200ms ease 0s !important;
        -moz-transition: opacity 200ms ease 0s !important;
        border-radius: 30px !important;
        opacity: 1 !important;
    }
    .owl-theme .owl-controls .owl-page span:hover {
        background:#bdbdbd !important;
    }
    .owl-theme .owl-controls .owl-page.active span{
        background:#bdbdbd !important;
    }
    .owl-theme .owl-controls {
        margin-top: 30px !important;
        text-align: center;
    }
    @media(min-width:767px){
        .blog .body-container .page-center {
            padding-bottom: 30px;
        }
    }

    @media(max-width:767px){
        .hs-bottom-pane-wrapper .widget-type-rich_text {
            padding-right:15px;
        }
        .bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column h2 {
            margin-top:15px;
        }
        .hs-ccm-que-ofrecemos .hs-ccm-servicios-row-1 {
            padding-left: 20px;
            padding-right: 20px;
        }
        .hs-ccm-que-ofrecemos .hs-ccm-servicios-row-1 .hs_cos_wrapper_type_rich_text {
            padding-right: 15px;
        }
        .hs-ccm-servicios-row-1 {
            background-position: center left;
        }
        ul.ul-style-2 li:before {
            margin-right: 20px;
        }
        .blog-content {
            margin-bottom: 62px;
        }
        .custom-categories-wrapper.clearfix {
            margin: 0 0 36px;
        }
        .custom-categories-item {
            width: 100%;
            padding: 0;
        }
        .custom-topic-image {
            text-align: center;
        }
        .hs-contact-us .widget-type-form .hs-button.primary.large {
            width:auto !important;
            padding-left:20px;
            padding-right:20px;
        }
    }
    
    
    /** Post Style **/ 
    
    
        .blog .body-container .custom-section-header {
        width: 100%;
    } /* Find Then Add Width 100% */
    
    
    
    /* Blog Content */

    .hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        margin:0 0 20px;
    }
    .author-commnet-group {
        position: relative;
        padding: 0 0 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .custom-meta-author-tags {
        display: inline-block;
    }
    .author-commnet-group span {
        border-right: 0;
        border-left: 1px solid rgba(0,0,0,.1);
        padding-left: 6px;
    }
    .author-commnet-group .hs-author-label {
        border: none;
        padding-left: 0;
    }
    .hs-blog-post .custom_listing_comments {
        float: right;
        margin-right: 5px;
        padding-left: 5px;
        margin-left: 5px;
        padding-right: 5px;
    }
    .author-desc {
        background: #f8f8f8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e1e1e1;
        float: left;
        padding: 2%;
        width: 100%;
    }
    .post-author-avatar {
        float: left;
        margin: 0 10px 0 0;
        width: 10%;
        height: 88px;
    }
    .author-bio {
        overflow: hidden;
    }
    .author-bio h4 {
        font-family: "Open Sans";
        font-weight: 400;
        text-transform: none;
        letter-spacing: 1.25px;
        color: #1b232a;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .custom-cat{
        margin: 15px 0 30px;
        display: block;
        float: left;
        width: 100%;
    }
    .custom-cat a {
        display: inline-block;
        border: 1px solid rgba(0,0,0,.1);
        padding: 0 8px;
        margin-bottom: 5px;
        border-radius: 4px;
        margin-right:5px;
        color: inherit;
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-family: "Open Sans";
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 1.875em;
    }
    .custom-cat a:hover {
        background: #a2d700;
        color:#fff;
        border-color: #a2d700;
    }
    .custom-blog-share {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    span.share-title {
        vertical-align: top;
        float: left;
    }
    .hs-blog-social-share{
        margin-top: 0;
        padding: 0;
        border-top: none;
        border-bottom: none;
        height: auto;
        float: right;
        vertical-align: top;
    }
    .custom-post-pagination {
        border: 1px solid rgba(0,0,0,.1);
        padding: 4px 15px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    .previous-posts-link {
        padding: 0 16px;
        width: 50%;
        float: left;
        text-align:left;
        position: relative;
    }
    .previous-posts-link a:before {
        content: "\f1b5";
        display: inline-block;
        font: normal normal normal 14px/1 'Material Design Iconic Font';
        font-size: inherit;
        speak: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 50%;
        margin-top: -7px;
        position: absolute;
        left: 0;
    }
    .next-posts-link {
        float: right;
        padding: 0 16px;
        text-align: right;
        width: 50%;
        position: relative;
    }
    .next-posts-link a:after {
        content: "\f1b6";
        top: 50%;
        position: absolute;
        margin-top: -7px;
        right: 0;
        display: inline-block;
        font: normal normal normal 14px/1 'Material Design Iconic Font';
        font-size: inherit;
        speak: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    #comments-listing.no-comments {
        border: 0 !important;
        margin: 0 !important;
    }
    .custom-related-post {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }


    
    #comment-form input[type=text], 
    #comment-form textarea,
    #comment-form input[type=email]{
        border-left: 0;
        border-top: 0;
        border-right: 0;
        border-radius: 0;
        padding: 10px 10px;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
        box-shadow: none;
        box-sizing: border-box;
        color: #676c7b;
        outline:none;
        font-size:15px;
        font-family:"Open Sans", sans-serif;
        margin: 0 0 15px;
        line-height: normal;
    }
    #comment-form input[type=text]:focus,
    #comment-form textarea:focus,
    #comment-form input[type=email]:focus{
        border-color: #a2d700;
        background-color: #fff;
    }
    
    #comment-form input[type=submit], 
    #comment-form input[type=button] {
        background: transparent;
        color: #b4b6b5;
        border: 1px solid #b4b6b5;
        position: relative;
        display: inline-block;
        padding: 1em 1.875em;
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        font-family:"Open Sans", sans-serif;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-shadow: 0 6px transparent;
        -moz-box-shadow: 0 6px transparent;
        -ms-box-shadow: 0 6px transparent;
        -o-box-shadow: 0 6px transparent;
        box-shadow: 0 6px transparent;
        margin-bottom: 15px;
        border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
    }
    
    #comment-form input[type=submit]:hover, 
    #comment-form input[type=button]:hover {
        background: transparent;
        color: #b4b6b5;
        border: 1px solid #b4b6b5;
    }

    /* Sidebar */
    
    .hs-blog-post .widget-type-google_search.custom-sidebar-google-search .input {
        position: relative;
        padding-bottom:11px;
    }

    
    /* Slider Owl */
    .custom-related-post h3 {
        margin-bottom: 0;
    }
    .hs-blog-post .blog-content{
        padding-bottom:30px;
    }
    
    @media(max-width:767){
        .hs-blog-post .custom_listing_comments {
            float: none;
            padding-left: 0;
            margin-left: 0;
            padding-right: 0;
        }
    }
    
    @media(max-width:479){
        span.share-title {
            vertical-align: top;
            float: left;
            margin-bottom: 15px;
            width: 100%;
        }
        .hs-blog-social-share {
            float: none;
        }
    }
    


/*** End Blog Style **/

.main-content.error-page-style {
    margin: 0 auto !important;
    background: rgba(255,255,255,.95);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 44px;
    max-width: 500px;
    text-align: center;
    float: none !important;
}

.main-content.error-page-style .widget-type-google_search input[type="text"] {
    height: 3em;
    padding: 6px 10px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    box-shadow: none;
    line-height: normal;
    font-weight: bold;
    font-family: Open_Sans2;
    font-size: 15px;
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;
}
.main-content.error-page-style .widget-type-google_search .hs-button.primary {
    display: none !important;
}

.hs-404-error-pages.body-container-padding .body-container .hs_cos_wrapper_widget {
   margin:0; 
} 

.main-content.error-page-style h1 {
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 30px;
}
.custom-error-page-search form.hs-form {
    max-width: 80%;
    margin: 0 auto;
}


















/*** Home Page Style **/ 


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

.home-row1-group {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 35px;
}

.home-row1-leftcol, 
.home-row1-rightcol {
    margin-left: 0 !important;
    width: 50% !important;
    padding: 0 15px;
}

.home-row1-leftcol .hs_cos_wrapper_type_widget_container {
    display: block;
    padding: 50px 0 0 50px;
}

.home-row1-leftcol h1 {
    font-size: 2.5em;
    line-height: 1em;
    margin: 0 0 0.78947368em;
}

.home-row1-leftcol p {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: justify;
}

.home-row1-rightcol {
    padding-left: 8px;
}

.home-row2-group {
    padding: 0 0 35px;
}

.home-row2-group .page-center {
    padding: 40px 0;
}

.home-row2-content {
    padding: 0 200px;
}

.home-row3-group {
    color: #fff;
    background-color: #131519;
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
    padding: 40px 0;
}

.home-row3-group .section-header h1 {
    margin: 0 0 30px;
}

.home-row3-group p.secondary-header {
    font-size: 1.3125em;
    line-height: 1.428571429em;
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1.25px;
    margin: 0 0 30px;
}

.home-row3-group .page-center {
    max-width: 100% !important;
    padding-bottom: 32px;
}

.home-row3-group h1,
.home-row3-group h2,
.home-row3-group h3,
.home-row3-group h4,
.home-row3-group h5,
.home-row3-group h6 {
    color: #fff;
}

.home-row3-group .section-header {
    text-align: center;
    padding-bottom: 32px;
}

.three-col-equal-wrapper {
    margin: 0 0 35px;
}

.three-col-equal-wrapper .hs_cos_wrapper_type_widget_container {
    display: block;
}

.three-col-equal-wrapper .hs_cos_wrapper_widget {
    padding: 0 15px;
    float: left;
    width: 25%;
}

.three-col-equal-wrapper .hs_cos_wrapper_widget:first-child {
    margin-left: 8.33333333%;
}

.solution-module {
    background-color: rgba(255,255,255,0.1);
    padding: 0 10px 32px;
    margin: 0 15px;
    text-align: center;
}

.three-col-equal-wrapper .hs_cos_wrapper_widget:first-child .solution-module {
    margin-left: 10%;
    margin-right: 0;
}

h3.solution-heading {
    margin: 0 0 30px;
    padding: 40px 0 0;
}

.solution-img {
    margin: 0 0 30px;
}

.solution-title-subtitle {
    margin: 0 0 30px;
    overflow: hidden;
}

.solution-title-subtitle h4 {
    font-size: 1em;
    line-height: 1.875em;
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: none;
    letter-spacing: 1.25px;
}

.solution-title-subtitle p {
    margin: 0;
    font-weight: 300;
}
div#form_cont {
    margin-bottom: 2px;
}

.solution-btn {
    min-height: 45px;
    background-color: #75d69c;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.home-row4-group {
    padding: 0 0 65px;
}

.home-row4-title {
    text-align: center;
    padding: 40px 0 0;
    margin: 0 0 35px;
}

.home-page-layout .hs-two-column-equal-wrapper.with-leftimg {
    margin-bottom: 35px;
}

.home-page-layout .hs-two-column-equal-wrapper.with-leftimg .custom-column.image-group {
    text-align: center;
}

.home-page-layout .hs-two-column-equal-wrapper.with-leftimg .custom-column.image-group img {
    display: block;
    margin: 0 auto;
}


/*  Slider  */
.home-page-layout .hs-top-slider button.slick-arrow {
    z-index: 99;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: url(https://cdn2.hubspot.net/hubfs/3882410/CCM_October2017-theme/Images/black-skin-2.png) rgba(255,255,255,0.2);
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #fff;
    border-color: rgba(255,255,255,0.4);
    margin-top: -10px;
    border-radius: 90px;
}

.home-page-layout .hs-top-slider button.slick-arrow:hover {
    background-color: rgba(255,255,255,0.5);
}

.home-page-layout .hs-top-slider button.slick-arrow:before {
    display: none !important;
}

.home-page-layout .hs-top-slider button.slick-prev.slick-arrow {
    background-position: -88px -26px;
    left: 30px;
}

.home-page-layout .hs-top-slider button.slick-next.slick-arrow {
    right: 30px;
    left: auto;
    background-position: -86px -103px;
}


.home-page-layout .hs-top-slider {
    margin:0;
}
.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0 !important;
    height: auto;
    min-height: 0;
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption > span {
    display: block;
    font-size: 45px;
    line-height: 45px;
}

.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2,
.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 1.25px;
}

.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 {
    font-size: 1.75em;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
}

.home-page-layout .hs-top-slider .custom-h4-group {
    font-size: 35px;
    line-height: 70px;
    overflow: hidden;
}

.home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.2em;
    margin: 0 0 40px;
}

.custom-greenbg-btn {
    padding: 17px 20px;
    font-size: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-family: "Open Sans";
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    background: #6dab3c;
    color: #fff !important;
    min-width: 440px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: content-box;
}

/*.custom-greenbg-btn:hover {
    background: #76b941;
    color: #fff;
    text-decoration: none;
}
*/


.home-row2-group .six-col-equal-wrapper {
    padding-left: 100px;
}
/*  Six Column Equal Flexi Wrapper  */
.six-col-equal-wrapper {
    margin-bottom: 35px;
}

.six-col-equal-wrapper span.hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -15px;
}

.six-col-equal-wrapper .hs_cos_wrapper_widget {
    width: 16.66666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}


/*  Counter Module  */
.counter-module {
    text-align: center;
}

.counter-top-group,
.counter-bottom-group {
    margin: 0 0 30px;
}

.counter-number-group {
    font-family: "Open Sans";
    font-size: 60px;
    line-height: 1.3em;
    color: #a2d700;
    font-weight: 600;
}



@media (min-width: 1921px) {


    
    .home-page-layout .hs-top-slider button.slick-prev.slick-arrow {
        left: calc(16.5% + 30px);
    }
    
    .home-page-layout .hs-top-slider button.slick-next.slick-arrow {
        right: calc(16.5% + 30px);
    }

}


@media (max-width: 1920px) {

    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 {
        font-size: 4.05vw;
    }
    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        font-size: 1.8vw;
        margin: 0 0 2.1vw;
    }
    
    .custom-greenbg-btn {
        font-size: 1.28vw;
    }
    
    .custom-greenbg-btn {
        padding: 0.95vw 0.95vw;
        font-size: 1.28vw;
        line-height: 1.28vw;
        min-width: 0;
        width: 400px;
        margin-bottom: 0;
    }

}


@media (max-width: 1300px) and (min-width: 991px) {
    
    .home-row3-group .page-center > .row-fluid-wrapper,
    .home-row4-group .page-center > .row-fluid-wrapper {
        margin: 0 -15px;
    }

}


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

    .home-row1-rightcol {
        padding-left: 10px;
        padding-right: 25px;
    }
    
    .home-row3-group,
    .home-row4-group {
        overflow: hidden;
    }

}


@media (min-width: 768px) and (max-width: 1300px) { 
    .three-col-equal-wrapper .hs_cos_wrapper_widget:first-child {
        margin-left: 0;
    }
   .three-col-equal-wrapper .hs_cos_wrapper_widget:first-child .solution-module {
        margin-left: 15px;
        margin-right: 15px;
    }
    .three-col-equal-wrapper .hs_cos_wrapper_widget {
        width: 33.33%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {  
    .solution-module {
        margin: 0 !important;
    }  
}
@media (max-width: 1200px) {

    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        margin: 0 0 10px;
    }
    
    
    
    .home-row2-group .six-col-equal-wrapper {
        padding-left: 0;
    }

}


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

    .counter-number-group {
        font-size: 5vw;
    }

}


@media (max-width: 990px) {


    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        margin: 0;
    }
    
    .custom-greenbg-btn {
        padding: 0.9vw 0.95vw;
    }
    
    .home-page-layout .hs-top-slider button.slick-arrow {
        margin-top: -22px;
    }

}


@media (max-width: 850px) {

    .custom-greenbg-btn {
        margin-bottom: 20px;
    }

}


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

    .counter-number-group {
        font-size: 4.5vw;
    }

}


@media (max-width: 767px) {

    .home-row1-group {
        padding-right: 10px;
    }
    
    .home-row1-leftcol, 
    .home-row1-rightcol {
        margin-left: 0 !important;
        width: 100% !important;
        padding: 0 15px;
    }
    
    .home-row1-rightcol {
        padding-left: 15px;
    }
    
    .three-col-equal-wrapper .hs_cos_wrapper_widget {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .three-col-equal-wrapper .hs_cos_wrapper_widget:first-child {
        margin-left: 0;
    }
    
    .three-col-equal-wrapper .hs_cos_wrapper_widget:first-child .solution-module {
        margin-left: 0;
        margin-right: 0;
    }
    
    .three-col-equal-wrapper .hs_cos_wrapper_widget:last-child {
        margin-bottom: 0;
    }
    
    .solution-module {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    
    .home-row4-title {
        overflow: hidden;
    }
    
    .home-row4-title h1 {
        margin: 0 0 30px;
    }
    
    .home-page-layout .hs-two-column-equal-wrapper.with-leftimg .custom-column.image-group {
        margin-bottom: 30px;
    }
    
    .home-row2-content {
        padding-left: 0;
        padding-right: 0;
        max-width: 460px;
        float: none !important;
        margin: 0 auto !important;
    }
    
    .six-col-equal-wrapper span.hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
    
    .six-col-equal-wrapper .hs_cos_wrapper_widget {
        width: 100%;
        float: none;
    }
     .custom-greenbg-btn {
        width: auto;
        padding: 10px !important;
        font-size: 10px;
        line-height: 1;
    }
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        font-size: 14px;
        margin-top: 6px;
    }

}


@media (max-width: 600px) {



}

@media (max-width: 479px) {

    .custom-greenbg-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 7px 10px;
    }
    
  
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose {
        margin: 0;
    }
    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 {
        font-size: 28px;
    }
    
    .home-page-layout .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        font-size: 15px;
    }
    
    .home-page-layout .hs-top-slider button.slick-arrow {
        width: 35px;
        height: 35px;
        margin-top: 10px;
        background-position: -97px -34px;
    }
    
    .home-page-layout .hs-top-slider button.slick-prev.slick-arrow {
        left: 2px;
        background-position: -97px -34px;
    }
    
    .home-page-layout .hs-top-slider button.slick-next.slick-arrow {
        right: 2px;
        background-position: -93px -111px;
    }
    .custom-greenbg-btn {
        margin-bottom:0;
    }

}


@media (max-width: 380px) {
    .custom-greenbg-btn {
        width: 200px;
        max-width: 200px;
        padding: 4px 10px;
        font-size: 10px;
    }

}







/*** End Home **/



.hs-form {
    -webkit-font-smoothing: auto;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1680px) {
    .one-column-quienes-somos .hs-banner-area {
        background-size: cover;
    }
    a.hs-slider-btn {
        padding: 17.3125px 21.6406px;
        font-size: 25.9688px;
        line-height: 17.3125px;
    }
    a.hs-slider-banner {
          padding: 17.3125px;
    font-size: 21.6406px;
    line-height: 17.3125px;  
    }
}
@media (min-width:1600px) and (max-width: 1680px) {
    .hs-font-wrapper2 {
        font-size: 21px !important;
    }
}
@media (min-width:1300px) and (max-width: 1366px) {
    .hs-font-wrapper2 {
        font-size: 17.075px !important;
    }
}
@media (min-width:900px) and (max-width: 992px) {
    .hs-font-wrapper2 {
        font-size: 12.4px !important;
    }
}
@media (min-width:700px) and (max-width: 768px) {
    .hs-font-wrapper2 {
        font-size: 9.6px !important;
    }
}
@media (max-width: 1400px) {
    a.hs-slider-btn {
        padding: 14.4063px 18.0078px;
        font-size: 21.6094px;
        line-height: 14.4063px;  
    }
    a.hs-slider-banner {
        padding: 14.4063px;
        font-size: 18.0078px;
        line-height: 14.4063px;  
    }
}
@media (max-width: 1366px) {
    a.hs-slider-btn {
        padding: 14.0625px 17.5781px;
        font-size: 21.0938px;
        line-height: 14.0625px;  
    }
    a.hs-slider-banner {
        padding: 14.0625px;
        font-size: 17.5781px;
        line-height: 14.0625px;
    }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        left: auto !important;
        right: 0 !important;
    }
    a.hs-slider-btn {
        padding: 12.3333px 15.4167px;
        font-size: 18.5px;
        line-height: 12.3333px;   
    }
    a.hs-slider-banner {
        padding: 12.3125px;
        font-size: 15.3906px;
        line-height: 12.3125px;  
    }
    .two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-button.primary.large {
            width: auto !important;
    }
}

@media (min-width: 1025px) and (max-width: 1220px) {
   .container-fluid .row-fluid .page-center {
       padding-left:15px;
       padding-right:15px;
   }
    .custom-btn-wrapper {
        right: 15px;
    }
    
}
@media (max-width: 993px) {
    a.hs-slider-btn {
        padding: 10.1667px 12.7083px;
        font-size: 15.25px;
        line-height: 10.1667px; 
    }
    a.hs-slider-banner {
            padding: 10.1771px;
    font-size: 12.7214px;
    line-height: 10.1771px;
    }

  
    
}
@media (min-width: 993px) {
    .hs-inner-group {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .container-fluid .row-fluid .page-center {
        width: 94%;
    }
}
@media (min-width: 993px) and (max-width: 1170px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 14px;
        padding: 0 8px 15px;
    }
    .hs-logo img {
        min-width: 0;
        margin-top: 14px;
    }
     .scroll-header .hs-logo img {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
        display:none;
    }
    .right-sidebar-form .hs-form .hs-button.primary.large {
        width:auto;
    }
    .hidden-tab {
        display: none !important;
    }
    .hs-logo a img:last-child {
        display: block !important;
        min-width: 0;
        max-width: 250px;
    }
    .hs-logo a img:first-child {
        display: none !important;
    }
    .hs-header-wrapper {
        padding: 15px 0;
    }
    .scroll-header .hs-header-wrapper {
        padding: 15px 0 15px;
    }
    .custom-btn-wrapper {
        top: 1px;
    }
    .hs-top-slider {
        margin-top: 0;
    }
    .custom-button {
        font-size: 30px;
        padding: 17px 30px 17px;
        background: #a2d700;
        color: #fff;
        display: block !important;
        text-align: center;
        cursor: pointer;
    }
    .custom-button span.button:before {
        font-family: "Material Design Iconic Font";
        content: "\f2a3";
        font-weight: 400;
        background: 0 0;
        color: inherit;
    }
    .custom-button.active span.button:before  {
           content: "\f2a2"!important; 
    }
    .hs-footer-top .hs-inner-group .hs-footer-left-column, .hs-footer-top .hs-inner-group .hs-footer-middle-column, 
    .hs-footer-rss-feed {
        width: 100% !important;
        margin: 0 0 30px !important;
        padding:0 15px;
    }
    .hs-footer-top .hs-inner-group .hs-footer-left-column, .hs-footer-top .hs-inner-group .hs-footer-middle-column {
        max-width:50%;
    }
    .hs-footer-certifiacation img {
        width: auto;
    }
    .hs-footer-top .hs-inner-group {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .hs-inner-group > div {
        margin: 0 -15px;
        clear: both;
    }
   .hs-bottom-form-wrapper {
        padding-bottom: 48px;
    }
    .custom-google-search div#hs-search-module {
        width: 90%;
        margin: 0 auto;
    }
    span.close-btn {
        right: 28px;
    }
    .heading-type-4 h4 {
        background: #fff;
        position: relative;
        z-index: 2;
        white-space: normal;
        display: inline-block;
    }
    .heading-type-4 .hs_cos_wrapper_type_header {
        display: block;
        text-align:center;
        position: relative;
    }
    .heading-type-4 .hs_cos_wrapper_type_header:before {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        top: 14px;
    }
    .heading-type-4 .hs_cos_wrapper_type_header:after {
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 14px;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
   a.hs-slider-btn {
        padding: 7.8125px 9.76563px;
        font-size: 11.7188px;
        line-height: 7.8125px;
    }
    
    .hs-two-column-left-wrapper .hs-two-column-left-col-1 {
        width: 100%;
    }
    .hs-two-column-left-wrapper .hs-two-column-left-col-2 {
        width: 100%;
        float: none;
        text-align: left;
    }
    .bottom-pane2-wrapper-inner .hs-bottom-pane2-left-column {
        width: 100%;
    }
    .bottom-pane2-wrapper-inner .hs-bottom-pane2-right-column {
        width: 100%;
        margin-bottom: 30px;
    }
    .hs-three-column-equal-wrapper {
        margin: 0;
    }
    .hs-three-column-equal-wrapper .custom-column {
        float: none;
        width: 100%;
        padding: 0;
    }
    .one-column-quienes-somos .hs-quienes-somos-row-3-wrapper .hs-two-column-equal-wrapper {
        padding: 0 15px!important;
        margin-bottom: 0;
    }
    .hs-quienes-somos-row-3-wrapper .hs-two-column-equal-wrapper .custom-column p:last-child {
        margin-bottom: 0;
    }
    .field-wrapper {
        margin: 0;
    }
    .field-wrapper > div {
        float: none;
        width: 100%;
        padding: 0;
    }
    .contact-right-column {
        margin-top: 78px;
        padding-bottom: 65px;
    }
    .hs-contact-us .widget-type-form .hs-form .hs-input, .two-column-equal-with-top-pane .hs_cos_wrapper_type_form .hs-form .hs-input {
        width:100%;
    }
    .hs-two-column-with-no-nav-row-2-top .hs_cos_wrapper_type_widget_container, .hs-two-column-with-no-nav-row-2-bottom .hs_cos_wrapper_type_widget_container {
        margin:0;
    }
    .hs-two-column-with-no-nav-row-2-top .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget, 
    .hs-two-column-with-no-nav-row-2-bottom .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        padding:0;
    }
    .hs-two-column-equal-wrapper .custom-column {
        width:100% !important;
        padding-left:0;
        padding-right:0;
    }
    .hs-two-column-equal-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .hs-footer-top .hs-inner-group .hs-footer-left-column, .hs-footer-top .hs-inner-group .hs-footer-middle-column {
        max-width: 100%;
    }
    .hs-footer-certifiacation img {
        width: 80%;
        vertical-align: baseline;
    }
    .hs-footer-work-with-us {
        padding-bottom: 28px;
            padding-top: 16px;
    }
    .hs-footer-address p:last-child {
        margin-bottom: 0;
    }
    .two-column-equal-with-top-pane .main-content {
        margin-bottom: 30px;
    }
    .hs-ccm-servicios-row-1 .hs_cos_wrapper_type_rich_text {
        padding-left: 0;
    }
    .icon-right .hs-service-icon {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
    .icon-right {
        text-align: left;
    }
    .hs-ccm-servicios-row--2-middle-column {
        text-align: center;
    }
    .pricing-table .hs_cos_wrapper_type_custom_widget, .custom-one-column-width-left-icon-wrapper-group .hs_cos_wrapper_type_custom_widget {
        float: none;
        width: 100%;
        padding: 0;
    }
    .pricing-table, .custom-one-column-width-left-icon-wrapper-group {
        margin: 0;
    }
    .custom-one-column-width-left-icon-wrapper {
        margin-bottom: 20px;
    }
    .hs-two-column-wrapper .hs-two-column-wrapper-inner {
        margin-left: 0;
        margin-right: 0;
    }
    .hs-two-column-wrapper .hs-two-column-wrapper-inner > div {
        width: 100%;;
    }
    .hs-two-column-wrapper .page-center {
        width: 100% !important;
    }
    .hs-quienes-somos-wrapper > div {
        width: 100% !important;
        padding: 0;
        min-height: 0;
    }
    .hs-quienes-somos-wrapper .hs-quienes-somos-column-middle {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hs-algunos-de-nuestros-clientes-wrapper .widget-type-header {
        margin-top: 60px;
    }
    .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text {
        max-width:100% !important;
        padding-left:0;
        padding-right:0;
        
    }
    .hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column p {
        width: 100%;
    }
    .hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--3-bottom-column .hs_cos_wrapper_type_rich_text:last-child {
        margin: 0 auto;
        width: 100%;
    }
    .custom-meta-author-tags {
        display: block;
    }
    .hs-blog-post .custom_listing_comments {
        float: none;
        margin: 0;
        padding: 0;
    }
    .custom-post-pagination > div {
        display: block;
        float: none !important;
        width: 100% !important;
        text-align: center;
    }
    .custom-post-pagination > div > a {
        display: inline-block !important;
        width: auto;
        position: relative;
        padding: 0 20px;
    }
    .post-author-avatar {
        width: 100%;
        height: auto !important;
        float: none !important;
        margin: 0 0 20px !important;
    }
    .hs-blog-post .custom-related-post .custom_listing_comments {
        float: right;
    }
    .hs-author-avatar {
        max-width: 100px;
    }
    span.share-title {
        vertical-align: top;
        float: none;
        display: block;
    }
    .custom-blog-share {
        text-align: left;
    }
    .custom-blog-share span {
       display: block; 
    }
    .hs-author-profile .hs-author-avatar {
        float: none;
        margin-right: 15px;
        max-width: 100px;
    }
    .hs-blog-social-share {
        float: none !important;
        margin-top: 15px;
    }
    .custom-error-page-search form.hs-form {
        max-width: 100%;
        margin: 0 auto;
    }

}  
.blog-post-wrapper img.hs-featured-image {
    width: 100% !important;
    max-width: 100% !important;
}
.blog .hs-banner-area h1 {
    font-weight: 400;
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .main-content.error-page-style {
        padding:20px;
    }
    .home-row1-group {
        padding-right: 0;
    }
    .home-row1-leftcol .hs_cos_wrapper_type_widget_container {
        display: block;
        padding: 50px 0 0 0;
    }
    .hs-ccm-que-ofrecemos .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h3 {
        margin-bottom: 10px;
    }
        .hs-ccm-que-ofrecemos-section-3-top-content .hs-ccm-servicios-row--2-middle-column .hs_cos_wrapper_type_rich_text {
        padding-left: 0;
        padding-right: 0;
    }
    .hs-ccm-que-ofrecemos-section-2-top-content {
        padding-left: 0;
        padding-right: 0;
    }
    .hs-ccm-que-ofrecemos-section-2 {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .hs-ccm-que-ofrecemos .hs-ccm-servicios-row-1 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0;
        padding-right: 15px;
        padding-bottom: 0;
        padding-left: 0;
    }
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h2 {
        margin-bottom:5px;
    }
     span.close-btn {
        right: 0;
        top: 10px;
    }
    .widget-type-google_search.custom-google-search .hs-form .input {
            margin-top: 17%;
    }
    .widget-type-google_search.custom-google-search input[type="text"] {
        font-size: 1.2em;
    }
    .hs-logo a img:last-child {
        max-width: 210px;
    }
    .right-sidebar-form .hs-form {
        width: 100%;
        margin: 0 auto;
    }
    .custom-pop-form-wrapper .widget-type-form {
        min-width: 0;
        width: 100%;
    }
    .hs-top-slider button.slick-prev.slick-arrow {
        background-position: -161px -21px;
    }
    body .hs-top-slider button.slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: 0;
        background-size: 100px;
        top: 18%;
        transform: none !important;
    }
    .hs-top-slider button.slick-next.slick-arrow {
        background-position: -160px -71px;
    }
    .hs-bottom-pane-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    /*** Top Slider **/
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose {
        padding: 0 10px;
        margin-top:-200px;
    }
    body .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        padding: 0 !important;
    }
    body .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
        position:static !important;
        
    }
    .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose h2 {
        font-size: 14px;
    }
    a.hs-slider-btn {
        padding: 10px;
    }
    .hs-top-slider button.slick-next.slick-arrow {
        right: 15px;
    }
    .hs-top-slider button.slick-prev.slick-arrow {
        left: 15px;
    }
    .hs-top-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    body .hs-top-slider .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption.superimpose {
        position: static !important;
        /*background-color: #000 !important;*/
        padding: 15px 15px 50px;
        transform: none !important;
    }
    body #hs_cos_wrapper_widget_1509001957826 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .one-column-landing-pems .hs-banner-area {
            padding: 40px 0;
    }
    .right-sidebar-form .hs-form .hs-button.primary.large {
        width:auto;
    }
}
@media (max-width: 400px) {
    .bottom-footer-section {
        width: 250px;
    }
}