/* ==========================================================================
   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
   ========================================================================== */


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('//fonts.googleapis.com/css?family=Poppins:300,regular,500,600,700%7CMontserrat:regular,700%7CNunito:300,regular:400&subset=latin%2Clatin-ext');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url("///cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/CSS/simple-line-icons.css");
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url("http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CRaleway%3A400%2C100%2C200%2C300%2C500%2C600%2C700%2C800%2C900%7CDancing+Script%3A400%2C700%7CJosefin+Sans%3A400%2C100%2C100italic%2C300%2C300italic%2C400italic%2C600%2C600italic%2C700%2C700italic%7CRoboto%3A400%2C100%2C100italic%2C300%2C300italic%2C400italic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7COswald%3A400%2C300%2C700&#038;ver=4.7.4");

@font-face {
font-weight: normal;
font-style: normal;
font-family:et-line;
src:url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/et-line.ttf) format('truetype'),
url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/et-line.eot) format('eot'),
url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/et-line.woff) format('woff');
}

@font-face {
font-weight: normal;
font-style: normal;
font-family:Raleway-medium;
src:url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.ttf) format('truetype'),
url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.eot) format('eot'),
url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Fonts/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff) format('woff');
}

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

html{
    background: #fafafa;
}

body {
  background: #ccc;
  background-image: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/bg7.png);
  color: #727272;
  font-family: Open Sans, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  font-style: normal;
   overflow-x: hidden;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: rgba(236,235,235,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/* =============== Typography =============== */

/* Basic text */
p {
    margin-bottom: 15px;
    margin-top: 0;
} 
small {}
strong {
    font-weight: bold;
}
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: 'Raleway', sans-serif;
    font-weight: 500;
    color: #393939;
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}
h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
}
h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px;
}
h4 {
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    margin-bottom: 5px;
}
h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal;
}
h6 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal;
}

/* Anchor Links */
a { 
    color: #59ABE3;
    text-decoration: none;
    outline: none;
}
a:hover{ 
    text-decoration: none;
    color: #ccc;
    outline: none;
}

/* Lists */
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
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 {
    min-height: 118px !important;
}
.header-container {}

/*----------- Top Header ---------------*/

.custom-top-header {
    background: #fff;
    border-bottom: 1px solid #223160;
    font-size: 12px;
    color: #223160;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-header-social-icons {
    padding-top: 10px;
    padding-right: 19px;
}
.custom-header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-header-social-icons ul li {
    float: right;
    margin: 0px 7px 0px 0px;
}
.custom-header-social-icons ul li a {
    width: 18px;
    height: 18px;
    color: #223160;
    font-size: 10px;
    border-radius: 100%;
    transition: all 0.3s ease;
    margin-right: 0px;
    border: 1px solid #223160;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    float: right;
}
.custom-header-social-icons ul li a:hover{
    color: #999;
    background: #ECEBEB;
    border: 1px solid #223160;
}
.custom-courtesy-links {
    float: right !important;
}
.custom-courtesy-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.custom-courtesy-links ul li {
    float: left;
}
.custom-courtesy-links ul li a {
    color: #c3c3c3;
    float: right;
    margin-left: 0;
    padding: 7px 18px;
    transition: all 0.3s ease 0.01s;
    border-right: 1px solid #2f3337;
    border-left: 1px solid #2f3337;
}
.custom-courtesy-links ul li a:hover{
    background: #f9f9f9 none repeat scroll 0 0;
    color: #999;
}
.custom-courtesy-links ul li:first-child a {
    padding-left: 19px;
}
.custom-courtesy-links ul li:last-child a{
    border-left: none;
}
.custom-courtesy-links ul li a i{
    color: #223160;
    padding-right: 3px;
}
.custom-header-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-header-contact ul li {
    float: right;
    font-size: 13px;
    font-weight: 700;
    padding-top: 7px;
    margin-right: 18px;
}
.custom-header-contact ul li a{
     color: #223160;
     font-weight: bold;
}
.custom-header-contact ul li a:hover{
    color: #999;
    transition: all 0.3s ease;
}
.custom-header-contact ul li a i {
    color: #223160;
}
.custom-header-contact .hs_cos_wrapper_type_rich_text{
    display: block;
    margin-right: -95px;
}
.custom-header-contact ul li:first-child a i{
    padding-right: 6px;
}
.custom-header-contact ul li a i{
    padding-right: 4px;
}
.custom-header-contact ul li:last-child a{
    color: #43d854;
}
.custom-header-contact ul li:last-child a i{
    color: #43d854;
}

/*----------- Bottom Header ---------------*/
.custom-bottom-header{
    background: #ECEBEB;
    padding-left: 15px;
    padding-right: 15px;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.custom-logo {
    margin-top: 5px;
    padding-top: 10px;
}
.custom-logo img{
    max-height: 60px;
    transition: all 0.1s ease 10ms;
    max-width: none !important; 
}

/*--------- Fixed Header -------------*/

.fixed .custom-bottom-header {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 99;
}
.fixed .custom-logo img {
    max-height: 33px;
    margin-top: 5px;
}
.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-top: 20px;
    padding-bottom: 19px;
}
.fixed .custom-bottom-header {
   z-index: 99999;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    background-color: #fff;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
}
.body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    display: block;
    margin-bottom: 20px;
}

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


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

.footer-container-wrapper {}


.footer-container {}


/*----------- Bottom Footer -----------------*/

.custom-bottom-footer {
    padding: 18px 0px 21px 0px;
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #fff;
    text-align: center;
}
.custom-copyright p {
    margin: 0;
}
.custom-copyright p a{
    color: #999;
    transition: all 0.3s ease;
}
.custom-copyright p a:hover{
    color: #727272;
}

/*----------- Top Footer -----------------*/

.custom-top-footer{
    padding: 100px 0px 100px 0px;
    background: #B90003  repeat left top;
    color: #999;
}
.custom-footer-contact-title {
    padding-bottom: 46px;
}
.custom-footer-contact-title h3 {
    color: #fff;
}
.custom-footer-social-icons .hs_cos_wrapper_type_raw_html {
    display: block;
    margin-left: -18px;
}
.custom-footer-contact-wrapper h6{
    padding-bottom: 9px;
    text-decoration: underline;
    color: #fff;
}
.custom-footer-direction ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-direction ul li a{
    color: #ccc;
    transition: all 0.3s ease;
}
.custom-footer-direction ul li a:hover{
    color: #fff;
}
.custom-footer-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-social-icons ul li {
    float: left;
    padding: 0px;
    margin: 0px 8px 8px 0px;
}
.custom-footer-social-icons ul li a {
    color: #ccc;
    transition: all 0.3s ease;
}
.custom-footer-social-icons ul li a i {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;
    vertical-align: middle;
    background: rgba(225,225,225,0.1);
    color: #999;
    transition: all 0.3s ease;
}
.custom-footer-social-icons ul li a i:hover {
    color: #fff;
    background: rgba(225,225,225,0.3);
}
.custom-footer-form{
    padding-left: 43px;
}
.custom-footer-form h3.form-title {
   display: none;
}
.custom-footer-form .hs-richtext h3 {
    font-size: 12px;
    color: #fff;
    line-height: 21.7px;
    font-weight: normal;
    font-family: Open sans, sans-serif;
    margin-bottom: 0;
    font-style: normal;
}
.custom-footer-form .hs-richtext h3 span{
    color: red;
}
.custom-footer-form .hs-form-field {
    margin-bottom: 20px;
}
.custom-footer-form .hs_recaptcha.field.hs-form-field,
.custom-home-form .hs_recaptcha.field.hs-form-field{
   -ms-box-orient: horizontal;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -moz-flex;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
}

.custom-footer-form .hs_recaptcha.field.hs-form-field ul.hs-error-msgs.inputs-list,
.custom-home-form .hs_recaptcha.field.hs-form-field ul.hs-error-msgs.inputs-list{
   order: 3;
   width: 100%;
}

