/* 
 ==========================================================================
   DOCUMENT INFORMATION            
 ========================================================================== 
 *
 * Document: Adglow Main Stylesheet
 * Version:  1.0.0
 * Client:   Adglow
 * Author:   Anders Grove - Struto Ltd
 *
 * 
 ==========================================================================
   NOTES            
 ========================================================================== 
 *
 * Index has prefix '=' and '==' to find(CTRL + F) in stylesheet
 *
 ==========================================================================
   INDEX            
 ==========================================================================  
 * 1) =IMPORTS
    b
 * 2) =BASE
    *) Variables
    *) Macros 
    *) Core
    *) Normalize
    *) Typography
    a
 * 3) =FORMS
    *) Global Forms(Default)
    *) COS Forms
    *) Blog Subscription Form
    *) Google Search Form
    *) Custom Forms(LP)
    
 * 4) =BUTTONS & CTAf
    *) Global Buttons(Default)side
    *) CTA Buttons
    
 * 5) =MENU NAVIGATION
    *) Menu Base
    *) Logo
    *) Mobile Menu
        >Reset
        >Toggle Button
        >Toggle Button Icon
        >Child Toggle Button
        >Mobile Styles
        
 * 6) =FOOTER
    *) Menu Base
    
    
 * 7) =CUSTOM CLASSES/PREFIXES [THIS IS WHERE YOU ADD SHIT]
    
 * 8) =THEME
    *) Theme Base
    *) Theme Grid
    *) Adglow Theme CSS 
    
 * 9) =BLOG
 
 * 10) =MENU TABBED - CUSTOM MODULE
 
 * 11) =VIDEO GALLERY
 
 * 11) =HACKS & OVERRIDES

 ==========================================================================  */
 
 
 

/* ==========================================================================
   1) ==IMPORTS
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/* tipgrafía 2021 */
<link rel="preconnect" href="https://fonts.googleapis.com"> 
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">

/* ==========================================================================
   2) ==BASE
   ========================================================================== */

/* 
   Variables                                               
   ========================================================================== */
   
/* Typography - Headings */

/**/







/* Typography - Font */






/* Typography - Colors */




/* Base - Containers */
  /* Default Desktop */
 /* Desktop @ 991 */ 
  /* Tablet @ 767  */ /* NOT NEEDED */
   /* Mobile @ 479 */ /* NOT NEEDED */

 
/* 
   Macros                                                  
   ========================================================================== */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */


/*
   Core                                                    
   ========================================================================== */

*, 
*: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 {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  background: #fff;
  color: #373737;
  font: 300 1.2em/1.3 Montserrat, sans-serif;
  margin: 0;
  min-height: 100%;
  line-height: 20px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height:auto;
}
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 940px;
  margin: 0 auto;
}
.row-fluid [class*="span"] {
   min-height: 0;
}

/* 
   Normalize - [v3.0.3 | MIT License | github.com/necolas/normalize.css]
   ========================================================================== */

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width: none !important;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

input[type="number"]:-webkit-inner-spin-button,
input[type="number"]:-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
   Typography
   ========================================================================== */
