/* HubSpot Style Boilerplate            */

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


@font-face {
 font-family: 'NHaasGrotesk'; 
 src: url('https://content-es.willistowerswatson.com/hubfs/WTW/font/NHaasGroteskTXStd-55Rg.eot') format('eot'), url('https://content-es.willistowerswatson.com/hubfs/WTW/font/NHaasGroteskTXStd-55Rg.woff') format('woff'), url('https://content-es.willistowerswatson.com/hubfs/WTW/font/NHaasGroteskTXStd-55Rg.ttf') format('truetype');
}

.text-decoration-none a,text-decoration-none{
  text-decoration: none !important;
}
/* .event .go-top{1
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 32px;
} */

/*****************************************/
/* Custom CSS   */
/*****************************************/

        /* Media queries */
        
        @media only screen and (max-width: 768px) {
          
          
           .row-fluid [class*="span"]{
              width: 100% !important;
           }
          
          .img-catalogo img{
            padding-left: 0px !important;
          }
          
          .section-title{
            font-size: 20px !important;
            } 
          
            .module-icons-start{
              20px 335px 20px 0px!important;
            }
          
            .main-content-retirement{
            padding: 30px !important;
            }
          
            .main-content-retirement-product{
              padding: 10px 30px !important
            }
          
            .main-content-retirement-product-3{
              padding: 10px !important;
            }
          
            .retirement-products{
              padding: 20px !important;
            }
          
            .product-section{
              padding: 40px 0px !important;
            }
          
          .bullets-retirement-wtw{
            padding: 10px 0 !important;
          }
          
          .center-mobile{
            text-align: center !important;
            float: none !important;
            padding: 20px !important;
          }
          
          .title-keypoint{
          font-size: 16px !important;
          }
          
          .text-keypoint{
          font-size: 14px !important;
          }    
          
          .number-keypoint{
          font-size: 18px !important;
          }           
          
          .form-video{
            margin: 40px 0 !important;
          }
          
          
          .footer-text{
                text-align: center !important;
            }
            
            .title-maincontent-retirement{
                font-size: 15px !important;
            }
            
            .subtitle-maincontent-retirement{
                font-size: 16px !important;
            }
            
            .maincontent{
                padding: 0 20px !important;
            }
            
            .maincontent-text{
                margin: 0 0 50px 0 !important;
            }
          
            .maincontent-text-2{
                margin: 0 0 50px 0 !important;
            }
            
            .maincontent-typ{
                padding: 5px 30px 30px !important;
            }
            
            .header .logo-header div, .header-menu .logo-header div{
                margin: 0 30px !important;
            }
            
            .header-menu{
                height: 115px !important;
            }
          
            .full-width-video{
              width:100% !important;
              height: auto !important;
              padding-top: 25px !important;
            }
          
            .full-width-video-header{
              width:100% !important;
              height: auto !important;
              padding-top: 25px !important;
              
            }
            
            
            .url-header{
                padding-right: 0 !important;
                text-align: center !important;
            }
            
            .title-maincontent{
                font-size: 17px !important;
            }
            
            .title-maincontent-personaliza h1{
                font-size: 40px !important;
            }
            
            .secondary-content{
                padding: 0 30px !important;
            }
            
            .form{
                padding: 5px 20px 20px 11px !important;
                margin: 0 0 40px !important;
                width: 100% !important;
            }
            
            .form-personaliza{
                padding: 5px 20px 20px 11px !important;
                margin: 0 !important;
                width: 100% !important;
                text-align: center !important;
            }
            
            .ancho-caract{
                padding: 0px 30px 0px 30px;
                font-size: 14px;
            }
            
            .hs-form-checkbox{
                text-align: left;
            }
            
            .hs_temas_de_interes .hs-form-checkbox{
                text-align: left;
                height: 100% !important;
            }
            
            .hs_tipo_de_flota label span{
                font-size: 12px !important;
            }
            
             .hs_tamano_de_flota label span{
                font-size: 12px !important;
            }
            
            .hs-form-booleancheckbox label span{
                font-size: 12px !important;
            }
          
            .hs-input{
                width: 95% !important;
            }
          

            

            .footer-rrss{
                height: 260px !important;
            }          
            
            .footer .logo-footer div span img{
                text-align: center !important;
                width: 280px !important;
            }
            
            .footer .logo-footer{
                padding: 25px 25px 5px 40px !important;
            }
            
            .footer-rrss .logo-footer div span img{
                text-align: center !important;
                width: 280px !important;
            }
            
            .footer-rrss .logo-footer{
                padding: 25px 25px 5px 40px !important;
            }

            .footer-rrss .logo-footer div span img{
                text-align: center !important;
                width: 280px !important;
            }
            
            .footer-rrss .logo-footer{
                padding: 25px 25px 5px 40px !important;
            }
            
            .footer .rrss{
                margin-left: 35% !important;
                padding: 10px 0 !important;
            }

            .footer-rrss .rrss{
                margin-left: 35% !important;
                padding: 10px 0 !important;
            }            
            
            
            .footer-rrss .logo-footer div span img{
                text-align: center !important;
                width: 280px !important;
            }
            
            .footer-rrss .logo-footer{
                padding: 25px 25px 5px 40px !important;
            }
            
            .footer-rrss .rrss{
                margin-left: 35% !important;
                padding: 10px 0 !important;
            }
            
            
            .title-maincontent-thankyou{
                font-size: 16px !important;
            }
            
            .title-thankyou-personaliza{
                font-size: 16px !important;
            }
            
            .post{
                margin-top:10px;
                width: 100% !important;
            }
          
          
          .privacypolicytext{
          font-size: 9px !important;
          }
          
          .privacypolicytext{
          font-size: 9px !important;
          }
          
          
            .post-personaliza{
                margin-top:10px;
                width: 100% !important;
            }
        
            .brochure{
                margin:0 0 100px 0 !important;
                padding: 0px 14%;
                width: 100% !important;
            }
            
            .brochure .spacer-brochure{
                display: none;
            }
            
            .form-call, .form-download{
                padding: 5px 20px 20px 11px !important;
                margin: 0 0 40px !important;
                width: 100% !important;
            }
            
            
            .title-maincontent-call{
                font-size: 14px !important;
            }
            
            .hidden-mobile{
                display: none !important;
            }
            
            .benefits_mobile{
                padding-top: 30px !important;
            }
            
            /*   Biblioteca cómics   */
            
            .header-biblio h1{
                padding: 35px 20px 10px !important;
                font-size: 24px !important;
            }
            
            .header-biblio h1 .title{
                font-size: 36px !important;
                line-height: 45px !important;
            }
            
            .header-biblio .secondary-header{
                font-size: 16px !important;
            }
            
            .header-biblio .row-fluid [class*="span"]{
                float: left !important;
                width: 100%;
            }
            
            .header-biblio .personajes .widget-type-linked_image{
                width: 33% !important;
            }
            
            .header-biblio img{
                width: 75% !important;
            }
            
            .comic{
                margin: 20px 0 50px !important;
            }
            
            /* Newsletter */
            
            .maincontent-personalize{
                padding: 0 20px !important;
            }
            
            .title-spacing{
                padding-top: 10px !important;   
            }
            
            .colocation-caract{
                padding: 0px 0px 30px !important ;
            }
            
            .ancho-caract div span div span{
                font-size: 16px;
            }

            .maincontent_subs h1 {
                font-size: 35px !important;
            }
            
            .footer-v2{
                background-color: red; 
                height: 200px !important;
            }
            
            p.header{
                height: 50px !important;
            }
            
            .text_nomail{
                font-size: 11px !important;
                width: 100% !important;
            }
            
            .necesitas_ayuda{
                width: 100% !important;
            }
            
            .request-call-retirement{
                width: 100% !important;
                height: auto !important;
            }
            
            .row-fluid .span6 {
                width: 100% !important;
            }
          
          
              .title-maincontent-retirement h1{
                font-size: 20px !important;
                color: #ffffff !important;
                margin: 0 !important;
                text-align: center !important:
              }
          
          
          .stack-column-center-small-vd{
            display: none !important;
          }

          .stack-column-center-small-vm{
            display: inline !important;
            border-radius: 20px !important;

          }

  }
            
        }
        
        @media screen and (max-width:768px) {
        
            .maincontent > .row-fluid-wrapper > .row-fluid{
                display: -webkit-box;   
                display: -moz-box;      
                display: -ms-flexbox;   
                display: -webkit-flex;  
                display: flex;
                -webkit-flex-flow: row wrap;
                -moz-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                flex-flow: row wrap;
            }
            
            .form{
                order: 1;
                -webkit-order: 1;
                -moz-order: 1;
                -ms-order: 1;
                margin: 0px 0 48px !important;
            }
            
            .lista-font{
                text-align: center;
                padding: 50px 0px 0px 0px !important;

            }
            
            .align-title{
                text-align: center;
            }
            
        .maincontent-preferences > .row-fluid-wrapper > .row-fluid{
                display: -webkit-box;   
                display: -moz-box;      
                display: -ms-flexbox;   
                display: -webkit-flex;  
                display: flex;
                -webkit-flex-flow: row wrap;
                -moz-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                flex-flow: row wrap;
            }
            
            .form-personaliza{
                order: 1 !important;
                -webkit-order: 1;
                -moz-order: 1;
                -ms-order: 1;
            }
            
            .maincontent-text {
                order: 2;
                -webkit-order: 2;
                -moz-order: 2;
                -ms-order: 2;
            }
          
            .maincontent-text-2 {
                order: 1;
                -webkit-order: 1;
                -moz-order: 1;
                -ms-order: 1;
            }
            
            .pattern-tycall{
                order: 3;
                -webkit-order: 3;
                -moz-order: 3;
                -ms-order: 3;
            }
            
            .textblog-descargable{
                margin-top: 15px;
                width:70% !important;
            }
          
        .stack-column-center-small{
          display: block !important;
          width: 100% !important;
          max-width: 290px !important;
          direction: ltr !important;
          margin: 0 auto;
          padding: 20px !important;
         } 
          
         .stack-column-center-small-space{
            display: none !important;
         }
          
         .form-retirement-product{
          display: block !important;
          width: 100% !important;
          max-width: 600px !important;
          direction: ltr !important;
          margin: 0 auto;
          padding: 0px !important;
          } 
          
          .horizontal-form-retirement{
          display: block !important;
          max-width: 100% !important;
          direction: ltr !important;
          margin: 0 auto;
          padding: 20px !important;
          }
          
          .horizontal-form-retirement input[type=submit]{
          width: 100% !important;
          }
          
          .ocultar-spacer{
          display: none !important;
          }
          
          .padding-mobile{
            padding-top: 30px !important;
          }
          
         .title-keypoint{
          display: block !important;
          width: 100% !important;
          max-width: 600px !important;
          direction: ltr !important;
          margin: 0 auto;
          padding: 0px !important;
         }
          
          .botonDesplegar{
          top: 15px !important;
           float: left !important;
           width: 100% !important;
          } 
         
     .header-sticky{
       width: 100%;
       -webkit-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
       -moz-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
        box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
      }
          
          
      .cta-header{
         display: none !important;
      }
          
     .button-downloadinfo-mobile{
        display: block !important;
        padding: 15px 7px !important;
        font-size: 16px !important;
      }
          
        }
 