.custom-footer-form .hs_recaptcha.field.hs-form-field label,
.custom-home-form .hs_recaptcha.field.hs-form-field label{
   order: 1;
   width: 100%;
}
.custom-footer-form .hs_recaptcha.field.hs-form-field .input,
.custom-home-form .hs_recaptcha.field.hs-form-field .input{
   order: 2;
}
.custom-footer-form label {
    font-size: 14px;
    line-height: 21.7px;
    color: #fff;
    font-family: Open sans, sans-serif;
    margin-bottom: 5px;
}
.custom-footer-form ul.hs-error-msgs.inputs-list {
    margin-left: 0;
}
.custom-footer-form ul.hs-error-msgs.inputs-list label {
    color: red;
    margin: 0;
}
.custom-footer-form .hs-input {
    border-radius: 0;
    font-size: 14px;
    line-height: 23px;
    border: none;
    font-family: Open sans, sans-serif;
    color: rgb(114, 114, 114);
    box-shadow: none;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    padding: 0;
}
.custom-footer-form .hs-input:focus{
    box-shadow: none;
    border-color: initial;
}
.custom-footer-form textarea.hs-input{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    min-height: 200px;
    margin-bottom: 26px;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field label {
    margin: 0;
}
.hs_recaptcha.field span {
    color: #ff0000;;
}
span.hs-form-required{
    color: #ff0000;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field ul .hs-input {
    display: none;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field ul {
    margin: 0;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field span {
    font-weight: normal;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field span a{
    color: #ccc;
    transition: all 0.3s ease;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field span a:hover{
    color: #fff;
}
.custom-footer-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field {
    margin: 0 0 1px;
}
.custom-footer-form .actions {
    margin: 0 0 20px;
    padding: 0;
}
.custom-footer-form .actions .hs-button {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
    -webkit-appearance: button;
    background-color: buttonface;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    text-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.custom-footer-form .actions .hs-button:hover,
.custom-footer-form .actions .hs-button:focus,
.custom-footer-form .actions .hs-button:active{
    box-shadow: none;
    border-style: outset;
    border-width: 2px;
    border-color: buttonface;
    background-image:none;
    background-color: buttonface;
}
.custom-footer-form h3.form-title span {
    color: #ff0000;
}

/*---------- Back to top -----------------*/

a#back-to-top {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    text-indent: -9999px;
    background: url(https://cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #223160;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 0px 0 rgba(255,255,255,0.25);
    padding-top: 28px;
    padding-bottom: 27px;
    padding-left: 21px;
    padding-right: 21px;
    line-height: 25px;
    display: inline-block;
    transition: all 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #59ABE3;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #223160;
    background: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
    color: #59ABE3;
}
/*.custom-menu-primary .hs-menu-wrapper > ul > li.active:hover > a {
   color: #59ABE3;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch:hover > a{
    color: #59ABE3;
}*/
/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 9px 20px;
    font-size: 13px;
    color: #999;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 1.428571429;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    border-bottom: 1px solid #eee;
    color: #454545;
    text-decoration: none;
    background-color: #f9f9f9;
}

/* 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:1000px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li ul{
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:hover ul{
        display: block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      margin-top: -4px;
      font-size: 13px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      min-width: 200px;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      background-clip: padding-box;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
        color: #333;
        text-decoration: none;
        background-color: #f3f3f3;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active:hover a{
        border-bottom: 1px solid #eee;
        color: #454545;
        text-decoration: none;
        background-color: #f9f9f9;
    }
}


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

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

@media (max-width: 999px){

  /* 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;
    cursor: pointer;
    position: absolute;
    top: -46px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 0 6px;
  }
  .mobile-trigger::before {
    content: "\f0c9";
    font-family: Fontawesome;
    color: #999;
    font-size: 34px;
  }
 
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 53px !important;
    height: 53px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #999; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .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: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #ECEBEB;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul{
       margin: 7.5px 0 !important;
       padding-left: 0 !important;
       padding-right: 0 !important;
       max-height: calc(100vh - 85px);
        overflow-y: auto;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 25px;
    overflow: visible;
    box-shadow: 0 0px 0 rgba(255,255,255,0.25);
  }
  
  
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 14px 15px !important;
    color: #223160;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #59ABE3;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0;
    font-size: 13px;
    padding: 8px 20px !important;
    line-height: 20px;
    border: none;
    color: #999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #92d102;
    text-decoration: none;
    background-color: transparent;
    border-bottom: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    text-decoration: none;
    background-color: #f3f3f3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active:hover a{
    color: #92d102;
    background-color: transparent;
  }

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


/* ==========================================================================
   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 a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* 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 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

/* Labels and Legends */
label {
    display: block;
    width: auto;
    font-weight: bold;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    color: #414141;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
/*.hs-form-field > label {*/
/*    color: #fff !important;*/
/*}*/
/*.hs-form-field > label {*/
/*    color: #fff !important;*/
/*}*/

.footer-container .hs_email > label {
    color: white;
}

/* 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 {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 14px 10px 13px 10px;
    color: #999;
    font-size: 13px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 18px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

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 {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

h3.form-title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold;
}
.hs-form-field{
    margin-bottom: 18px;

}
.hs-input.invalid.error{
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
ul.hs-error-msgs.inputs-list {
    margin: 0
}
ul.hs-error-msgs.inputs-list label{
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px;
    color: red;
}
span.hs-form-required {
    color: red;
}
.one-column .body-container input[type="text"],
.one-column .body-container input[type="password"], 
.one-column .body-container input[type="datetime"], 
.one-column .body-container input[type="datetime-local"], 
.one-column .body-container input[type="date"], 
.one-column .body-container input[type="month"], 
.one-column .body-container input[type="time"], 
.one-column .body-container input[type="week"], 
.one-column .body-container input[type="number"], 
.one-column .body-container input[type="email"], 
.one-column .body-container input[type="url"],
.one-column .body-container input[type="search"], 
.one-column .body-container input[type="tel"],
.one-column .body-container input[type="color"],
.one-column .body-container input[type="file"],
.one-column .body-container textarea,
.one-column .body-container select {
  width: 50% !important;
}

#hs-pwd-widget-password {
    height: auto !important;
    margin-bottom: 18px;
    margin-top: 0 !important;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
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{}

/* 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 {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== 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"] {
   /* margin-bottom: 18px; */
}
.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;
  padding: 0 15px;
  background: #555;
  color: #fff;
  border: none;
  text-shadow: 0 -1px 0 #3574e3;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0;
  outline: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active{
    background-color: #599eeb;
    background-image: linear-gradient(to bottom, #3574e3,#599eeb);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
}
.actions{
    /* margin-top: 18px; */
    margin-bottom: 18px;
    padding: 0px 0 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/* =============== 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 {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/*************Et Icons**********/

.et-mobile, .et-laptop, .et-desktop, .et-tablet, .et-phone, .et-document, .et-documents, .et-search, .et-clipboard, .et-newspaper, .et-notebook, .et-book-open, .et-browser, .et-calendar, .et-presentation, .et-picture, .et-pictures, .et-video, .et-camera, .et-printer, .et-toolbox, .et-briefcase, .et-wallet, .et-gift, .et-bargraph, .et-grid, .et-expand, .et-focus, .et-edit, .et-adjustments, .et-ribbon, .et-hourglass, .et-lock, .et-megaphone, .et-shield, .et-trophy, .et-flag, .et-map, .et-puzzle, .et-basket, .et-envelope, .et-streetsign, .et-telescope, .et-gears, .et-key, .et-paperclip, .et-attachment, .et-pricetags, .et-lightbulb, .et-layers, .et-pencil, .et-tools, .et-tools-2, .et-scissors, .et-paintbrush, .et-magnifying-glass, .et-circle-compass, .et-linegraph, .et-mic, .et-strategy, .et-beaker, .et-caution, .et-recycle, .et-anchor, .et-profile-male, .et-profile-female, .et-bike, .et-wine, .et-hotairballoon, .et-globe, .et-genius, .et-map-pin, .et-dial, .et-chat, .et-heart, .et-cloud, .et-upload, .et-download, .et-target, .et-hazardous, .et-piechart, .et-speedometer, .et-global, .et-compass, .et-lifesaver, .et-clock, .et-aperture, .et-quote, .et-scope, .et-alarmclock, .et-refresh, .et-happy, .et-sad, .et-facebook, .et-twitter, .et-googleplus, .et-rss, .et-tumblr, .et-linkedin, .et-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.et-mobile::before {
    content: "";
}
.et-laptop::before {
    content: "";
}
.et-desktop::before {
    content: "";
}
.et-tablet::before {
    content: "";
}
.et-phone::before {
    content: "";
}
.et-document::before {
    content: "";
}
.et-documents::before {
    content: "";
}
.et-search::before {
    content: "";
}
.et-clipboard::before {
    content: "";
}
.et-newspaper::before {
    content: "";
}
.et-notebook::before {
    content: "";
}
.et-book-open::before {
    content: "";
}
.et-browser::before {
    content: "";
}
.et-calendar::before {
    content: "";
}
.et-presentation::before {
    content: "";
}
.et-picture::before {
    content: "";
}
.et-pictures::before {
    content: "";
}
.et-video::before {
    content: "";
}
.et-camera::before {
    content: "";
}
.et-printer::before {
    content: "";
}
.et-toolbox::before {
    content: "";
}
.et-briefcase::before {
    content: "";
}
.et-wallet::before {
    content: "";
}
.et-gift::before {
    content: "";
}
.et-bargraph::before {
    content: "";
}
.et-grid::before {
    content: "";
}
.et-expand::before {
    content: "";
}
.et-focus::before {
    content: "";
}
.et-edit::before {
    content: "";
}
.et-adjustments::before {
    content: "";
}
.et-ribbon::before {
    content: "";
}
.et-hourglass::before {
    content: "";
}
.et-lock::before {
    content: "";
}
.et-megaphone::before {
    content: "";
}
.et-shield::before {
    content: "";
}
.et-trophy::before {
    content: "";
}
.et-flag::before {
    content: "";
}
.et-map::before {
    content: "";
}
.et-puzzle::before {
    content: "";
}
.et-basket::before {
    content: "";
}
.et-envelope::before {
    content: "";
}
.et-streetsign::before {
    content: "";
}
.et-telescope::before {
    content: "";
}
.et-gears::before {
    content: "";
}
.et-key::before {
    content: "";
}
.et-paperclip::before {
    content: "";
}
.et-attachment::before {
    content: "";
}
.et-pricetags::before {
    content: "";
}
.et-lightbulb::before {
    content: "";
}
.et-layers::before {
    content: "";
}
.et-pencil::before {
    content: "";
}
.et-tools::before {
    content: "";
}
.et-tools-2::before {
    content: "";
}
.et-scissors::before {
    content: "";
}
.et-paintbrush::before {
    content: "";
}
.et-magnifying-glass::before {
    content: "";
}
.et-circle-compass::before {
    content: "";
}
.et-linegraph::before {
    content: "";
}
.et-mic::before {
    content: "";
}
.et-strategy::before {
    content: "";
}
.et-beaker::before {
    content: "";
}
.et-caution::before {
    content: "";
}
.et-recycle::before {
    content: "";
}
.et-anchor::before {
    content: "";
}
.et-profile-male::before {
    content: "";
}
.et-profile-female::before {
    content: "";
}
.et-bike::before {
    content: "";
}
.et-wine::before {
    content: "";
}
.et-hotairballoon::before {
    content: "";
}
.et-globe::before {
    content: "";
}
.et-genius::before {
    content: "";
}
.et-map-pin::before {
    content: "";
}
.et-dial::before {
    content: "";
}
.et-chat::before {
    content: "";
}
.et-heart::before {
    content: "";
}
.et-cloud::before {
    content: "";
}
.et-upload::before {
    content: "";
}
.et-download::before {
    content: "";
}
.et-target::before {
    content: "";
}
.et-hazardous::before {
    content: "";
}
.et-piechart::before {
    content: "";
}
.et-speedometer::before {
    content: "";
}
.et-global::before {
    content: "";
}
.et-compass::before {
    content: "";
}
.et-lifesaver::before {
    content: "";
}
.et-clock::before {
    content: "";
}
.et-aperture::before {
    content: "";
}
.et-quote::before {
    content: "";
}
.et-scope::before {
    content: "";
}
.et-alarmclock::before {
    content: "";
}
.et-refresh::before {
    content: "";
}
.et-happy::before {
    content: "";
}
.et-sad::before {
    content: "";
}
.et-facebook::before {
    content: "";
}
.et-twitter::before {
    content: "";
}
.et-googleplus::before {
    content: "";
}
.et-rss::before {
    content: "";
}
.et-tumblr::before {
    content: "";
}
.et-linkedin::before {
    content: "";
}
.et-dribbble::before {
    content: "";
}

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


/*----------- Products -----------------*/

.hs-products .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-products .body-container {
    padding-top: 0;
    padding-bottom: 0;
}
.custom-product-title,
.custom-service-title{
    margin-top: 120px;
    margin-bottom: 65px;
}
.custom-product-title h2,
.custom-service-title h2{
    text-align: center;
    font-weight: 600;
    color: #393939;
    margin: 0;
}
.custom-product-row-one-flexi,
.custom-product-row-three-flexi{
    margin-bottom: 120px;
}   
.custom-product-row-two-flexi{
    margin-top: 120px;
    margin-bottom: 120px;
}
.custom-product-row-one-flexi .hs_cos_wrapper_type_widget_container,
.custom-product-row-two-flexi .hs_cos_wrapper_type_widget_container,
.custom-product-row-three-flexi .hs_cos_wrapper_type_custom_widget{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 10px;
}
.custom-products-wrapper {
    width: 30.650%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4%;
}
.custom-product-row-one-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-products-wrapper,
.custom-product-row-two-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-products-wrapper{
    margin-right: 0;
}
.custom-products-image-wrapper img {
    width: 100%;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px dashed #e3e3e3;
    float: left;
}
.custom-products-image-wrapper h5 {
    text-transform: uppercase;
    text-align: center;
}
.product-content-wrapper{
    text-align: center;
}
.product-content-wrapper p{
    margin: 0;
}
.custom-product-row-three-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-services-wrapper {
    margin-right: 0;
}
.custom-services-wrapper {
    width: 30.650%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-right: 4%;
    float: left;
}
.custom-services-icon-wrapper {
    text-align: center;
    margin-top: 4px;
}
.custom-services-icon-wrapper h5{
    text-transform: uppercase;
}
.custom-services-icon-wrapper i {
    color: #393939;
    font-size: 30px;
    font-family: 'et-line';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.et-cloud:before {
    content: "\e04b";
}
.et-mic:before {
    content: "\e03a";
}
.et-notebook:before {
    content: "\e00a";
}
.product-services-content-wrapper {
    text-align: center;
}
.product-services-content-wrapper p{
    margin-bottom: 0;
}

/*------------- Services -----------------*/

.hs-services .body-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.custom-service-banner-wrapper {
    padding: 100px 0px 60px 0px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #999;
}
.custom-service-section-header {
    padding-left: 10px;
    padding-right: 10px;
}
.custom-service-section-header h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}
.custom-service-section-header p {
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 21px;
    font-style: normal;
    text-transform: none;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}
.custom-services-row-one-flexi {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.hs-tabber-tabs {
    margin: 0;
    list-style: none;
    padding: 0 0 0 23%;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.hs-tabber-tabs li {
    color: #ccc;
    float: left;
    padding: 40px 10px 10px 10px;
    position: relative;
    margin: 0 52px;
    border: none;
}
.hs-tabber-tabs li:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.hs-tabber-tabs li a{
    color: #ccc;
    display: inline-block;
}
.hs-tabber-tabs li a::before  {
    font-size: 59px;
    text-align: center;
    display: block;
    padding: inherit;
    border: none;
    padding-bottom: 5px;
    padding-top: 58px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    font-family: 'Simple-Line-Icons';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    height: 104px;
}
.hs-tabber-tabs li.calixta a::before{
    content: "\e03c";
}
.hs-tabber-tabs li.aurolog a::before{
    content: "\e022";
}
.hs-tabber-tabs li.gestii a::before{
    content: "\e096";
}
.hs-tabber-tabs li.servicios a::before{
    content: "\e067";
}
.hs-tabber-tabs li + li {
    margin-left: -1px;
}
.hs-content {
    padding: 30px 0 0;
    margin-bottom: 120px;
}
.hs-content p img {
    float: left;
    margin-top: 20px;
    margin-right: 18px;
    margin-bottom: 20px;
}
.hs-content h2 {
    padding-top: 22px;
}
.hs-content p {
    font-size: 16px;
    font-weight: normal;
}
.hs-tab.active {
    border-bottom: 2px solid #59abe3;
    color: #59abe3;
}
.hs-tabber-tabs li.active a {
    color: #59abe3;
}
.hs-content h4 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px;
}
.hs-content h4 a {
    color: #393939;
}
.hs-content h4 a:hover{
    text-decoration: none;
    color: #ccc;
}
.hs-content p {
    font-size: 16px;
    font-weight: normal;
}
.hs-content h5{
    color: #999;
    font-weight: 400;
}

/*-------------- Cloud ------------------*/
 .hs-cloud .body-container{
     padding: 0
 }
 .custom-cloud-row-one-flexi{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 120px;
 }
.custom-cloud-row-one-flexi .hs_cos_wrapper_type_widget_container{
    display: block;
    margin: 0 -15px;
}
.custom-cloud-row-one-title {
    margin-top: 120px;
}
.custom-cloud-row-one-title h1 {
    margin-bottom: 65px;
    text-align: center;
    font-weight: 600;
}
.custom-cloud-row-one-title h1 em {
    margin: 0 auto;
    width: 70%;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 20px;
}
.four-col {
    width: 25%;
    padding-right: 4%;
    padding-left: 4%;
    margin: 0;
    border-right: 1px solid #f7f7f7;
    float: left;
}
.four-col-image-wrapper img {
    padding: 20px;
    border: 4px solid #f3f3f3;
    border-radius: 100%;
    margin-bottom: 30px;
}
.four-col-image-wrapper h4 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 6px;
}
.four-col-image-wrapper h4 a {
    color: rgb(80, 118, 187);
}
.four-col-image-wrapper h4 a:hover{
    text-decoration: none;
    color: #ccc;
}
.four-col-content-wrapper {
    text-align: center;
    margin-bottom: 46px;
}

/*------------- Bottom Pane --------------------*/

.custom-bt-products-row {
   text-align: center;
   padding: 120px 0px;
   background: #f3f3f3;
}

.custom-bt-products-row h2 {
   text-transform: uppercase;
   font-size: 27px;
   line-height: 32px;
   margin-bottom: 20px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   color: #393939;
   margin: 0 0 20px;
}
.three-col-equal-for-products {
   padding-top: 20px;
   margin: 0 -5px;
}
.three-col-equal-for-products .column-group {
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   /*width: 30.650%;*/
   width: 29.834%;
   margin-right: 4%;
}
.three-col-equal-for-products .column-group.right {
   margin-right: 0;
}
.three-col-equal-for-products .col-inner-group {
   width: 100%;
   padding: 47px 40px 55px 40px;
   background: #fff;
   text-align: center;
   -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.16);
   -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.16);
   box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.16);
}
.three-col-equal-for-products .col-inner-group p {
   font: 14px 'Open Sans', sans-serif;
   font-weight: normal;
   line-height: 23px;
}
.product-img img {
   margin-bottom: 5px;
}
.seemore-btn {
   margin: 0;
   padding: 0;
}
.seemore-btn a {
   color: #fff;
   font-size: 13px;
   padding: 10px 25px;
   border-radius: 3px;
   white-space: nowrap;
   background: #393939;
   transition: all 0.3s ease;
   display: inline-block;
}
.seemore-btn a:hover {
   color: #fff;
   background: #999;
}
.three-col-equal {
   margin: 60px -15px 0;
}
.three-col-equal .column-group {
   float: left;
   width: 30.650%;
   margin-right: 4%;
   padding-left: 10px;
   padding-right: 10px;
}
.three-col-equal .column-group.right {
   margin-right: 0
}
.three-col-equal .left-icon {
   width: 30px;
   height: 30px;
   float: left;
   margin: 5px 25px 50px 0;
}
.three-col-equal .left-icon i {
   font-size: 30px;
   color: #5076bb;
   float: left;
   margin-right: 25px;
   margin-bottom: 50px;
}
.three-col-equal .column-group h4 {
   margin: 0 0 10px;
}
.three-col-equal .column-group p:last-child {
   margin: 0;
}

/*------------- Two Column Left With Bottom Pane --------------------*/
.hs-two-col-left-with-bottom-pane .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-two-col-left-with-bottom-pane .body-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.custom-two-col-left.left-flexi {
    margin-top: 106px;
    padding-left: 10px;
    padding-right: 12px;
    margin-bottom: 156px;
}
.custom-two-col-left.right-flexi {
    padding-top: 40px;
    margin-top: 86px;
    padding-left: 25px;
    padding-right: 10px;
}
.custom-two-col-left.right-flexi h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.custom-two-col-left.right-flexi a.yellow-button {
    color: #FFF;
    background-color: #F90;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    line-height: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #F90;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    margin-bottom: 21.74px;
}
.custom-two-col-left.right-flexi a.yellow-button:hover{
    color: #f7f7f7;
    border-color: #e08700;
    background-color: #e08700;
}

/*------------- Two Column Equal With Bottom Pane ----------------*/

.hs-two-col-equal-with-bottom-pane .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-two-col-equal-with-bottom-pane .body-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.custom-two-col-equal.right-flexi {
    padding-left: 25px;
    padding-right: 10px;
    margin-top: 40px;
}
.custom-two-col-equal.right-flexi h2 {
    font-family: Roboto, sans-serif;
    font-weight: normal;
}
.custom-two-col-equal.right-flexi h4 {
    font-weight: 500;
}
.custom-two-col-equal.right-flexi ul {
    margin-bottom: 50px;
}
.custom-two-col-equal.right-flexi ol {
    margin: 0;
    list-style: none;
}
.custom-two-col-equal.right-flexi ol li {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.custom-two-col-equal.right-flexi ol li i {
    color: #ccc;
    font-size: 30px;
    float: left;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    margin-right: 25px;
    margin-top: 4px;
    transition: all 0.3s ease;
}
.custom-two-col-equal.right-flexi ol li i:hover{
    color: #393939;
}
.custom-two-col-equal.right-flexi ol li h4 {
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #393939;
}
.custom-two-col-equal.right-flexi ol li:nth-child(even) {
    margin-right: 0;
}
.custom-two-col-equal.right-flexi ol li p:last-child {
    margin-bottom: 0;
}
.custom-two-col-equal-row-one-wrapper {
    margin-bottom: 76px;
}
.custom-two-col-equal.left-flexi {
    padding-left: 10px;
    padding-right: 12px;
}
.custom-two-col-equal.right-flexi .hs_cos_wrapper.hs_cos_wrapper_widget p a {
    color: #FFF;
    background-color: #08c;
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    margin-bottom: 21.74px;
    margin-top: 6px;
}
.custom-two-col-equal.right-flexi .hs_cos_wrapper.hs_cos_wrapper_widget p a:hover{
    color: #f7f7f7;
    background-color: #0074ad;
}
.custom-two-col-equal.right-flexi .hs_cos_wrapper.hs_cos_wrapper_widget p{
    margin-bottom: 0;
}

/*-------------- Full Width ------------------*/

.hs-full-width .body-container {
    padding-top: 38px;
}
.custom-full-width-row-one-flexi {
    padding: 0 10px;
}

/*-------------- Contact Us -----------------*/
.hs-contact-us .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-contact-us .body-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
}
.custom-contact-us-row-one-wrapper {
    padding-top: 120px;
}
.custom-form-wrapper {
    padding: 0 10px;
}
.custom-contact-form h3.form-title {
    margin-bottom: 20px;
}
.custom-contact-form {
    padding-right: 61px;
}
.custom-contact-form form textarea.hs-input {
    min-height: 48px;
    padding: 5px 5px 4px 5px;
}
.custom-contact-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field {
    display: none;
}
.custom-contact-form .hs_i_m_interested.field.hs-form-field ul {
    margin: 0;
    padding: 6px 0 0 5px !important;
}
.custom-contact-form .hs_i_m_interested.field.hs-form-field ul .hs-input {
    margin: 3px 5px 3px 0px;
}
.custom-contact-form .hs_i_m_interested.field.hs-form-field ul span {
    font-weight: normal;
}
.custom-contact-form .hs_volumen_aprox.field.hs-form-field .hs-field-desc {
    margin: 0px 0px 2px 0px;
    font-size: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #aaa;
    line-height: 1;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}
.custom-contact-form .hs_volumen_aprox.field.hs-form-field select.hs-input{
    height: 27px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
}
.custom-contact-address .hs_cos_wrapper_type_rich_text {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 21px;
    display: block;
    margin-left: 18px !important;
}
.custom-contact-address h4 {
    margin-bottom: 10px;
}
.custom-contact-address ul {
    margin-bottom: 0;
}

/*----------- Two Col Left ------------*/

.hs-two-col-left .body-container {
    padding-top: 0;
    padding-bottom: 0;
}
.custom-two-col.left-flexi {
    padding: 0 8px 0 5px;
    margin-top: 120px;
    margin-bottom: 138px;
}
.custom-two-col.left-flexi p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

/*----------- Two Column Left Custom Module ------------------*/

.two-col-left {}
.two-col-left .column-group {
   float: left;
   padding: 0 10px;
   min-height: 1px;
}
.two-col-left .column-group.left {
   width: 40%;
   margin-right: 4%;
}
.two-col-left .column-group.right {
   width: 56%;
   padding-top: 40px;
}
.two-col-right {}
.two-col-right .column-group {
   float: left;
   padding-left: 10px;
   padding-right: 10px;
}
.two-col-right .column-group h4 {
   font-family: 'Roboto', sans-serif;
   color: #393939;
   font-size: 18px;
   font-weight: 300;
   font-style: normal;
   line-height: 25px;
   margin: 0 0 25px;
}
.two-col-right .column-group h4 a {
   color: #393939;
   text-decoration: none;
}
.two-col-right .column-group h4 a:hover{
    text-decoration: none;
    color: #ccc;
}
.two-col-right .column-group h4 i.fa {
   color: #393939;
   font-size: 10px;
   border: 1px solid #393939;
   border-radius: 100%;
   width: 20px;
   height: 20px;
   text-align: center;
   vertical-align: middle;
   line-height: 18px;
   margin-right: 12px;
}
.two-col-right .column-group.left {
   width: 56%;
   margin-right: 4%;
   padding-top: 86px;
   padding-bottom: 80px;
}
.two-col-right .column-group.right {
   width: 40%;
   padding-top: 126px;
}
.two-col-right.with-left-img {
   padding-bottom: 5px;
}
.two-col-right .column-group h4:last-child {
   margin-bottom: 0;
}
.two-col-equal {
   margin: 0 -10px;
}
.two-col-equal.for-image {
   margin: 0 -10px;
}
.two-col-equal .column-group {
   padding: 0 10px;
   width: 50%;
   float: left;
}
h6.custom-orange-btn {
   margin: 0 0 21.74px;
   padding: 0;
}
.custom-orange-btn a {
   color: #FFF;
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   line-height: normal;
   padding: 18px 25px;
   border-radius: 5px;
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px 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;
   transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   background-color: #F90;
   margin: 7px 0 0;
   text-decoration: none;
}
.custom-orange-btn a:hover {
   color: #f7f7f7;
   background-color: #e08700;
}
h6.custom-bluebg-btn {
   margin: 0;
   padding: 0;
}
.custom-bluebg-btn a {
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   line-height: normal;
   padding: 18px 25px;
   border-radius: 5px;
   display: inline-block;
   margin-bottom: 0;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px 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;
   transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   text-decoration: none;
   color: #FFF;
   background-color: #08c;
}
.custom-bluebg-btn a:hover {
   color: #f7f7f7;
   background-color: #0074ad;
}
.custom-lightgraybg-btn {
   margin: 0;
   padding: 0;
}
.custom-lightgraybg-btn a {
   color: #5076bb;
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   background: rgba(255,255,255,0.85);
   padding: 14px 35px;
   border-radius: 3px;
   transition: all 0.3s ease;
   display: inline-block;
}
.custom-lightgraybg-btn a:hover {
   background: rgba(255,255,255,1);
}
.custom-bluebg-btn.small a {
   font-size: 14px;
   padding: 14px 20px 11px;
   margin-bottom: 21.74px;
}
h6.custom-bluebg-btn.small.dark a {
    color: #FFF;
    border-color: #08c;
    background-color: #08c;
    font-size: 14px;
    padding: 14px 20px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}
h6.custom-bluebg-btn.small.dark a:hover,
h6.custom-bluebg-btn.small.dark a:focus{
    color: #f7f7f7;
    border-color: #0074ad;
    background-color: #0074ad;
    border: 1px solid transparent;
    text-decoration: none;
}
h6.custom-bluebg-btn.small.dark a:active{
    color: #f2f2f2;
    border-color: #006da3;
    background-color: #006da3;
}
.custom-graybg-btn {
   margin: 0;
   padding: 0;
}
.custom-graybg-btn a {
   color: #666;
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   padding: 18px 25px;
   border-radius: 5px;
   display: inline-block;
   margin-bottom: 0;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid rgba(0,0,0,.1);
   background-color: #EBEBEB;
   box-sizing: border-box;
   word-wrap: break-word;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   line-height: normal;
   transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   margin-bottom: 21.74px;
}
.custom-graybg-btn a:hover{
    color: #5e5e5e;
    background-color: #dcdcdc;
}

/*------------------ Rss Listing ----------------*/

.hs-rss-post-wrapper {
   padding: 0 5px;
}
.hs-rss-post-wrapper .hs-rss-item {
   margin: 0;
   box-shadow: 0px 0px 0px 1px rgba(224,224,224,0.5) inset;
   text-align: center;
   padding-bottom: 45px;
   width: 22.85%;
   margin-right: 2%;
   float: left;
}
.hs-rss-post-wrapper .hs-rss-item:hover {
   background: #fafafa;
}
.hs-rss-featuredimg-group {
   height: 213px;
   position: relative;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center 10px;
}
.hs-rss-featuredimg-group img {
   visibility: hidden;
   opacity: 0;
}
h4.hs-rss-title {
   color: #fff;
   margin: -44px 0px 0px 0px;
   padding: 12px 20px;
   line-height: normal;
   width: 100%;
   background: rgba(57,57,57,0.5);
   text-align: center;
   font-weight: 600;
   transition: all 0.3s ease;
   overflow: hidden;
   position: relative;
}
.hs-rss-post-wrapper .hs-rss-item:hover h4.hs-rss-title {
   background: rgba(57,57,57,0.7);
}
.hs-rss-content {
   padding: 35px 40px 30px 40px;
   text-align: center;
   color: #999;
   margin: 0;
}
.hs-rss-more-btn {
   color: #999;
   font-size: 13px;
   padding: 9px 30px;
   border-radius: 25px;
   white-space: nowrap;
   border: 1px solid #e3e3e3;
   transition: all 0.3s ease;
}
.hs-rss-more-btn:hover {
   color: #999;
   background: #f3f3f3;
   border: 1px solid #fff;
}

/*-------------- Footer_V2 ----------------*/

.custom-home-footer {
    padding: 100px 0px 0px 0px;
    background: #272727;
    color: #999;
}
.custom-home-bottom-footer {
    margin-top: 59px;
}
.custom-home-bottom-footer .page-center {
    padding: 30px 0px 35px 0px;
    border-top: 1px solid rgba(225,225,225,0.05);
}
.custom-home-copyright p {
    margin: 0;
    font-size: 13px;
    color: #727272;
}
.custom-aviso {
    text-align: right;
    font-size: 13px;
    color: #727272;
}
.custom-aviso a{
   color: #727272;
   transition: all 0.3s ease;
}
.custom-aviso a:hover{
    color: #999;
}
.custom-home-top-footer h3 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    /* margin-bottom: 18px; */
    font-weight: normal;
}
.custom-acerca {
    padding-right: 80px;
    position: relative;
}
.custom-acerca::before {
    content: "";
    right: 36px;
    border-right: 1px solid rgba(225,225,225,0.05);
    position: absolute;
    height: 100%;
}
.custom-acerca p {
    margin-bottom: 0;
}
.custom-productos {
    border-right: 1px solid rgba(225,225,225,0.05);
}
.custom-productos .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-left: -26px;
}
.custom-productos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 50%;
    float: left;
}
.custom-productos ul li {
    padding: 2px 0px;
}
.custom-productos ul li a {
    color: #999;
    transition: all 0.3s ease;
}
.custom-productos ul li a:hover{
    color: #fff;
}
.custom-home-footer-video{
    position: relative;
}
.custom-home-footer-video::before {
    content: "";
    right: 35px;
    border-right: 1px solid rgba(225,225,225,0.05);
    position: absolute;
    height: 100%;
}
.custom-home-footer-video a {
    background: rgb(237,156,40);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    display: inline-block;
    line-height: 1.5em;
    padding: 6px 18px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    text-align: center;
    font-family: sans-serif;
}
.custom-home-footer-video a:hover{
    background: rgb(255,171,44);
    color: rgb(255,255,255);
}
.custom-home-social-icons .hs_cos_wrapper_type_raw_html{
    display: block;
    margin-left: -25px;
}
.custom-home-social-icons ul.social-icons::after, .custom-home-social-icons ul.social-icons::before {
    content: "";
    display: block;
    clear: both;
}
.custom-home-social-icons ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.custom-home-social-icons ul.social-icons li {
    float: left;
    padding: 0px;
    margin: 0px 8px 8px 0px;
}
.custom-home-social-icons ul.social-icons li a {
    color: #999;
    transition: all 0.3s ease;
}
.custom-home-social-icons ul.social-icons li a i {
    color: #727272;
    background: none;
    border: 1px solid rgba(225,225,225,0.2);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;
    vertical-align: middle;
    transition: all 0.3s ease;
}
.custom-home-social-icons ul.social-icons li a i:hover {
    color: #fff;
    background: rgba(225,225,225,0.2);
}
.custom-home-social-icons ul.home-contact {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.custom-home-social-icons ul.home-contact li a {
    color: #ddd;
}
.custom-home-social-icons ul.home-contact li a:hover{
    text-decoration: none;
    color: #ccc;
}
.custom-home-social-icons ul.home-contact li a i {
    margin-right: 4px;
}

/*---------- Home Slider --------------*/

.custom-home-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0 0 4px;
    height: 649px;
}

.custom-home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    display: block;
    height: 100%;
}