body {
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5{    
  font-family:dosis, sans-serif; 
  font-weight:200; 
  line-height:1.2;
}
.hd.model-one.v1 {
text-transform: inherit !important;
}


h1 {
  font: 200 45px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
h2 {
  font: 200 35px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
h3 {
  font: 200 25px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
h4 {
  font: 200 20px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
h5 {
  font: 200 20px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
h6 {
  font: 200 18px/1.2 Montserrat, sans-serif;;
  margin: 0 0 20px;
}
p {
    font: 300 1.2em/1.3 Montserrat, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 5px 0;
}
ul {
  font: 300 1.2em/1.3 Montserrat, sans-serif
}
li ul {
  font: inherit;
}

a:hover, 
a:focus { 
    outline: 0;
    /*text-decoration: underline;*/
}
/* Highlighted Text */
:-moz-selection,
:selection{
  color: #fff;
  background: #333;
  text-shadow: none;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}
label {
  display: block;
  margin-bottom: 5px;
}
/** corrección de label en formulario incrustado de italia (landing Fb&In) **/
form._form._form_1._inline-form._dark label {
  display: inline !important;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

@media(max-width: 479px) {
    h1 {
        font-size: 32px;
    }
}

/** correccion formularioa landing intalia dental */
#_form_61431FD96CF4C_ { width: 700px !important;}
div._field-wrapper input { padding: 15px !important; }
div._field-wrapper { margin-bottom: 25px !important; }
#_form_3_submit, buttom._subbmit, button#_form_3_submit._submit  { 
                  background-color: #03db5a !important;
                  border: 2px solid rgba(0, 0, 0, 0) !important;
                  color: #ffffff !important;
                  display: inline-block !important;
                  font-size: 20px !important;
                  min-width: 250px !important;
                  padding: 20px 40px !important; }

/* ==========================================================================
   3) ==FORMS
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input.hs-pwd-widget-password,
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body select {
    background-color: #f2f2f2;
    border-width: 1px;
    height: 56px;
    margin-bottom: 10px;
    transition: border 450ms ease 0s;
    color: #333333;
    display: block;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
    font: 300 14px/1.42857 Montserrat, sans-serif;
    border: 1px solid transparent;
}

#hs-pwd-widget-password {
  height: 56px !important;
  display: inline-block !important;
  width: auto !important;
  margin-right: 25px;
  margin-top: 0px !important;
}

body input[type="file"] {
    padding: 0;
    border: medium none;
}

.content-column.model-seven input, 
.content-column.model-seven textarea {
    background-color: #fff;    
}



body textarea  {
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
  -webkit-transition: border 450ms ease;
  transition: border 450ms ease;
  width: 100%;
  font: 300 14px/1.42857 Montserrat, sans-serif;
}

body input:focus,
body textarea:focus{
    border-radius: 3px;
    outline: none;
}

textarea {
    min-height: 140px;
    overflow: auto;
    padding-left: 14px;
    padding-top: 10px;
}

span.hs-form-required, 
h3.form-title {
    display: none;    
}

.content-column .hs-form fieldset.form-columns-1 .hs-input {
   /* width: 100%; */
}

.hs-form fieldset.form-columns-1 .hs-input {
    /*width: 100% !important;*/
}

input[type="submit"], 
body input[type="button"] {
    -webkit-appearance: button;   
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #03db5a;
    border-radius: 0;
    color: #000 ;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 250ms ease;
}

input[type="submit"]:hover, 
body input[type="button"]:hover {
    background-color: #03db5a;
    color: #fff;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 50px;
  text-align: left;
}

body .hs-form fieldset {
    max-width: none;
    width: 100%;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}

/*
#gsc-iw-id1 ::-webkit-input-placeholder,
#gsc-iw-id1 :-moz-placeholder,
#gsc-iw-id1 ::-moz-placeholder,
#gsc-iw-id1 :-ms-input-placeholder, 
#gsc-iw-id1 :input-placeholder{
    color: #fff !important;
}
*/



/* COS Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}



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

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}




/* Custom Forms
   ========================================================================== */

/* Request Call Back  Form*/

.callback-form .hs_cos_wrapper_type_form input[type="text"],
.callback-form .hs_cos_wrapper_type_form input[type="password"], 
.callback-form .hs_cos_wrapper_type_form input[type="datetime"], 
.callback-form .hs_cos_wrapper_type_form input[type="datetime-local"], 
.callback-form .hs_cos_wrapper_type_form input[type="date"], 
.callback-form .hs_cos_wrapper_type_form input[type="month"], 
.callback-form .hs_cos_wrapper_type_form input[type="time"], 
.callback-form .hs_cos_wrapper_type_form input[type="week"], 
.callback-form .hs_cos_wrapper_type_form input[type="number"], 
.callback-form .hs_cos_wrapper_type_form input[type="email"], 
.callback-form .hs_cos_wrapper_type_form input[type="url"], 
.callback-form .hs_cos_wrapper_type_form input[type="search"], 
.callback-form .hs_cos_wrapper_type_form input[type="tel"], 
.callback-form .hs_cos_wrapper_type_form input[type="color"],
.callback-form .hs_cos_wrapper_type_form input[type="file"],
.callback-form .hs_cos_wrapper_type_form textarea,
.callback-form .hs_cos_wrapper_type_form select {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 20px;
    transition: border 300ms ease-in 0s, box-shadow 200ms ease;
    padding-left: 160px;
}   
.callback-form .hs_cos_wrapper_type_form select {
  text-indent: 160px;
}
.callback-form .hs_cos_wrapper_type_form input[type="text"]:focus,
.callback-form .hs_cos_wrapper_type_form input[type="password"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="date"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="month"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="time"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="week"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="number"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="email"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="url"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="search"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="tel"]:focus, 
.callback-form .hs_cos_wrapper_type_form input[type="color"]:focus,
.callback-form .hs_cos_wrapper_type_form input[type="file"]:focus,
.callback-form .hs_cos_wrapper_type_form textarea:focus,
.callback-form .hs_cos_wrapper_type_form select:focus {
    border: 2px solid #03db5a;
    box-shadow: none;
}
.callback-form .hs_cos_wrapper_type_form .hs-form-field > label {
  background-color: #f5f5f5;
  border-right: 2px dashed #03db5a;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  height: 80%;
  left: 3px;
  line-height: 42px;
  margin-left: 1px;
  margin-top: 1px;
  max-height: 42px;
  min-width: 150px;
  padding-right: 10px;
  position: absolute;
  text-align: right;
  top: 3px;
}
.callback-form .hs_cos_wrapper_type_form .hs_message.hs-form-field > label {
    max-height: none;
}
body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  color: #e8334f;
  font-size: 14px;
  text-align: left;
}

body form.hs-form .hs_comment.hs-form-field ul.inputs-list.hs-error-msgs {
    bottom: -3px;
}

.callback-form .hs_cos_wrapper_type_form .hs-form-field {
    position: relative;
}

.callback-form input[type="submit"] {
    background-color: #03db5a;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    min-width: 250px;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.callback-form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #03db5a;
    color: #000000;
    box-shadow: none;
}

.contact-spacer {
    height: 80px;
}

/* Upload CV Button */
.callback-form .hs_attach_cv.field.hs-form-field  input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

.callback-form .hs_attach_cv.field.hs-form-field > label {
  border: 2px solid #03db5a;
  color: #03db5a;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 0 auto 25px;
  padding: 0;
  position: relative;
  text-align: center;
  /*width: 150px;*/
  line-height: 35px;
}
@media(max-width: 479px){
    .callback-form .hs_attach_cv.field.hs-form-field > label {
      line-height: 12px;
    }
}
/* Landing Page Form*/
.lp-form {
    padding-left: 20px;
    padding-right: 20px;
}
.lp-form span.hs-form-required, .lp-form h3.form-title {
  display: inline-block;
}
.lp-form .hs_cos_wrapper_type_form input[type="text"],
.lp-form .hs_cos_wrapper_type_form input[type="password"], 
.lp-form .hs_cos_wrapper_type_form input[type="datetime"], 
.lp-form .hs_cos_wrapper_type_form input[type="datetime-local"], 
.lp-form .hs_cos_wrapper_type_form input[type="date"], 
.lp-form .hs_cos_wrapper_type_form input[type="month"], 
.lp-form .hs_cos_wrapper_type_form input[type="time"], 
.lp-form .hs_cos_wrapper_type_form input[type="week"], 
.lp-form .hs_cos_wrapper_type_form input[type="number"], 
.lp-form .hs_cos_wrapper_type_form input[type="email"], 
.lp-form .hs_cos_wrapper_type_form input[type="url"], 
.lp-form .hs_cos_wrapper_type_form input[type="search"], 
.lp-form .hs_cos_wrapper_type_form input[type="tel"], 
.lp-form .hs_cos_wrapper_type_form input[type="color"],
.lp-form .hs_cos_wrapper_type_form input[type="file"],
.lp-form .hs_cos_wrapper_type_form textarea,
.lp-form .hs_cos_wrapper_type_form select {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 20px;
    transition: border 300ms ease-in 0s, box-shadow 200ms ease;
    /*padding-left: 180px;*/
}   

.lp-form .hs_cos_wrapper_type_form .hs-form-field > label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}   

.lp-form .hs_cos_wrapper_type_form .hs-form-field {
    position: relative;
}

.lp-form input[type="submit"] {
    background-color: #03db5a;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.lp-form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #03db5a;
    color: #000000;
    box-shadow: none;
}

.lp-form {
    
}

/* ==========================================================================
   4) ==BUTTONS & CTA
   ========================================================================== */


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

/* CTA Buttons
   ========================================================================== */
   
   

/* ==========================================================================
   5) ==MENU NAVIGATION                                            
   ========================================================================== */
   
   /*
    * NOTES
    * 
    *
    */
   
/* Variables must be moved to top of stylesheet */   

/* Desktop Nav Settings */   
 /* Primary Navigation BG Colour */
 /* Parent Link Hover BG Colour */
 /* Parent Link Colour */
 /* Parent Link Hover Colour */
 /* Active Parent BG Colour */
 /* Active Link Colour */
 /* Underline border animation colour */



/* Mobile Nav Settings */   
   /* Set Mobile Menu Background Color */
      /* Set Mobile Link Color */
  /* Set Mobile Link BG Hover Color */
 /* Set Mobile Link Hover Color */


/* Mobile Nav Trigger */   
 /* Mobile Trigger BG Colour */
 /* Mobile Trigger border Colour */
 /* Mobile Trigger Colour */
 /* Mobile Trigger Colour hover and open state */
 /* Mobile Trigger BG Colour hover and open state */
/* Mobile Nav Trigger */   
 /* Mobile Trigger BG Colour hover and open state */


/* 
   Menu Base
   ========================================================================== */
   
.content-top-header {
 /* background-color: #ececec;
  background-image: linear-gradient(105deg, #e83366, #dd6631 50%, #f9b000);
  color: #fff;
  display: block;
  height: 10px; */
}
   
#mainMenu {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    /*text-transform: uppercase;*/
    /*-webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
    /*transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
    width: 100%;
    z-index: 9991;
}

#mainMenu a {
    font-weight: 300;
}

#mainMenu.nav-down  {
  top: 0 !important;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  -o-transition: top .2s linear;
  -ms-transition: top .2s linear;
  transition: top .2s linear;  
}

#mainMenu.nav-up  {
  top: -130px !important;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  -o-transition: top .2s linear;
  -ms-transition: top .2s linear;
  transition: top .2s linear;  
}

.mobile-open #mainMenu.nav-up  {
  top: 0 !important;
  -webkit-transition: top .2s linear;
  -moz-transition: top .2s linear;
  -o-transition: top .2s linear;
  -ms-transition: top .2s linear;
  transition: top .2s linear;  
}



.span12.custom-menu-primary.js-enabled {
    margin-top: 0;
    margin-bottom: 0;
}

.span11.nav-wrapper {
    float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    padding-right: 20px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li {
    height: 100%;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    padding: 50px 25px;
    height: auto;
    line-height: 51px
    -ms-transition: border 350ms ease-in;
    -webkit-transition: border 350ms ease-in;
    transition: border 350ms ease-in;
    font-weight: bold;
    font-size: 19px;
}
@media (max-width: 1080px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 45px 21px;
    }
}

.scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #444444;
    -ms-transition: color  0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: color  0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  /*background-color:#03db5a;*/
  color:#fff;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
    /*color: #dd4e0c;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #ffffff;
}
.scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #444444;
}
/* Underline Border Animation */
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;  
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
  height: 2px;
}


/* Navigation background color change to white on scroll */
.scrolling {
    background-color: rgb(255, 255, 255) !important; 
    opacity: 1; 
    transition-duration: 0.3s !important;
    /*-ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);*/
    
    -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    
    border-bottom:transparent;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    -moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
    box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
}

/* Logo change on scroll */
.scrolling .logo-wrapper {
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.scrolling .custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link, 
.scrolling .custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a {
    /*color:#000 !important;*/
    /*transition-duration: 1s;*/
}

.scrolling a.mobile-trigger i:before,
.scrolling a.mobile-trigger i,   
.scrolling a.mobile-trigger i:after{
  /*background-color: #000 !important;*/
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  border: medium none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  
  /*
  padding: 23px 33px 12px;
  height: 100%;
  */
      background-color: rgba(0, 0, 0, 0.7);
    border-top: 1px none #f3f3f3;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
    color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color:#03db5a;
  color:#fff;
}

/* 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    min-width: 140px;
}
@media(max-width:991px){
    body.mobile-open {
        overflow: hidden;
    }
    #mainMenu {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        min-width: 140px;
    }
    h1.with-image {
      font-size: 40px;
    }
    
}

.mobile-open #mainMenu {
      width: 100%;
} 
.mobile-open #mainMenu .hs-menu-wrapper {
      background-color: rgba(0, 152, 255, 0);
      width: 100%;
} 


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.child-trigger {
    display: none;
    position: absolute;
}

/* Current Active Link */
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-color: transparent;
    color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;  
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
}


/* Fix menu disappearing on desktop after toggling mobile menu */
/*@media screen and (min-width:768px) {*/
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
  }
}

/* 
   Logo
   ========================================================================== */
   
/*#mainMenu img {*/
/*    height: 64px;*/
/*}*/

.logo-wrapper {
    transition-duration: 0.3s;
    background-image: none;
    padding-left: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
}

.logo {
    padding-left: 20px; 
    margin-top: 25px;
}

/*
.span1.logo-wrapper {
    background-image: url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/logo-white.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 44px;
    margin-left: 12px !important;
    margin-top: 15px;
    position: absolute;
    width: 100px;
}
*/

.scrolling .logo-wrapper {
    /*background-image: url("//cdn2.hubspot.net/hubfs/165931/Struto-Website-2017/nav_struto_logo_invert.png");*/
}
   
/* 
   Mobile Menu
   ========================================================================== */
/**
 * NOTE
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */
   

.mobile-trigger{
    display: none; /* Hide button on Desktop */
}
.row-fluid .span9.nav-wrapper {
    margin: 0;
}
.span12.logo {
    width: 190px;
}

/*@media (max-width: 767px){*/
@media (max-width: 991px){
    
    /* this resolve one issue, the mobile menu appeare one second and after disappear */
    #hs_menu_wrapper_module_1486031354695330 {
        display:none;
    }

    /* 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;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
        padding: 0;
    }

  /* Toggle Button Icon
     ================================== */