/* HD */

@media only screen and (min-width: 1500px) {
      
        .main-content-retirement{
          padding: 50px 80px !important;
        }
  
          .main-content-retirement-product{
          padding: 15px 80px !important;
        }
  
        .main-content-retirement-product-3{
          padding: 15px 150px !important;
        }
  
        .module-icons-start{
           padding: 20px 335px 20px 0px!important;
        }
  
        .retirement-products{
          padding: 15px 80px !important;
        }
  
        }
        

/* Global */

html {
  scroll-behavior: smooth;
}

#submitbutton{
    font-family: arial;
    font-size: 16px !important;
    text-transform: uppercase !important;
    background-color:#48086f;
    color: #fff;
    line-height: 1.5;
    margin: 15px;
    padding: 10px 16px;
}

      .header-sticky{
        position: fixed !important;
        z-index: 1000;
        padding-bottom: 20px;
        height: 70px !important;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
         box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.51);
      }

    .cta-header{
     margin: 5px 0;
     display: block;
    }

    .button-downloadinfo-mobile{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #48086f;
    font-family: arial;
    display: block;
    position: -webkit-sticky;
    position: fixed;
    bottom: 15px;
    display: none;
    }

.hs_productos_de_inter_s.hs-productos_de_inter_s.hs-fieldtype-checkbox.field.hs-form-field{
  padding-top: 20px !important;
}


    .button-downloadinfo-mobile:hover{
    color: #ffffff;
    background-color: #8f3ea1;
    }




.product-section{
   padding: 20px 20px;
}

.subscribe-options p.header{
  display:none;  
}

.subscribe-options{
  margin: 40px 0 20px;
}

.subscribe-options p span{
 font-size: 16px; 
} 

/*
#globalunsub{
  display: none;
}

.subscribe-options label span{
  display: none;
}
*/

.header, .header-menu{
     max-width: 1400px; 
     background-color: #efeede; 
     height: 70px;
}

.header .logo-header div, .header-menu .logo-header div{
    margin: 0 50px; 
    padding: 10px 0;
}