.custom-home-slider .hs_cos_gallery_main .slick-list {
    max-height: 100%;
    height: 100%;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide {
    margin: 0;
    background-size: cover;
    background-position: center center;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper > img {
    margin-top: -67px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper > img {
    visibility: hidden;
    opacity: 0 !important;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    display: block;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
    position: absolute;
    background: transparent;
    max-width: 1150px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    height: auto;
    padding: 0;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
    /*transform: translateY(-50%);
    top: 54.2%;
    padding: 0 17px;*/
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 699px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h5 {
    color: #333;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 18px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 {
    font-family: 'Poppins';
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
    white-space: normal;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption blockquote {
    margin: 0;
    max-width: 725px;
    width: 100%;
    padding: 10px 0;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h3 {
    font-weight: 600;
    font-family: Poppins;
    font-size: 31px;
    line-height: 31px;
    color: rgb(231, 76, 60);
    margin: 0px;
    padding: 0;
    letter-spacing: 0px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
    color: #333;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 52px;
    white-space: normal;
    margin: 0 0 6px;
    padding: 0px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h1 {
    color: #333;
    font-family: Poppins;
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
    white-space: normal;
    margin: 0 0 16px;
    padding: 0px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .caption .column-group.right {
    text-align: right;
}

.custom-darkgraybg-btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    border-radius: 2px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    padding: 10px 25px;
    font-family: Poppins;
    font-size: 18px;
    transition: all 0.5s;
}

.custom-darkgraybg-btn:hover {
    color: #fff;
    background-color: #e74c3c;
    transition: all 0.5s;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img {
    display: block;
    float: left;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="Auronix_May2017/Images/MensajeEnmascarado.png"] {
    width: 318px;
    height: 642px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="/Auronix_May2017/Images/MockTienda.png"] {
    width: 290px;
    height: 584px;
    margin-top: 25px;
    margin-right: -25px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .two-col-equal {
    margin: 0 -18px;
    padding-top: 10px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.left {
    width: 51%;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.right {
    width: 49%;
    padding-top: 14.6%;
    position: relative;
    right: -27px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left {
    width: 45%;
    padding-top: 17.45%;
    padding-right: 16px;
    text-align: right;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.right {
    width: 55%;
    position: relative;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left h4 {
    font-family: Poppins;
    font-size: 28px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    margin: 0 0 14px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left h5 {
    margin: 0 0 12px;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 37px;
    margin-top: 83px;
}


.custom-home-slider .custom-alert-circle {
    text-align: center;
    letter-spacing: 0;
    width: 160px;
    height: 155px;
    padding: 48px 0px 0px;
    font-family: Poppins;
    font-size: 20px;
    line-height: 21px;
    color: rgb(255, 255, 255);
    background: rgb(231, 76, 60);
    border-radius: 50%;
    margin: 0px;
    display: block;
    position: absolute;
    left: 37.5%;
    transform: translateX(-50%);
    z-index: 9;
    top: 35px;
}

.custom-home-slider .custom-alert-circle strong {
    display: block;
    font-weight: 600;
    letter-spacing: -1px;
}

.custom-home-slider .custom-alert-circle strong:first-of-type {
    margin-top: 10px;
}

.custom-home-slider .hs_cos_gallery_main ul.slick-dots {
    margin: 0;
    bottom: 46px;
}

.custom-home-slider .hs_cos_gallery_main ul.slick-dots > li {
    margin: 0 8px 0 0;
    width: 10px;
    height: 10px;
}

.custom-home-slider .hs_cos_gallery_main ul.slick-dots > li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.custom-home-slider .hs_cos_gallery_main ul.slick-dots > li button:before {
    padding: 0;
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    color: transparent;
    background: transparent;
}

.custom-home-slider .hs_cos_gallery_main ul.slick-dots > li button:hover,
.custom-home-slider .hs_cos_gallery_main ul.slick-dots > li.slick-active button {
    background: #e74c3c;
}


.custom-home-slider .slick-arrow {
    width: 60px;
    height: 60px;
    z-index: 10000;
    top: 50%;
    margin-top: -30px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    border-radius: 2px;
    transform-origin: 0.00% 50% 0;
    transition: all 0.15s !important;
    -webkit-transition: all 0.15s !important;
    -moz-transition: all 0.15s !important;
    -ms-transition: all 0.15s !important;
    opacity: 0;
    visibility: hidden;
}

.custom-home-slider .hs_cos_gallery_main:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.custom-home-slider .slick-arrow:hover {
    background-color: #e74c3c;
}

.custom-home-slider .slick-prev {
    left: 20px !important;
}

.custom-home-slider .slick-next {
    right: 20px !important;
}

.custom-home-slider .slick-arrow:before, 
.custom-home-slider .slick-arrow:after {
    /*display: none !important;*/
    content: "" !important;
    opacity: 1 !important;
}

.custom-home-slider .slick-arrow.slick-prev:before, 
.custom-home-slider .slick-arrow.slick-prev:after {
    width: 5px;
    height: 15px;
    border-radius: 2px;
    left: 32px;
    position: absolute;
    top: 16px;
    display: block;
    transform: rotate(-40deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.15s !important;
    -webkit-transform: rotate(-40deg);
    -webkit-transform-origin: 50% 100% 0;
    -webkit-transition: -webkit-transform 0.15s !important;
    background-color: #fff;
}

.custom-home-slider .slick-arrow.slick-prev:before {
    top: 29px;
    left: 22px;
    transform-origin: 50% 0.00% 0;
    -webkit-transform-origin: 50% 0.00% 0;
}

.custom-home-slider .slick-arrow.slick-prev:after {
    left: 22px;
    transform-origin: 50% 100% 0;
    transform: rotate(40deg);
    -webkit-transform-origin: 50% 100% 0;
    -webkit-transform: rotate(40deg);
}

.custom-home-slider .slick-arrow.slick-prev:active:before {
    transform: translateX(-3px) rotate(-60deg);
    -webkit-transform: translateX(-3px) rotate(-60deg);
}

.custom-home-slider .slick-arrow.slick-prev:active:after {
    transform: translateX(-3px) rotate(60deg);
    -webkit-transform: translateX(-3px) rotate(60deg);
}


.custom-home-slider .slick-arrow.slick-next:before, 
.custom-home-slider .slick-arrow.slick-next:after {
    width: 5px;
    height: 15px;
    border-radius: 2px;
    left: 32px;
    position: absolute;
    top: 16px;
    display: block;
    transform: rotate(-40deg);
    transform-origin: 50% 100% 0;
    transition: transform 0.15s !important;
    -webkit-transform: rotate(-40deg);
    -webkit-transform-origin: 50% 100% 0;
    -webkit-transition: -webkit-transform 0.15s !important;
    background-color: #fff;
}

.custom-home-slider .slick-arrow.slick-next:after {    
    top: 29px;
    transform-origin: 50% 0.00% 0;
    transform: rotate(40deg);
    -webkit-transform-origin: 50% 0.00% 0;
    -webkit-transform: rotate(40deg);
}

.custom-home-slider .slick-arrow.slick-next:active:before {
    transform: translateX(3px) rotate(-60deg);
    -webkit-transform: translateX(3px) rotate(-60deg);
}

.custom-home-slider .slick-arrow.slick-next:active:after {
    transform: translateX(3px) rotate(60deg);
    -webkit-transform: translateX(3px) rotate(60deg);
}


.custom-reqtest-btn {
    color: #FFF;
    background-color: #FF675B;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    margin: 20px auto;
} 

.custom-reqtest-btn:hover {
    color: #f7f7f7;
    background-color: #ff4b3c;
}

/*-------------- Home ----------------*/

.hs-home .body-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.hs-home .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.custom-home-form-wrapper {
    padding: 0 10px;
}
.custom-home-form {
    margin-top: 50px;
    margin-bottom: 70px;
}
.custom-home-form h3.form-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}
.custom-home-form form .hs-richtext h3 {
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Open sans, sans-serif;
}
.custom-home-form form .hs-richtext h3 span {
    color: #ff0000;
}
.custom-home-form .hs-form-field {
    /* margin-bottom: 20px; */
}
.custom-home-form .hs_cu_l_es_tu_proyecto.field.hs-form-field{
    margin-bottom: 26px;
}
.custom-home-form .hs-form-field > label {
    font-size: 14px;
    font-family: Open sans, sans-serif;
    color: #727272;
    line-height: 23px;
    margin-bottom: 5px;
}
.custom-home-form .hs-input {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
    box-shadow: none;
    border-radius: 0;
    font-family: open sans, sans-serif !important;
}
.custom-home-form .hs-input:focus{
    box-shadow: none;
    border-color: #e0e0e0;
}
.custom-home-form textarea.hs-input {
    min-height: 200px;
    padding: 2px;
    border: 1px solid rgb(169, 169, 169);
}
.custom-home-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field{
    margin-bottom: 0;
}
.custom-home-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field ul{
    margin-left: 0;
    margin-bottom: 0;
}
.custom-home-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field .hs-input {
    display: none;
}
.custom-home-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field label{
    margin-bottom: 0;
}
.custom-home-form .hs_conoce_nuestro_aviso_de_privacidad_.field.hs-form-field span{
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: Open sans, sans-serif;
}
.custom-home-form .actions {
    padding: 0;
    margin: 0;
}
.custom-home-form .actions .hs-button {
    border-radius: 0;
    font-size: 14px;
    line-height: 35px;
    font-family: Open sans, sans-serif;
    font-weight: normal;
    background: #555;
    color: #fff;
    text-shadow: none;
}
.custom-home-form .actions .hs-button:hover,
.custom-home-form .actions .hs-button:focus{
    box-shadow: none;
    border: none;
}
.custom-home-form ul.hs-error-msgs.inputs-list label {
    color: red;
}
.custom-home-form ul.hs-error-msgs.inputs-list{
    margin: 0;
    font-size: 14px;
    font-family: Open sans, sans-serif;
}
.custom-home-row-six {
    margin-top: 248px;
}
.custom-home-row-five-wrapper {
    background: #f3f3f3;
    padding: 30px 0px 27px 0px;
}
.custom-home-row-five-title,
.custom-home-row-five-image-flexi {
    padding: 0 10px;
}
.custom-home-row-four-flexi {
    margin-bottom: 71px;
}
.custom-home-row-four-title h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #393939;
    margin-bottom: 40px;
}
.custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
    display: inline-block;
    width: 19%;
}
.custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image img {
    margin-top: 0.4em;
    margin-right: 18px;
}
.custom-home-row-four-title {
    margin-top: 110px;
    padding: 0 10px;
}
.custom-home-row-four-flexi .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -5px;
}
.custom-home-row-four-flexi .hs_cos_wrapper_type_custom_widget:nth-child(4n) .custom-solution-wrapper{
    margin-right: 0;
}
.custom-solution-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 22%;
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 38px;
}
.solution-image-wrapper img {
    margin-right: 18px;
    margin-bottom: 15px;
}
.solution-content-wrapper h3 {
    color: #393939;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 22px;
    font-weight: 300;
}
.solution-content-wrapper p a {
    color: #999;
    font-size: 13px;
    padding: 9px 20px;
    border-radius: 3px;
    white-space: nowrap;
    background: #f3f3f3;
    transition: all 0.3s ease;
}
.solution-content-wrapper p a:hover{
    color: #fff;
    background: #999;
}
.solution-content-wrapper p {
    margin-bottom: 0;
}
.custom-home-row-three-wrapper {
    padding: 35px 10px 30px 10px;
    text-align: center;
    background: #528AF2;
}
.custom-home-row-three-flexi h2 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.custom-home-row-three-flexi h2 i {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    margin-right: 10px;
}
.custom-home-row-three-flexi h2 strong {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.custom-home-row-three-flexi h2 strong a{
    color: #fff;
}
.custom-home-row-three-flexi h2 strong a:hover{
    text-decoration: none;
    color: #ccc;
}
.custom-home-row-two-wrapper {
    background-color: #f3f3f3;
    padding-top: 106px;
}
.custom-home-row-two-title {
    position: relative;
    padding: 0 5px;
}
.custom-home-row-two-title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #5472D2;
    width: 49%;
    bottom: 0;
}
.hs-home .two-col-equal {
    margin-bottom: 55px;
}
.custom-home-row-two-flexi {
    padding: 0 10px;
    margin-top: 69px;
}
.custom-home-row-two-flexi .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -5px;
}
.custom-home-row-two-title h1 {
    margin-bottom: 32px;
}
.custom-home-row-one-flexi {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 35px;
}

/*------------- Header V2-----------------*/

.custom-bottom-header.calixta {
    background: #fff;
    position: fixed;
    padding-top: 20px;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    z-index: 99;
}
.custom-bottom-header.calixta .custom-logo{
    padding-top: 0;
    padding-bottom: 15px;
}
.custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
}
.custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    padding-right: 0;
}
.custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #eb9532;
    transition: all 0.3s ease;
}
.fixed .custom-bottom-header.calixta {
    padding-top: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    background: rgba(255,255,255,.95);
}
.fixed .custom-bottom-header.calixta .custom-logo img {
    max-height: 40px;
    margin-top: 5px;
}
.fixed .custom-bottom-header.calixta .custom-logo{
    padding-bottom: 10px;
}
ul.custom-logo-list {
   margin: 61px 0px 0px;
   padding: 0px;
}

ul.custom-logo-list li{
   float: left;
   width: 19.30%;
   padding: 20px 0px;
   text-align: center;
   margin: 0 10px 10px 0;
   border: 1px solid #eee;
   vertical-align: middle;
   list-style: none;
}

ul.custom-logo-list li:last-child{
   margin-right: 0px;
}

ul.custom-logo-list ul li img{
   text-align: center;
   display: block;
   margin: 0 auto;
}
.custom-two-col-equal .content {
    overflow: hidden;
}
/*-------------Calixta --------------*/

.calixta-mms-layout .header-container-wrapper {
    min-height: 100px !important;
}

.calixta-mms-layout .body-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.calixtamms-desktop-content {
    padding: 0 10px;
}
.calixtamms-row1-group {
    background-color: #f2f2f2;
}
.calixtamms-row1-group .page-center {
    max-width: 1225px !important;
}
.calixtamms-row1-leftcol {
    padding-top: 155px;
}
.calixtamms-row1-leftcol h1 {
    font-family: Montserrat;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 0;
    line-height: normal;
}
.calixtamms-row1-leftcol h4 {
    letter-spacing: 3.6px;
    font-family: Montserrat;
    color: rgb(70, 203, 247);
    font-weight: normal;
    line-height: normal;
    margin-top: 1px;
}
.calixtamms-row1-leftcol p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    color: rgb(72, 72, 72);
    margin-top: 9px;
    padding-right: 250px;
}
.calixtamms-row1-leftcol h6.custom-skybluebg-btn.round a {
    letter-spacing: 3px;
    padding: 0px 25px;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 42px;
    color: rgb(255, 255, 255);
    background: rgb(70, 203, 247);
    border-radius: 21px;
    margin-top: 39px;
    display: inline-block;
    font-weight: normal;
}
.calixtamms-row1-rightcol {
    position: relative;
}
.calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget {
    display: block;
    margin-left: -33px;
}
.calixtamms-row1-rightcol img[src*="/Auronix_May2017/Images/MockTienda.png"] {
    position: absolute;
    top: -334px;
    width: 358px;
    height: 716px;
}
.calixtamms-row1-rightcol img[src*="/Auronix_May2017/Images/MockFactura.png"]{
    position: absolute;
    top: 105px;
    width: 355px;
    height: 708px;
    left: 114px;
}
.calixtamms-row1-leftcol {
    padding-bottom: 103px;
}
.calixtamms-desktop-content {
    overflow: hidden;
}
.calixtamms-row2-content {
    margin-top: 120px;
    padding: 0 10px;
    margin-bottom: 60px;
}
.calixtamms-row3-group {
    background-color: #f2f2f2;
}
.calixtamms-row3-leftcol {
    padding: 0 10px;
    padding-top: 86px;
    padding-bottom: 86px;
}
.calixtamms-row3-rightcol {
    padding-top: 167px;
    padding-left: 112px;
}
.calixtamms-row3-rightcol h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    font-weight: 300;
}
.calixtamms-row3-rightcol h4 a {
    color: rgb(57, 57, 57);
}
.calixtamms-row3-rightcol h4 a:hover{
    text-decoration: none;
    color: #ccc;
}
.calixtamms-row3-rightcol h4 i {
    color: #393939;
    font-size: 10px;
    border: 1px solid #393939;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 12px;
}
.calixtamms-mobile-content{
    display: none !important;
}

/*------------ Mms ----------------------*/

.hs-mms.about-services-page .body-container {
    padding-top: 50px;
}
.aboutservice-row1-btcol.mms {
    padding-top: 120px;
    padding-bottom: 60px;
}
.custom-mms-row-two-group {
    background: #f3f3f3;
    padding-top: 90px;
}
.aboutservice-bgimgrow-group.mms h2 {
    float: left;
}
.aboutservice-bgimgrow-group.mms a.custom-lightgraybg-btn {
    color: #5076bb;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255,255,255,0.85);
    padding: 14px 35px;
    border-radius: 3px;
    transition: all .3s ease;
    display: inline-block;
    float: right;
}

/*----------- Professional ---------------------*/

.hs-professional .body-container {
    padding-top: 0;
    padding-bottom: 120px;
}
.custom-professional-title {
    margin-top: 120px;
    text-align: center;
    
}
.custom-professional-title h2{
    font-weight: 600;
    margin-bottom: 65px;
}
.custom-professional-title h2 em {
    margin: 0 auto;
    width: 70%;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 20px;
}
.custom-professional-left-flexi {
    padding: 0 10px;
}
.custom-professional-left-flexi ul.hs-tabber-tabs {
    float: left;
    padding: 0;
    width: auto;
    border: none;
    text-align: left;
    margin-bottom: 0;
}
.custom-professional-left-flexi ul.hs-tabber-tabs li{
    display: block;
    padding: 0;
    margin: 0;
    float: none;
    border: none;
}
.custom-professional-left-flexi ul.hs-tabber-tabs li a{
    width: 350px;
    text-align: left;
    font-size: 16px;
    display: block;
    padding: 20px 0px 20px 25px;
    text-decoration: none;
    color: #727272;
    margin: 0px 0px 10px 0px;
    transition: all 0.3s ease;
    line-height: 23px;
}
.custom-professional-left-flexi ul.hs-tabber-tabs li a:hover{
    background: #eee;
}
.custom-professional-left-flexi ul.hs-tabber-tabs li.active a{
    background: #eee;
    color: #393939;
    border-right: 8px solid #393939;
}
.custom-professional-left-flexi li a::before{
    float: left;
    color: #999;
    font-size: 25px;
    margin-right: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    height: auto;
    font-family: fontawesome;
}
.custom-professional-left-flexi li.locución.profesional a::before {
    content: "\f130";
}
.custom-professional-left-flexi li.consultoría a::before{
    content: "\f0c0";
}
.custom-professional-left-flexi .hs-tabber-content {
    overflow: hidden;
    position: relative;
    text-align: left;
    border-left: 1px solid #e3e3e3;
    width: calc(100% - 350px);
    padding-left: 90px;
    float: left;
}
.custom-professional-left-flexi .hs-content {
    padding: 0;
    margin-bottom: 0;
}
.custom-professional-left-flexi .hs-content p img{
    float: none;
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 0;
}
.custom-professional-left-flexi .hs-content p{
    font-size: 14px;
    margin-bottom: 10px;
}
.custom-professional-left-flexi .hs-content h6 a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #7AABE3;
    padding: 9px 23px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.custom-professional-left-flexi .hs-content h6 a:hover{
    color: #fff;
    background: #393939;
}

/*------------ Justicia ------------------*/

.hs-grabacion-de-juicios-orales .hs-row1-wrapper.justicia {
    padding-top: 56px;
}
.hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column.justicia {
    margin-top: 70px;
}
.hs-grabacion-de-juicios-orales .hs-row2-wrapper.justicia {
    padding-top: 90px;
}

/*------------ Marketing -----------------*/

.aboutservice-row1-topcol.marketing #hs_cos_wrapper_widget_1495604104369{
    padding-bottom: 240px !important;
}
.aboutservice-row1-topcol.marketing #hs_cos_wrapper_widget_1495534529362 {
    padding-bottom: 92px !important;
    display: block !important;
}

.aboutservice-row1-topcol.marketing .img-group img[src*="/Auronix_May2017/Images/Calixta.jpg"]{
    float: right;
    margin-top: 58px;
}
.aboutservice-row1-topcol.marketing .img-group img[src*="/Auronix_May2017/Images/MensajeEncuesta3-e1461948157698-1.png"]{
    margin-left: 25px;
    margin-top: 10px;
}
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.left .content-group ul,
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.right .content-group ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.left .content-group ul li,
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.right .content-group ul li{
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0px;
    list-style: none;
}
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.left .content-group ul li i,
.aboutservice-row1-topcol.marketing .two-col-equal .column-group.right .content-group ul li i{
    color: #f9bf36;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 300;
}

/*--------------- Fancy Box---------------------*/

.fancybox-bg{
    background: rgba(0, 0, 0, 0.5);
}
.fancybox-container--ready .fancybox-bg{
    opacity: 1;
}
.hs-quienes-somos .slick-slide-inner-wrapper .caption.below h5 {
    display: block;
    color: #fff;
}
.hs-quienes-somos .hs-servicious-slider .slick-dots li.slick-active button{
    background: #333;
}
.custom-professional-left-flexi .hs-content div#player2-container audio#player2 {
    max-width: 100%;
    display: block;
    width: 100%;
}
body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .calixtamms-row1-rightcol form .hs-richtext p {
    font-size: 14px;
}
body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .calixtamms-row1-rightcol form {
    max-width: 295px;
}

.hs-quienes-somos .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-quienes-somos .hs-row5-right-wrapper.onecol_forty.last.videos-gallery-list p {
    margin-bottom: 0;
    color: #393939;
}
.hs-quienes-somos .hs-row5-right-wrapper.onecol_forty.last.videos-gallery-list p strong {
    font-size: 16px;
    font-family: Open sans, sans-serif;
    font-weight: normal;
    padding-top: 15px;
}
.hs-quienes-somos .body-container .hs-row5-right-wrapper.onecol_forty.last.videos-gallery-list .hs_cos_wrapper_type_raw_html{
    display: block;
    padding-right: 10px;
    margin-bottom: 20px !Important;
    padding-top: 20px;
}
.hs-quienes-somos .hs-row5-right-wrapper.onecol_forty.last.videos-gallery-list .hs_cos_wrapper_type_raw_html:hover{
    background: #f5f5f5;
}





/*============================================================================================================
                            /************ C- BOts Page Styling ******************/
  /*============================================================================================================*/ /* missing opening comment char*/

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group {
    padding: 30px 0 82px;
    overflow: hidden;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-top-col {
    text-align: center;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-top-col p {
    color: rgb(70, 203, 247);
    font-family: Montserrat;
    font-size: 26.9531px;
    letter-spacing: 5.39063px;
    line-height: normal;
    font-weight: normal;
}
body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-top-col h1 {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 60.1953px;
    line-height: normal;
    margin: 16px 0 15px;
    font-weight: normal;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol .form-title {
    display: none;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form {
    max-width: 261px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form .hs-richtext p span {
    color: #ff0000;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol {
    padding: 38px 0 0 62px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form .hs-richtext p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12.5781px;
    line-height: 17px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form label span.hs-form-required {
    color: #ff0000;
    margin-left: 3px;
}
body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form label {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 17px;
    font-size: 12.5781px;
    color: #727272;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form .hs-input {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    color: #999;
    font-size: 13px;
    line-height: 23px;
    box-shadow: none;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form {
    position: relative;
    z-index: 9;
}
body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form ul.hs-error-msgs.inputs-list label {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px;
    color: red;
}
body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form ul.hs-error-msgs.inputs-list {
    margin-top: -20px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form .actions {
    margin-top: 5px;
    padding-top: 0;
}


body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .calixtamms-row1-rightcol form .actions input.hs-button.primary.large {
    padding: 0 15px;
    cursor: pointer;
    height: 35px;
    background: #555;
    color: #fff;
    border: none;
    border-radius: 0;
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    box-shadow: none!important;
    text-shadow: none;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center {
    max-width: 1150px !important;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-leftcol {
    padding: 0 0 0 0;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-leftcol .hs_cos_wrapper_type_rich_text p {
    background: rgba(220, 220, 220, 0.5);
    color: #000;
    font-family: Montserrat;
    font-size: 19.7656px;
    line-height: normal;
    font-weight: normal;
    padding: 18px;
    margin: 0 0 19px;
    position: relative;
    z-index: 9;
    display: inline-block;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-leftcol .hs_cos_wrapper_type_rich_text {
    padding-top: 61px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-leftcol {
    padding: 0px 0 0 20px;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center {
    position: relative;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-bottom-col img.img1 {
    position: absolute;
    top: 213px;
    width: 398.906px;
    left: 50%;
    transform: translateX(-72%);
    z-index: 0;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-bottom-col img.img3 {
    position: absolute;
    top: 265px;
    width: 178px;
    left: 50%;
    transform: translateX(-70%);
    z-index: 0;
}

body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center .calixtamms-row1-bottom-col img.img2 {
    position: absolute;
    top: 578px;
    width: 378.242px;
    left: 50%;
    transform: translateX(-33%);
}


body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center {
     max-width: 1170px !important;
    padding: 0 10px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-leftcol .hs_cos_wrapper_type_rich_text {
    padding: 8px 0 12px 56px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group {
    padding: 0px 0 0px;
    overflow: hidden;
}
body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .calixtamms-row1-rightcol {
    padding: 0px 0 0 0px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin: 0;
    padding: 58px 0 0 19px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget h3 {
    letter-spacing: 5.4px;
    font-family: Montserrat;
    font-size: 27px;
    color: rgb(70, 203, 247);
    padding-left: 32px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 13px;
}
body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget {
    padding: 58px 0 0 19px;
}
body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget h1 {
    font-family: Montserrat;
    font-size: 37px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    line-height: normal;
    padding-left: 30px;
    margin: 0 0 2px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget h4 {
    font-family: Montserrat;
    font-size: 21px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin: 0;
    font-weight: normal;
    padding-left: 30px;
    margin: 0 0 2px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs-row1-right-col-col1 .hs_cos_wrapper.hs_cos_wrapper_widget  p {
    padding-left: 30px;
    font-family: Montserrat;
    font-size: 17px;
    color: rgb(147, 147, 147);
    line-height: 20px;
}

body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center .calixtamms-row1-rightcol .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    padding: 28px 0 0 49px;
}


.custom-mms-row-two-group .page-center .hs-mms-row2-right-col {
    width: 100%;
    max-width: 40%;
    margin-left: 0!important;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col {
    width: 100%;
    max-width: 56%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4%;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main .slick-track .slick-slide .slick-slide-inner-wrapper {
    display: block;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main .slick-track .slick-slide .slick-slide-inner-wrapper img {
    width: auto;
}
.custom-mms-row-two-group {
    background: #f3f3f3;
    padding-top: 86px;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    margin: 0 0 0 -30%;
    width: 60%;
    left: 50%;
    z-index: 15;
    bottom: 14px;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main ul.slick-dots li {
    margin: 1px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    background-color: grey;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main ul.slick-dots li button {
    display: none!important;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main ul.slick-dots li.slick-active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid grey;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-next.slick-arrow:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    display: block;
    padding: 0;
    content: '\203a';
    position: relative;
    top: -13px;
    display: block;
    margin: 0 auto;
    color: #59ABE3;
    opacity: 1;
}
.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-next.slick-arrow {
    left: auto;
    right: 0;
    position: absolute;
    padding: 0;
    top: 50%;
    bottom: 0;
    margin-top: -15px;
    width: 60px;
    height: 30px;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    text-align: center;
    color: #59ABE3;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-next.slick-arrow:hover,
.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-prev.slick-arrow:hover{
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
    color: #ccc;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-next.slick-arrow:before,
.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-prev.slick-arrow:before{
    color: inherit;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-prev.slick-arrow:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    display: block;
    padding: 0;
    position: relative;
    top: -13px;
    margin: 0 auto;
    color: #59ABE3;
    opacity: 1;
    content: '\2039';
    position: relative;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-prev.slick-arrow {
    position: absolute;
    padding: 0;
    top: 50%;
    bottom: 0;
    margin-top: -15px;
    width: 60px;
    height: 30px;
    opacity: .5;
    filter: alpha(opacity=50);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    text-align: center;
    color: #59ABE3;
    left: 0;
    z-index: 9;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-left-col .custom-mms-left-slider .hs_cos_gallery_main button.slick-arrow.slick-disabled {
    display: none!important;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-right-col {
    padding-top: 100px;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-right-col .custom-mms-right-group h4 {
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.custom-mms-row-two-group .page-center .hs-mms-row2-right-col .custom-mms-right-group h4 i.fa.fa-check {
    color: #393939;
    font-size: 10px;
    border: 1px solid #393939;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 12px;
}

.custom-mms-row-two-group .page-center .hs-mms-row2-right-col .custom-mms-right-group h6.custom-bluebg-btn {
    margin-top: 86px;
}

.hs-mms .custom-mms-row-two-group {
    background: #f3f3f3;
    padding-top: 86px;
    padding-bottom: 92px;
}
.hs-mms  div.ppt {
    text-align: center;
}

.hs-mms div.pp_default .pp_nav,
.hs-mms div.pp_default .pp_expand{
    display: none!important;
}

.hs-mms div.pp_pic_holder {
    z-index: 1000099999;
}

.hs-mms div.pp_overlay {
    z-index: 950099;
}

.hs-mms .pp_hoverContainer,
.hs-mms .pp_gallery{
    display: none!important;
}


/*=========================================================================
            Grud
  =========================================================================*/

/********Grabacion De Juicios Orales Css****************/


.hs-grabacion-de-juicios-orales .body-container {
    padding-left: 0;
    padding-right: 0px;
}
.hs-grabacion-de-juicios-orales .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-grabacion-de-juicios-orales .body-container * p:last-child {
    margin-bottom: 0;
}

.hs-grabacion-de-juicios-orales .aboutservice-bgimgrow-group div.hs_cos_wrapper {
    padding: 0px;
}

/**********Slider Styling************/

.custom-image-slider .hs_cos_wrapper_type_image_slider {
    overflow: visible; 
}
.custom-image-slider {
    position: relative;
    margin-bottom: 0px;
    box-shadow: 0 1px 5px 0 #4a4a4a;
}
.custom-image-slider .hs_cos_gallery_main {
    padding: 0;
}
.custom-image-slider .slick-slider {
    margin-bottom: 0;
}
.custom-image-slider .slick-dots {
    padding: 10px 0 3px;
    margin: 0;
}
.custom-image-slider ul.slick-dots {
    position: absolute !important;
    bottom: -40px !important;
    z-index: 9 !important;
}
.custom-image-slider .slick-prev:before,
.custom-image-slider .slick-next:before {
    content: none !important;
}

.custom-image-slider .slick-prev:after,
.custom-image-slider .slick-next:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/arrows.png) no-repeat;
    border: 0;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.custom-image-slider .slick-next:after {
    background-position: -30px 0;
}
.custom-image-slider .slick-next {
    right: 20px;
}
.custom-image-slider .slick-prev {
    left: 20px;
}

.custom-image-slider .slick-arrow {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.custom-image-slider .slick-prev, 
.custom-image-slider .slick-next {
    height: 30px;
    width: 30px;
    /*margin-top: 0px;*/
    z-index: 99999;
}

.custom-image-slider .slick-dots li button:before {
    content: none !important;
}
.custom-image-slider .slick-dots li button {
    display: none !important;
}
.custom-image-slider .slick-dots  li {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/bullets.png) no-repeat;
    border: 0;
    margin: 0 2px;
}
.custom-image-slider .slick-dots  li.slick-active {
    background-position: 0 -22px;
}

a.custom-lightgraybg-btn {
    color: #5076bb;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255,255,255,0.85);
    padding: 14px 35px;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: inline-block;
    float: right;
}
a.custom-lightgraybg-btn:hover {
    background: rgba(255,255,255,1);
}

.aboutservice-row2-content h2 {
    float: left;
}

.hs-grabacion-de-juicios-orales .hs-row1-wrapper {
    padding-top: 43px;
}
.hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column {
    margin-top: 64px;
    width: 50%;
    padding: 0 10px 0 5px;
}
.hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-right-column {
    width: 50%;
    margin-left: 0;
    padding: 0 5px 36px 10px;
}

.hs-grabacion-de-juicios-orales .hs-row2-wrapper {
    padding-top: 120px;
    margin-bottom: 120px;
}
.hs-grabacion-de-juicios-orales .hs-row2-wrapper .page-center {
    padding-left: 10px;
    padding-right: 10px;
}

.hs-grabacion-de-juicios-orales .hs-row3-wrapper {
    padding-bottom: 60px;
}
.hs-grabacion-de-juicios-orales .hs-row3-wrapper .hs-row3-top-heading {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}

.hs-grabacion-de-juicios-orales .hs-row4-wrapper {
    background: #f3f3f3;
}
.hs-grabacion-de-juicios-orales .hs-row4-wrapper .hs-row4-top-heading-wrapper {
    padding: 50px 0px 40px 0px;
}
.hs-grabacion-de-juicios-orales .hs-row4-wrapper .hs-row4-top-heading {
    width: 50%;
    margin: 0;
    padding: 0 50px 0 0;
    background: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/v-line.png) no-repeat right -15px;
}

.hs-grabacion-de-juicios-orales .hs-row5-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}
.hs-grabacion-de-juicios-orales .hs-row5-wrapper .page-center {
    padding-left: 10px;
    padding-right: 10px;
}
.hs-grabacion-de-juicios-orales .hs-row5-wrapper .hs-row5-top-heading.hs-top-heading {
    padding-bottom: 32px;
}

/**********Three Equal Column Styling*****/

.hs-three-col-equal {
    margin-bottom: 60px;
}
.hs-three-col-equal .column-group {
    width: 30.650%;
    float: left;
    margin-right: 4%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.hs-three-col-equal .column-group.right {
    margin-right: 0;
}

/**********Two Column Equal With Left Icon Styling*****/

.hs-two-col-equal-with-left-icon {
    padding: 50px 0px 40px 0px;
}
.hs-two-col-equal-with-left-icon .column-group {
    width: 50%;
    float: left;
}
.hs-two-col-equal-with-left-icon .column-group.left {
    padding-right: 50px;
    background: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/v-line.png) no-repeat right -15px;
}
.hs-two-col-equal-with-left-icon .column-group.right  {
    padding-left: 50px;
}
.hs-two-col-equal-with-left-icon span.left-icon {
    float: left;
    color: #59abe3;
    font-size: 50px;
    margin-right: 30px;
    margin-top: 10px;
}
.hs-two-col-equal-with-left-icon h4 {
    margin-bottom: 7px;
    line-height: 18px;
}

/*******Servicios Layout Styling************/

.hs-servicios-layout {}

.hs-servicios-layout .body-container {
    padding: 0;
}
.hs-servicios-layout .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}
.hs-servicios-layout .body-container * p:last-child {
    margin-bottom: 0;
}
.hs-servicios-layout .three-col-equal {
    margin-left: -10px;
    margin-right: -10px;
}

.hs-servicios-layout .hs-row1-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
}
.hs-servicios-layout .hs-three-col-equal {
    margin-left: -10px;
    margin-right: -10px;
}
.hs-servicios-layout .three-col-equal .left-icon i {
    color: #2974FF;
}
.hs-servicios-layout .hs-three-col-equal .column-group {
    text-align: center;
}

.hs-servicios-layout .hs-row2-wrapper {
    padding-bottom: 60px;
}
.hs-servicios-layout .hs-three-col-equal h5 {
    text-transform: uppercase;
}

.hs-servicios-layout .hs-row3-wrapper {
    padding: 115px 0px 120px 0px;
    text-align: center;
    background: #f3f3f3;
}
.hs-servicios-layout .hs-row3-wrapper .hs-top-heading h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-size: 27px;
    line-height: 32px;
}
.hs-servicios-layout .hs-row3-wrapper .hs-top-heading h2 em {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 7px;
}

.hs-servicios-layout .hs-row5-wrapper {
    padding: 120px 0px;
    background: #f3f3f3;
    text-align: center;
}
.hs-servicios-layout .hs-row5-wrapper h2 {
    font-weight: 600;
    margin-bottom: 65px;
    position: relative;
}
.hs-servicios-layout .hs-row5-wrapper h2:after {
    content: "";
    margin: 14px auto 0 auto;
    width: 90px;
    height: 2px;
    background: #59abe3;
    display: block;
}


/*******Slider Css********/

.hs-image-slider-with-bg {
    text-align: center;
    padding: 120px 0px;
    background: #393939 url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/site-img12.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hs-servicious-slider .slick-slide-inner-wrapper img {
    display: none !important;
}
.hs-servicious-slider .slick-slide-inner-wrapper .caption img {
    display: block !important;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto 18px;
}
.hs-servicious-slider .slick-slide-inner-wrapper .caption h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}
.hs-servicious-slider .slick-slide-inner-wrapper .caption h5 em {
    color: #999;
    font-size: 12px;
    font-style: normal;
    display: block;
    font-weight: 300;
    margin-top: -4px;
}
.hs-servicious-slider .slick-slide-inner-wrapper .caption p {
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    width: 66%;
    margin: 35px auto 25px auto;
}

.hs-servicious-slider .hs_cos_wrapper_type_image_slider {
    overflow: visible; 
}
.hs-servicious-slider {
    position: relative;
    margin-bottom: 0px;
}
.hs-servicious-slider .hs_cos_gallery_main {
    padding: 0;
}
.hs-servicious-slider .slick-slider {
    margin-bottom: 0;
}
.hs-servicious-slider .slick-dots {
    padding: 0;
    margin: 0;
}
.hs-servicious-slider ul.slick-dots {
    position: absolute !important;
    bottom: -70px !important;
    z-index: 999 !important;
}
.hs-servicious-slider .slick-dots li button:before {
    content: none;
}
.hs-servicious-slider .slick-dots li {
    height: 11px;
    width: 11px;
    margin: 0 3px;
}
.hs-servicious-slider .slick-dots li button {
    border: 0;
    background: #d3d3d3;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.hs-servicious-slider .slick-dots li:hover button {
    background: #333;
} 
.hs-servicious-slider .slick-dots li.slick-active button {
    background: #707070;
}
.hs-servicious-slider .slick-prev, 
.hs-servicious-slider .slick-next {
    display: none !important;
}

/******Three Col Equal With Top Icon Styling********/

.three-col-equal-with-top-icon {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.three-col-equal-with-top-icon .column-group {
    float: left;
    width: 33.1%;
    padding: 40px 50px;
    background: #fff;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}
.three-col-equal-with-top-icon .column-group:hover {
    color: #fff;
    background: #59abe3;
}
.three-col-equal-with-top-icon .column-group:hover h4 {
    color: #fff;
}
.three-col-equal-with-top-icon .column-group.right {
    margin-right: 0;
}
.three-col-equal-with-top-icon .column-group i {
    color: #393939;
    font-size: 30px;
}
.three-col-equal-with-top-icon .column-group h4 {
    margin-bottom: 10px;
}

/**********Quienes Somos Styling**************/

.hs-quienes-somos {}
.hs-quienes-somos .body-container {
    padding: 0;
}
.hs-quienes-somos .body-container * p:last-child {
    margin-bottom: 0;
}
.hs-quienes-somos .sectionheader-banner {
    padding: 140px 0 90px;
}
.hs-quienes-somos .sectionheader-banner h1.heading {
    font-size: 45px;
}
.hs-quienes-somos .sectionheader-banner p.subheading {
    margin: 4px 0 0;
}

.hs-quienes-somos .hs-row1-wrapper {
    padding-top: 120px;
}
.hs-quienes-somos .hs-row1-wrapper h2 em {
    margin: 0 auto;
    width: 70%;
    color: #999;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 20px;
}
.hs-quienes-somos .hs-row1-wrapper h2 {
    font-weight: 600;
    margin-bottom: 65px;
}

.hs-quienes-somos .hs-row2-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}
.hs-quienes-somos .hs-row2-wrapper .page-center {
    padding-left: 10px;
    padding-right: 10px;
}
.one-column-with-image-and-title i {
    color: #999;
    font-size: 35px;
    display: block;
    margin-bottom: 14px;
}
.one-column-with-image-and-title {
    float: left;
    width: 14.2%;
    border-right: 1px solid #eee;
    text-align: center;
}
.hs-quienes-somos .hs-row2-wrapper .hs_cos_wrapper_widget:last-child .one-column-with-image-and-title {
    border-right: 0px solid #eee;
}


.hs-quienes-somos .hs-row3-wrapper {
    background: #f3f3f3;
    padding: 120px 0px;
}
.hs-quienes-somos .custom-rss-item {
    margin-right: 4%;
    float: left;
    width: 30.650%;
}
.hs-quienes-somos .custom-rss-item:last-child {
    margin-right: 0;
}
.hs-quienes-somos h4.custom-rss-title {
    margin-bottom: 10px;
}
.hs-quienes-somos h4.custom-rss-title a:hover {
    color: #ccc;
}
.hs-quienes-somos h4.custom-rss-title a {
    color: #393939;
}

.hs-quienes-somos .hs-row5-wrapper {
    padding: 120px 0;
}
.hs-quienes-somos .hs-row5-top-heading h3 {
    text-align: center;
    text-transform: uppercase;
    color: #393939;
    position: relative;
}
.hs-quienes-somos .hs-row5-top-heading h3:after {
    content: "";
    margin: 14px auto 50px auto;
    width: 70px;
    height: 2px;
    background: #393939;
    display: block;
    float: none;
    padding: 0;
    border: 0;
}

.hs-rss-post-wrapper .hs-rss-item {
    min-height: 417px;
}



/*====================================================================================
                Blog and C4S
  ====================================================================================*/

.body-container-wrapper figure {
    margin:0;
}
.hs-full-width.c4s .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}

.c4s .body-container {
    padding-left:0;
    padding-right:0;
    padding-top:98px;
    padding-bottom:0;
}

.c4s .body-container .two-col-equal.div0 .column-group.left {
    width: 40%;
    padding-right:8px;
}


.c4s .body-container .two-col-equal {
    margin: 0 0 120px;
}

.c4s .two-col-equal.clearfix.div0 {
    margin-bottom: 205px;
}

.c4s .body-container .two-col-equal.div0 .column-group.right {
    padding-left: 59px;
    margin-top: -8px;
    padding-right:6px;
}

.c4s .custom-row2-group {
    padding: 120px 0px;
    background: #f3f3f3;
}

.c4s .custom-lightgraybg-btn {
    text-align: right;
    margin-right: 20px;
}

.c4s .body-container .two-col-equal.div0 .column-group figure {
    height: 368px;
    position: relative;
    overflow: hidden;
    width: 100%;
}


.body-container-wrapper figure {
    position:relative;
    overflow:hidden;
    width: auto;
    display: inline-block;
}

.c4s .custom-blue {
    color: #FFF;
    background-color: #08c;
    font-size: 16px;
    padding: 18px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.custom-row2-group .page-center {
    padding-left:10px;
    padding-right:10px;
}

.c4s .custom-blue:hover {
    color: #f7f7f7;
    background-color: #0074ad;
}

.body-container figure .play-icon {
    background: url(https://cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/download.png?t=1495708108810) center center / 127px 81px no-repeat rgba(123, 121, 106, 0.76);
    cursor: pointer;
    display: block;
    height: 81px;
    outline: none;
    position: absolute;
    width: 127px;
    z-index: 1;
    left: 0;
    transition: .2s;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}

.body-container figure:hover .play-icon {
    background-color: rgba(0,0,0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position:center center;
}


.c4s .body-container .two-col-equal.div0 .column-group figure img {
    height: 366.547px;
    max-width: 652px;
    border: 0px;
    display: block;
    float: none;
    height: 366.547px;
    margin: 0px;
    max-height: none;
    max-width: none;
    padding: 0px;
    position: absolute;
    width: 652px;
    left: -102px;
    top: 0px;
}

.c4s .body-container .two-col-equal.div0 .column-group.right {
    width:60%;
}

.c4s .custom-row4-group {
    width: 100%;
    text-align: center;
    padding: 120px 0px;
    background: #f3f3f3;
}

.c4s .custom-row4-group h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #393939;
}

.accordion-group h3.title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: inherit;
    margin-bottom: 0px;
    color: #1e1e1e;
    border: none;
    font-size: 15px;
    padding: 11px 20px 11px 44px;
    text-decoration: none;
    text-shadow: none;
    font-family: 'Raleway';
    font-weight: 400;
    margin:0;
    background: #eee;
    margin-bottom:1px;
}

.accordion-group .king-spoiler-icon {
    position: absolute;
    left: 15px;
    top: 12px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.accordion-group .king-spoiler-icon:before {
    content: "\f147";
}

.accordion-group .content-group {
 
    background: #fafafa;
    border: none;
    color: #727272;
	padding-left:44px;
	padding-right:14px;
}

.accordion-group .content-group p {
    margin:0;
    padding-top: 25px;
    padding-bottom: 52px;
}

.blog.hs-blog-post .hs-featured-image-wrapper  {
    max-width: 100%;
    margin-bottom: 27px;
	border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
    display:table;
}

.blog.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: left;
    max-width: 100%;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    max-height: none;
}

.blog .post-header h1 {
    text-align: left;
    color: #333;
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.blog .post-header h1 a {
    color: #2974FF;
}

.blog .post-header h1 a:hover {
    color: #383634;
}

.blog .post-header #hubspot-author_data .date {
    color: #999;
    padding: 0px 0px 0px 4px;
    color: #454545;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 18px 0px 0px;
    text-transform: uppercase;
    text-decoration: none;
    display:inline-block;
}

.blog .post-header #hubspot-author_data .date a {
    color: #454545;
}

.blog .post-header #hubspot-author_data .date a:hover {
    color: #2974FF
}

.blog .post-header #hubspot-author_data .topics {
    padding: 0px 0px 0px 4px;
    display:inline-block;
}

.blog .post-header #hubspot-author_data .topics i {
    color: #bbb;
    font-size: 12px;
    font-style: normal;
}
.blog .blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-bottom:40px;
}

.blog .section.post-header {
    margin: 20px 0 15px;
}

.blog.hs-blog-post #hubspot-author_data {
    padding-left: 4px;
}

.blog .hs-blog-social-share {
    padding:0;
    margin:0;
    border:0 none;
}

.blog.hs-blog-listing .hs-blog-social-share {
    padding-top:20px;
}

.blog .tabber-wrap {
    padding: 0px 0px 0px 0px;
    clear: both;
    width: 100%;
    background-color: #eee;
    display:table;
    display: flow-root;
}

.blog .blog-tabber h3 {
    display:none;
}

.blog-tabber .hs-rss-item {
   border-bottom: 1px solid #eee;
   margin: 0px 0px 16px 0px;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    float: left;
    padding-right: 15px;
    width: 30%;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    margin-bottom:13px;
}

.blog-tabber .hs-rss-item .hs-rss-item-text {
    padding-bottom:13px;
}

form.hs-form .hs-form-field ul.inputs-list {
    margin:0;
    padding:0;
}

#comment-form {
    padding:20px 30px;
    border:1px solid #ccc;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-title:hover {
    color: #2974FF;
}

.blog-tabber .hs_cos_wrapper_type_post_filter ul  {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    list-style:none;
}

.blog-tabber .hs_cos_wrapper_type_post_filter ul li {
    color: #909090;
    font-size: 12px;
     margin: 0px 10px 15px 0px;
     display:inline-block;
}

.blog-tabber .hs_cos_wrapper_type_post_filter ul li  a {
    padding: 6px 20px;
    background-color: #EEEEEE;
    border-radius: 2px;
    color: #909090;
    font-size: 12px;
    text-transform:uppercase;
}

.blog-tabber .hs_cos_wrapper_type_post_filter ul li a:hover {
    background-color: #528AF2;
    color: #fff;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width:70%;
}

.blog .tabber-wrap ul.tabber-tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 43px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.blog .tabber-wrap .hs_cos_wrapper_type_post_listing ul {
    margin:0;
    padding:0;
    list-style:none;
}

.blog .tabber-wrap .hs_cos_wrapper_type_post_listing ul li {
    display:block;
}

.hs-blog-listing .artculos-relacionados {
    display:none !important;
}

.posts-nav > div {
    display:inline-block;
}

.posts-nav > div.left {
    float:left;
}

.posts-nav > div.right  {
    float:right;
}

.blog .tabber-wrap ul.tabber-tabs li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: all ease 350ms;
}

.blog .tabber-content .tab-pane {
    overflow: hidden;
    clear: both;
    float: left;
    background: #fafafa;
    padding: 20px 20px 20px 20px;
    width: 100%;
    display: none;
}

.blog .tabber-content .tab-pane.active {
    overflow:visible;
    display:block;
}

.blog .tabber-wrap ul.tabber-tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 30%;
    line-height: 43px;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #fff;
    padding-left: 9px;
    padding-right: 9px;
    transition: all ease 350ms;
}

.blog .tabber-wrap ul.tabber-tabs li.active {
    background: #528AF2;
    color: #fff;
}

.blog .tabber-wrap ul.tabber-tabs li.active a {
    color:#fff;
}

.blog.hs-blog-post .share-group {
    margin-bottom: 40px;
}

.blog.hs-blog-post .share-group h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: normal;    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #393939;
}

.blog.hs-blog-post .blog-section {
    margin-bottom: 50px;
	border-bottom: 1px dotted #d9d9d9;
}

.blog.hs-blog-post .artculos-relacionados  .hs-rss-item.hs-with-featured-image {
    width: 33.33333333333333%;
	min-height: 1px;
    padding-right: 15px;
    float:left;
}

.blog.hs-blog-post .artculos-relacionados .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    float: none;
    width: 100%;
    display: block;
    height: 130px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.blog.hs-blog-post .artculos-relacionados .hs-rss-item .hs-rss-title {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog.hs-blog-post .artculos-relacionados .hs-rss-item .hs-rss-title:hover {
    color: #2974FF;
}

.blog.hs-blog-post .artculos-relacionados .hs-rss-item .hs-rss-byline {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9;
}

#comments-listing {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin:0;
    border-bottom:0 none;
}

.blog.hs-blog-post .artculos-relacionados {
    padding-top:85px;
}

.blog.hs-blog-post .artculos-relacionados h3  {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #393939;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: normal;
}

.blog-sidebar .hs_cos_wrapper_type_google_search input.hs-input {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 6px 10px 5px;
    float: left;
    height: 36px;
    width: 70%;
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
    border-radius:0;
}

.blog-sidebar .hs_cos_wrapper_type_google_search label {
    display:none;
}

body.blog.hs-blog-post .body-container {
  padding-top:0;
}

.blog-sidebar .hs_cos_wrapper_type_google_search .hs-button.primary {
    padding: 9px 10px;
    width: 30%;
    margin-left: -1px;
    cursor: pointer;
    background: #528AF2;
    border: none;
    color: #fff;
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    border-radius:0;
}

.blog-sidebar .hs_cos_wrapper_type_google_search .hs-button.primary:hover {
    box-shadow:none;
    text-shadow:none;
    border:0 none;
}

.blog .post-header #hubspot-author_data .topics .topic-link {
    color: #999;
	text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}

.blog .post-header #hubspot-author_data .date:hover {
    color: #2974FF;
}

.blog-listing-wrapper .post-listing .post-item {
    display:block;
    margin-bottom:20px;
    padding-bottom:20px;
}

.blog .custom_listing_comments {
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 5px 0 10px;
}

.tabber-wrap .hs-recentpost-item {
   border-bottom: 1px solid #eee;
	margin: 0px 0px 16px 0px;
	display:flex;
}

.tabber-wrap .hs-rss-posted-at {
    display:none;
}

.tabber-wrap .hs-recentpost-item .hs-featuredimg {
    float: left;
    padding-right: 15px;
	width:30%;
}		

.tabber-wrap .hs-recentpost-item .hs-featuredimg a:hover {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.tabber-wrap .hs-recentpost-item .hs-featuredimg img {
    margin-bottom:13px;
} 


.tabber-wrap .hs-recentpost-item .hs-postcontent {
	width:65%;
	padding-bottom:13px;
}

.tabber-wrap .hs-recentpost-item .hs-postcontent a {
	text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tabber-wrap .hs-recentpost-item .hs-postcontent a:hover {
	color: #2974FF;
}

.tabber-wrap .hs-recentpost-item .hs-postcontent .hs-postdate {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9;
}



/*==================================================================================================================
                        About Services Page
  ==================================================================================================================*/

button.fancybox-button.fancybox-button--fullscreen {
    display: none !important;
}

button.fancybox-button.fancybox-button--close {
    background-image: url(//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/fancybox_sprite-161e18f5d3b34fcde9324607445a60e16a8a5a0a0c8bdf57bbddbaf833f1bb9d.png);
    color: transparent;
    border-radius: 50%;
    height: 31px;
    right: 0;
    top: 0;
    width: 31px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    background-color: rgb(123, 121, 106);
}

button.fancybox-button.fancybox-button--close:after, button.fancybox-button.fancybox-button--close:before {
    display: none;
}

.about-services-page .body-container .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-bottom: 0;
}

.about-services-page .body-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 49px;
    padding-bottom: 0;
}

.aboutservice-row1-topcol h2 {
    font-family: 'Roboto', sans-serif;
    color: #393939;
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 20px;
}

.aboutservice-row1-btcol {
    padding-bottom: 60px;
}

.aboutservice-row1-btcol div.hs_cos_wrapper,
.aboutservice-row4-content div.hs_cos_wrapper,
.aboutservice-row5-content div.hs_cos_wrapper {
    padding: 0 10px;
}

.aboutservice-row1-btcol div.hs_cos_wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.aboutservice-bgimgrow-group {
    color: #fff;
    text-align: left;
    padding: 75px 0px 59px 0px;
    background-color: #393939;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutservice-bgimgrow-group h2 {
    color: #fff;
    margin: 5px 0 0 0;
}

.aboutservice-bgimgrow-group div.hs_cos_wrapper {
    padding: 0 10px;
}

.aboutservice-row4-content {
    padding: 85px 0 91px;
}

.aboutservice-row4-content ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-services-page.with-rss .body-container {
    padding: 0;
}

.about-services-page.with-rss .aboutservice-row1-topcol {
    padding: 0 10px;
}

.about-services-page.with-rss .two-col-equal {
    margin: 0 -15px;
}

.about-services-page.with-rss .two-col-equal.with-rightimg h2 {
    color: #393939;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin: 0 0 20px;
}

.aboutservice-row1-btcol h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #393939;
}

.about-services-page.with-rss .two-col-equal.with-rightimg ul,
.about-services-page.with-rss .two-col-equal ul[style="list-style: none;"] {
    margin: 0;
    padding: 0;
}

.about-services-page.with-rss .two-col-equal.with-rightimg ul li,
.about-services-page.with-rss .two-col-equal ul[style="list-style: none;"] li {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0px;
    list-style: none;
}

.about-services-page.with-rss .two-col-equal.with-rightimg ul li i.fa,
.about-services-page.with-rss .two-col-equal ul[style="list-style: none;"] li i.fa {
    color: #f9bf36;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 300;
}

.about-services-page.with-rss .two-col-equal.with-rightimg img[src*="/Auronix_May2017/Images/MensajeEncuesta3-508x1024.png"] {
    margin: 0.4em 0 0 25px;
}

.about-services-page.with-rss .aboutservice-row1-btcol {
    padding-bottom: 120px;
}

.aboutservice-rss-content {
    margin-top: 100px;
    border-top: 1px solid #f3f3f3;
    padding-top: 100px;
}

.aboutservice-rss-row-group {
    padding-bottom: 120px;
}


/*=====================================================
            Guias Page Layout - Styling 
=======================================================*/

.hs-full-width.guias-page-layout {}

.hs-full-width.guias-page-layout .body-container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hs-full-width.guias-page-layout .section-header {
    text-align: center;
    margin: 0 0 55px;
}

.hs-full-width.guias-page-layout .section-header h1 {
    color: #393939;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
}

.hs-full-width.guias-page-layout .section-header p {
    color: #999;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-style: normal;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin: 7px 0 0;
    padding: 0;
}

.hs-full-width.guias-page-layout .hs-three-col-equal {
    margin: 0 -16px;
}

.hs-full-width.guias-page-layout .hs-three-col-equal .column-group {
    float: left;
    width: 33.333%;
    text-align: left;
    border: 1px solid #ececec;
    padding: 22px 10px 10px;
    margin-right: 2px;
}

.hs-full-width.guias-page-layout .hs-three-col-equal .column-group h4 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.hs-full-width.guias-page-layout .hs-three-col-equal .column-group p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.custom-skyblueborder-btn {
    display: inline-block;
    color: #59abe3;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 27px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #59abe3;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0;
}

.custom-skyblueborder-btn:hover {
    color: #fff;
    background: #59abe3;
    text-decoration: none;
}


/*=========================================================================
        Two Column Left with Right Content Form Layout - Styling 
===========================================================================*/

.two-column-left.with-rightcontent-form {}

.two-column-left.with-rightcontent-form .body-container {
    padding-top: 100px;
    padding-bottom: 110px;
}

.two-column-left.with-rightcontent-form .content-wrapper > .row-fluid-wrapper > .row-fluid {
    margin: 0 -5px;
    width: calc(100% + 10px);
}

.two-column-left.with-rightcontent-form .content-wrapper h4 {
    margin: 0 0 10px;
}

.two-column-left.with-rightcontent-form .sidebar.left {
    width: 30.650% !important;
    margin-right: 4%;
    padding: 0 10px;
}

.two-column-left.with-rightcontent-form .main-content {
    width: 65.350% !important;
    margin-left: 0 !important;
    padding: 0 10px;
}

.main-content-form form.hs-form {
    max-width: 400px;
    padding: 27px 0 0;
}

.main-content-form .hs-form-field {
    margin: 0 auto 8px;
}

.main-content-form .hs-form-field > label {
    color: #000;
    font-family: Helvetica;
    text-align: center;
    font-size: initial;
    line-height: initial;
    margin: 0;
}

.main-content-form .hs-form-field > label .hs-form-required {
    display: none !important;
}

.main-content-form .hs-form-field .hs-input {
    padding: 1px 0px;
    box-shadow: none;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    max-width: 173px;
    margin: 0 auto;
}

.main-content-form .hs_recaptcha.hs-form-field {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
}

.main-content-form .hs_recaptcha.hs-form-field .input > div {
    height: auto !important;
}

.main-content-form form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    text-align: center;
    margin: 0 0 15px;
}

.main-content-form .hs_recaptcha .input > div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.main-content-form .actions {
    padding: 0;
    text-align: center;
}

.main-content-form .hs-button.primary, 
.main-content-form input[type="submit"], 
.main-content-form input[type="button"] {
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    margin: 0 0 20px !important;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none !important;
    white-space: normal !important;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: none;
    font-weight: normal;
}

.main-content-form .hs-button.primary:focus, 
.main-content-form input[type="submit"]:focus, 
.main-content-form input[type="button"]:focus {
    outline: none;
}

.main-content-form .hs-button.primary:hover,
.main-content-form input[type="submit"]:hover,
.main-content-form input[type="button"]:hover {
   text-decoration: none;
   background-color: #e6e6e6;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;
}


/*=========================================================================
        Full Width with Top Section Header Layout - Styling 
===========================================================================*/

.full-width-layout.with-top-sectionheader .body-container {
    padding: 0;
}
.full-width-layout.with-top-sectionheader .body-container .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom: 0;
}

.sectionheader-banner {
    color: #fff;
    text-align: left;
    margin-top: 0px;
    padding: 100px 0px 60px 0px;
    background-color: #999;
    min-height: 240px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    background-position: center top;
    background-repeat: no-repeat;
}

.sectionheader-content {
    padding: 0 10px;
    margin: 0 0 30px;
    position: relative;
}

.sectionheader-banner h1.heading {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
    margin: -2px 0 0;
    padding: 0;
}

.sectionheader-banner p.subheading {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 21px;
    font-style: normal;
    line-height: 35px;
    text-transform: none;
    margin: -3px 0 0;
    padding: 0;
}

.full-width-layout.with-top-sectionheader .content-wrapper.page-center {
    padding: 100px 0px 40px 0px;
    background: #fff;
    border-top: 10px solid #fff;
}

.full-width-layout.with-top-sectionheader .slick-slider {
    margin: 0;
    padding: 8px 0 0;
}

.full-width-layout.with-top-sectionheader .slick-track {
    margin-bottom: 28px;
}

.full-width-layout.with-top-sectionheader .hs_cos_gallery_slide.slick-slide {
    margin: 0;
}

.full-width-layout.with-top-sectionheader .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
    display: block;
    margin: 0;
    width: 81.5%;
}
.custom-full-width-row-one-flexi .slick-slide-inner-wrapper .caption.below h4 {
    margin-top: 15px;
}
.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots {
    margin: 0;
    padding: 25px 0 13px;
}

.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots li {
    margin: 0 5px 0 3px;
    width: auto;
    height: auto;
}

.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots li button {
    padding: 0;
    width: 11px;
    height: 11px;
}

.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots li button:before {
    font-size: 13px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    color: #d3d3d3;
}

.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots li button:hover:before {
    color: #333;
    opacity: 1;
}

.full-width-layout.with-top-sectionheader .slick-slider ul.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.15;
}

.full-width-layout.with-top-sectionheader button.slick-arrow {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 90px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
    opacity: 0;
}

.full-width-layout.with-top-sectionheader button.slick-arrow:before {
    width: 100% !important;
    height: 100% !important;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: transparent;
}

.full-width-layout.with-top-sectionheader button.slick-arrow.slick-prev {
    background-image: url('//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/pre-arrow.png');
    left: -10px;
}

.full-width-layout.with-top-sectionheader button.slick-arrow.slick-next {
    background-image: url('//cdn2.hubspot.net/hubfs/3298555/Auronix_May2017/Images/next-arrow.png');
    right: -10px;
}

.full-width-layout.with-top-sectionheader .hs_cos_gallery_main:hover button.slick-arrow {
    opacity: 0.7;
}
.full-width-layout.with-top-sectionheader .hs_cos_gallery_main button.slick-arrow:hover {
    opacity: 1;
}

.full-width-layout.with-top-sectionheader .hs_cos_gallery_main:hover button.slick-arrow.slick-prev {
    left: 0;
}

.full-width-layout.with-top-sectionheader .hs_cos_gallery_main:hover button.slick-arrow.slick-next,
.full-width-layout.with-top-sectionheader .hs_cos_gallery_main button.slick-arrow.slick-next{
    right: 60px;
}
.custom-two-col-equal.right-flexi.grey-icon {
    padding-left: 0;
}
/*=========================================================================
        Education Services Page Layout - Styling 
===========================================================================*/

.educativos-servicios-layout .body-container {
    padding: 76px 0 93px;
}

.educativos-servicios-layout .content-wrapper.page-center {
    max-width: 100%;
}

.educativos-servicios-layout .main-content-leftcol,
.educativos-servicios-layout .main-content-rightcol {
    width: 50% !important;
    margin-left: 0 !important;
}

.educativos-servicios-layout .main-content-rightcol {
    padding: 100px 150px 110px 70px;
}

.educativos-servicios-layout .main-content-rightcol h5 {
    font-weight: 300;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(225,225,225,0.1);
}

.bg-img-wrapper .bg-img {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.bg-img-wrapper {
    min-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.two-col-equal-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
    float: left;
    width: 50%;
    width: 46%;
}

.two-col-equal-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget:nth-child(2n + 1) {
    margin-right: 8%;
}

.two-col-equal-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget:nth-child(2n + 2) {
    margin-right: 0;
}

.full-width-with-lefticon .left-icon {
    color: #393939;
    font-size: 30px;
    margin-top: 5px;
    float: left;
    width: 20%;
}

.full-width-with-lefticon .right-content {
    float: left;
    width: 80%;
}

.full-width-with-lefticon .right-content h4 {
    margin: 0 0 10px;
}

.full-width-with-lefticon .right-content p {
    color: #393939;
}


/*=========================================================================
        SMS Page Layout - Styling 
===========================================================================*/

.about-services2-page .aboutservice-row2-group .two-col-right .column-group.right {
    padding-top: 166px;
}

.about-services2-page .aboutservice-row3-group {
    padding: 60px 0 120px;
}

.about-services2-page .aboutservice-row3-content {
    padding: 0 5px;
}

.about-services2-page .aboutservice-row3-content .hs_cos_wrapper.hs_cos_wrapper_widget:first-child p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.about-services2-page .aboutservice-row3-content .hs_cos_wrapper.hs_cos_wrapper_widget:last-child p:last-child {
    margin-bottom: 0;
}

.about-services2-page .full-width-with-lefticon {
    margin-top: 43px;
    margin-bottom: 0;
}

.full-width-with-lefticon .left-icon i.fa[class*="icon-"] {
    font-family: 'Simple-Line-Icons';
}

.about-services2-page .full-width-with-lefticon .left-icon {
    font-size: 30px;
    color: #999;
    border: 1px solid #eee;
    padding: 14px;
    float: left !important;
    margin: 0 30px 0 0;
    width: 60px !important;
}

.about-services2-page .full-width-with-lefticon .right-content {
    width: calc(100% - 90px) !important;
    float: left !important;
}

.full-width-with-lefticon .right-content h5 {
    margin: 5px 0;
}

.about-services2-page .aboutservice-row4-content {
    padding: 0;
}

.about-services2-page .aboutservice-row5-group {
    padding: 85px 0 92px;
}

.fancybox-container .fancybox-slide {
    padding: 0 20px;
    max-height: calc(100% - 118px);
    top: 118px;
}

.fixed .fancybox-container .fancybox-slide {
    max-height: calc(100% - 64px);
    top: 64px;
}

.fancybox-container .fancybox-content {
    max-width: 1280px;
    width: 100%;
}

.hs-rss-post-wrapper .hs-rss-item:hover .hs-rss-more-btn {
    color: #999;
    background: #f3f3f3;
    border: 1px solid #fff;
}

.hs-rss-post-wrapper .hs-rss-item {
    min-height: 417px;
}



/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

.blog-pagination a {
    margin-top: 5px;
    display: inline-block;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper > img[src*="/Auronix_May2017/Images/white.gif"] {
   display: none !important;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
   max-height: 563px;
   position: absolute;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
   max-height: 100%;
   position: static;
}

.custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
   background-position: center bottom;
}


/* =============== Screen sizes smaller than .page-center =============== */



@media (min-width: 1200px) {
    
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h5 {
        text-transform: uppercase;
    }
    .custom-reqtest-btn {
        display: none !important;
    }
    .custom-hide-responsive {
        display: block !important;
    }
    .custom-show-responsive {
        display: none !important;
    }

   .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
       height: 717px;
   }
   
}


@media (min-width: 1561px) {
    
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
        /*background-position: center -168px;*/
         height: 652px;
    }
    
}

@media (min-width: 1000px) {
    
    .about-services2-page .full-width-with-lefticon {
        max-width: 40%;
    }

}

@media (min-width: 641px) {

   .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper > img {
       width: auto;
       max-width: none;
   }
   
   .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption blockquote {
       margin-top: 127px;
   }

}

@media (max-width: 1199px){
    .calixtamms-mobile-content {
        display: block !important;
    }
    .calixtamms-desktop-content {
        display: none !important;
    }
    .calixtamms-row1-mobile-content {
        padding: 0 3px;
    }
    .calixtamms-row1-mobile-content .hs_cos_wrapper_type_header h1 {
        padding: 120px 10px 0 10px;
    }
    .calixtamms-row1-mobile-content .two-col-equal {
        margin: 0;
    }
    .calixtamms-row1-mobile-content .column-group.right .content-group p {
        padding: 75px 0px 85px 0px;
        margin: 0;
    }
    .calixtamms-row1-mobile-content .column-group.right .content-group blockquote{
        margin: 20px 0 20px 36px;
        font-size: 16px;
        border-left: 5px solid #e54c4c;
        padding: 5px 20px 5px 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #454545;
    }
    .calixtamms-row1-mobile-content .column-group.right .content-group blockquote p{
        padding: 0;
        font-style: italic;
        font-size: 14px;
    }
    .calixta-mms-row1-form {
        padding: 0 13px;
        padding-top: 120px;
        padding-bottom: 130px;
    }
    .calixta-mms-row1-form form .hs-richtext h3 {
        font-size: 14px;
        line-height: 23px;
        font-family: Open sans, sans-serif;
        color: rgb(114, 114, 114);
        margin: 0;
    }
    .calixta-mms-row1-form form .hs-richtext h3 span {
        color: #ff0000;
    }
    .calixta-mms-row1-form form .hs-form-field > label {
        font-size: 14px;
        line-height: 23px;
        font-family: Open sans, sans-serif;
        color: #727272;
        display: block;
        margin-bottom: 5px;
    }
    .calixta-mms-row1-form form .hs-form-field span.hs-form-required {
        font-size: 48px;
        font-weight: bold;
        color: #2974FF;
        text-transform: uppercase;
        display: block;
        line-height: 45px;
    }
    .calixta-mms-row1-form form .hs-form-field .hs-input {
        border: 1px solid #e0e0e0;
        background-color: #fff;
        height: 35px;
        padding: 5px 10px 5px 10px;
        color: #999;
        font-size: 13px;
        box-shadow: none;
        border-radius: 0;
        font-family: Open sans, sans-serif;
    }
    .calixta-mms-row1-form form .hs-form-field {
        margin-bottom: 20px;
    }
    .calixta-mms-row1-form form .actions {
        margin: 0;
        padding: 0;
    }
    .calixta-mms-row1-form form .actions .hs-button {
        border-radius: 0;
        height: 35px;
        background: #555;
        color: #fff;
        text-shadow: none;
        font-family: Open sans, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    .calixta-mms-row1-form form .actions .hs-button:hover,
    .calixta-mms-row1-form form .actions .hs-button:focus{
        box-shadow: none;
        border: none;
    }
    .calixtamms-row3-group {
        display: none !important;
    }
     .custom-hide-responsive {
        display: none !important;
    }
    .custom-show-responsive {
        display: block !important;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper {
        height: 100%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper > img {
        margin-top: 0 !important;
        max-width: none;
        width: auto;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption,
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        height: auto !important;
        display: block;
        max-height: 36vw;
        padding: 0 10px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        padding: 0;
        max-width: 1170px;
    }
    .custom-home-slider .hs_cos_gallery_main {
        height: auto;
        max-height: 378px;
        overflow: hidden;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide {
        background-position: center right;
        max-height: 66vw;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="Auronix_May2017/Images/MensajeEnmascarado.png"],
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="/Auronix_May2017/Images/MockTienda.png"] {
        width: 34%;
        height: auto;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="/Auronix_May2017/Images/MockTienda.png"] {
        width: 32%;
        margin-top: 12px;
        margin-right: 0;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .two-col-equal {
        margin: 0;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.right {
        right: 0;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption blockquote {
        max-width: 100%;
        margin-top: 147px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        color: #393939;
        font-size: 18px;
        line-height: 25px;
        background: rgba(255,255,255,0.4);
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h5 {
        color: #393939;
        font-family: 'Raleway', sans-serif;
        font-size: 21px;
        font-weight: 500;
        line-height: 28px;
        background: rgba(255,255,255,0.4);
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.left {
        width: 45%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.right {
        width: 55%;
        padding-top: 20px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h3,
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left h4 {
        font-size: 22px;
        line-height: 25px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.right img {
        width: 31%;
        margin-top: 12px;
    }
    .custom-home-slider .custom-alert-circle {
        width: 110px;
        height: 105px;
        padding: 25px 0px 0px;
        font-size: 14px;
        line-height: 17px;
        left: 40%;
        top: 5px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left {
        padding-top: 20px;
    }
    .custom-home-slider .custom-darkgraybg-btn {
        font-size: 15px;
        line-height: 25px;
        padding: 6px 15px;
    }

   .custom-home-slider .hs_cos_gallery_main ul.slick-dots {
       bottom: 5px;
   }
   
   .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
       background-position: center right;
   }
   
   .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper > img {
       display: none;
   }
   
   .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
       position: static;
   }
   
   .custom-home-slider .hs_cos_gallery_main {
       max-height: 100%;
   }
   
   
   /*c-bots*/
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group p strong {
        font-size: 35px;
        font-weight: bold;
        color: #393939;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
        line-height: 35px;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group p {
        padding: 15px 0 36px;
        font: 14px 'Open Sans', sans-serif;
        font-weight: normal;
        line-height: 23px;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .hs_cos_wrapper_type_header h1 {
        padding: 25px 2px 0;
    }
    body.calixta-mms-layout.hs-c-bots  .two-col-equal .column-group {
        padding-right: 0;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group blockquote p {
        padding: 0!important;
        font-style: italic;
    }
    body.calixta-mms-layout.hs-c-bots .calixta-mms-row1-form {
        padding: 0 5px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row2-group {
        overflow: hidden;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group p em {
        font-size: 21px;
        font-weight: 400;
        color: #393939;
        font-style: normal;
        display: block;
        line-height: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 1000px) {

   .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
       max-width: 980px;
   }

}

@media (max-width: 1169px) {
    .container-fluid .row-fluid .page-center{
        max-width: 980px;
    }
    .custom-header-contact .hs_cos_wrapper_type_rich_text {
        display: block;
        margin-right: -45px;
        margin-left: -55px;
    }
    .fixed .custom-logo {
        padding-top: 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding-right: 15px;
        padding-left: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .custom-top-footer{
        padding: 60px 10px;
    }
    .custom-product-title{
        margin-top: 40px;
    }
    .custom-service-title{
        margin-top: 60px;
    }
    .custom-product-row-one-flexi, .custom-product-row-three-flexi{
        margin-bottom: 60px;
    }
    .custom-product-row-two-flexi{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .custom-services-row-one-flexi {
        margin-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hs-tabber-tabs{
        padding: 0 0 0 20%;
    }
    .hs-tabber-tabs li {
        padding-top: 0;
    }
    .hs-tabber-tabs li a::before{
        height: 64px;
        padding-top: 20px;
    }
    .hs-content h2 {
        padding-top: 0;
    }
    .hs-content{
        margin-bottom: 60px;
    }
    .custom-cloud-row-one-title {
        margin-top: 60px;
    }
    .custom-cloud-row-one-title h1 em{
        width: 75%;
    }
    .four-col {
        width: 50%;
        padding-right: 2%;
        padding-left: 2%;
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .four-col:nth-child(even) {
        border-right: 0;
    }
    .custom-cloud-row-one-flexi{
        margin-bottom: 60px;
    }
    .hs-two-col-left-with-bottom-pane .body-container{
        padding-top: 0px;
    }
    .custom-two-col-left-row-one-wrapper {
        margin-bottom: 20px;
    }
    .custom-two-col-left.left-flexi{
        margin-top: 146px;
        margin-bottom: 134px;
    }
    .custom-bt-products-row{
        padding: 60px 0;
    }
    .custom-two-col-equal.right-flexi{
        padding-left: 24px;
        margin-top: 0;
    }
    .hs-two-col-equal-with-bottom-pane .body-container{
        padding-top: 40px;
    }
    .custom-two-col-equal.right-flexi ol li i {
        font-size: 25px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-right: 10px;
    }
    .custom-two-col-equal.left-flexi{
        padding-right: 10px;
    }
    .hs-full-width .body-container {
        padding-top: 18px;
    }
    .custom-contact-us-row-one-wrapper{
        padding-top: 60px;
    }
    .hs-contact-us .body-container{
        padding-bottom: 60px;
    }
    .custom-two-col.left-flexi {
        margin-top: 40px;
        margin-bottom: 118px;
    }
    .aboutservice-rss-content {
       margin-top: 60px;
       padding-top: 60px;
    }
    .two-col-left .column-group.right {
       padding-top: 0;
    }
    .two-col-right .column-group {
       width: 100% !important;
       float: none !important;
    }
    .two-col-right.with-left-img {
       padding-top: 120px;
    }
    .two-col-right .column-group.right {
       padding-top: 60px;
       padding-bottom: 60px;
    }
    .two-col-right .column-group h2 + h4 {
       padding-bottom: 22px;
    }
    .hs-rss-featuredimg-group {
       height: 15.7vw;
       min-height: 100px;
    }
    .hs-rss-content {
       padding: 35px 10px 30px 10px;
    }
    .custom-home-footer{
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-home-row-four-flexi {
        margin-bottom: 31px;
    }
    .custom-bottom-header.calixta{
        padding-top: 0;
    }
    .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        padding-right: 10px;
    }
    .custom-bottom-header.calixta .custom-logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        padding-right: 18px;
    }
    .calixta-mms-layout .header-container-wrapper {
        min-height: 65px !important;
    }
    .calixtamms-row1-group .page-center{
        max-width: 980px !important;
    }
    .calixtamms-row1-mobile-content .hs_cos_wrapper_type_header h1 {
        padding: 55px 10px 0;
    }
    .calixta-mms-row1-form {
        padding: 0 10px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .calixtamms-row2-content{
        margin-top: 60px;
    }
    .aboutservice-bgimgrow-group.mms h2 {
        float: none;
        text-align: center;
    }
    .aboutservice-bgimgrow-group.mms a.custom-lightgraybg-btn {
        display: table;
        float: none;
        margin: 20px auto 0;
        text-align: center;
    }
    .custom-professional-left-flexi li a::before {
        height: auto;
        padding: 0;
    }
     .three-col-equal{
        margin: 60px 0 0;
    }
    .custom-lightgraybg-btn{
        float: right;
    }
    .custom-cloud-row-one-flexi .hs_cos_wrapper_type_widget_container{
        margin: 0;
    }
    .two-col-equal {
       margin: 0;
    }
    
    /*Grud*/
    .hs-image-slider-with-bg {
        padding: 60px 0 100px 0;
    }
    .hs-servicios-layout .hs-row5-wrapper {
        padding: 60px 0;
    }
    .hs-servicios-layout .hs-row3-wrapper {
        padding: 50px 0;
    }
    
    .hs-quienes-somos .hs-row1-wrapper {
        padding-top: 60px;
    }
    
    .hs-quienes-somos .hs-row2-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    /*BLOG and C4s*/
    .c4s .body-container .two-col-equal.div0 .column-group figure img {
        border: 0px;
        display: block;
        float: none;
        height: 304.344px;
        margin: 0px;
        max-height: none;
        max-width: none;
        padding: 0px;
        position: absolute;
        width: 541px;
        left: -84px;
        top: 0px;
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure {
        height: 305px;
    }
    
    .c4s .body-container .two-col-equal {
        margin: 0 0 100px;
    }
    
    .c4s .two-col-equal.clearfix.div0 {
        margin-bottom: 225px;
    }
    
    .c4s .custom-row2-group {
        padding:60px 0;
    }
    
    .c4s iframe {
        width: 100%;
    }
    .c4s .three-col-equal-for-products {
        margin: 0;
    }
    
    .blog .tabber-wrap ul.tabber-tabs li a {
        font-size:10px;
    }
    
    /*About Services Page*/
    .about-services-page .body-container {
        padding-top: 39px;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 60px !important;
    }
    
    .aboutservice-bgimgrow-group {
        padding: 60px 0;
    }
    
    .aboutservice-bgimgrow-group h2 {
        font-size: 25px;
    }
    
    .custom-lightgraybg-btn a {
        font-size: 14px;
        padding: 12px 25px;
        float: none !important;
    }
    
    .aboutservice-row5-group {
        padding-top: 60px;
    }
    
    #hs_cos_wrapper_widget_1495533451955#hs_cos_wrapper_widget_1495533451955 {
        padding-bottom: 85px !important;
    }
    
    #hs_cos_wrapper_widget_1495534529362#hs_cos_wrapper_widget_1495534529362 {
        padding-bottom: 208px !important;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 126px;"] {
        padding-bottom: 65px !important;
    }
    
    .about-services-page.with-rss .aboutservice-row1-btcol {
        padding-bottom: 60px;
    }
    
    .aboutservice-rss-content {
        margin-top: 60px;
        padding-top: 60px;
    }
    
    .aboutservice-rss-row-group {
        padding-bottom: 40px;
    }
    
    .about-services-page.with-rss .custom-bt-products-row {
        padding-bottom: 120px;
    }
    
    .full-width-layout.with-top-sectionheader .content-wrapper.page-center {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    .about-services2-page .aboutservice-row3-group {
        padding-bottom: 60px;
    }
    
    .about-services2-page .aboutservice-row2-group .two-col-right .column-group.right {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .about-services2-page .aboutservice-row2-group .two-col-right .column-group.right h2 + h4 {
        padding-top: 23px;
        padding-bottom: 24px;
    }
    
    .about-services2-page .aboutservice-row2-group .two-col-right .column-group.right hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 183px;"] {
        padding-bottom: 10px !important;
    }
    
}

@media only screen and (max-width: 1169px) and (min-width: 1000px) {
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center,
    body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center{
        max-width: 980px !important;
    }
    body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group {
        padding: 30px 0 0px;
    }
    
    /*Grud*/
    .hs-quienes-somos .hs-row1-wrapper h2 em {
        width: 75%;
    }
    
    /*About Services Page*/
    .hs-full-width.guias-page-layout .body-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .two-column-left.with-rightcontent-form .body-container {
        padding-top: 40px;
    }
    
    hr[style="border: 0 none;margin-bottom: 0;margin-top: 0;background: none;height: 0;padding-bottom: 85px;"] {
        padding-bottom: 55px !important;
    }
    
    .sectionheader-banner {
        padding: 80px 0px 60px 0px;
        background-position: center -20px;
    }
    
    .full-width-layout.with-top-sectionheader .slick-track {
        margin-bottom: 40px;
    }
    
    .educativos-servicios-layout .body-container {
        padding: 56px 0 75px;
    }
    
    .educativos-servicios-layout .main-content-rightcol {
        padding: 75px 55px 0px 55px;
    }
    
    .about-services2-page hr[style="border: 0 none;margin-bottom: 0;margin-top: 0;background: none;height: 0;padding-bottom: 60px;"],
    .about-services2-page hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 80px;"] {
        padding-bottom: 60px !important;
    }
    
    .about-services2-page .aboutservice-row2-group .two-col-right .column-group.right {
        max-width: 40%;
    }
    
    .about-services2-page hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 62px;"] {
        padding-bottom: 35px !important;
    }
    
    .about-services2-page .full-width-with-lefticon {
        margin-top: 25px;
    }
    
    .about-services2-page .custom-bt-products-row {
        padding-bottom: 120px;
    }
    
}


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

@media (max-width: 999px) {
    .header-container-wrapper {
        min-height: 100px !important;
    }
    .container-fluid .row-fluid .page-center{
        max-width: 720px;
    }
    .custom-logo{
        padding-top: 0;
        margin-top: 0;
    }
    .custom-header-contact .hs_cos_wrapper_type_rich_text {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .custom-header-contact ul li {
        display: none;
    }
    .custom-header-contact ul li:first-child {
        display: block;
        margin-right: 37px;
    }
    .custom-header-social-icons{
        padding-right: 6px;
    }
    .custom-header-social-icons ul li:first-child{
        margin: 0 11px 0 0;
    }
    .custom-courtesy-links .hs_cos_wrapper_type_rich_text{
        display: block;
        margin-left: -50px;
    }
    .custom-logo{
        width: 100% !important;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .fixed .custom-logo{
        padding-bottom: 12px;
        margin-top: 5px;
    }
    .fixed .mobile-trigger{
        top: -46px;
    }
    .custom-product-title {
        margin-top: 70px;
    }
    .custom-product-row-one-flexi, .custom-product-row-three-flexi{
        margin-bottom: 58px;
    }
    .custom-product-row-two-flexi{
        margin-top: 58px;
        margin-bottom: 58px;
    }
    .hs-tabber-tabs {
        padding: 0px 7%;
    }
    .hs-tabber-tabs li {
        margin: 0;
        padding: 0 24px 40px;
    }
    .custom-cloud-row-one-title,
    .custom-cloud-row-one-flexi{
        margin-top: 58px;
    }
   .three-col-equal .left-icon {
       margin-bottom: 0;
   }
   .three-col-equal .column-group h4 {
       margin: 0;
       min-height: 50px;
   }
   .three-col-equal-for-products .col-inner-group {
       padding-left: 10px;
       padding-right: 10px;
   }
   .three-col-equal-for-products .column-group {
       width: 29.334%;
   }
   .custom-two-col-left-row-one-wrapper {
        margin-bottom: 0;
    }
   .custom-two-col-left.left-flexi {
        width: 100% !important;
        margin-top: 178px;
        padding: 0 10px;
    }
    .custom-two-col-left.right-flexi {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 89px;
        padding-left: 10px;
        margin-bottom: 50px;
    }
    .custom-two-col-left.right-flexi h2 {
        text-align: center;
    }
    .custom-two-col-equal.left-flexi {
        width: 100% !important;
    }
    .custom-two-col-equal.right-flexi {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 10px;
        padding-top: 0;
    }
    .hs-two-col-equal-with-bottom-pane .body-container {
        padding-top: 60px;
    }
    .custom-two-col-equal.left-flexi img {
        margin-top: 12px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-two-col-equal-row-one-wrapper {
        margin-bottom: 126px;
    }
    .custom-two-col-equal.right-flexi h2{
        margin-top: 20px;
        text-align: center;
    }
    .hs-full-width .body-container {
        padding-top: 50px;
    }
    .custom-contact-us-row-one-wrapper{
        padding-top: 58px;
    }
    .hs-contact-us .body-container{
        padding-bottom: 58px;
    }
    .custom-contact-form {
        padding-right: 6px;
    }
    .custom-contact-address .hs_cos_wrapper_type_rich_text{
        margin-left: 14px !important;
    }
    .custom-two-col.left-flexi {
        width: 100% !important;
    }
    .custom-two-col.left-flexi .hs_cos_wrapper_type_widget_container {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .custom-two-col.left-flexi {
        margin-top: 70px;
        margin-bottom: 152px;
        padding: 0 10px;
    }
    .three-col-equal .left-icon {
       margin-bottom: 0;
   }
   .three-col-equal .column-group h4 {
       margin: 0;
       min-height: 50px;
   }
   .three-col-equal-for-products .col-inner-group {
       padding-left: 10px;
       padding-right: 10px;
   }
   .three-col-equal-for-products .column-group {
       width: 29.334%;
   }
   .custom-acerca {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .custom-acerca::before,
    .custom-home-footer-video::before{
        content: none;
    }
    .custom-productos .hs_cos_wrapper_type_rich_text {
        margin-left: 0;
    }
    .custom-productos {
        width: 100% !important;
        margin-left: 0 !important;
        border-right: none;
        margin-bottom: 40px;
    }
    .custom-home-footer-video {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 40px;
    }
    .custom-home-social-icons {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-home-social-icons .hs_cos_wrapper_type_raw_html {
        margin-left: 0;
    }
    .custom-solution-wrapper{
        width: 48%;
    }
    .custom-home-row-four-flexi .hs_cos_wrapper_type_custom_widget:nth-child(2n) .custom-solution-wrapper{
        margin-right: 0;
    }
    .solution-image-wrapper img{
        width: 100%;
    }
    .custom-home-row-four-title {
        margin-top: 58px;
    }
    .custom-home-row-four-flexi {
        margin-bottom: 61px;
    }
    .custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
        width: 32%;
    }
    .custom-bottom-header.calixta .custom-logo{
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .custom-bottom-header.calixta .mobile-trigger{
        padding: 0;
        top:-56px;
    }
    .custom-bottom-header.calixta .mobile-trigger::before{
        color: #393939;
        font-size: 40px;
    }
    .fixed .custom-bottom-header.calixta .custom-logo {
        padding-bottom: 21px;
        padding-top: 15px;
    }
    .fixed .custom-bottom-header.calixta .mobile-trigger {
        top: -60px;
    }
     .custom-bottom-header.calixta .custom-menu-primary.js-enabled .hs-menu-wrapper{
         background-color: #1e1e1e;
     }
     .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul > li > a{
         color: #999;
     }
     .fixed .custom-bottom-header.calixta .mobile-trigger {
        top: -56px;
    }
    .calixtamms-row1-group .page-center{
        max-width: 720px !important;
    }
    .calixta-mms-layout .header-container-wrapper {
        min-height: 80px !important;
    }
    .calixtamms-row1-mobile-content .hs_cos_wrapper_type_header h1{
        padding-top: 60px;
    }
    .calixtamms-row1-mobile-content .column-group.right .content-group p {
        padding: 15px 0px 35px 0px;
    }
    .custom-professional-left-flexi .hs-tabber-content{
        padding-left: 20px;
    }
    .two-col-left .column-group.left {
        width: 100%;
        margin-right: 0;
    }
    .two-col-left .column-group.right {
        width: 100%;
    }
    .aboutservice-row1-btcol {
        padding-top: 60px;
    }
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn{
        padding-top: 20px;
    }
    .column-group.left .img-group img {
        display: block;
        margin: 0 auto;
    }
   .custom-lightgraybg-btn {
        float: none;
    }
    .aboutservice-row2-content h2{
        text-align: center;
    }
    .two-col-equal .column-group .img-group img {
        display: block;
        margin: 0 auto;
    }
     .about-services-page.with-rss .two-col-equal.with-rightimg ul li i{
        float: left;
        margin-left: 10px;
    }
    .about-services-page.with-rss .two-col-equal.with-rightimg ul{
        width: 50%;
    }
    .about-services-page.with-rss.hs-marketing .two-col-equal.with-rightimg h2 {
        text-align: center;
    }
    .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul ul > li a{
        color: #fff;
    }
    .custom-bottom-header.calixta .custom-menu-primary .hs-menu-wrapper > ul ul > li a:hover{
        color: #92d102;
    }
    .custom-home-slider .hs_cos_gallery_main {
        max-height: 402px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        max-width: 720px;
    }
    .main-content-form form.hs-form{
        max-width: 100% !important;
    }
    
    /*Grud*/
    .hs-grabacion-de-juicios-orales .hs-row1-wrapper {
        padding-top: 68px;
    }
    .hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column {
        margin-top: 70px;
    }
    .aboutservice-row2-content h2 {
        float: none;
    }
    a.custom-lightgraybg-btn {
        display: table;
        float: none;
        margin: 20px auto 0;
    }
    .hs-rss-post-wrapper .hs-rss-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 40px;
    }
    .hs-rss-featuredimg-group {
        height: 25.7vw;
    }
    .hs-rss-post-wrapper .hs-rss-item:nth-child(4n+2) {
        margin-right: 0;
    }
    .hs-rss-post-wrapper .hs-rss-item:nth-child(4n+4) {
        margin-right: 0;
    }
    .hs-servicios-layout .three-col-equal {
        margin-left: -5px;
        margin-right: -5px;
    }
    .hs-servicios-layout .hs-three-col-equal {
        margin-left: -5px;
        margin-right: -5px;
    }
    .hs-servicios-layout .three-col-equal-with-top-icon {
        margin-left: -5px;
        margin-right: -5px;
    }
    .three-col-equal-with-top-icon .column-group {
        padding: 40px 30px;
    }
    
    /*BLOG and C4s*/
    .c4s .body-container .two-col-equal.div0 .column-group.left {
        width: 100%;
        padding-right: 10px;
        float:none;
        padding-left: 10px;
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group.right {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure img {
        border: 0px;
        display: block;
        float: none;
        height: 572.719px;
        margin: 0px;
        max-height: none;
        max-width: none;
        padding: 0px;
        position: absolute;
        width: 1018px;
        left: -159px;
        top: 0px;
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure {
        height: 573px;
    }
    
    .c4s .body-container {
        padding-top: 120px;
    }
    
    .c4s .two-col-equal.clearfix.div0 {
        margin-bottom: 280px;
    }
    
    .c4s .body-container .two-col-equal .column-group figure .play-icon {
        background-size:60px 38px;
        height: 38px;
        width: 60px;

    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure .play-icon {
        background-size:127px 81px;
        height: 81px;
        width: 127px;
   
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure:hover .play-icon {
        height:100%;
        width:100%;
    }
     .c4s .body-container .two-col-equal.div0 .column-group.right h4 {
        padding-top: 40px !important;
    }
    
    .blog.hs-blog-post .artculos-relacionados .hs-rss-item.hs-with-featured-image {
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        float: none;
    }
    
    .blog .blog-content .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
        margin: 30px 0
    }
    .blog .blog-content,
    .blog .blog-sidebar {
        display:block !important;
        float:none !important;
        width:100% !important;
    }
    
    .blog .tabber-wrap ul.tabber-tabs li {
        width: 59px;
        height: 43px;
    }
    
    .blog.hs-blog-post .artculos-relacionados .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
          background-position: center left;
    }
    
    /*About Services Page*/
    .about-services-page .body-container {
        padding-top: 71px;
    }
    
    .aboutservice-row1-topcol h2 {
        margin-top: 20px;
        text-align: center;
    }
    
    .aboutservice-bgimgrow-group h2[style="float: left;"] {
        float: none !important;
        text-align: center;
    }
    
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        text-align: center;
    }
    
    #hs_cos_wrapper_widget_1495533451955#hs_cos_wrapper_widget_1495533451955 {
        padding-bottom: 117px !important;
    }
    
    .about-services-page.with-rss .aboutservice-row1-topcol .hs_cos_wrapper.hs_cos_wrapper_widget:last-child .two-col-equal .column-group {
        float: none !important;
        width: 100% !important;
    }
    
    .about-services-page.with-rss .aboutservice-row1-topcol .hs_cos_wrapper.hs_cos_wrapper_widget:last-child .two-col-equal .column-group.left {
        margin-bottom: 54px;
    }
    
    .about-services-page.with-rss .two-col-equal.with-rightimg img[src*="/Auronix_May2017/Images/MensajeEncuesta3-508x1024.png"] {
        margin: 0.4em auto 0;
        display: block;
    }
    
    .about-services-page.with-rss .aboutservice-row1-topcol .hs_cos_wrapper.hs_cos_wrapper_widget:last-child .two-col-equal h3 {
        text-align: center;
    }
    
    .two-column-left.with-rightcontent-form .sidebar.left {
        width: 80% !important;
        margin-right: 10% !important;
        margin-left: 10% !important;
        margin-bottom: 60px;
        float: none !important;
    }
    
    .two-column-left.with-rightcontent-form .main-content {
        float: none !important;
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 60px;
    }
    
    .main-content-form form.hs-form {
        padding: 12px 0 0;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 85px;"] {
        padding-bottom: 55px !important;
    }
    
    .full-width-layout.with-top-sectionheader .slick-track {
        margin-bottom: 27px;
    }
    
    .about-services2-page .two-col-left .column-group {
        width: 100% !important;
        float: none !important;
        margin-right: 0;
        margin-left: 0;
    }
    
    .about-services2-page .aboutservice-row1-btcol hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 90px !important;
    }
    
    .hs-rss-post-wrapper .hs-rss-item {
        width: 45.85%;
        margin-right: 4%;
        margin-bottom: 45px;
    }
    
    .hs-rss-post-wrapper .hs-rss-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .hs-rss-post-wrapper .hs-rss-item {
        min-height: 337px;
    }
    
}

@media (max-width: 999px) and (min-width: 768px) {
    
    /*  C-Bots   */
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center,
    body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center{
        max-width: 720px !important;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group {
        padding: 30px 0 0px;
        overflow: hidden;
    }
    .custom-mms-row-two-group .page-center .hs-mms-row2-left-col {
        max-width: 46%;
    }
    .custom-mms-row-two-group .page-center .hs-mms-row2-right-col {
        max-width: 50%;
    }
    .hs-mms .custom-mms-row-two-group {
        padding-top: 106px;
        padding-bottom: 112px;
    }   
    
    /*Grud*/
    .hs-quienes-somos .hs-row1-wrapper h2 em {
        width: 80%;
    }
    
    /*About Services Page*/
    .aboutservice-rss-content {
        margin-top: 60px;
        padding-top: 0;
        border-top: 0 none;
    }
    
    .hs-full-width.guias-page-layout .body-container {
        padding-top: 70px;
        padding-bottom: 55px;
    }
    
    .two-column-left.with-rightcontent-form .body-container {
        padding-top: 72px;
    }
    
    .educativos-servicios-layout .body-container {
        padding: 88px 0 75px;
    }
    
    .educativos-servicios-layout .main-content-rightcol {
        padding: 20px 20px 0px 20px;
    }
    
    .educativos-servicios-layout .main-content-rightcol h5 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .full-width-with-lefticon .left-icon,
    .full-width-with-lefticon .right-content {
        width: 100% !important;
        float: none !important;
    }
    
    .full-width-with-lefticon .left-icon {
        margin: 5px 0;
    }
    
    .aboutservice-row3-content {
        width: 100% !important;
        margin: 0 auto 0 auto !important;
        float: none !important;
    }
    
    .about-services2-page .aboutservice-row3-group {
        padding-bottom: 80px;
    }
    
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        font-size: 14px;
        padding: 12px 25px;
    }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center{
        max-width: 590px;
    }
    .custom-header-social-icons {
        display: none !important;
    }
    .custom-header-contact ul li{
        display: block;
    }
    .custom-header-contact ul li{
        float: left;
    }
    .custom-header-contact ul li:first-child,
    .custom-header-contact ul li{
        margin-right: 9px;
    }
    .custom-header-contact ul li a{
        font-size: 11px;
    }
    .mobile-trigger{
        padding: 0 7px;
    }
    .mobile-trigger::before{
        font-size: 30px;
    }
    .fixed .custom-logo {
        padding-bottom: 11px;
        margin-top: 7px;
    } 
    .custom-footer-form {
        padding-left: 0;
    }
    .custom-footer-social-icons .hs_cos_wrapper_type_raw_html:after, .custom-footer-social-icons .hs_cos_wrapper_type_raw_html::before {
        content: "";
        display: block;
        clear: both;
    }
    .custom-footer-social-icons .hs_cos_wrapper_type_raw_html {
        display: block;
        margin-left: 0;
        margin-bottom: 50px;
    }
   .custom-footer-direction {
        margin: 0 0 70px;
    }
   .one-column .body-container input[type="text"],
   .one-column .body-container input[type="password"], 
   .one-column .body-container input[type="datetime"], 
   .one-column .body-container input[type="datetime-local"], 
   .one-column .body-container input[type="date"], 
   .one-column .body-container input[type="month"], 
   .one-column .body-container input[type="time"], 
   .one-column .body-container input[type="week"], 
   .one-column .body-container input[type="number"], 
   .one-column .body-container input[type="email"], 
   .one-column .body-container input[type="url"],
   .one-column .body-container input[type="search"], 
   .one-column .body-container input[type="tel"],
   .one-column .body-container input[type="color"],
   .one-column .body-container input[type="file"],
   .one-column .body-container textarea,
   .one-column .body-container select {
      width: 100% !important;
   }
   input.email-edit.hs-input {
        min-width: 100%;
        width: 100%;
   }
    #email-prefs-form .email-edit{
        max-width: 100% !important;
   }

  .subscription-template .checkbox-row span.fakelabel span{
        float: none !important;
    }
    .custom-product-title {
        margin-top: 53px;
    }
    .custom-product-row-one-flexi .hs_cos_wrapper_type_widget_container, 
    .custom-product-row-two-flexi .hs_cos_wrapper_type_widget_container, 
    .custom-product-row-three-flexi .hs_cos_wrapper_type_custom_widget {
       display: block;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 3px;
        width: 80%;
        margin: 0 auto;
    }
    .custom-products-wrapper {
        width: 80%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto 40px;
    }
    .custom-product-row-one-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-products-wrapper, 
    .custom-product-row-two-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-products-wrapper,
    .custom-product-row-three-flexi .hs_cos_wrapper_type_custom_widget:nth-child(3n) .custom-services-wrapper{
        margin-right: auto;
    }
    .custom-product-row-one-flexi{
        margin-bottom: 50px;
    }
    .custom-service-title {
        margin-top: 50px;
    }
    .custom-services-wrapper {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        margin-right: 0;
        float: none;
        margin: 0 auto 40px;
    }
    .custom-product-row-three-flexi{
        margin-bottom: 90px;
    }
    .hs-tabber-tabs li {
        margin: 0;
        padding: 0 14px 40px;
        width: 25%;
    }
    .hs-content p img {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    .hs-content h2{
        text-align: center;
    }
    .hs-content {
        margin-bottom: 50px;
    }
     .custom-cloud-row-one-title{
        margin-top: 50px;
    }
    .custom-cloud-row-one-flexi{
        margin-top: 0;
    }
    .custom-cloud-row-one-flexi {
        margin-bottom: 0;
    }
    .four-col {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 55px;
        border: none;
    }
    .four-col-image-wrapper img {
        width: 80%;
        margin: 0 auto 30px;
        display: block;
    }
    .custom-full-width-row-one-title h1 em {
        width: 100%;
    }
    .four-col-content-wrapper p{
        margin: 0;
    }
    .custom-cloud-row-one-flexi .four-col-content-wrapper.three {
        margin-bottom: 0;
    }
    .three-col-equal-for-products .col-inner-group {
       padding-left: 20px;
       padding-right: 20px;
    }
    .three-col-equal-for-products .column-group {
       width: 100% !important;
       float: none !important;
       margin-right: 0 !important;
       margin-bottom: 50px;
       padding: 0;
    }
    .three-col-equal-for-products .column-group.right {
       margin-bottom: 0;
    }
    .three-col-equal {
       margin-top: 0;
    }
    .three-col-equal .column-group {
       float: none;
       width: 100%;
       margin-right: 0;
       margin-bottom: 50px;
    }
    .three-col-equal .left-icon {
       margin-bottom: 50px;
       margin-right: 25px;
       float: left;
       min-width: 40px;
    }
    .three-col-equal .left-icon i {
       margin-right: 0;
       margin-bottom: 0;
    }
    .three-col-equal .column-group h4 {
       min-height: 0;
       margin: 0 0 10px;
    }
    .three-col-equal .column-group.blank-column {
       margin-bottom: 22px;
    }
    .custom-two-col-equal.right-flexi ol li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 57px;
    }
    .custom-two-col-equal.right-flexi ol li:last-child{
        margin-bottom: 50px;
    } 
    .custom-two-col-equal.right-flexi ol li i {
        font-size: 30px;
        float: left;
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin-right: 25px;
    }
    .hs-full-width .body-container {
        padding-top: 66px;
    }
    .custom-contact-form form {
        padding-bottom: 50px;
    }
    .custom-contact-address .hs_cos_wrapper_type_rich_text {
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
    .custom-contact-us-row-one-wrapper {
        padding-top: 50px;
    }
    .hs-contact-us .body-container {
        padding-bottom: 50px;
    }
    .custom-contact-form {
        padding-right: 0;
    }
    .custom-two-col.left-flexi {
        margin-top: 57px;
        margin-bottom: 152px;
        padding: 0;
        text-align: center;
    }
    .custom-two-col.left-flexi .hs_cos_wrapper_type_widget_container {
        width: 100%;
    }
    .two-col-equal .column-group {
       width: 100%;
       float: left;
    }
    .two-col-equal.for-image .column-group.right {
       padding-top: 100px;
    }
    .aboutservice-rss-content {
       margin-top: 50px;
       padding-top: 50px;
    }
    .hs-rss-post-wrapper {
       max-width: 560px;
    }
    h4.hs-rss-title {
        padding: 13px 0px;
        font-size: 18px;
        line-height: 20px;
        min-height: 44px;
    }
    .hs-rss-featuredimg-group {
       height: 27.7vw;
       min-height: 100px;
    }
    .hs-rss-content {
       padding: 20px 5px 20px 5px;
       font-size: 13px;
       line-height: 18px;
    }
    .custom-home-footer-video {
        clear: both;
    }
    .custom-productos::after, .custom-productos::before {
        content: "";
        display: block;
        clear: both;
    }
    .custom-home-copyright p {
        text-align: center;
    }
    .custom-aviso {
        text-align: center;
    }
    .custom-bottom-header.calixta .mobile-trigger::before {
        font-size: 30px;
    }
    .calixtamms-row1-group .page-center{
        max-width: 590px !important;
    }
    .custom-professional-left-flexi ul.hs-tabber-tabs {
        width: 40%;
    }
    .custom-professional-left-flexi ul.hs-tabber-tabs li {
        width: 100%;
    }
    .custom-professional-left-flexi ul.hs-tabber-tabs li a {
        width: 100% !important;
    }  
    .custom-professional-left-flexi .hs-tabber-content{
        width: 60%;
    }
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        padding-top: 10px;
    }
    .hs-grabacion-de-juicios-orales .hs-row2-wrapper.justicia{
        margin-bottom: 70px;
    }
    .hs-grabacion-de-juicios-orales .hs-row4-wrapper .hs-row4-top-heading-wrapper.justicia {
        padding-bottom: 75px;
    }
   .hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column{
        padding-left: 10px !important;
        padding-left: 10px !important;;
   }
   .hs-grabacion-de-juicios-orales .hs-row4-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .aboutservice-row1-topcol.marketing #hs_cos_wrapper_widget_1495604104369 {
        padding-bottom: 200px !important;
    }
    .hs-quienes-somos .hs-row1-wrapper {
       padding-top: 50px;
    }
    .custom-home-row-two-title {
        padding: 0 10px;
    }
    .custom-home-row-two-title h1{
        padding-bottom: 32px;
        margin-bottom: 0;
    }
    .custom-home-row-five-title p {
        text-align: center;
    }
    .custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image{
        width: 100%;
    }
    .custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image img{
        display: block;
        margin: 0.4em auto 0;
    }
    .aboutservice-row1-topcol.marketing .img-group img[src*="/Auronix_May2017/Images/Calixta.jpg"] {
        float: none;
        margin-top: 0;
    }
    .two-col-equal .column-group {
        padding: 0 10px;
        width: 100%;
        margin-right: 0;
    }
     .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption, 
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        max-height: 52vw;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        max-width: 590px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .custom-home-slider .custom-darkgraybg-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 8px 15px;
    }
    .custom-professional-title {
        margin-top: 56px;
    }
    .custom-professional-title h2 em{
        width: 100%;
    }
    .custom-home-row-one-flexi {
        padding: 0 10px;
    }
    .custom-home-row-two-flexi{
        padding: 0;
    }
    .custom-home-row-two-flexi .hs_cos_wrapper_type_widget_container,
    .custom-home-row-four-flexi .hs_cos_wrapper_type_widget_container{
        margin: 0;
    }
    .hs-quienes-somos .sectionheader-banner {
        padding: 120px 0 0px !important;
    }
    .main-content-form .hs-form-field .hs-input{
        max-width: 100% !important;
    }
    .custom-bottom-header.calixta .mobile-trigger{
        top: -49px;
    }
    .fixed .custom-bottom-header.calixta .custom-logo {
        padding-bottom: 16px;
        padding-top: 9px;
    }
    .fixed .custom-bottom-header.calixta .mobile-trigger{
        top: -50px;
    }
    ul.custom-logo-list li {
        width: 31.5%;
    }
    
    /*C-Bots*/
    body.calixta-mms-layout.hs-c-bots .calixta-mms-row1-form {
        padding: 0 10px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .custom-mms-row-two-group .page-center .hs-mms-row2-left-col {
        max-width: 100%;
    }
    .custom-mms-row-two-group .page-center .hs-mms-row2-right-col {
        max-width: 100%;
    }
    
    /*Grud*/
    .hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column {
        width: 100%;
    }
    .hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-right-column {
        width: 100%;
    }
    .hs-three-col-equal .column-group {
        width: 100%;
        margin-bottom: 50px;
    }
    .hs-three-col-equal {
        margin-bottom: 0;
    }
    .hs-two-col-equal-with-left-icon span.left-icon {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hs-two-col-equal-with-left-icon .column-group.left {
        margin-bottom: 30px;
        padding-right: 0;
        background: none;
    }
    .hs-two-col-equal-with-left-icon .column-group {
        width: 100%;
        float: none;
        clear: both;
    }
    .hs-two-col-equal-with-left-icon .column-group.right {
        padding-left: 0;
    }
    .hs-rss-post-wrapper .hs-rss-item {
        width: 100%;
    }
    .hs-grabacion-de-juicios-orales .hs-row4-wrapper .hs-row4-top-heading {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none; 
    }
    .hs-servicios-layout .hs-three-col-equal {
        width: 80%;
        margin: 0 auto !important;
        float: none !important;
    }
    .hs-servicios-layout .hs-three-col-equal .column-group {
        width: 80%;
        margin-bottom: 15px;
        margin: 0 10% 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .hs-servicios-layout .hs-row1-wrapper {
        padding-bottom: 0;
    }
    
    .one-column-with-image-and-title {
        width: 25%;
        margin-bottom: 20px;
    }
    
    .hs-servicios-layout .hs-row1-wrapper {
        padding-top: 50px;
    }
    
    /*BLOG and C4s*/
    .c4s .body-container .two-col-equal.div0 .column-group figure img {
        border: 0px;
        display: block;
        float: none;
        height: 466.344px;
        margin: 0px;
        max-height: none;
        max-width: none;
        padding: 0px;
        position: absolute;
        width: 829px;
        left: -129px;
        top: 0px;
    }
    
    .c4s .body-container .two-col-equal.div0 .column-group figure {
        height: 466px;
    }
    
    .c4s .two-col-equal .column-group p {
        margin:0;
    }
    
    .c4s .custom-row2-group .custom-left-content {
        margin-bottom:50px;
    }
    
    
    /*About Service Page*/
    .about-services-page .body-container {
        padding-top: 61px;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 50px !important;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 60px;"] {
        padding-bottom: 50px !important;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 0 !important;
    }
    
    .aboutservice-row1-btcol div.hs_cos_wrapper_type_rich_text + .hs_cos_wrapper_type_custom_widget {
        margin-top: 60px;
    }
    
    #hs_cos_wrapper_widget_1495534529362#hs_cos_wrapper_widget_1495534529362 {
        padding-bottom: 175px !important;
    }
    
    .about-services-page.with-rss .two-col-equal.with-rightimg img[src*="/Auronix_May2017/Images/MensajeEncuesta3-508x1024.png"] {
        margin-left: 0;
        margin-right: 0;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 126px;"] {
        padding-bottom: 58px !important;
    }
    
    .about-services-page.with-rss .aboutservice-row1-btcol {
        padding-bottom: 0;
    }
    
    .hs-full-width.guias-page-layout .body-container {
        padding-top: 78px;
        padding-bottom: 55px;
    }
    
    .hs-full-width.guias-page-layout .hs-three-col-equal .column-group p {
        text-align: justify;
    }
    
    
    .two-column-left.with-rightcontent-form .body-container {
        padding-top: 77px;
        padding-bottom: 70px;
    }
    
    .two-column-left.with-rightcontent-form .sidebar.left {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 40px;
    }
    
    hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 85px;"] {
        padding-bottom: 0 !important;
    }
    
    .full-width-layout.with-top-sectionheader .content-wrapper.page-center {
        padding-top: 50px;
    }
    
    .full-width-layout.with-top-sectionheader .slick-slider {
        padding: 25px 0 0;
    }
    
    .educativos-servicios-layout .main-content-leftcol, 
    .educativos-servicios-layout .main-content-rightcol {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    
    .educativos-servicios-layout .main-content-rightcol h5 {
        text-align: center;
    }
    
    .about-services2-page .aboutservice-row3-content .hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
        text-align: center;
    }
    
    .about-services2-page .aboutservice-row1-btcol hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 80px !important;
    }
    
    .about-services2-page .aboutservice-row3-group {
        padding-bottom: 123px;
    }
    
    .about-services2-page .aboutservice-bgimgrow-group h2[style="float: left;"] {
        margin-bottom: 20px;
    }
    
    .hs-rss-post-wrapper .hs-rss-item {
        width: 47.95%;
    }
    .hs-rss-post-wrapper .hs-rss-item {
        min-height: 337px;
    }
    .hs-row5-left-wrapper.videos-gallery-player.onecol_sixty {
        text-align: center;
    }
    .hs-quienes-somos .body-container .hs-row5-right-wrapper.onecol_forty.last.videos-gallery-list .hs_cos_wrapper_type_raw_html{
        padding-right: 0;
    }
}


@media only screen and (max-width: 767px) and (min-width: 640px) {
    /*C-Bots*/
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center,
    body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center{
        max-width: 590px !important;
    }
    
    /*Grud*/
    .hs-quienes-somos .hs-row1-wrapper h2 em {
        width: 90%;
    }
    
    .hs-quienes-somos .hs-row1-wrapper {
        padding-top: 50px;
    }
    
    .three-col-equal-with-top-icon .column-group {
        width: 32.9%;
        padding: 30px 10px;
    }
    
    /*About Services Page*/
    .hs-full-width.guias-page-layout .hs-three-col-equal .column-group {
        width: 70%;
        margin: 0 15% 40px;
    }
    
    .educativos-servicios-layout .main-content-rightcol {
        padding: 60px 50px 78px 50px;
    }
    
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        font-size: 14px;
        padding: 12px 25px 0;
        margin: 8px auto 0;
    }
    
}



@media (max-width: 640px) {
    /*Grud*/
    .hs-quienes-somos .hs-row1-wrapper h2 em {
        width: 100%;
    }
    
    .one-column-with-image-and-title {
        width: 33%;
    }
    
    .hs-quienes-somos .custom-rss-item {
        margin: 0 auto 50px;
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    
    .hs-quienes-somos .hs-row3-wrapper {
        padding-bottom: 10px;
    }
    
    .three-col-equal-with-top-icon {
        display: block;
    }
    
    .three-col-equal-with-top-icon .column-group {
        padding: 40px 50px;
        width: 100% !important;
        float: none !important;
        margin-right: auto;
        margin-left: auto;
    }
    
    /*About Service Page*/
    #hs_cos_wrapper_widget_1495533451955#hs_cos_wrapper_widget_1495533451955 {
        padding-bottom: 105px !important;
    }
    
    .about-services-page.with-rss .two-col-equal.with-rightimg img[src*="/Auronix_May2017/Images/MensajeEncuesta3-508x1024.png"] {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hs-full-width.guias-page-layout .body-container {
        padding-top: 73px;
    }
    
    .hs-full-width.guias-page-layout .hs-three-col-equal {
        margin: 0 -5px;
    }
    
    .hs-full-width.guias-page-layout .hs-three-col-equal .column-group {
        width: 100%;
        margin: 0 0 40px;
        padding-top: 23px;
    }
    
    .two-column-left.with-rightcontent-form .body-container {
        padding-top: 74px;
    }
    
    .full-width-layout.with-top-sectionheader .slick-slider {
        padding: 20px 0 0;
    }
    
    .bg-img-wrapper {
        min-height: 280px;
        background-position: center center;
    }
    
    .educativos-servicios-layout .main-content-rightcol {
        padding: 70px 20px 90px 20px;
    }
    
    .about-services2-page .aboutservice-row1-btcol hr[style="border: 0 none; margin-bottom: 0; margin-top: 0; background: none; height: 0; padding-bottom: 120px;"] {
        padding-bottom: 30px !important;
    }
    
    .about-services2-page .aboutservice-row1-btcol {
        padding-bottom: 10px;
    }
    
    .hs-rss-post-wrapper .hs-rss-item {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
}


@media (max-width: 639px){
    .container-fluid .row-fluid .page-center{
        max-width: 500px;
    }
    .custom-courtesy-links {
        display: none !important;
    }
    .custom-header-contact {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 9px;
    }
    .custom-header-contact ul li:first-child, .custom-header-contact ul li {
        margin-right: 18px;
        margin-left: 12px;
    }
    .custom-header-contact::before, .custom-header-contact::after {
        content: "";
        display: block;
        clear: both;
    }
    .fixed .custom-logo {
        padding-bottom: 18px;
        margin-top: 2px;
    }
    .fixed .mobile-trigger {
        top: -49px;
    }
    .custom-product-title{
        margin-top: 57px;
    }
    .custom-products-wrapper,
    .custom-services-wrapper{
        width: 100%;
    }
    .custom-product-row-one-flexi .hs_cos_wrapper_type_widget_container, 
    .custom-product-row-two-flexi .hs_cos_wrapper_type_widget_container, 
    .custom-product-row-three-flexi .hs_cos_wrapper_type_custom_widget{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .custom-product-row-three-flexi {
        margin-bottom: 50px;
    }
   .custom-two-col-left.left-flexi{
       margin-top: 164px;
   }
   .custom-two-col-left.right-flexi{
       margin-bottom: 0;
   }
   .custom-two-col-equal.left-flexi img{
       margin-bottom: 14px;
   }
   .custom-two-col-equal.right-flexi{
       padding-top: 40px;
   }
   .custom-two-col-equal-row-one-wrapper {
        margin-bottom: 86px;
    }
    .hs-full-width .body-container {
        padding-top: 61px;
    }
    .custom-full-width-row-one-flexi {
        padding: 0;
    }
    .two-col-left.with-left-img .column-group.right {
       padding-top: 40px;
    }
    .hs-rss-post-wrapper .hs-rss-item {
       width: 100%;
       margin-right: 0;
       margin-bottom: 45px;
    }
    .hs-rss-featuredimg-group {
       height: 62.7vw;
       min-height: 200px;
    }
    .hs-rss-content {
       padding: 35px 10px 30px 10px;
       font-size: 14px;
       line-height: 23px;
    }
    .hs-rss-post-wrapper .hs-rss-item {
       margin-bottom: 50px;
    }
    .calixtamms-row1-group .page-center{
        max-width: 500px !important;
    }
    .custom-professional-left-flexi ul.hs-tabber-tabs {
        width: 100%;
        float: none;
    }
    .custom-professional-left-flexi .hs-tabber-content {
        width: 100%;
        padding-left: 0;
        border: none;
    }
    .custom-professional-left-flexi .hs-content p img{
        margin-top: 0;
    }
    .about-services-page.with-rss .two-col-equal.with-rightimg ul li i {
        float: none;
        margin-left: 0;
    }
    .about-services-page.with-rss .two-col-equal.with-rightimg ul {
        width: 100%;
    }
     .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
        max-height: 100%;
        position: static;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        max-width: 500px;
        max-height: 51%;
        position: static;
    }
    .custom-home-slider .hs_cos_gallery_main {
        max-height: 100%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption blockquote {
        margin-top: 145px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h5 {
        font-size: 21px;
        line-height: 28px;
        margin: 0 0 22px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide {
        max-height: 100%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
        max-height: 432px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group {
        width: 100% !important;
        float: none !important;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group:after {
        content: "";
        display: table;
        clear: both;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .column-group.left {
        text-align: center;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="Auronix_May2017/Images/MensajeEnmascarado.png"], 
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .column-group.left img[src*="/Auronix_May2017/Images/MockTienda.png"] {
        display: inline-block;
        float: none;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(2) .slick-slide-inner-wrapper .caption .column-group.right,
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left {
        text-align: center;
    }
    .custom-home-slider .custom-darkgraybg-btn {
        font-size: 15px;
        line-height: 20px;
    }
    .custom-home-slider .hs_cos_gallery_main ul.slick-dots {
        bottom: 0;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.left {
        padding-bottom: 35px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:nth-child(3) .slick-slide-inner-wrapper .column-group.right img {
        left: 0;
    }
    .custom-home-slider .custom-alert-circle {
        left: 35%;
        top: -25px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper > img[src*="/Auronix_May2017/Images/white.gif"] {
        display: none !important;
    }
    ul.custom-logo-list li {
        width: 47.5%;
    }
}


@media (max-width: 640px) and (min-width: 480px) {
    
    .full-width-layout.with-top-sectionheader .content-wrapper.page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}


@media only screen and (max-width: 639px) and (min-width: 480px) {
    /*C-Bots*/
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center,
    .hs-authentication .calixtamms-row1-group .page-center{
        max-width: 500px !important;
    }
}

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

@media (max-width: 479px) {
    .container-fluid .row-fluid .page-center{
        max-width: 300px;
    }
    .custom-logo {
        padding-top: 10px;
        padding-bottom: 13px;
    }
    .custom-logo img {
        max-width: 150px !important;
    }
    .mobile-trigger {
        padding: 0;
        right: 1px;
        top: -43px;
    }
    .custom-bottom-header,
    .custom-top-header{
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-header-contact{
        margin-bottom: 3px;
    }
    .fixed .custom-logo {
        padding-bottom: 12px;
        margin-top: 5px;
    }
    .hs-tabber-tabs li{
        padding: 0 3px 40px;
    }
    .hs-tabber-tabs li a::before{
        font-size: 30px;
        padding: 10px;
        height: 50px;
    }
    .hs-tabber-tabs li a{
        font-size: 12px;
    }
    .custom-two-col-equal.left-flexi img {
        margin-top: 0;
    }
    .custom-two-col-equal.left-flexi img {
        margin-bottom: 50px;
    }
    .custom-two-col-equal.right-flexi ol li{
        margin-bottom: 50px;
    }
    .hs-full-width .body-container {
        padding-top: 45px;
    }
    .custom-full-width-row-one-flexi {
        padding: 0 10px;
    }
    .custom-home-row-four-title {
        margin-top: 50px;
    }
    .custom-home-row-four-title h1 {
        font-size: 20px;
    }
    .custom-solution-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .custom-home-row-five-image-flexi .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_linked_image {
        width: 100%;
    }
    .custom-bottom-header.calixta .custom-logo{
        margin-top: 15px;
        padding-bottom: 23px;
    }
    .fixed .custom-bottom-header.calixta .custom-logo img{
        margin-top: 0;
    }
    .fixed .custom-bottom-header.calixta .custom-logo {
        padding-bottom: 23px;
    }
    .fixed .custom-bottom-header.calixta .mobile-trigger {
         top: -46px;
    }
     .calixtamms-row1-group .page-center{
        max-width: 300px !important;
    }
    .header-container-wrapper {
        min-height: 129px !important;
    }
    .fixed .custom-bottom-header{
        padding-top: 5px;
    }
    .calixta-mms-row1-form form .hs-form-field span.hs-form-required {
        font-size: 26px;
    }
    .aboutservice-row1-btcol {
        padding-top: 0;
    }
    .hs-grabacion-de-juicios-orales .hs-row1-wrapper .hs-row1-left-column.justicia {
        margin-top: 78px;
    }
    .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    .about-services-page.with-rss .aboutservice-bgimgrow-content .custom-lightgraybg-btn {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .main-content-form .hs_recaptcha.hs-form-field::-webkit-scrollbar,
    .custom-home-form .hs_recaptcha.hs-form-field::-webkit-scrollbar{
        max-width: 100%;
        width: 100%;
        overflow: auto;
        display: block;
    }
    div#captcha_wrapper::-webkit-scrollbar {
        overflow: auto !important;
    }
    .custom-home-form form,
    .custom-footer-form form{
        overflow: hidden;
    }
    .custom-cloud-row-one-title {
        margin-top: 57px;
    }
    .custom-bottom-header.calixta {
       padding-left: 10px;
       padding-right: 10px;
    }
    .four-col-image-wrapper img{
        width: 100%;
    }
    .aboutservice-row1-btcol div.hs_cos_wrapper, .aboutservice-row4-content div.hs_cos_wrapper, .aboutservice-row5-content div.hs_cos_wrapper {
        padding: 0;
    }
    .three-col-equal .column-group {
        padding-left: 0;
        padding-right: 0;
    }
    .body-container .two-col-equal.div0 .column-group figure .play-icon {
        background-size: 60px 38px;
        height: 38px;
        width: 60px;
    }
    .custom-home-row-two-title::before{
        width: 90%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child {
        max-height: 467px;
        background-position: 126vw center;
        background-size: 1170px;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide:first-child .slick-slide-inner-wrapper .caption {
        max-width: 300px;
        max-height: 70%;
    }
    .custom-home-slider .slick-track .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption blockquote {
        margin-top: 130px;
    }
    .custom-contact-form form .hs-input {
        width: 100% !important;
    }
    .custom-contact-form .hs_i_m_interested.field.hs-form-field ul .hs-input {
        width: auto !important;
    }
    .custom-bottom-header.calixta .mobile-trigger,
    .fixed .custom-bottom-header.calixta .mobile-trigger {
        top: -53px !important;
    }
    ul.custom-logo-list li {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    
    /*C-Bots*/
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-group .page-center,
    body.calixta-mms-layout.hs-c-bots.hs-authentication .calixtamms-row1-group .page-center{
        max-width: 300px !important;
    }
    .two-col-equal .column-group.left .content-group img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group p strong {
        font-size: 24px;
        line-height: 24px;
    }
    .calixtamms-row1-mobile-content .column-group.right .content-group blockquote {
        margin: 20px 0 20px 0px;
    }
    body.calixta-mms-layout.hs-c-bots .calixta-mms-row1-form {
        padding: 0 0px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
     body.calixta-mms-layout.hs-c-bots .calixtamms-row1-mobile-content .column-group.right .content-group p em {
        font-size: 16px;
    }
    
    /*Grud*/
    .one-column-with-image-and-title {
        width: 100%;
        border-right: 0 none;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
    }
    
    .hs-servicios-layout .hs-three-col-equal,
   .hs-servicios-layout .hs-three-col-equal .column-group{
       width: 100%;    
   }
   .hs-servicios-layout .hs-three-col-equal .column-group{
       margin: 0 auto 40px;
   }
   
   /*BLOG and C4s*/
   .c4s .body-container .two-col-equal.div0 .column-group figure {
        height: 229.094px;
    }
    .c4s .body-container .two-col-equal.div0 .column-group figure img{
        height: 229.094px;
        width: 507px;
    }
    .c4s .body-container .two-col-equal.div0 .column-group figure .play-icon {
        background-size: 60px 38px;
        height: 38px;
        width: 60px;
    }
    .c4s .two-col-equal .column-group{
        padding: 0;
    }
    .c4s .two-col-equal.clearfix.div0{
        margin-bottom: 140px;
    }
    
    /*About Services Page*/
    .hs-full-width.guias-page-layout .body-container {
        padding-top: 57px;
    }
    
    .hs-full-width.guias-page-layout .hs-three-col-equal {
        margin: 0 -15px;
    }
    
    .hs-full-width.guias-page-layout .hs-three-col-equal .column-group {
        text-align: center;
    }
    
    .two-column-left.with-rightcontent-form .body-container {
        padding-top: 58px;
    }
    
    .full-width-layout.with-top-sectionheader .slick-track {
        margin-bottom: 0;
    }
    
    .full-width-layout.with-top-sectionheader .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
        width: 100%;
        max-width: 100%;
    }
    
    .educativos-servicios-layout .body-container {
        padding: 82px 0 93px;
    }
    
    .educativos-servicios-layout .main-content-rightcol {
        padding-bottom: 63px;
    }
    
    .bg-img-wrapper {
        min-height: 180px;
    }
    
    .two-col-equal-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .full-width-with-lefticon {
        margin-bottom: 25px;
    }
    
    .about-services2-page .full-width-with-lefticon .left-icon {
        margin-bottom: 30px;
    }
    
    .about-services-page.with-rss .two-col-equal.with-rightimg ul li i.fa,
    .about-services-page.with-rss .two-col-equal ul[style="list-style: none;"] li i.fa {
        margin-left: 10px;
    }
    .full-width-layout.with-top-sectionheader .hs_cos_gallery_main:hover button.slick-arrow.slick-next {
        right: 0px;
    }
    
}

/* Added by HubSpot Support */

	a.hs-button.primary {
    margin-bottom: 10px;
	}
	
	.hs_email.field.hs-form-field{
		margin-bottom: 0px;
	}