/*
.mobile-trigger i{
display: inline;
position: relative;
top: -4px;
}
.mobile-trigger i:before, .mobile-trigger i:after{
position: absolute;
content: '';
}
.mobile-trigger i, 
.mobile-trigger i:before, 
.mobile-trigger i:after{
width: 22px; 
height: 2px; 
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
background-color: #777;
display: inline-block;
}
.mobile-trigger i:before{
top: -6px; 
}
.mobile-trigger i:after{
top: 6px; 
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
background-color: #fff; 
}
*/

    .mobile-trigger {
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 120px;
      line-height: normal !important;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: 0;
      text-indent: -9999px;
      transition: visibility 0s linear 0s, opacity 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s, transform 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
      width: 100px;
      top: 0;
      z-index: 1;
    }
    .mobile-trigger:hover {
      cursor: pointer;
    }
    
    .mobile-open .mobile-trigger {
      transition: all 0.2s ease;
    }
    
    .mobile-trigger i {
      background-color: #fff;  
      border-radius: 0;
      display: block;
      height: 3px;
      left: 33px;
      position: absolute;
      right: 45px;
      top: 54px;
      width: 32px;
      -ms-transform-origin: center center 0;
      -webkit-transform-origin: center center 0;
      transform-origin: center center 0;
      -ms-transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
      -webkit-transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
      transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
      
    }      
    .mobile-trigger i:after, 
    .mobile-trigger i:before {
        background-color: #fff;
        border-radius: 6px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        -ms-transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
        transition: all 0.4s cubic-bezier(0.465, 0.183, 0.153, 0.946) 0s;
        width: 32px;
    }
    /*.scrolling .mobile-trigger i,*/
    /*.scrolling .mobile-trigger i:after, */
    /*.scrolling .mobile-trigger i:before {*/
    /*    background-color: #777;*/
    /*}*/
    .mobile-trigger i:before {
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    .mobile-trigger i:after {
        bottom: 0;
        -ms-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    
    
      /* Change button when menu is open */
      .mobile-open .mobile-trigger{    
        background-color: #03db5a;
      }
      
    .mobile-trigger:hover i, 
    .mobile-trigger:hover i:before, 
    .mobile-trigger:hover i:after,
    .mobile-open .mobile-trigger i, 
    .mobile-open .mobile-trigger i:before, 
    .mobile-open .mobile-trigger i:after {
       
        background-color: #fff;
    }
    
    .scrolling .mobile-trigger i, 
    .scrolling .mobile-trigger i:before, 
    .scrolling .mobile-trigger i:after {
        background-color: #777;
    }
    
    .mobile-open .scrolling .mobile-trigger i, 
    .mobile-open .scrolling .mobile-trigger i:before, 
    .mobile-open .scrolling .mobile-trigger i:after {
        background-color: #777;
    }
    
    .mobile-open .mobile-trigger i:before {
        transform: translate(-500%) rotate(-135deg);
    }
    
    .mobile-open .mobile-trigger i {
      transform: translateX(500%);
    }
    
    .mobile-open .mobile-trigger i:after {
        transform: translate(-500%) rotate(135deg);
    }
    
  /* Child Toggle Button
     ================================== */

    .child-trigger {
      border-left: 1px dotted rgba(255, 255, 255, 0.2);
      cursor: pointer;
      display: block;
      height: 100%;
      max-height: 71px;
      min-width: 55px;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
    }
  .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:white; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
    
  /* Mobile Styles
  ================================== */
  
    .logo-wrapper {
        left: 0;
        position: absolute;
        top: 0;
    }
    .row-fluid .span10.nav-wrapper {
        margin: 0;
        width: 100%;
    }
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 120px; /* Makes room for button */
        margin: 10px 0 10px 0;
    }
    /*.logo-wrapper .logo {
        margin-top: 33px;
    }*/
    .nav-wrapper.span11 {
        margin: 0;
        width: 100%;
    }
    /* 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: relative; 
        top: 0;
        left: 0;
        padding: 0;
      }
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 22px;
        line-height: 51px;
        overflow: visible;
        padding: 10px 20px;
        font-weight: bold;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      background-color: #fff;
      border-bottom: 1px solid #e6e6e6;
      color: #000;
      font-size: 14px;
      line-height: 22px;
      padding: 15px 45px;
      text-indent: 10px;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 1px solid rgba(255, 255, 255, 0.2); /* Adds transparent dark highlights to top of top level list items */
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a {
        color:#fff; /* link color set by global mobile-aColor variable */
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:#fff; /* link hover color set by global mobile-aColorHover variable */
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
        height: 0;
    }
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
    }
    
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a ,
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
      background-color: rgba(0, 152, 255, 0);
      color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
      background-color: #03db5a;
      font-weight: bold;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
      width: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
      border-top: 1px solid #f4f4f4;
    }
    .mobile-open #mainMenu .hs-menu-wrapper {
      height: 700px;
      overflow: scroll;
      width: 100%;
    }
    .mobile-open .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        height: 1000px;
    }
      h1.with-image {
      font-size: 40px;
    }
    h1.with-image img {
      vertical-align: middle !important;
    }
    
}

/* ==========================================================================
   6) ==FOOTER
   ========================================================================== */

	/* for new footer 2018 */
#down-section-footer {
	background: #1b1b1b; padding-top: 35px; padding-bottom:15px; color: white;
}
#title-footer {
	text-align: center; font-size: 21px;
}

.content-section.model-two.v3.new-footer {
	padding: 80px 0px 45px 0px;
}
.p-footer {
	text-align: center; font-size: 18px;
}
.p-footer .link-footer {
	padding: 0px 23px;
}
.p-footer.subtitle-footer {
	font-style: italic; font-weight: lighter;
}
.p-footer.subtitle-footer a.first {
	margin-left: 50px;
}
.p-footer.subtitle-footer a {
	text-decoration: none;
  margin-right: 50px;
}
@media all and (max-width: 660px)
{
  .p-footer .link-footer {
    padding: 0px 10px;
  }
}
.p-footer.subtitle-footer a:hover, .p-footer.subtitle-footer a:active {
  opacity: 0.5;
	-webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
p.down-section-footer {
	font-size: 18px;
}
.down-section-footer span {
	display: inline-block; text-align: left; white-space: nowrap;
}
.down-section-footer img {
	float: left; margin-right: 10px; max-width: 58px;
}
.down-section-footer span span {
  font-size: 18px;
	padding-top: 8px;
}
.down-section-footer.with-icon span img {
	max-width: 17px; margin-right: 11px; margin-top:5px;
}
.down-section-footer.with-icon img.firs-item {
	 margin-left: 11px;
}

@media all and (max-width:767px)
{
  .content-section.model-two.v3.new-footer
  {
  	padding-bottom:50px !important; border:none !important;
  }
  .content-column.model-four.new-footer {
  	border: none !important;
    padding-bottom: 0px;
    padding-top: 35px;
  }
  .agency-implants h5 {
  	font-size: 2.5em !important;
  }
  .agency-implants ul {
  	font-size: 1.5em;
    line-height: 1.5em;
  }
  .agency-implants img {
  	max-width: 300px !important;
  }
}
  .agency-implants {
  	text-align: center !important;
    padding: 10px;
  }
  .agency-implants ul {
    list-style: none  !important;
    padding: 0px !important;
  }



/* ==========================================================================
   7) ==CUSTOM CLASSES/PREFIXES                                        
   ========================================================================== */
/*
 * 
 * Please add comments!
 *     
 */
 
 /* THIS FOR MAPS RESPONSIVES */
     .google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/* END MAPS */

/* for standard links inline */
    a.simple:link, a.simple:visited {
        text-decoration: none;
        color: #03db5a;
        font-weight: bold;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    a.simple:hover, a.simple:active{
        text-decoration: underline;
        color: #555;
        font-weight: bold;        
    }
/* end links */

.no-margin {margin:0px !important;}
.text-center {text-align: left !important;}

/* estilos para el texto del formulario de preferecias email */
div.legal-consent-container {
	margin-bottom: 25px;
}
div.legal-consent-container div {
  font-size: 12px !important;
}
div.legal-consent-container ul, div.legal-consent-container label, div.legal-consent-container .field.hs-form-field {
  margin-bottom: 0px !important;
}

div.legal-consent-container p {
  margin: auto !important;
}
div.legal-consent-container a:link, div.legal-consent-container a:visited, a.pinky {
	color: #03db5a;
}
div.legal-consent-container a:hover, div.legal-consent-container a:active {
	text-decoration: none;
}

/* END estilos para el texto del formulario de preferecias email */


/*** Auto column HubSpot version ****/
body .u-same-height__row > .row-fluid-wrapper{
    display: table;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid { 
    display: table-row;
}
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:before,
body .u-same-height__row > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}
body .u-same-height__cell.widget-span {
    display: table-cell;
    float: none;
    vertical-align: top;
}
@media(max-width: 767px) {
    body .u-same-height__row > .row-fluid-wrapper,
    body .u-same-height__row > .row-fluid-wrapper > .row-fluid,
    body .u-same-height__cell.widget-span {
        display: block
    }
}
/*** END ***/

/*** Resources Filter  ***/

.filter-wrapper {
    margin-bottom: 50px;
}
.filter-wrapper .success-filter-wrap.model-one {
    margin-top: 50px;
}
/* Checkbox custom */
.form-label.model-one {
  background-image: url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/checking-square.png");
  
}
#filterWrap input[type="checkbox"]:checked + label {
  background-image: url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/checkbox--green-2.png");
}
.jplist-panel input.display-none[type="checkbox"] {
  display: none;
}
#filterWrap .jplist-panel button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 0 #fff;
  box-sizing: content-box;
  color: #373737;
  float: none;
  height: 30px;
  margin: 0 auto;
  padding: 10px;
  text-shadow: 0 0 0 #fff;
}
#filterWrap .jplist-panel button:hover {
    background-color: #dfdfdf;
}
#filterWrap .jplist-panel.panel-top {
  color: #373737;
  min-height: 280px;
}
#filterWrap .jplist-panel.box.panel-bottom {
  min-height: 90px;
}
#filterWrap .jplist-panel .jplist-group {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #27252a;
  float: left;
  height: auto;
  margin: 10px 10px 0 0;
  padding: 0 0 0 5px;
  text-shadow: 0 0 0 #fff;
}
#filterWrap .content-divider.model-one {
  display: inline-block;
}
.container-fluid .row-fluid .w-col.content-column.list-item {
    padding-bottom: 85px;
    margin-bottom: 20px;
}