.header .logo-header img, .header-menu .logo-header img{
    max-width: none !important;
}

.full-width-video{
  background: #e5e3d6;
}

.full-width-video-header{
  background: none;
  float: left;
  width: 50%;
}

.footer{
    background-color: #000; 
    margin: 0px !important;
    padding: 0px !important;
}

.footer-rrss{
    background-color: #000; 
    height: 100px;  
    margin: 0px !important;
    padding: 0px !important;
}

.footer-v2{
    background-color: #000; 
    height: 85px;
}

.logo-wtw-footer{
    padding: 35px 25px 25px 50px;
}

.footer .logo-footer{
    padding: 35px 25px 25px 50px;
}

.footer-rrss .logo-footer{
    padding: 35px 25px 25px 50px;
}

.footer .rrss{
    padding: 30px 50px 30px 25px;
}

.footer-rrss .rrss{
    padding: 30px 50px 30px 25px;
}

.rrss-footer{
    padding: 30px 50px 10px 25px;
}

.section-subheader{
    text-transform: none;
}

.lista-font{
    font-size: 18px;
    padding: 10px 0px 10px 50px;

}

.space-top{
    margin-top: 8px;
}

.horizontal-nwl{
    margin-top: 10px;
}



/* Landing */

.body-wrapper{
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
        font-family: 'NHaasGrotesk', arial, sans-serif;
}


.body-wrapper-retirement{
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    font-family: 'NHaasGrotesk', arial, sans-serif;
}


.maincontent-personalize{
    background: url('https://content-es.willistowerswatson.com/hubfs/fondo_personaliza-1.jpg') no-repeat;
    padding: 0 50px 0 100px;
}


.maincontent{
    background: url('https://content-es.willistowerswatson.com/hubfs/WTW/images/WTW-background.jpg') repeat;
    padding: 0 50px;
}

.maincontent_subs{
    background: url('https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/WTW/images/bg-fvehiculos2.jpg') repeat;
    padding: 0 50px;
}

.maincontent-typ{
    background: url('https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/WTW/images/blog_foto.jpg') no-repeat;
    padding: 5px 60px 30px 60px;
    min-height: 500px;
}

.maincontent-text{
    color: #fff;
    margin: 30px 0;
}


.maincontent-text-2{
    color: #fff;
    margin: 30px 0;
}

.maincontent-text-title{
    font-weight: bold;
    font-size: 18px;
}

.title-maincontent{
    font-size: 24px;
    color: #fff;
}

.subtitle-maincontent-retirement{
    font-size: 18px;
    color: #ffffff;
}

.title-maincontent-personaliza h1{
    font-size: 60px;
    color: #fff;
    margin-bottom: 0px;
}

.title-spacing{
    padding-top: 50px;
}

.maincontent-text li{
    padding-top: 15px;
}

.maincontent-text-2 li{
    padding-top: 15px;
}

.encabezado-wtw-caract{
    font-size: 20px;
    color: #777777;
    text-align: center;
    padding: 50px 0 40px 0;
}

.colocation-caract{
    padding: 0px 50px 50px 50px;
}

.ancho-caract{
    padding: 0px 30px 30px 30px;
}

h2{
    font-weight: bold;
    font-size: 18px;

}

.font-subs{
    font-family: 'NHaasGrotesk', arial, sans-serif;
}

.adjust_border{
    margin: 0;
}

.maincontent_subs h1{
    font-size: 50px;
}

.page-header h2{
    font-weight: bolder;
    font-size: 30px;
}

p.header{
    font-weight: bolder;
    font-size: 16px;
    height: 35px;
}

/* Thankyou */

.title-maincontent-thankyou{
    font-size: 22px;
    color: #fff;
}

.title-maincontent-thankyou h1{
    margin: 40px 0 0;
}

.title-thankyou-personaliza{
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px !important;
}

.title-post{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    
}

.title-maincontent-thankyou{
    font-size: 30px;
}



.section-subheader{
    font-size: 25px;
}

.post{
    margin-bottom: 40px;
    height: 220px;
    width: 225px !important;
}

.text-colocation{
    padding: 0 0 30px;
}

.separation-objects{
    padding-top: 20px;
}

.post-personaliza{
    margin-bottom: 40px;
    height: 220px;
    width: 225px !important;
    text-align: center !important;
}

.subtitle-descargable{
    color: #fff;
    font-size: 18px;
}

.brochure{
    background-color: rgba(0, 0, 0, .5);
    margin: -120px 0 0 0 ;
}

.brochure-title{
    color: #ffffff;
    font-size: 20px;
    text-align:center;
}

.img-brochure{
    margin: 20px 0px !important;
    text-align:center;
}

.cta-brochure{
    margin: 0 !important;
    text-align:center;
}

.cta-brochure div span span a div span{
    font-size: 17px !important;
}

.text_nomail{
    font-size: 11px !important;
    width: 40%;
}

.success{
    font-weight: bolder;
}


/* Call */

.title-maincontent-call{
    font-size: 20px;
    color: #fff;
}


.bg-productosgenerales{
  background-color: #FFFFFFd3;
  padding: 20px 50px;
  border-radius: 20px;
  margin: 20px;
  text-align: center;
}


/* Form */



    .form{
        background-color:#48086f !important;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        margin: -160px 0 48px;
        max-width: 450px;
        font-family: 'NHaasGrotesk', arial, sans-serif
    }


    .form-video{
        background-color:#48086f;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        margin: 80px 0 48px;
        max-width: 450px;
        font-family: 'NHaasGrotesk', arial, sans-serif
    }
    
    .request-call-retirement {
        color: #000000;
        padding: 15px 50px 16px 50px;
        background: #ffffff;
        text-align: center;
        font-family: 'NHaasGrotesk', arial, sans-serif;
        margin: 0;
    }
    
    .row-fluid .span6 {
        width: 45%;
    }
    
       .form-retirement{
        /* background-color:#702082; */
        /* background-color: #7f35b2 !important; */
        background-color: #48086f !important; 
        color: #ffffff;
        padding: 5px 40px 30px 30px;
        max-width: 450px;
        margin-bottom: 30px;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }

      .form-retirement a{
        color: #ffffff;
      }

        .horizontal-form-retirement a{
        text-decoration:none;
        color:#ffffff;
        cursor: pointer;
          text-decoration: underline;
    }

        .horizontal-form-retirement{
        background-color:#702082;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        max-width: 70%;
        margin-bottom: 30px;
        font-family: 'NHaasGrotesk', arial, sans-serif
    }

    .hbspt-forms-0.1:$4{
       height: 20px;
    }



       .form-central{
        background-color:#48086f;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        max-width: 450px;
        margin-bottom: 30px;
        font-family: 'NHaasGrotesk', arial, sans-serif
    }
    

    
    .form-retirement-request-call{
        color: #fff;
        padding: 5px 40px 20px 30px;
        max-width: 450px;
        margin-bottom: 50px;
        margin-right: 0;
        font-family: 'NHaasGrotesk', arial, sans-serif;
        background: rgba(225, 225, 225, 0.4);
    }

    .download-button-retirement{
      text-align: center; 
      border: 2px solid #702082;
      background: #fff;
      padding: 10px 20px;
      border-radius: 3px; 
      color: #702082; 
      font-size: 13px;
      cursor: pointer; 
      text-decoration: none;
      font-family: 'NHaasGrotesk', arial, sans-serif; 
      font-weight: bolder;
    }
    
    .form-personaliza{
        background-color:#702082;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        margin: -135px 0 100px;
        max-width: 450px;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }

    
    .form-personaliza .hs-form-checkbox label input{
        vertical-align: middle;
    }
    

      .hs_soluciondeinteres1 .hs-soluciondeinteres1 .hs-fieldtype-checkbox .field .hs-form-field{
              font-size: 9px !important;
      }

    .inputs-list, .multi-container{
        padding: 0;
    }
    
    .form-personaliza input[type=checkbox]{
        height: 21px;
        width: 20px;
    }
    
    .form-personaliza input[type=submit]{
        background-color:#ffffff;
        color:#702082;
        font-size: 16px;
        font-weight: bolder;
        height: 40px;
        border:1px solid white;
        width:100%;
        text-transform: uppercase;
    }

    
    
    .form-personaliza input[type=submit]:hover{
        background: #5a1a66;
        color: #ffffff;
        cursor: pointer;
    }
    
    .form-retirement-product input[type=submit]:hover{
        background: #5a1a66;
        color: #ffffff;
        cursor: pointer;
    }

    .form-call{
        background-color:#702082;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        margin: -160px 0 48px;
        max-width: 450px;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }
    
    .form-download{
        background-color:#702082;
        color: #ffffff;
        padding: 5px 40px 20px 30px;
        margin: -100px 0 48px;
        max-width: 450px;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }
    
   .form h3,.form-call h3,.form-retirement h3,.horizontal-form-retirement h3,.form-central h3, .form-video h3 .form-retirement-product h3 {
        font-size: 20px;
    }

    .form-call a,.form-central a,.hs-input a{
      text-decoration: none;
      color: #fff;
      text-decoration: underline;
    }
    
    .form-retirement-request-call h3{
        font-size: 16px;
        font-weight: lighter;
    }
    
    .request-call-retirement h3{
        font-size: 20px;
        margin: 10px;
    }

    .hs-form-required{
       display:none;
   }
   
    .form input, .form-call input, .form select, .form-call select,.form-download input, .form-download select, .form-retirement input, .horizontal-form-retirement input, .form-retirement-product input, .form-central input, .form-video input{
        /* background-color:#7f35b2 !important; */
        background-color: #48086f!important;
        color:#ffffff;
        font-size: 14px;
        margin:15px 5px 0;
        height: 30px;
        padding-left:10px;
        border:1px solid white;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }

    .form-retirement ul li label span{
        vertical-align: middle !important;
    }

    .form-retirement .hs-company{
        margin-bottom: 15px !important;
    }

    .form-retirement fieldset div p{
        margin-bottom: 0px;
    }

      ul.inputs-list, ul.multi-container{
        margin: 0px;
      }

    .form-retirement-product input{
        color: #fff;
        font-size: 14px;
        margin: 5px;
        height: 30px;
        width: 100%;
        padding-left:10px;
        border:1px solid #ffffff;
        font-family: 'NHaasGrotesk', arial, sans-serif;
        background: transparent;
    }

    .form-retirement select, .form-central select, .horizontal-form-retirement select, .horizontal-form-retirement select{
        background-color:#702082;
        color: #ffffff;
        font-size: 14px;
        margin:5px 5px 15px;
        height: 30px;
        padding-left:10px;
        border:1px solid white;
        font-family: 'NHaasGrotesk', arial, sans-serif;
     }

    .form-retirement-product select{
        background-color:#702082;
        color: #ffffff;
        font-size: 14px;
        margin:5px;
        height: 30px;
        padding-left:10px;
        border:1px solid white;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }

    .hbspt-forms-4.1:$4.0.0 {
        color: red !important;
    }
 


      select#sector-aa65a2d7-9018-4a07-8d3b-454b6830503b{
        color: #ffffff !important;
        border-radius: 0px !important;
      }

      input#firstname-aa65a2d7-9018-4a07-8d3b-454b6830503b{
        border-radius: 0px !important;
      }

      input#email-aa65a2d7-9018-4a07-8d3b-454b6830503b{
        border-radius: 0px !important;
      }

      select#sector-aa65a2d7-9018-4a07-8d3b-454b6830503b{
         border-radius: 0px !important;
      }

    .hs_n7_mayo_10_11_, .hs-n7_mayo_10_11_{
       margin-top: 15px !important;
    }
    
    .form-retirement-request-call input, .form-retirement-request-call select{
        color: #fff;
        font-size: 14px;
        margin: 5px;
        height: 30px;
        width: 100%;
        padding-left:10px;
        border:1px solid #ffffff;
        font-family: 'NHaasGrotesk', arial, sans-serif;
        background: transparent;
    }
    
    .form textarea, .form-call textarea, .form-download textarea, .form-retirement textarea, .horizontal-form-retirement textarea, .form-retirement-product textarea, .form-central textarea, .form-video textarea{
        background-color:#702082;
        background-color: #48086f!important;  
        color:#ffffff;
        font-size: 14px;
        margin:15px 5px 0;
        height: 60px;
        padding-left:10px;
        border:1px solid white;
        font-family: 'NHaasGrotesk', arial, sans-serif;
    }
    
    .form-retirement-request-call textarea{
        background-color:transparent;
        color:#ffffff;
        font-size: 14px;
        margin:15px 5px 0;
        height: 60px;
        width: 100%;
        padding-left:10px;
        border:1px solid white;
        font-family: 'NHaasGrotesk', arial, sans-serif;
        text-align: center;
    }
    
    
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #ba90c3;
    }
    
     .form-retirement-request-call ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
      color: #fff;
    }
    
     .form-retirement-product ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
      color: #fff;
    }


    ::-moz-placeholder { /* Firefox 19+ */
      color: #cfacd7;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color: #ba90c3;
    }
    :-moz-placeholder { /* Firefox 18- */
      color: #cfacd7;
    }
    
    #hs_cos_wrapper_module_150184317347310 span{
        display: none;
    }
    
    .form input[type=submit], .form-call input[type=submit], .form-download input[type=submit], .form-retirement input[type=submit], .form-central input[type=submit], .form-video input[type=submit]{
        background-color:#ffffff;
        color:#702082;
        font-size: 16px;
        margin-top:15px;
        height: 40px;
        padding:0 10px;
        border:1px solid white;
        width:100%;
        -webkit-appearance: none;
        text-transform: uppercase;
    }

    .form-retirement input[type=submit]{
       /* background: #000 !important; */
      background: #fff !important;
    }

      .horizontal-form-retirement input[type=submit]{
            background-color:#ffffff;
              color:#702082;
              font-size: 16px;
              margin-top:15px;
              height: 40px;
              padding:0 10px;
              border:1px solid white;
              width: 50%;
              -webkit-appearance: none;
              text-transform: uppercase;
              text-align: center;
      }

    .actions{
      text-align:center;
     }
    .form-retirement-product input[type=submit]{
        background-color:#ffffff;
        color:#702082;
        font-size: 13px;
        margin-top:15px;
        height: 40px;
        padding:0 10px;
        border:1px solid white;
        width:100%;
        -webkit-appearance: none;
        text-transform: uppercase;
    }


    .title-form-retirement{
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      font-family: arial,sans-serif;
    }

      input.hs-button.primary.large{
        box-shadow: none !important;
        text-shadow: none !important;
        background-image: linear-gradient(to bottom, #ffffff,#ffffff);
        
        border-radius: 0px;
      }


    .form-retirement-request-call input[type=submit]{
        background-color: transparent;
        color:#702082;
        font-size: 15px;
        margin-top:10px;
        height: 40px;
        padding:0 10px;
        border:2px solid #ffffff;
        width: 98%;
        -webkit-appearance: none;
        text-transform: uppercase;
        text-align: center;
    }

    
    .form input[type=submit]:hover, .form-call input[type=submit]:hover, .form-download input[type=submit]:hover, .form-retirement input[type=submit]:hover, .horizontal-form-retirement input[type=submit]:hover, .form-retirement-product input[type=submit]:hover, .form-central input[type=submit]:hover .form-video input[type=submit]:hover{
        background: #5a1a66;
        color: #ffffff;
        cursor: pointer;
    }
    
    .form-retirement-request-call input[type=submit]:hover{
        background: rgba(255,255,255,0.5);
        color: #fff;
        cursor: pointer;
        text-align: center;
    }
    
    
    .form .hs_privacy_policy ul, .form-call .hs_privacy_policy ul, .form-download .hs_privacy_policy ul, .form .hs_aceptacion_comunicaciones_comerciales ul, .form-call .hs_aceptacion_comunicaciones_comerciales ul, .form-download .hs_aceptacion_comunicaciones_comerciales ul, .form-retirement .form-central ul .hs_privacy_policy ul, .horizontal-form-retirement .form-retirement .hs_aceptacion_comunicaciones_comerciales ul, .form-retirement-request-call .hs_privacy_policy ul, .form-retirement-request-call .hs_aceptacion_comunicaciones_comerciales ul {
        padding: 0;
        margin: 0;
    }

    .form .hs_privacy_policy ul, .form-call .hs_privacy_policy ul, .form-download .hs_privacy_policy ul, .form .hs_aceptacion_comunicaciones_comerciales ul, .form-call .hs_aceptacion_comunicaciones_comerciales ul, .form-download .hs_aceptacion_comunicaciones_comerciales ul, .form-retirement-product .form-central ul .hs_privacy_policy ul, .form-retirement-product .hs_aceptacion_comunicaciones_comerciales ul, .form-retirement-request-call .hs_privacy_policy ul, .form-retirement-request-call .hs_aceptacion_comunicaciones_comerciales ul {
        padding: 0;
        margin: 0;
    }
    
    .form .hs_privacy_policy ul li, .form-call .hs_privacy_policy ul li, .form-download .hs_privacy_policy ul li, .form .hs_aceptacion_comunicaciones_comerciales ul li, .form-call .hs_aceptacion_comunicaciones_comerciales ul li, .form-download .hs_aceptacion_comunicaciones_comerciales ul li, .form-retirement .hs_privacy_policy ul li, .horizontal-form-retirement .form-retirement .hs_aceptacion_comunicaciones_comerciales ul li, .form-retirement-request-call .hs_privacy_policy ul li, .form-retirement-request-call .hs_aceptacion_comunicaciones_comerciales ul li, .form-central ul li{
        list-style:none;
    }
    
    .form .hs_privacy_policy ul li span a, .form-call .hs_privacy_policy ul li span a, .form-download .hs_privacy_policy ul li span a, .form .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-call .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-download .hs_aceptacion_comunicaciones_comerciales ul li span a, .horizontal-form-retirement .form-retirement .hs_privacy_policy ul li span a, .form-retirement .hs_aceptacion_comunicaciones_comerciales ul li span a{
        color: #ffffff;
      list-style:none;
    }


    .form .hs_privacy_policy ul li span a, .form-call .hs_privacy_policy ul li span a, .form-download .hs_privacy_policy ul li span a, .form .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-call .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-download .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-retirement-product .hs_privacy_policy ul li span a, .form-retirement-product .hs_aceptacion_comunicaciones_comerciales ul li span a{
        color: #ffffff;
      list-style:none;
    }

    .form a{
      text-decoration: underline;
      color: #ffffff;
      
    }
    
    .form-retirement-request-call .hs_privacy_policy ul li span a, .form-retirement-request-call .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-central ul li span a{
      color: #ffffff;
      list-style: none;
    }

    .form-retirement-product .hs_privacy_policy ul li span a, .form-retirement-product .hs_aceptacion_comunicaciones_comerciales ul li span a, .form-central ul li span a{
            color: #ffffff;
      list-style:none;
     }

    .hs-error-msgs{
        color: #fc5f5f !important;
        margin: 0;
        list-style:none;
        padding-top: 15px !important;
    }
    
    .form input[type=checkbox],.form input[type=radio], .form-call input[type=checkbox], .form-download input[type=checkbox], .form-personaliza input[type=checkbox], .form-retirement input[type=checkbox], .horizontal-form-retirement input[type=checkbox], .form-retirement-product input[type=checkbox], .form-central input[type=checkbox], .request-call-retirement input[type=checkbox]{
        padding: 0;
        margin: 10px 5px 10px 7px !important;
        height: 21px;
        width: 20px;
        list-style:none;
        vertical-align: middle !important;
    }
    
    .hs-form-booleancheckbox{
        list-style: none;
    }

    .form-retirement-product input[type=checkbox] {
        padding: 0;
        margin: 10px 5px 10px 7px;
        height: 21px;
        width: 20px;

    }
    
    .hs_tipo_de_flota{
        padding: 10px 0px 0px 7px;
    }
    
    .hs_tipo_de_flota ul{
        padding: 0;
        margin: 0;
    }
    
    .hs-form-checkbox{
        list-style:none;
        line-height: 12px;
    }
    
    .hs_tamano_de_flota{
        padding: 5px 0px 10px 0px;
    }
    
    .hs_tamano_de_flota label span{
        font-size: 14px;
    }
    
    .hs_tamano_de_flota ul{
        padding: 0;
        margin: 0;
    }
    
   .hs-form-radio{
        list-style:none;
        height: 35px;
    }

    .hs-input{
        width: 100% !important;
      margin-top: 15px !important;
    }

    .hs-input[type=checkbox]{
        width: 5% !important;
    }
    
    .fancybox-slide--iframe .fancybox-content {
	width  : 800px;
	height : 600px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
    }
    
    
    

/* FIN Form */

.pattern{
    margin-bottom: 20px;
}

.secondary-content{
    color: #000000;
    padding: 0 50px;
}

.secondary-content .secondary-content-text{
    margin: 20px 0 0;
}    

.secondary-content li{
    padding-top: 15px;
}

.video{
    margin: 30px 0;
}


/*   BIBLIOTECA   */

.header-biblio{
    background: url('https://content-es.willistowerswatson.com/hubfs/Ciber/harry%20the%20hacker/biblioteca/bg-biblioteca.jpg');
    height: 304px;
}

.url-header{
    font-size: 14px;
    text-align: right;
    padding-right: 50px;
}

.url-header a {
        color: #702082;
        text-decoration: none;
}

.url-header a:hover {
        text-decoration: underline;
}

.url-header a:visited {
        color: #460754;
}

.header-biblio h1{
    color: #000000;
    text-align: center;
    padding-top: 50px;
    font-family: 'NHaasGrotesk', arial, sans-serif;
    font-weight: normal;
    font-size: 33px;
    margin: 0;
    padding: 20px 0 10px;
}

.header-biblio h1 .title{
    color: #702082;
    font-size: 46px;
    font-weight: bold;
    vertical-align: sub;
}

.header-biblio .secondary-header{
    color: #63666A;
    text-align: center;
    padding: 0 0 20px;
    margin: 0px;
    font-family: 'NHaasGrotesk', arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.hs_cos_wrapper_subheader{
    font-size: 25px;
}

.content-comic{
    padding: 50px;
}

.comic{
    border: 3px solid #04CC8D;
    margin: 20px 0;
}

.titlecomic-wrapper{
    height: 173px; 
    text-align: center;
}

.titlecomic-wrapper a{
    text-decoration: none;
    color: white; 
    font-size: 34px;
    line-height: 170px;
}

.a-comic{
    height: 173px; 
    transition: font-size 0.3s ease;
    -webkit-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    cursor: pointer;
}

.titlecomic-wrapper .a-comic:hover{
    font-size: 39px;
    cursor: pointer;
}


.titlecomic{
    font-family: arial;
    font-weight: bold;
    text-shadow: 0px 0px 8px #000000;
}

.titulocomic span{
    vertical-align: middle;
}

.comicresume{
    background-color: #D9E6DC;
    height: 135px;
    margin: 0;
}

.titulocomic{
    font-size: 16px; 
    text-align: center;
    padding: 20px 20px 0;
    height: 55px;
}

.cta-comic{
    width: 127px;
    margin: 16px auto 0;
}

.download-comic{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 18px solid #702082;
    border-radius: 10px;
    background-color: #702082;
  font-family: arial;
}

.waves-effect{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 15px solid #702082;
    border-radius: 3px;
    background-color: #702082;
    font-family: arial;
}

.waves-effect:hover{
    color: #ffffff;
    border: 15px solid #8f3ea1;
    background-color: #8f3ea1;
}

.waves-effect-secondary{
    color: #702082;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
}

.waves-effect-secondary:hover{
    color: #8f3ea1;
}


.download-comic:hover{
    color: #ffffff;
    border: 18px solid #8f3ea1;
    background-color: #8f3ea1;
}

.form-columns-2{
    max-width: 100% !important;
}

.form-columns-1{
    max-width: 100% !important;
}



.necesitas_ayuda{
    width: 50%;
    background: #702082; 
    padding: 30px;
    height: 100%;
}

div.input textarea{
    width: 100% !important;
}


/* Retirement */

  .logo-wrapper{
    padding: 20px 20px;
    background-color: #efeede;
  }

  .logo-wrapper-jub{
    padding: 20px 20px;
    background-color: #efeede;
  }

  .title-maincontent-retirement {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 40px 0 0;
  }

   .title-maincontent-retirement-v2 {
    font-size: 20px;
    color: #212529;
    font-weight: bold;
    padding: 0 20px;
  }

.maincontent-text-retirement-v2{
  margin-top: 50px;
  padding: 20px;
}

.span8 .widget-span .widget-type-cell .maincontent-text-retirement-v2{
  width: 50%;
}


  .title-maincontent-retirement h1{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 0;
  }

.maincontent-richtext-retirement{
  font-family: 'NHaasGrotesk', arial, sans-serif; 
  color:#ffffff;
  font-size: 20px;
}

.maincontent-richtext-retirement-v2{
  font-family: 'NHaasGrotesk', arial, sans-serif; 
  color:#212529;
  font-size: 20px;
  padding: 0 20px 40px;
}

.maincontent-richtext2-retirement{
  font-family: 'NHaasGrotesk', arial, sans-serif; 
  color:#ffffff;
  font-size: 15px;
  padding: 40px;
}

  .main-content-retirement{
  padding: 50px 50px;
  }


  .main-content-retirement-product{
    padding: 15px 50px;
  }

  .main-content-retirement-product-3{
    padding: 15px 80px;
    background-color: #EFEEDE;
  }

  .retirement-products{
    padding: 45px 50px;
  }


  .section-title{
  color: #702082; 
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0;
  }


  .section-subtitle{
  color: #702082; 
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0;
   font-family: arial, sans-serif; 
  }


   .title-keypoint{
   font-size: 16px;
   font-weight: 900;
   font-family: arial, sans-serif; 
   }
          
    .text-keypoint{
    font-size: 14px;
    margin-top: 5px !important;
    padding: 6px 0;
    font-weight: 200; 
    font-family: arial;
    }  
          
    .number-keypoint{
    font-size: 18px;
    color: #702082;
    font-weight: 800;
    font-family: arial;
    }

.form-retirement-product{
     padding: 20px;
     vertical-align: initial;
     background-color:#702082;
     background-color:#702082;
     color: #ffffff !important;
     padding: 5px 40px 20px 30px;
     max-width: 450px;
     margin-bottom: 30px;
     font-family: 'NHaasGrotesk', arial, sans-serif;
     font-size: 16px;
}


.module-icons-start{
    padding: 20px 40px;
}


label.hs-form-booleancheckbox-display{
color: #ffffff !important;
}

    .stack-column-center-small{
      padding: 20px;
      vertical-align: initial;
      background-color: #EFEEDE;
      margin: 20px;
      border-radius: 20px;
    }

     .stack-column-center-small-vd{
      padding: 0 0 0 50px;
      margin: 0 auto;
      border-radius: 20px;
      text-align: cneter;
    }

     .stack-column-center-small-vm{
       display: none;
    }

.btn-download-pdf {
  border: none;
  color: #55198b;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}

.button-download-pdf{
  font-family: 'NHaasGrotesk', arial, sans-serif;
  text-decoration: none;
  color: #8F3EA1;
}

.button-download-pdf:hover{

  text-decoration: underline;
  color: #3d1166;
}

    .stack-column-center-small-space{
      padding: 20px;
      vertical-align: initial;
      background-color: #ffffff;
      margin: 20px;
      border-radius: 20px;
    }


.list-retirement .ul .li:before {
  display: inline-block;
  height: 5px;
  width: 5px;
   background-size: 5px;
  list-style-image: url("https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/dashboard.png");
  margin-right: 5px;
}

/* INICIO LANDING PAGE EVENTOS */

  @media only screen and (max-width: 768px) {
    
     .event #bg_container { 
      min-height: 600px !important; 
	  }
    
    .event .logo{
      padding: 20px 0px !important;
    }

    
    .event .hs-image-widget{
      padding-left: 0px !important;
    }
    

    
    .event .subclaim-date{
	  	font-size: 16px !important;
      padding: 10px 40px 10px !important;
      width: 80% !important;
      text-align: center !important;
    }
  
  .event .subclaim{
	  	font-size: 16px !important;
      padding: 60px 40px 10px !important;
      width: 80% !important;
      text-align: center !important;
    }
    
   .event .module-wrapper{
      background-color: #ffffff;
      width: 100%;
      padding: 20px 20px !important;
    }
    
   .event .title-talks{
       font-size: 30px !important;
    }  
    
     .event .date{
      font-size: 32px !important;
    }
    
    .event .row-number-20 .row-fluid [class*="span"]{
      width:0% !important;
    }
    
    .event .form{
    max-width: 82% !important;
    top: 50% !important;
    }
    
    .intro-event{
      padding: 3% !important;
      margin-top: 55% !important;
      font-size: 24px !important;
      text-align: center !important;
    }
    
    .event .footer-rrss .rrss{
      margin-left: 0% !important;
      padding: 10px 0 !important;
     }
    
    .event .yellow-add-event{
      width: 80px !important;
      margin: 0px 50px 50px !important;
    }
    
    .event .logo{
      width: 80% !important;
      text-align: center !important;
      margin: auto !important;
    }
    
    .event .hide-image-event{
      display: none !important;
    }
    
    .event nav {
      text-align: center !important;
    }
    
    .event .quitar-padding{
      padding-left: 0px !important;
      padding-bottom: 30px !important;
      text-align: center !important;
    }
    
    .event .go-top {
      bottom: 0 !important;
  }
    
  }  
  
  /*END MEDIA QUERIES*/

  /*BEGIN STYLES*/
  


	.event { 
	    margin:0px; 
      font-size: 16px;
	  	color: #000000;
      font-family: Avenir;
      margin-top: 0;
      padding-top: 0;
	  }
  
    .event .logo{
      text-align: center;
      padding: 20px 20px 30px 20px;
    }

    .event nav{
      font-family: 'NHaasGrotesk', arial, sans-serif;
      font-size: 13px;
      float: right;
      text-align: right;
      padding: 10px;
      border-bottom: 1px solid #D7D6DE;
      width: 100%;
      z-index: 100;
      position: fixed;
      top: 0;
      background: #fff;
      
    }

    .event nav a{
      font-family: 'NHaasGrotesk', arial, sans-serif;
      text-decoration: none;
      color: #212529;
      font-size: 13px;
      margin-right: 40px;
    }

     .event nav a:hover{
      text-decoration: underline;
      color: #702082;

    }

	  
	 .event #bg_container { 
	    height:auto; 
	    overflow:hidden; 
      max-height: 800px;
	  }

	  .event #bg { 
	    width:100%; 
	  }

	  .event #content { 
	    position:absolute; 
	    font-family: 'NHaasGrotesk', arial, sans-serif;
	    top: 40px;
	    color: #ffffff;
      padding-top: 30px;
      width: 100%;
	  }
  
  .event .subclaim{
    text-align: center;
    color: #00FFA8;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    font-size: 34px;
  }

  .event .subclaim-date{
    text-align: center;
    font: normal normal normal 24px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    color: #0D121A;
    font-weight: bold;
  }
  
  .event .body-text{
    font-size: 15px;
  }
  
  .event .module-wrapper{
    background-color: #ffffff;
    width: 100%;
    padding: 60px 200px; 
  }
  
  .event .title-talks{
      font-family: 'NHaasGrotesk', arial, sans-serif;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      padding-top: 60px;
      color: #ffffff;
      margin: 0px;
    }   
  
  .event .date{
    font-family: 'NHaasGrotesk', arial, sans-serif;
    font-size: 34px;
    font-weight: bolder;
    text-align: left;
  }

  .event .event-date{
    font-family: 'NHaasGrotesk', arial, sans-serif;
    margin: 30px;
    text-align: center;
  }

  .event .event-date-description{
    text-align: center;
    
  }

  .event .date span{
    text-align: left;
  }

  .event .parallax-section-agenda {
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/events/jakob-owens-fkaZiACUb5w-unsplash.jpg');
}

  .event .parallax-section-speakers {
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/events/jakob-owens-fkaZiACUb5w-unsplash.jpg');
}

  .event .parallax-section-location {
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('https://3321475.fs1.hubspotusercontent-na1.net/hubfs/3321475/events/jakob-owens-fkaZiACUb5w-unsplash.jpg');
}