#filterWrap .data {
    display:none;
}
#filterWrap .jplist-hidden {
  display: none;
}
#filterHide {
    display: none;
}
.btn-success-filter {
    cursor: pointer;
}
#filterWrap .jplist-panel {
    display: block !important;
}
.stories.btn-success-filter.v1 {
  margin-bottom: 5px;
}
/*Site Map Styling*/
.sitemap .hs-menu-item.hs-menu-depth-1 > ul {
  margin: 0;
  padding-left: 30px;
}
.sitemap .hs-menu-item.hs-menu-depth-1 {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0;
}
.sitemap .hs-menu-item.hs-menu-depth-2 {
  margin: 5px 0;
}
.sitemap a {
  border-bottom: 1px dotted #d3d3d3;
  color: #03db5a;
  text-decoration: none;
}
.sitemap a:hover {
  background-color: #f4f4f4;
}
/* Success filter blocks */
.filter-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 140px;
    margin-bottom: 30px;
    margin-top: 20px;
}
/*Fixed heights*/
.list-item.filter-block h2 {
    height: 75px;
    min-height: 75px;
    max-height: 75px;
}
.list-item.filter-block p {
    height: 85px;
    min-height: 85px;
    max-height: 85px;
}
@media(max-width: 1200px) {
    .list-item.filter-block h2 {
    	height: 96px;
        min-height: 96px;
        max-height: 96px;
    }
    .list-item.filter-block p {
    	height: 110px;
        min-height: 110px;
        max-height: 110px;
    }
}
@media(max-width: 991px) {
    .list-item.filter-block h2 {
    	height: 144px;
        min-height: 144px;
        max-height: 144px;
    }
    .list-item.filter-block p {
    	height: 135px;
        min-height: 135px;
        max-height: 135px;
    }
   .span12.logo {
      width: 140px;
  } 
}
@media(max-width: 767px) {
    .contact-spacer {
        height: 0;
    }
    .list-item.filter-block h2 {
    	height: auto;
        min-height: 0;
        max-height: none;
    }
    .list-item.filter-block p {
    	height: auto;
        min-height: 0;
        max-height: none;
    }
    .filter-image {
      margin-bottom: 0;
      margin-top: 0;
    }
      h1.with-image {
      font-size: 40px;
    }
}
/* ==========================================================================
   8) ==THEME                                       
   ========================================================================== */
   
   

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

html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.long-form .hs_cos_wrapper_type_form .hs-form-field > label  {
  font-size: 23px;
  line-height: 28px !important;
  border-left: 3px solid #03db5a;
  padding: 10px;
  background-color: #eee;
}
.long-form .hs-form fieldset {
  margin-bottom: 20px;
 }

/* 
   THEME Grid
   ========================================================================== */
.container-fluid .row-fluid .content-container,
.container-fluid .row-fluid .w-container{
   float: none;
   margin-left: auto;
   margin-right: auto;
   max-width: 940px;
}
 
.container-fluid .row-fluid .content-container:before,
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:before,
.container-fluid .row-fluid .w-container:after {
  content: " ";
  display: table;
}
.container-fluid .row-fluid .content-container:after,
.container-fluid .row-fluid .w-container:after {
  clear: both;
}
.container-fluid .row-fluid .content-container .w-row,
.container-fluid .row-fluid .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.container-fluid .row-fluid .w-col {
  position: relative;
  float: left;
  width: 100%;
  /*min-height: 1px;*/
  margin-left: 0;
  
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .content-container,
  .w-container{
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
    .container-fluid .row-fluid .content-container .w-row,
    .container-fluid .row-fluid .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .container-fluid .row-fluid .w-col.content-column.model-one {
        padding-left: 0;
        padding-right: 0;
    }    
  
}

@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container{
    max-width: none;
  }

}