.event .form{
    float: right;
    position:absolute;
    top:331px;
    background-color:#702082;
    color: #ffffff;
    padding: 5px 40px 20px 30px;
    max-width: 20%;
    right: 5%;
    font-family: 'NHaasGrotesk', arial, sans-serif
}

.event .spacer-event{
  border-top: 1px solid #C8CBD4; 
}

.event .yellow-add-event{
  background: #ffb900;
  width: 140px;
  height: 40px;
  margin: 0px 50px 50px;
}

.event .intro-event{
  padding: 3% 0% 0% 9%;
  font-family: 'Fjalla One',sans-serif;
  font-size: 34px;
}

.event .quote-event{
  margin: 10% 0% 5%;
  padding: 50px;
  font-family: 'Fjalla One',sans-serif;
  font-weight: 700;
  border: 10px solid #ffb900;
}

.quote-retirement{

  padding: 30px;
  font-family: 'Fjalla One',sans-serif;
  font-weight: 700;
  border: 10px solid #ffb900;
}

.agenda-event{
  padding: 20px 20px;
  background: #F2F2F2;
  margin: 20px 0 40px;
  width: 120% !important;
}

.speaker-event{
  padding: 40px 0px;
}

.event .agenda-module{
  padding: 5% 0% 5% 9%;
  font-family: 'Fjalla One',sans-serif;
  font-weight: 700;
}

.event .agenda-module-grey{
  padding: 5% 0% 5% 9%;
  font-family: 'Fjalla One',sans-serif;
  font-weight: 700;
  background: #F2F2F2;
}

.pre-title {
   font-size: 18px;
/*    font-family: 'Fira Mono', monospace; */
    font-family: 'Arial', regular;
   margin:0;
 }

.event .hbspt-form .hs-form-field .input{
    margin: 0 10px !important;
}

.event .hbspt-form .hs-form-field .hs-input{
    margin-top: 5px !important;

}

.event .hbspt-form .hs-button{
    padding: 15px 50px 15px 40px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    background: #711984 url("https://content-es.willistowerswatson.com/hubfs/rightarrow.png") no-repeat right center !important;
    font-family: 'NHaasGrotesk', arial, sans-serif;
    cursor: pointer;
    color: #ffffff;
    border:0 !important;
}

.event .hbspt-form .hs-button:hover{
    background: #390B42 url("https://content-es.willistowerswatson.com/hubfs/rightarrow.png") no-repeat right center !important;
}

.event input{
  box-shadow: none;
}

.event .hbspt-form .hs-error-msgs {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px !important;
    text-align: center;
}

.event .speakers{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    
}

.event .speakers-title{
    font-weight: bold;
}

.event .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
    height: 250px;
    width: 15% !important;
    margin-top: 50px;
}