.container-fluid .row-fluid .w-col-1 {
  width: 8.33333333%;
}
.container-fluid .row-fluid .w-col-2 {
  width: 16.66666667%;
}
.container-fluid .row-fluid .w-col-3 {
  width: 25%;
}
.container-fluid .row-fluid .w-col-4 {
  width: 28%;
}
.vacancy-es {
  width: 26% !importamt;
}
.container-fluid .row-fluid .w-col-5 {
  width: 41.66666667%;
}
.container-fluid .row-fluid .w-col-6 {
  width: 48%;
}
.container-fluid .row-fluid .w-col-7 {
  width: 58.33333333%;
}
.container-fluid .row-fluid .w-col-8 {
  width: 66.66666667%;
}
.container-fluid .row-fluid .w-col-9 {
  width: 75%;
}
.container-fluid .row-fluid .w-col-10 {
  width: 83.33333333%;
}
.container-fluid .row-fluid .w-col-11 {
  width: 91.66666667%;
}
.container-fluid .row-fluid .w-col-12 {
  width: 100%;
}
.container-fluid .row-fluid .w-col-push-1 {
  left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-push-2 {
  left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-push-3 {
  left: 25%;
}
.container-fluid .row-fluid .w-col-push-4 {
  left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-push-5 {
  left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-push-6 {
  left: 50%;
}
.container-fluid .row-fluid .w-col-push-7 {
  left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-push-8 {
  left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-push-9 {
  left: 75%;
}
.container-fluid .row-fluid .w-col-push-10 {
  left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-push-11 {
  left: 91.66666667%;
}
.container-fluid .row-fluid .w-col-pull-1 {
  right: 8.33333333%;
}
.container-fluid .row-fluid .w-col-pull-2 {
  right: 16.66666667%;
}
.container-fluid .row-fluid .w-col-pull-3 {
  right: 25%;
}
.container-fluid .row-fluid .w-col-pull-4 {
  right: 33.33333333%;
}
.container-fluid .row-fluid .w-col-pull-5 {
  right: 41.66666667%;
}
.container-fluid .row-fluid .w-col-pull-6 {
  right: 50%;
}
.container-fluid .row-fluid .w-col-pull-7 {
  right: 58.33333333%;
}
.container-fluid .row-fluid .w-col-pull-8 {
  right: 66.66666667%;
}
.container-fluid .row-fluid .w-col-pull-9 {
  right: 75%;
}
.container-fluid .row-fluid .w-col-pull-10 {
  right: 83.33333333%;
}
.container-fluid .row-fluid .w-col-pull-11 {
  right: 91.66666667%;
}
.container-fluid .row-fluid .w-col-offset-1 {
  margin-left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-offset-2 {
  margin-left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-offset-3 {
  margin-left: 25%;
}
.container-fluid .row-fluid .w-col-offset-4 {
  margin-left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-offset-5 {
  margin-left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-offset-6 {
  margin-left: 50%;
}
.container-fluid .row-fluid .w-col-offset-7 {
  margin-left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-offset-8 {
  margin-left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-offset-9 {
  margin-left: 75%;
}
.container-fluid .row-fluid .w-col-offset-10 {
  margin-left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-offset-11 {
  margin-left: 91.66666667%;
}
.container-fluid .row-fluid .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
    /*
  .container-fluid .row-fluid .w-col {
      padding-right: 0;
      padding-left: 0;
  }
  */
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container {
    max-width: 728px;
  }
  /*.container-fluid .row-fluid .content-container.large-container,*/
  /*.container-fluid .row-fluid .w-container.large-container {*/
  /*  max-width: 828px;*/
  /*}*/
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col-medium-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

/** modules 10 anniversary *************************************************/


		/* Con esto conseguimos igualar div a modo columnas y alineamos verticalmente */
    @media screen and (min-width: 768px)
    {

        div.divs-center div.row-fluid-wrapper.row-depth-1 div.row-fluid {
          display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
          display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
          display: -ms-flexbox;      /* TWEENER - IE 10 */
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center !important;
          -moz-align-items: center !important;
          -o-align-items: center !important;
          -ms-align-items: center !important;
          align-items: center !important;

        }
    }
		/* end div to columns */

    .anniMobile {display:none !important;}
    @media screen and (max-width: 768px){
      .anniMobile {display:block !important;}
      .anniPc {display:none !important;}
      h1.with-image img {
        display: block;
        max-width: 150px;
      }      
    }
  
  /** end modules 10 anniversary **********************************************/

  /** tablas de muchos items en grupos de dos columnas (guia anuncios plataformas) **/

table.many-items.mobile-table {
	display: none !important;
}
@media screen and (max-width: 1200px) {
  
  table.many-items.pc-table {
    	display:none !important;
    }  
  table.many-items.mobile-table {
    	display:block !important;
    	float: none !important;
    	margin-bottom: 25px;
    } 
}

/***********************
 * solucion input check contact
 * ******************************/

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline !important;
  margin-left: 1px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
}

/****** end solution input *********/

@media screen and (max-width: 767px) {
  
  /** tablas de muchos items en grupos de dos columnas **/
 table.many-items {
    float: none !important;
  	width: 100% !important;
  } 
  /** END tablas de muchos items en grupos de dos columnas **/
  
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: none !important;
  }
  .container-fluid .row-fluid .content-container .container-fluid .row-fluid .w-row,
  .container-fluid .row-fluid .w-row,
  .container-fluid .row-fluid .w-container .container-fluid .row-fluid .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  /*ADDED*/
  .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .row-fluid .w-col-small-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-small-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-small-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-small-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .content-container,
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-tiny {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}

/* 
   Adglow THEME CSS
   ========================================================================== */
   
/* IMPORT */
.content-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.model-one {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 180px;
  padding-top: 130px;
  padding-bottom: 190px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-home-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-home-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-section.model-three {
  width: 100%;
  min-height: 450px;
  padding-top: 130px;
  background-color: #494949;
  color: #fff;
}

.content-section.model-three.v1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/agency-solutions-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/agency-solutions-banner-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-three.v2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/partners-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/partners-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-three.v3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/resources-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/resources-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-three.v4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/success-stories-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/success-stories-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-three.v5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/what-we-do-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/what-we-do-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-three.v6 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/who-we-are-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/who-we-are-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.model-four {
  padding-top: 80px;
  /*background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/img-bg-management.jpg');*/
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section.model-five {
  padding: 2%;
}

.content-section.model-six {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section.model-six.v1 {
  background-color: #f4f4f4;
}

.content-section.model-seven {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/bg-service-options.png');
  background-position: 15% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-section.model-seven.v14 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/hero.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-section.model-eight {
  display: block;
  width: 80%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #e6e6e6;
  color: #fff;
}

.content-section.model-ten {
  padding-top: 80px;
  background-color: #ebebeb;
  /*background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/consultancy-laptop-min.png'),  url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/consultancy-bg-min.png');*/
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/consultancy-laptop-min.png');
  /*background-position: 50% 100%, 50% 50%;*/
  background-position: 50% 100%;
  /*background-size: auto 95%, auto;*/
  background-size: auto 95%;
  /*background-repeat: no-repeat, no-repeat;*/
  background-repeat: no-repeat;
  /*background-attachment: scroll, fixed;*/
  background-attachment: scroll;
}

.content-section.model-two {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.model-two.v1 {
  background-color: #f4f4f4;
}

.content-section.model-two.v3 {
  position: relative;
  background-color: #373737;
  color: #fff;
}

.content-section.model-two.v4 {
  /*background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/592554183c18463ccb87cd9f_bg-service-options-min-min.png');*/
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content-section.model-two.v5 {
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 50px -1px rgba(0, 0, 0, .2);
}

.content-section.model-nine {
  width: 100%;
  min-height: 450px;
  padding-top: 130px;
  color: #fff;
}

.content-section.model-nine.v1 {
  position: relative;
  z-index: 999;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/contact-us-banner-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/contact-us-banner-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: none;
}

.content-section.model-nine.v2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://www.adglow.com/hubfs/site-assets/2021/headers/header-trabaja-con-nosotros.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://www.adglow.com/hubfs/site-assets/2021/headers/header-trabaja-con-nosotros.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-container {
  position: relative;
}

.content-container.model-one {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.content-container.model-three {
  display: block;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.content-custom {
  position: relative;
}

.content-custom.model-one {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.content-custom.model-two {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.content-custom.model-three {
  margin-bottom: 20px;
  margin-left: 70px;
}

.content-custom.model-three {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
}

.content-custom.partner-filter-block {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.content-custom.partner-filter-block:hover {
  border-radius: 30px;
  background-color: #fff;
}

.content-custom.model-four {
  max-width: 585px;
  padding-left: 4%;
  float: right;
}

.content-row {
  position: relative;
  z-index: 2;
}

.content-row.model-one {
  width: 100%;
}

.content-column.model-one.v1 {
  
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-column.model-one.v2 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/bg-yellow-min.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-column.model-one.v3 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/bg-purple-min.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-column.model-four {
  text-align: center;
}

.content-column.model-four.v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(26, 109, 229, .8), rgba(26, 109, 229, .8)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/Slider_master_1440x570_05-1220x316.jpg');
  background-image: linear-gradient(180deg, rgba(26, 109, 229, .8), rgba(26, 109, 229, .8)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/Slider_master_1440x570_05-1220x316.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-column.model-five {
  padding-left: 0;
  padding-right: 0;
  padding-top: 220px;
  text-align: center;
  position: relative;
}

.content-column.model-three {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.content-column.model-six.u-same-height__cell {
  padding-bottom: 85px;
}

.content-column.model-two {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.content-column.model-seven {
  padding-top: 20px;
  padding-bottom: 10px;
}

.content-column.model-seven.v1 {
  text-align: center;
}

.content-column.model-nine {
  text-align: left;
}

.content-column.model-ten {
  text-align: center;
}

.content-column.model-eleven {
  padding-right: 30px;
  padding-left: 30px;
  border-left: 5px solid #f4f4f4;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
}

.content-column.model-eleven:hover {
  border-left-width: 10px;
  border-left-color: #03db5a;
}

.content-column.model-eleven.u-same-height__cell {
  padding-bottom: 65px;
}

.content-column.model-twelve {
  text-align: center;
}

.content-column.model-twelve.v1 {
  padding-left: 50px;
  border-left: 2px dotted #d1d1d1;
}

.content-column.model-twelve.v2 {
  padding-right: 50px;
}

.content-column.model-thirteen {
  padding: 20px;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-color: #f4f4f4;
  text-align: center;
}

.content-column.model-thirteen.u-same-height__cell {
  padding-bottom: 85px;
}

.content-column.model-fourteen.u-same-height__cell.v1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-column.model-fourteen.u-same-height__cell.v2 {
  min-height: 500px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.p.model-one p {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 300;
}

.p.model-two {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.p.model-two.v1 {
  margin-bottom: 5px;
  color: #f90;
}

.p.model-two.v2 {
  color: #fff;
}

.p.model-three {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.p.model-four {
  margin-bottom: 0px;
}

.hd.model-one.v1 {
  text-transform: uppercase;
}

.hd.model-two.v1 {
  color: #fff;
}

/*.hd.model-three {*/
/*  font-family: 'Montserrat', sans-serif;*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*}*/

.hd.model-three.v1 {
  margin-bottom: 0px;
  line-height: 1.2;
  font-weight: 700;
}

.hd.model-three.v2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}+

.hd.model-three.v3 {
  font-size: 20px;
  line-height: 1.2;
}

.btn-model-one {
  display: inline-block;
  padding: 30px 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease, -webkit-transform 200ms ease;
  transition: background-color 250ms ease, -webkit-transform 200ms ease;
  transition: background-color 250ms ease, transform 200ms ease;
  transition: background-color 250ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #03db5a;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-one:hover {
  border-color: #fff;
  background-color: transparent;
  -webkit-transform: scale3d(0.95, 0.95, 0.9);
  transform: scale3d(0.95, 0.95, 0.9);
  color: #fff;
}

.btn-model-one.v1 {
  min-width: 300px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-model-one.v1:hover {
  border-color: #03db5a;
  background-color: #03db5a;
}

.nav {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 130px;
  background-color: rgba(0, 0, 0, .5);
}

.btn-wrap {
  display: block;
  margin-top: 20px;
  text-align: left;
}

.btn-wrap.model-one {
  text-align: center;
}

.btn-model-two {
  display: inline-block;
  min-width: 200px;
  padding: 20px 40px;
  border: 2px solid #03db5a;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-two:hover {
  background-color: #03db5a;
  color: #fff;
}

.btn-model-two.v5 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  min-width: 200px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-model-two.v4 {
  position: absolute;
  bottom: 0px;
}

.content-slider.model-one {
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/CF06_white.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/CF06_white.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.modal-overlay-vid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding-top: 65px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, .9);
  opacity: 1;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/icon-close.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.content-slide.model-one {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.logo-wrapper {
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 9px;
  background-image: none;
}

.logo-wrapper.w--current {
  padding-top: 14px;
  background-image: none;
}

.logo-wrapper.model-one {
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link {
  height: 120px;
  padding: 35px 25px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 350ms ease-in;
  transition: border 350ms ease-in;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 51px;
  font-weight: 300;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  border-top-color: #f7a824;
  border-bottom-color: #fff;
  color: #fff;
}

.menu {
  padding-top: 0px;
  padding-right: 20px;
}

.inner-content-column.model-one {
  position: relative;
}

.inner-content-column.model-one:hover {
  border-color: transparent;
  background-color: hsla(0, 0%, 100%, .2);
  box-shadow: 0 0 0 10px hsla(0, 0%, 100%, .2);
}

.inner-content-column.model-seven {
  margin-bottom: 20px;
  padding: 115px 13% 8%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .35);
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #fff;
  text-decoration: none;
}

.inner-content-column.model-seven:hover {
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0 0 7px #fff;
}

.inner-content-column.model-seven.v1 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/fax.png');
  background-position: 50% 45px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.inner-content-column.model-seven.v2 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/phone-white.svg');
  background-position: 50% 47px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.inner-content-column.model-seven.v3 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/e-mail-envelope-white.svg');
  background-position: 50% 45px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.row-fluid .inner-content-column.model-five {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.link-model-one {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: padding 250ms ease;
  transition: padding 250ms ease;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-model-one:hover {
  padding-left: 10px;
  background-color: #313131;
  color: #03db5a;
}

.content-list {
  margin-bottom: 30px;
}

.content-list.model-one {
  padding: 15px;
  background-color: rgba(55, 55, 55, .8);
}

.content-list-item {
  font-size: 1.2em;
  line-height: 1.3;
}

.link-block.model-one {
  position: absolute;
  left: -50px;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  float: left;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  background-color: rgba(55, 55, 55, .8);
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/earth.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.content-icon-container.model-one {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.content-icon-container.model-one:hover {
  opacity: 0.3;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.content-icon-container.model-one.v1 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/icon_twitter.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.content-icon-container.model-one.v2 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/icon_linkedin.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.content-icon-container.model-one.v4 {
  background-image: url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/facebook-logo.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
}

.content-img.model-two img {
  display: block;
  width: 90%;
  float: right;
}

.content-img.model-three {
  position: relative;
  top: 50%;
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.content-img.model-five {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.content-img.model-four {
  padding-right: 40px;
  padding-left: 40px;
}

.content-img.model-seven {
  max-height: 140px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.content-img.model-fourteen {
  max-width: 340px;
  margin-bottom: 30px;
}

.content-img.model-one {
  width: 150px;
  margin-bottom: 30px;
}

.content-img.model-eight {
  width: 90%;
  float: right;
}

.content-img.model-nine img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content-img.model-six {
  width: 100%;
}

.content-divider {
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dfdfdf;
}

.content-divider.model-one {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px auto;
}

.content-divider.model-one.v1 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #f9b000, #03db5a);
  background-image: linear-gradient(90deg, #f9b000, #03db5a);
}

.content-divider.model-three {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px none #f3f3f3;
  background-color: rgba(0, 152, 255, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.nav-dropdown-link:hover {
  background-color: #03db5a;
  color: #fff;
}

.nav-dropdown-link:focus {
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #fff;
}

.link-model-three {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #fff;
  text-decoration: none;
}

.link-model-three:hover {
  border-bottom-style: solid;
  color: #7f7f7f;
}

.btn-model-three {
  display: inline-block;
  min-width: 250px;
  padding: 20px 40px;
  border: 2px solid transparent;
  background-color: #03db5a;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-model-three:hover {
  border-color: #03db5a;
  background-color: transparent;
  color: #000;
}

.content-spacer {
  height: 80px;
}

.content-spacer.model-two {
  height: 30px;
}

.content-spacer.model-three {
  height: 15px;
}

.content-spacer.model-one {
  height: 50px;
}

.form-wrap {
  margin-bottom: 0px;
}

/*.form-wrap.model-one {*/
/*  display: block;*/
/*  width: 70%;*/
/*  margin-right: auto;*/
/*  margin-left: auto;*/
/*}*/

.form-field {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 300ms ease-in, box-shadow 200ms ease;
  transition: border 300ms ease-in, box-shadow 200ms ease;
}

.form-field:focus {
  border-width: 2px;
  border-color: #03db5a;
  box-shadow: none;
}

.form-field.model-two {
  border-width: 2px;
}

.form-field.model-three {
  display: block;
  padding-left: 180px;
}

.form-field.model-three.v1 {
  height: 120px;
}

.link-model-five {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d5d5d5;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #50af47;
  text-decoration: none;
}

.link-model-five:hover {
  background-color: #f1f1f1;
}

.content-menu {
  background-color: rgba(0, 152, 255, 0);
}

.content-top-header {
  /*display: block;
  height: 10px;
  background-color: #ececec;
  background-image: -webkit-linear-gradient(345deg, #03db5a, #dd6631 50%, #f9b000);
  background-image: linear-gradient(105deg, #03db5a, #dd6631 50%, #f9b000);
  color: #fff;*/
}

.content-top-header.v1 {
  /*position: absolute;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  height: 10px;*/
}

.logo {
  width: 145px;
  margin-top: 20px;
  margin-left: 20px;
}

.body {
  font-family: 'Montserrat', sans-serif;
  color: #373737;
  font-size: 100%;
  font-weight: 300;
}

.profile-wrap {
  padding: 8% 5%;
  background-color: #373737;
  color: #fff;
  min-height: 230px;
}

.quote-management {
  border-style: none;
  font-family: Dosis,sans-serif;
  font-size: 2em;
  font-weight: 300;
  left: 0;
  line-height: 1.2;
  min-height: 220px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.profile-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.profile-position {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.partner-logo-wrap {
  display: block;
  text-align: center;
}

.language-wrap {
  position: fixed;
  top: 140px;
  right: 0%;
  z-index: 3;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.link-language {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-language:hover {
  border-radius: 2px;
  background-color: #03db5a;
}

.link-language.active {
  border: 1px solid #03db5a;
  border-radius: 2px;
}

.section-inner.model-one {
  padding: 5%;
  background-color: #ebebeb;
}

.nav-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, .7);
  box-shadow: 4px 4px 11px -4px rgba(0, 0, 0, .3);
}

.statistic-title {
  font-family: Dosis, sans-serif;
  color: #73b2b7;
  font-size: 70px;
  line-height: 80px;
}
.based-pilares .statistic-title {
  font-size: 40px !important;
  line-height: 50px !important;
  text-align: center !important;
  margin-bottom: 15px !important;
}

.statistic-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.text-link-model-two {
  color: #fff;
}

.text-link-model-two:hover {
  color: #03db5a;
}

.btn-success-filter {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
  border: 2px solid #7f7f7f;
  -webkit-transition: border 300ms ease, background-color 300ms ease, color 500ms ease;
  transition: border 300ms ease, background-color 300ms ease, color 500ms ease;
  font-family: 'Montserrat', sans-serif;
  color: #373737;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-success-filter:hover {
  border-color: #03db5a;
  background-color: #fff;
  color: #03db5a;
}

.btn-success-filter:focus {
  background-color: #03db5a;
  color: #fff;
}

.btn-success-filter.v1 {
  margin-bottom: 40px;
}

.success-filter-wrap {
  display: none;
}

.success-filter-wrap.model-one {
  display: none;
  margin-bottom: 40px;
  padding: 21px;
  background-color: #f4f4f4;
}

.form-checkbox.model-one {
  padding-left: 0px;
}

.form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

.form-label.model-one {
  padding-left: 25px;
  float: left;
  background-position: 0px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.form-label.model-two {
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
  height: 42px;
  min-width: 160px;
  margin-top: 1px;
  margin-left: 1px;
  padding-right: 10px;
  border-right: 2px dashed #03db5a;
  background-color: #f5f5f5;
  line-height: 42px;
  text-align: right;
}

.form-label.model-two.v1 {
  height: 112px;
}

.display-none {
  display: none;
}

.btn-icon {
  padding: 15px 20px;
  color: #373737;
  font-size: 20px;
  text-decoration: none;
}

.btn-icon:hover {
  background-color: #dfdfdf;
}

.filter-column-inner {
  display: inline-block;
  text-align: left;
}

.filter-footer-wrap {
  text-align: center;
}

.btn-text {
  display: inline-block;
}

.btn-icon-text {
  display: inline-block;
  padding-right: 15px;
  color: #03db5a;
}

.form-group.model-one {
  margin-bottom: 20px;
}

.form-field-wrap.model-one {
  position: relative;
  overflow: hidden;
}

.desc-currency {
  margin-bottom: 10px;
  margin-left: -30px;
  padding: 10px 10px 10px 30px;
  background-color: #f4f4f4;
  color: #03db5a;
  font-size: 16px;
  line-height: 18px;
}

.btn-file-upload {
  height: 50px;
  margin-bottom: 20px;
  border: 2px solid #03db5a;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #03db5a;
  line-height: 30px;
}

.btn-file-upload:hover {
  background-color: #fff;
  color: #03db5a;
}

.text-link-model-one {
  color: #03db5a;
}

.address {
  padding-top: 20px;
  text-align: center;
}

.address.model-one {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #e6e6e6;
}

.content-block {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.map {
  position: relative;
  z-index: 1;
}

html.w-mod-js *[data-ix="scroll-into-view"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="show-filter-menu"] {
  display: inline-block;
}

html.w-mod-js *[data-ix="hide-filter-menu"] {
  display: none;
}

@media (max-width: 991px) {
    .profile-wrap {
        min-height: 173px;
    }
    /*'What we do' custom stacking*/
    .row-fluid .span6.content-column.model-fourteen.u-same-height__cell.v2 {
        height: 400px;
    }
    .row-fluid .span6.content-column.model-fourteen.u-same-height__cell.v1,
    .row-fluid .span6.content-column.model-fourteen.u-same-height__cell.v2 {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        left: auto;
        right: auto;
    }
  .content-section.model-one {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-section.model-three {
    height: auto;
    padding: 180px 4% 40px;
  }
  .content-section.model-six {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-section.model-seven {
    background-position: -119px 100%;
    background-size: 668px;
  }
  .content-section.model-eight {
    width: 95%;
  }
  .content-section.model-ten {
    background-attachment: scroll;
    background-image: url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/image-what-we-do-inline.jpg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 500px;
  }
  .content-section.model-two.v4 {
    background-position: -361px 105%;
    background-size: 90%;
    background-attachment: scroll;
  }
  .content-custom.model-one {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-custom.model-three {
    margin-left: 50px;
  }
  .content-custom.model-three {
    margin-left: 0px;
  }
  .content-custom.partner-filter-block {
    width: 130px;
    height: 130px;
  }
  .content-custom.model-four {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .content-column.model-three {
    display: block;
  }
  .content-column.model-twelve.v1 {
    padding-left: 20px;
  }
  .content-column.model-twelve.v2 {
    padding-right: 20px;
  }
  .content-column.model-fourteen.u-same-height__cell.v2 {
    height: 400px;
  }
  .p.model-three {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .p.model-three.v2 {
    font-size: 25px;
    line-height: 25px;
  }
  .hd.model-one {
    font-size: 40px;
  }
  .hd.model-one.v1 {
    font-size: 55px;
  }
  .hd.model-two {
    font-size: 45px;
  }
  .btn-model-two {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .btn-model-two.v5 {
    min-width: 150px;
  }
  .content-slider.model-one {
    padding-right: 12%;
    padding-left: 12%;
  }
  .slider-arrow-wrap {
    width: 15%;
  }
  .slider-arrow-wrap.model-two {
    width: 10%;
  }
  .slider-arrow-wrap.model-three {
    width: 10%;
  }
  .nav-link {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8a8a8a;
    background-color: transparent;
    color: #fff;
  }
  .nav-link.w--current {
    border-bottom-width: 3px;
    border-bottom-color: #03db5a;
    background-color: #03db5a;
    color: #fff;
    font-weight: 700;
  }
  .menu {
    padding-right: 0px;
    background-color: rgba(0, 0, 0, .5);
  }
  .row-fluid .inner-content-column.model-five    {
    width: 100%;
  }
  .nav-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    border-bottom: 1px solid #e6e6e6;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, .1);
    background-color: #fff;
    color: #000;
  }
  .nav-dropdown-link.w--current {
    color: #03db5a;
  }
  .content-spacer {
    height: 50px;
  }
  .menu-btn {
    height: 120px;
    padding-top: 48px;
    padding-bottom: 22px;
  }
  .menu-btn.w--open {
    background-color: #03db5a;
  }
  .form-field.model-three {
    padding-left: 140px;
  }
  .quote-management {
    min-height: 135px;
    font-size: 1.6em;
  }
  .profile-title {
    font-size: 18px;
  }
  .profile-position {
    font-size: 18px;
  }
  .section-inner.model-two {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-dropdown-list.w--open {
    background-color: transparent;
  }
  .menu-btn-icon {
    color: #fff;
  }
  .statistic-title {
    font-size: 60px;
  }
  .statistic-desc {
    font-size: 20px;
    line-height: 24px;
  }
  .form-label.model-two {
    min-width: 124px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
    .quote-management {
      margin-bottom: 30px;
      min-height: 0;
      position: relative;
    }
    .profile-wrap {
        min-height: 0;
    }
    .content-column.model-five {
      padding-top: 0;
    }
  .content-section.model-one {
    height: auto;
    min-height: auto;
    margin-bottom: 100px;
    padding-top: 160px;
    padding-bottom: 131px;
  }
  .content-section.model-three.v1 {
    height: auto;
  }
  .content-section.model-five {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.model-six {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section.model-seven {
    background-position: 22% 100%;
    background-size: 888px;
    background-repeat: no-repeat;
  }
  .content-section.model-eight {
    padding: 0px;
  }
  .content-section.model-ten {
    background-position: 50% 100%;
    background-size: auto 400px;
  }
  .content-section.model-two {
    padding: 40px 30px;
  }
  .content-section.model-two.v4 {
    background-position: 112% -208px;
    background-size: 800px;
  }
  .content-custom.model-one {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-custom.partner-filter-block {
    width: 180px;
    height: 180px;
  }

  .content-column.model-one {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-four {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #535353;
  }
  .content-column.model-four.v1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-column.model-three {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-six {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .content-column.model-two {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px;
    float: none;
  }
  .content-column.model-seven {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-nine {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-ten {
    text-align: left;
  }
  .content-column.model-eleven {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-twelve.v1 {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .content-column.model-twelve.v2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-column.model-fourteen.u-same-height__cell.v2 {
    height: auto;
    min-height: 400px;
  }
  .p.model-one p{
    width: 100%;
  }
  .hd.model-one {
    font-size: 30px;
  }
  .hd.model-one.v1 {
    font-size: 45px;
  }
  .hd.model-two {
    font-size: 40px;
  }
  .slider-arrow-wrap.model-two {
    width: 10%;
  }
  
  .row-fluid .inner-content-column.model-five {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
  }
  .content-img.model-five {
    width: 100%;
  }
  .form-wrap.model-one {
    width: 100%;
  }
  .content-top-header.v1 {
    /*left: 0px;
    right: 0px;*/
  }
  .profile-wrap {
    min-height: auto;
    margin-bottom: 10%;
  }
  .quote-management {
    min-height: auto;
    padding-bottom: 5%;
  }
  .section-inner.model-two {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-label.model-two {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .filter-column-inner {
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .content-section.model-five {
    padding: 20px;
  }
  .content-section.model-six {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.model-ten {
    background-size: auto 400px;
  }
  .content-section.model-two {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.model-two.v4 {
    background-position: 50% -151px;
  }
  .content-custom.model-one {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-column.model-ten {
    text-align: left;
  }
  .hd.model-one.v1 {
    font-size: 35px;
  }
  .btn-model-one.v1 {
    min-width: auto;
  }
  .btn-model-two {
    min-width: auto;
  }
  .slider-arrow-wrap.model-two {
    width: 12%;
  }
  .logo-wrapper {
    width: 150px;
    padding-top: 15px;
    padding-left: 0px;
  }
  .nav-link {
    border-bottom-color: #9b9b9b;
    color: #fff;
  }
  .menu {
    background-color: rgba(0, 0, 0, .5);
    color: #0098ff;
  }
  .inner-content-column.model-five {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
  }
  .content-img.model-four {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form-field.model-three {
    padding-left: 12px;
  }
  .logo {
    margin-left: 0px;
  }
  .form-label.model-two {
    position: relative;
    height: auto;
    min-width: auto;
    float: left;
    border-right-style: none;
    background-color: transparent;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
  }
  .form-label.model-two.v1 {
    height: auto;
  }
  .filter-column-inner {
    padding-bottom: 20px;
  }
}
  div.sort .partner-filter-block {
    max-width: 100px !important;
    max-height: 100px !important;
  }

/* CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS-CHECKTHIS */
@media screen and (min-width:1200px) {
    .container-fluid .row-fluid .w-container {
        max-width:1170px;
    }
}




/* THEME UPDATES (STARTS) */
.hd.model-three.v3 {
  font-size: 20px;
  line-height: 1.2;
}

#btnLanguage {
    cursor: pointer;
}

.language-wrap {
  position: fixed;
  top: 140px;
  right: 0%;
  z-index: 1000; /* modificado para evitar superposición del header */
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  transition:-webkit-transition: all 180ms ease-out;
  -moz-transition: all 180ms ease-out;
  -o-transition: all 180ms ease-out;
  -ms-transition: all 180ms ease-out;
  transition: all 180ms ease-out; 
}

.language-wrap.lang-open {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition:-webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  transition: all 250ms ease-in; 
}

.content-section .content-custom.model-one, 
.content-section .content-custom.model-three {
  display: table-cell;
  vertical-align: middle;
}

.content-section.model-one, 
.content-section.model-three, 
.content-section.model-nine {
    display: table;
}

/* RESET in THEME stylesheet */
.p.model-one p {
  display: block;
  /*width: 80%;*/
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 300;
}
/* RESET in THEME stylesheet */
.hd.model-three,
.hd.model-three h4,
h4.hd.model-three,
h5.hd.model-three{
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h5.hd.model-three.text-right {
	text-align: right !important;
}
/* REMOVE in THEME stylesheet */
.row-fluid .form-wrap.model-one {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.content-spacer.model-none {
  height: 0;
}

.row-fluid .span4.span4-reset{
    margin-left:0;
    width: 33.3333%;
}
@media(max-width: 767px){
     .row-fluid .span4.span4-reset{
        margin-left:0;
        width: 100%;
    }   
}

/*Landing Page */
.content-section.blog-lp {
    background-attachment: scroll, fixed;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-home-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("//cdn2.hubspot.net/hubfs/2973355/Adglow-LIVE/IMG/banner-home-min.jpg");
    background-position: 0 0px, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto auto, cover;
    color: #ffffff;
    padding-bottom: 60px;
    padding-top: 170px;
    position: relative;
    width: 100%;
}
.banner-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.lp-banner-head {
    height: 130px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.logo-wrapper.v1 {
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0px);
  z-index: 4;
}
.content-section.model-seven {
  background-attachment: scroll, scroll;
  background-color: transparent;
  background-position: 0 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto auto, cover;
  display: block;
  height: 405px;
  margin-bottom: 100px;
  padding: 4%;
}
.content-section.model-seven.v3 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  border-left: 1px solid transparent;
  /* border-top: 1px solid #7fdec5;*/
  height: auto;
  margin-bottom: 0;
  position: static;
}
.content-container.lp {
  display: block;
}
.internal-content-column.v2 {
  padding-left: 10px;
  padding-right: 30px;
}
.content-img-container.model-one {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 30px;
}
.lp-type ul {
  margin-bottom: 30px;
}
.lp-type ul li {
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 5px;
}
.comments-section {
    border-top: 2px solid #dfdfdf;
    margin-top: 50px;
}
.comments-section.form {
  display: block;
  float: none;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  width: auto;
}
.content-internal-form-wrapper {
    background-color: hsla(0, 0%, 87%, 0.3);
    border-top: 5px solid #03db5a;
    height: auto;
    margin-top: 0;
    padding: 40px 10px;
    width: auto;
}
.content-footer.v1 {
    background-color: #222;
    border: 1px solid #000;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
    right: 0;
}
.content-footer.model-one.v1 {
  border-style: none;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
/*possible conflict*/
.content-custom.model-one {
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.blog-lp .content-custom.model-one {
    display: block;
}
.content-footer.model-one {
  color: #6b6b6b;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 300;
}
/* Thank You Page */
.next-links {
    text-align: center;
}
.next-links a {
  border-bottom: 1px dotted #d3d3d3;
  color: #03db5a;
  display: block;
  padding: 15px;
  text-decoration: none;  
}
.next-links a:hover {
  background-color: #f4f4f4;
}
/* Email Preferences Page */
.widget-type-email_subscriptions h1 {
    font-family: dosis,sans-serif;
    font-weight: 200;
    line-height: 1.2;
    font-size: 50px;
    margin: 0 0 20px;
}

.widget-type-email_subscriptions p {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 5px 0;
    font-weight: 300;
}
.widget-type-email_subscriptions h2 {
    color: #03db5a;
    font-size: 1.2em;
    line-height: 1.3;
    
}
.widget-type-email_subscriptions p.header {
    margin-left:0;
    font-size: 40px;
    margin: 0 0 20px;
    font-family: dosis,sans-serif;
    font-weight: 200;
    line-height: 1.2;
}
.email-prefs .item p {
  clear: both;
  margin: 5px 0;
}
.email-prefs input[type="checkbox"] {
  margin-right: 0;
}
.email-prefs .checkbox-row span.fakelabel span {
  margin-top: -4px;
}
.subscribe-options label {
  margin-left: 0;
}
.subscribe-options p.header {
  font-size: 30px;
}
.subscribe-options label span {
  font-size: 16px;
}

.box-size-md {
  min-height: 135px;
}

.content-custom.model-two h2 {
    text-align: center;
}

.address.model-one {
  border: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}


.content-column.model-six.content-same-set {
  min-height: 433px;
}
.content-same-set .btn-model-two {
  min-width: 0;
}
.content-column.model-thirteen.w-col.w-col-4.list-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media(max-width: 991px) {
    .box-size-md {
      min-height: 185px;
    }
    .callback-form .hs_cos_wrapper_type_form .hs-form-field > label {
        min-width: 120px;
        font-size: 16px;
    }
    .callback-form .hs_cos_wrapper_type_form input[type="text"],
    .callback-form .hs_cos_wrapper_type_form input[type="password"], 
    .callback-form .hs_cos_wrapper_type_form input[type="datetime"], 
    .callback-form .hs_cos_wrapper_type_form input[type="datetime-local"], 
    .callback-form .hs_cos_wrapper_type_form input[type="date"], 
    .callback-form .hs_cos_wrapper_type_form input[type="month"], 
    .callback-form .hs_cos_wrapper_type_form input[type="time"], 
    .callback-form .hs_cos_wrapper_type_form input[type="week"], 
    .callback-form .hs_cos_wrapper_type_form input[type="number"], 
    .callback-form .hs_cos_wrapper_type_form input[type="email"], 
    .callback-form .hs_cos_wrapper_type_form input[type="url"], 
    .callback-form .hs_cos_wrapper_type_form input[type="search"], 
    .callback-form .hs_cos_wrapper_type_form input[type="tel"], 
    .callback-form .hs_cos_wrapper_type_form input[type="color"],
    .callback-form .hs_cos_wrapper_type_form input[type="file"],
    .callback-form .hs_cos_wrapper_type_form textarea,
    .callback-form .hs_cos_wrapper_type_form select {
        padding-left: 130px;
    }
}

@media(max-width: 767px) {
    .row-fluid .form-wrap.model-one {
      width: 100%;
    }
    .row-fluid .form-wrap.model-one.narrow-form {
        width: 100%;
    }
    .box-size-md {
      min-height: 0;
    }
    .content-column.model-six.content-same-set {
        margin-bottom: 10px;
        min-height: 0;
    }
    .content-column.model-two {
      display: block;
      float: left;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 0;
      width: 33.3333%;
    }
    
    .content-column.model-two.model-two-partnerlogo {
      width: 15.5%% !important;
    }
    
    .content-custom.partner-filter-block {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 120px;
        width: 120px;
    }
 
}

@media(max-width: 479px) {
    .callback-form .hs_cos_wrapper_type_form .hs-form-field > label {
      background-color: transparent;
      border-right: medium none;
      display: inline-block;
      float: left;
      font-family: "Montserrat",sans-serif;
      font-size: 1.3em;
      font-weight: 700;
      height: auto;
      left: 3px;
      line-height: 18px;
      margin-left: 0;
      margin-top: 1px;
      min-width: auto;
      padding-right: 10px;
      position: relative;
      text-align: left;
      top: 3px;
      font-size: 16px;
    }
    .callback-form .hs_cos_wrapper_type_form .hs-form-field > label:after {
        content: ":";
    }
    .callback-form input[type="submit"] {
        min-width: auto;
    }
    .callback-form .hs_cos_wrapper_type_form input[type="text"],
    .callback-form .hs_cos_wrapper_type_form input[type="password"], 
    .callback-form .hs_cos_wrapper_type_form input[type="datetime"], 
    .callback-form .hs_cos_wrapper_type_form input[type="datetime-local"], 
    .callback-form .hs_cos_wrapper_type_form input[type="date"], 
    .callback-form .hs_cos_wrapper_type_form input[type="month"], 
    .callback-form .hs_cos_wrapper_type_form input[type="time"], 
    .callback-form .hs_cos_wrapper_type_form input[type="week"], 
    .callback-form .hs_cos_wrapper_type_form input[type="number"], 
    .callback-form .hs_cos_wrapper_type_form input[type="email"], 
    .callback-form .hs_cos_wrapper_type_form input[type="url"], 
    .callback-form .hs_cos_wrapper_type_form input[type="search"], 
    .callback-form .hs_cos_wrapper_type_form input[type="tel"], 
    .callback-form .hs_cos_wrapper_type_form input[type="color"],
    .callback-form .hs_cos_wrapper_type_form input[type="file"],
    .callback-form .hs_cos_wrapper_type_form textarea,
    .callback-form .hs_cos_wrapper_type_form select {
        padding-left: 10px;
    }
    .callback-form .hs-error-msgs.inputs-list {
      bottom: 15px;
      color: #e8334f;
      font-size: 14px;
      left: 0;
      position: relative;
      text-align: left;
      width: 100%;
    }
    .callback-form .hs_attach_cv.field.hs-form-field {
      display: inline-block;
      float: none;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 157px;
    }
    
    .callback-form .hs_attach_cv.field.hs-form-field > label {
      padding: 13px 0 0;
    }
}


/* THEME UPDATES (ENDS) */

/* Hide language selector 
#language {
  display: none;
  opacity: 0;
  visibility: hidden;
}*/


/* ==========================================================================
   9) ==BLOG
   ========================================================================== */ 
   
   
/* ==========================================================================
   10) ==MENU TABBED - CUSTOM MODULE
   ========================================================================== */
   
	/* in new module framework set directly in module */

/* ==========================================================================
   11) ==VIDEO GALLERY                                       
   ========================================================================== */
/* Begin HubSpot Design Certification */
div.video-item {margin:5px;}

/* Start: Recommended Isotope styles */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
div.portfolioFilter {text-align: center; margin-top:75px;}
div.portfolioFilter button {
    font-size:22px; padding:10px; display: inline-block;
}
div.portfolioFilter button:hover,  div.portfolioFilter button.current{
    background-color: 'black';
    color: 'white';
}
/* End HubSpot Design Certification */

/* Cambios de tamaño de los icones de las plataformas. Sólo para Digital Media Lab */
div.sort .partner-filter-block {
        max-width: 100px !important;
        max-height: 100px !important;
      } 
@media(max-width: 600px) {
     div.sort .partner-filter-block {
        max-width: 75px !important;
        max-height: 75px !important;
      } 
}
@media(max-width: 480px) {
     div.sort .partner-filter-block {
        max-width: 50px !important;
        max-height: 50px !important;
      } 
}