.event .slick-slide{
    float: none;
}

.event .slick-prev,.event .slick-next{
    width: 250px;
}

.event .slick-prev:before,.event .slick-next:before{
    font-size: 80px;
}

.event .go-top {
    font-family: 'NHaasGrotesk', arial, sans-serif;
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background: #711984;     
    font-size: 16px;
    padding: 15px 40px;
    display: none;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
}

.event .go-top:hover {
    background: #390B42;
}



.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 3px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: bottom;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transform: rotate(-90deg);
  
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.event .row-number-20 .span12{
  width: 0%;
}

input.event.hs-button.primary.large{
  border: 3px solid #00FFA8;
}


/* SIDN */
.formulario-header-2 a {
  text-decoration:none;
  color:#ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.formulario-header-descarga-2 a{
  text-decoration:none;
  color:#000000;
  cursor: pointer;
  text-decoration: underline;
}

.formulario-header-2 {
  background-color:#7f35b2;
  color: #ffffff;
  padding: 5px 40px 20px 30px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Fjalla One',sans-serif !important;
}

.formulario-header-descarga-2 {
  background-color:#ffffff;
  color: #000000;
  padding: 5px 40px 20px 30px;
  max-width: 100%;
  margin-bottom: 60px;
  margin-top: 20px;
  font-family: 'Fjalla One',sans-serif !important;
}

.formulario-header-descarga-2 label.hs-form-booleancheckbox-display {
  color: #000000 !important;
}

.formulario-header-2 h3{ 
  font-size: 20px; 
  text-align: center;
  font-family: 'Fjalla One',sans-serif !important;
}

.formulario-header-2 input, 
.formulario-header-descarga-2 input {
  background-color:#7f35b2;
  color:#ffffff;
  font-size: 14px;
  margin:15px 5px 0;
  height: 30px;
  padding-left:10px;
  border:1px solid white;
  font-family: 'Fjalla One',sans-serif;
}

.formulario-header-2 select, 
.formulario-header-descarga-2 select {
  background-color:#702082;
  color: #ffffff;
  font-size: 14px;
  margin:5px 5px 15px;
  height: 30px;
  padding-left:10px;
  border:1px solid white;
  font-family: 'Fjalla One',sans-serif;
}

.formulario-header-2 textarea, 
.formulario-header-descarga-2 textarea {
  background-color:#702082;
  color:#ffffff;
  font-size: 14px;
  margin:15px 5px 0;
  height: 60px;
  padding-left:10px;
  border:1px solid white;
  font-family: 'Fjalla One',sans-serif;
}

.formulario-header-2 input[type=submit] {
  background-color:#000000;
  color:#ffffff;
  font-size: 16px;
  margin-top:15px;
  height: 50px;
  padding:0px 50px;
  font-family: 'Fjalla One',sans-serif;
  border:0;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(to bottom,#000,#000) !important;
} 

.formulario-header-descarga-2 input[type=submit]{
  background-color:#702082;
  color:#ffffff;
  font-size: 16px;
  margin-top:15px;
  height: 50px;
  padding:0px 50px;
  font-family: 'Fjalla One',sans-serif;
  border:0;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(to bottom,#702082,#702082) !important;
}

.formulario-header-2 input[type=submit]:hover{
  background: #ffffff;
  color: #702082;
  cursor: pointer;
  background-image: linear-gradient(to bottom,#fff,#fff) !important;
}

.formulario-header-descarga-2 input[type=submit]:hover{
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  background-image: linear-gradient(to bottom,#000,#000) !important;
}

.formulario-header-2 input[type=checkbox], 
.formulario-header-descarga-2 input[type=checkbox] {
  padding: 0;
  margin: 10px 5px 10px 7px !important;
  height: 21px;
  width: 20px;
  list-style:none;
  vertical-align: middle !important;
}

.title-header-2 {
  color: #000;
  padding: 20px;
  font-family: 'Fjalla One',sans-serif !important;
  background-color: #fff !important;
  margin-top: 20px;
}

.title-header-2 h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  font-family: 'Fjalla One',sans-serif !important;
}

@media screen and (max-width:1024px) {
 .formulario-header-2, .formulario-header-descarga-2 {
   display: block !important;
   max-width: 100% !important;
   direction: ltr !important;
   margin: 0 auto;
   padding: 20px !important;
  }
  .formulario-header-2 input[type=submit], .formulario-header-descarga-2 input[type=submit]{
    width: 100% !important;
  } 
}