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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css'); 

@font-face {
  font-family: 'DINRegular';
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINRegular.eot');
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINRegular.woff') format('woff'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'DINOffcPro';
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro.eot');
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro.woff') format('woff'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro.ttf') format('truetype'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'DINOffcPro-Light';
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Light.eot');
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Light.woff') format('woff'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Light.ttf') format('truetype'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'DINOffcPro-Medi';
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Medi.eot');
  src: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Medi.woff') format('woff'),
    url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Medi.ttf') format('truetype')
    ,url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/fonts/DINOffcPro-Medi.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "DIN Light";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/TE/FONTS/DINosaur-Light.woff2") format("woff2"),
    url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/TE/FONTS/DINosaur-Light.eot") format("eot");
}


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #222628;
  color: #000000;
  font-family: 'DIN Light','sans-serif';
  line-height: 130%;
  font-size: 1.4em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  padding-left:60px;
  padding-right:60px;
  margin: 0 auto;
}

.container-fluid-2 .row-fluid-2 .page-center-2 {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  font-weight: normal;
  margin: 0;
  padding: 0px 0;
  color: #7c7c7c;
  line-height: 130%;
  font-size: 1.4em;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 4.5em;
  line-height: 110%;
  text-align: left;
  font-weight: bold;
  padding: 25px 0;
  color: #2e2f2d
}

h2 {
  font-size: 4em;
  line-height: 56px;
  text-align: left;
  font-weight: normal;
  padding: 15px 0;
  color: #e12b61
}

h3 {
  font-size: 2.5em;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  padding: 0 0 .8em 0;
  color: #e12b61
}

h4 {
  font-size: 1.8em;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  color: #e12b61
}

h5 {
  font-size: 1.4em;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  color: #e12b61
}
h6 {
  font-size: 1.12em;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  color: #e12b61
}
/* Anchor Links */
a {    
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus {   
  color: #cc1b57;
  text-decoration: underline;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.main-content .hs_cos_wrapper_type_rich_text ul, .main-content .hs_cos_wrapper_type_rich_text ol {
  line-height: 130%;
  font-size: 1.4em;

}

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

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


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

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

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

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


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


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
  font: 14px/20px 'DIN Light',sans-serif;
  font-weight: 400;
}

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


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

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


#heading .menu {
  text-align: right;
  font-size: 1.28em;
}

#heading .logotipo {
  position: relative;
  z-index: 999;
  height: 89px;
  padding: 15px 10px 0 60px;
}
#heading .menu .hs-menu-flow-horizontal>ul >li {
  position: relative;
  padding: 0 4px;
  margin: 0;
  display: inline-block;
}
#heading .menu .hs-menu-flow-horizontal>ul >li> a {
  position: relative;
  float: left;
  display: block;
  min-height: 89px;
  padding: 35px 17px 0 8px;
  color: #323232;
}
#heading .menu.hs-menu-flow-horizontal>ul>li>a:hover {
  text-decoration: none;
  color: #dd0149;
}

#heading .menu ul li.telf,#heading .menu ul li.login,#heading .menu ul li.registro,#heading .menu ul li.menutelf {
  padding: 0;
  margin: 0 -2px 0 -3px
}

#heading .menu ul li.telf a {
  padding-left: 55px !important;
  color: #bd0048;
  font-weight: bold;
}

#heading .menu ul li.login a {
  padding-left: 55px !important;
  color: #71af9b
}

#heading .menu ul li.registro a {
  padding-left: 55px !important;
  color: #9cbc5c
}

#heading .menu ul li a:hover {
  text-decoration: none;
  color: #dd0149
}

#heading .menu ul li.telf a:hover {
  background-color: #dd0048;
  color: #fff
}
#heading .menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
#heading .menu ul li.login a:hover {
  background-color: #45b19c;
  color: #fff
}

#heading .menu ul li.registro a:hover {
  background-color: #8ebd54;
  color: #fff
}

#heading .menu ul li.telf a::before {
  content: ' ';
  position: absolute;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png') 0 0 no-repeat;
  width: 31px;
  height: 31px;
  margin-left: -45px;
  margin-top: -6px;
  display: block
}

#heading .menu ul li.login a::before {
  content: ' ';
  position: absolute;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png') -30px 0 no-repeat;
  width: 31px;
  height: 31px;
  margin-left: -45px;
  margin-top: -6px
}

#heading .menu ul li.registro a::before {
  content: ' ';
  position: absolute;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png') -60px 0 no-repeat;
  width: 31px;
  height: 31px;
  margin-left: -45px;
  margin-top: -6px
}
#heading .menu .hs-menu-flow-horizontal>ul>li:last-child>a {
  min-height: 89px;
  display: block;
  padding: 35px 16px 0 55px !important;;
  cursor: pointer;
  font-weight: normal;
  color: #bd0048;
}
#heading .menu .hs-menu-flow-horizontal>ul>li:last-child>a::before {
  content: ' ';
  position: absolute;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png') -90px 0 no-repeat;
  width: 31px;
  height: 31px;
  margin-left: -43px;
  margin-top: -5px;
}

#heading .menu .hs-menu-flow-horizontal>ul>li:last-child>a i {
  margin: -2px 0 0 15px;
  font-size: 1.28em;
  color: #bd0048;
}

#heading .menu .hs-menu-flow-horizontal>ul>li:last-child>a:hover{
  background-color: #dd0048;
  color: #fff;
}
#heading .menu .hs-menu-flow-horizontal>ul>li:last-child>a:hover i {
  color: #fff;
}

#heading .menu .hs-menu-flow-horizontal>ul>li.hs-item-has-children>.hs-menu-children-wrapper {
  top: 100%;
  text-align: left;
  display: none;
  padding: 0 1em 0 0;
}

#heading .menu .hs-menu-flow-horizontal>ul>li.hs-item-has-children.open>.hs-menu-children-wrapper {
  display:block;
}

#heading .menu .hs-menu-flow-horizontal>ul>li ul li {
  width: 115%;
  background: #bd0048
}

#heading .menu .hs-menu-flow-horizontal>ul>li ul li a {
  color: #fff;
  padding: 15px 8px 15px 55px;
  width: 100%;
  display: block
}
#heading .menu .hs-menu-flow-horizontal>ul>li.hs-item-has-children>.hs-menu-children-wrapper {
  top: 100%;
  text-align: left;
  display: none;
  padding: 0 1em 0 0;
  left: 4px;
  min-width: 153px;
}
#heading .menu .hs-menu-flow-horizontal>ul>li ul li a:hover {
  text-decoration: none;
  background-color: #fc3d80;
}

.custom-header-bottom-row {
  padding: 0 50px;
  width: 100%;
  background: #211915;
}
#heading .menu .hs-menu-flow-horizontal>ul {
  float: right;
}

#heading .redes {
  position: absolute;
  text-align: right;
  width: 403px;
  top: -2px;
  right: 0;
  z-index: 9;
}

#heading .redes-centro {
  top: 78px
}

#heading .redes span {
  font-size: .71em;
  color: #fff
}

#heading .redes ul {
  list-style: none;
  text-align: right;
  padding: 2px 0 10px 0;
  margin: 0
}

#heading .redes ul li {
  position: relative;
  font-size: 1em;
  padding: 0;
  margin: 0 -4px 0 0;
  display: inline-block
}

#heading .redes ul li a span {
  display: none
}

#heading .redes ul li a:hover {
  background-color: #e71e73!important;
  text-decoration: none;
  color: #fff
}

#heading .redes ul li a:hover {
  background-color: #e71e73!important;
  text-decoration: none;
  color: #fff
}

#heading .redes ul li.facebook a {
  background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) 13px -33px no-repeat
}

#heading .redes ul li.instagram a {
  background: #bd0048 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -26px -33px no-repeat
}

#heading .redes ul li.twitter a {
  background: #71af9b url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -70px -33px no-repeat
}

#heading .redes ul li.google-plus a {
  background: #9cbc5c url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -115px -33px no-repeat
}

#heading .redes ul li.youtube a {
  background: #cc181e url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) 13px -74px no-repeat
}

#heading .redes ul li.spotify a {
  background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -35px -75px no-repeat
}

#heading .redes ul li.share>a {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -83px -75px no-repeat
}

#heading .redes ul li.share>a.activo,#heading .redes ul li.share>a:hover {
  background-color: #bd0048
}

#heading .redes ul li.share>a>.fa {
  visibility: hidden
}

#heading .redes ul li ol {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 147px;
  height: 58px;
  background: #fff;
  text-align: right
}

#heading .redes ul li ol li a {
  float: left;
  background-color: transparent!important
}

#heading .redes ul li ol li a:hover {
  background-color: #e71e73
}

#heading .redes ul li ol li.facebook a {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-fb-o.png) center center no-repeat
}

#heading .redes ul li ol li.instagram a {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-instagram-o.png) center center no-repeat
}

#heading .redes ul li ol li.twitter a {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-twitter-o.png) center center no-repeat
}

#heading .redes ul li ol li.google-plus a {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-gplus-o.png) center center no-repeat
}

#heading .redes ul li ol li.facebook a:hover {
  background: #e71e73 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-fb.png?aa) center center no-repeat
}

#heading .redes ul li ol li.instagram a:hover {
  background: #e71e73 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-instagram.png) center center no-repeat
}

#heading .redes ul li ol li.twitter a:hover {
  background: #e71e73 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-twitter.png) center center no-repeat
}

#heading .redes ul li ol li.google-plus a:hover {
  background: #e71e73 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-gplus.png) center center no-repeat
}

.custom-header-bottom-row {
  position: relative;
}
#heading .redes {
  margin-left: 0;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  /*padding: 60px 60px;*/
  background: #ece9e9;

}

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


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

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


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float:left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position:static !important;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.28em;
  display: block;
  padding: 20px 18px 18px 18px
}

#navigation .nav li .fa {
  display: none
}

.custom-menu-primary .hs-menu-wrapper ul li.active,
.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  color: #fff;
  background: #e12b61;
  text-decoration: none
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul>li> ul{
  top: 58px;
  background: rgba(220,43,90,.85);
  padding: 10px 55px;
  width: auto;
  position: absolute;
  left: -50px;
  right: -50px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  white-space:normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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

    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    float: left;
    padding: 10px 0;
    display: block;
    max-width: 205px;
    width: 100%;
  }
  .header-container .custom-menu-primary .hs-menu-wrapper>ul >li>ul{
    opacity: 1 !important;
    visibility: visible !important;
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li +li {
    border-left: 1px solid #c92d5a;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding-top: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    padding: 10px 40px;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #fff;
    background: #e12b61;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: normal;
    display: block;
    font-size: 1.2em;
    padding: 10px 40px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
    background: #e12b61;
    text-decoration: none;
  }
  #heading .redes ul li a {
    display: block;
    width: 58px;
    padding: 0;
    height: 58px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
  }

}


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

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

@media (max-width: 920px){

  /* 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; 
    text-decoration: none;
    text-indent: 0px;
    text-align: left;

  }
  .desktop-view{

    display:none !important;
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    right: 27px;
    top: 31%;
    margin-top: -12px;
    color: #000;
    font-size: 2.14em;
    margin: 5px;
    margin-left: 27px;
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    font-size: 40px;
    color: #fff;
    display: block;
    width: 55px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    padding-top: 12px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

  /* Hide menu on mobile */
  .header-container .custom-menu-primary .inner,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .login {
    font-size: 1.4em;
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    margin: 0;
    top: auto;
    bottom: auto;
    padding: 25px;
    color: #fff;
  }
  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative!important;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }
  .mobile-open {
    position: fixed;
    overflow: hidden;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  padding: 10px;
}

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {

  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.section.post-footer .hs-input {
  max-width: 100%;
}

.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {
  line-height: 120%;
  padding: 0em 0 .5em 0;
  font-size: 1.3em;
  color: #242424;
  display:block;

}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
input[type="select"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: .75em 1.2em;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 1.3em;
  display:block;
  margin-bottom:30px;
}

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

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

/* Separate Styles for Drop Downs */
select {}
select:focus {}

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

#comment-form textarea {}
#comment-form textarea:focus {}

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin:  8px 0 2em;
  text-decoration: none;
  /* min-width: 300px; */
  max-width: 100%;
  padding: .7em 2em;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid #e12b61;
  font-size: 1.3em;
  color: #fff;
  background: #e12b61;
  outline:0;
  white-space:normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #e12b61;
  background: 0;

}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list label {
  color: red;
}

.hs-input.error {
  margin: 0 0 10px;

}

.rr_cta,
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background-color: #e56f24;
  border: 3px solid var(--c-white);
  color: #000000;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'DIN Medium';
  font-size: var(--baseFontSize);
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  padding: calc(var(--vr) * 0.75) calc(var(--vr) * 2);
  padding-top: 8px !important;
  text-align: center;

}

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

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


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

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


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

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


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

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


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

.intro-container,
body.hs-no-banner .body-container{
  width: 100%;
  margin-top: 139px !important;
  position: relative;
  display: block
}

.intro-container img {
  float: left;
  width: auto;
  min-width: 100%;
  max-width: 100%
}

.intro-container-noimage .intro-seccion {
  position: relative
}

.intro-seccion {
  z-index: 9;
  position: absolute;
  padding: 20px 65px;
  min-height: 130px;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/bk-seccion.png') bottom left no-repeat
}
.blog .body-container.container-fluid {
  padding: 0;
  margin-top: 0 !important;
}
.intro-seccion h1 {
  color: #fff;
  font-size: 2em;
  padding: 15px 0 10px 0;
  display: inline-block
}

.blog .body-container.container-fluid {
  padding: 0;
  background: transparent;
}
#heading {
  float: left;
  position: relative;
  background: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.intro-seccion .migas {
  list-style: none;
  float: right;
  padding: 20px 0 0 20px;
  margin: 0;
  display: inline-block;
  text-align: right
}

.intro-seccion .migas li {
  vertical-align: middle;
  font-size: 1.4em;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #000
}

.intro-seccion .migas li a {
  color: #000
}

.intro-seccion .migas li+li {
  font-weight: bold
}

.intro-seccion .migas li:first-child {
  display: inline-block
}

.intro-seccion .blank {
  display: inline-block;
  height: 30px
}

.intro-container-text {
  position: absolute;
  padding: 0 0 0 65px;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%
}

.intro-container-text-container {
  vertical-align: middle;
  display: table;
  padding-top: 130px
}

#intro_slider .intro-container-text-container {
  vertical-align: middle;
  display: table;
  padding-top: 190px
}

.intro-container-text-content {
  vertical-align: middle;
  display: table-cell
}

.intro-container-text h2 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.8)
}

.intro-container-text p {
  color: #fff;
  line-height: 120%;
  font-size: 2em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.8)
}

.intro-container-text p strong {
  font-size: 1.3em
}

.intro-container-text p span {
  color: #000
}

.intro-container-text-content img {
  padding: .5em 0;
  min-width: 0;
  max-width: 100%
}

.intro-container-text-dcha {
  left: 50%;
  padding: 0 5% 15% 0;
  right: 0
}

.intro-cite {
  position: absolute;
  padding: 2em;
  width: 100%;
  left: 0;
  bottom: 5em;
  right: 0
}

.intro-cite cite {
  padding: 70px 110px;
  text-align: center;
  background: 0;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto
}

.intro-cite cite:before,.intro-cite cite:after {
  width: 105px
}
.col {
  position: relative;
  float: left;
  padding: 60px;
  display: block
}

.col .col {
  padding: 20px 60px
}

.col-borde {
  border-top: 1px solid #abb19d
}

.col.col-right {
  float: right
}

.col.no-padding {
  padding: 0!important
}

.col.no-padding-top {
  padding-top: 0
}

.col.no-padding-bottom {
  padding-bottom: 0
}

.col.no-padding-over {
  padding-top: 0;
  padding-bottom: 0
}

.col.no-padding-side {
  padding-left: 0!important;
  padding-right: 0!important
}

.col.no-padding-right {
  padding-right: 0
}

.col.no-padding-left {
  padding-left: 0!important
}

body .container-fluid .col-1 {
  width: 10%
}

body .container-fluid .col-2 {
  width: 20%
}

body .container-fluid .col-25 {
  width: 25%
}

body .container-fluid .col-3 {
  width: 33.333333%
}

body .container-fluid .col-30 {
  width: 30%
}

body .container-fluid .col-4 {
  width: 40%
}

body .container-fluid .col-45 {
  width: 45%
}

body .container-fluid .col-5 {
  width: 50%
}

body .container-fluid .col-55 {
  width: 55%
}

body .container-fluid .col-6 {
  width: 60%
}

body .container-fluid .col-65 {
  width: 65%
}

body .container-fluid .col-7 {
  width: 70%
}

body .container-fluid .col-75 {
  width: 75%
}

body .container-fluid .col-8 {
  width: 80%
}

body .container-fluid .col-85 {
  width: 85%
}

body .container-fluid .col-9 {
  width: 90%
}

body .container-fluid .col-10 {
  width: 100%
}
.color-bk-ffffff {
  background: #ffffff!important
}

.color-bk-ece9e9 {
  background: #ece9e9!important
}

.color-bk-5e5e5d {
  background: #5e5e5d!important
}

.color-bk-fedce6 {
  background: #fedce6!important
}

.color-bk-f9d3de {
  background: #f9d3de!important
}

.color-bk-f54970 {
  background: #f54970!important
}

.color-bk-e50055 {
  background: #e50055!important
}

.color-bk-f0638b {
  background: #f0638b!important
}

.color-bk-e12b61 {
  background: #e12b61!important
}

.color-bk-08f7e0 {
  background: #08f7e0!important
}

.color-bk-1CB49F {
  background: #1CB49F!important
}

.color-bk-e5fffd {
  background: #e5fffd!important
}

.color-bk-c2fefa {
  background: #c2fefa!important
}

.color-bk-dcfe96 {
  background: #dcfe96!important
}

.color-bk-f5fee1 {
  background: #f5fee1!important
}

.color-bk-f0f5e5 {
  background: #f0f5e5!important
}

.color-bk-eafebf {
  background: #eafebf!important
}

.color-bk-555050 {
  background: #555050!important
}

.color-bk-bfd4d5 {
  background: #bfd4d5!important
}
#footer form .legaltextSubs a {
  text-decoration: underline;
}
.color-bk-e50055 h2,.color-bk-e50055 h3,.color-bk-e50055 p {
  color: #fff
}
.body-container {
  overflow: hidden;
}


.color-bk-f0638b h2,.color-bk-f0638b h3,.color-bk-f0638b p {
  color: #fff
}
body .fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(255,255,255,.8);
}


.blog-lista {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/blog-line.png) top center repeat-y;
  padding: 0 20px 20px 20px;
  float: left;
  width: 100%;
  position: relative
}

.blog-lista:before {
  content: ' ';
  position: absolute;
  top: -13px;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 0 0 -13px;
  background: rgba(255,255,255,1)
}

.blog-lista:after {
  content: ' ';
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 0 0 -13px;
  background: rgba(255,255,255,1)
}

.blog-item {
  float: left;
  clear: left;
  position: relative;
  padding: 0 3.5em 5em 0;
  width: 50%;
  max-width: 90%;
  padding-top: 50px
}

.blog-item .blog-enlace {
  position: absolute;
  right: 1.7em;
  top: 11em;
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/bk-pestana-izq.png) 0 0 no-repeat;
  width: 28px;
  height: 57px
}

.blog-item .blog-enlace:before {
  content: ' ';
  position: absolute;
  top: 22px;
  right: -2.2em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0;
  background: rgba(255,255,255,1)
}

.blog-item-content {
  float: left;
  background: #fff;
  padding: 4em;
  width: 100%;
  position: relative
}

.blog-item-content .blog-item-img {
  margin: 0 0 1.5em 0;
  float: left;
  width: 100%;
  position: relative
}

.blog-item-content .blog-item-img img {
  width: 100%
}

.blog-item-content h2 {
  font-size: 3em;
  color: #34516f;
  padding: 0 0 .5em 0;
  margin: 0
}

.blog-item-content h2 a {
  color: #34516f
}

.blog-item-content h2 a:hover {
  color: #666;
  text-decoration: none
}

.blog-item-content .blog-meta {
  font-size: 1.3em;
  color: #92b3b5
}

.blog-item-content .blog-meta strong {
  font-weight: normal;
  color: #34516f
}

.blog-item-content p {
  font-size: 1.4em;
  color: #7c7c7c;
  padding: 2em 0
}

.blog-item-content p a {
  color: #7c7c7c
}

.blog-item-content p a:hover {
  color: #34516f;
  text-decoration: none
}

.blog-item:nth-child(2n+2) {
  float: right;
  clear: right;
  padding: 0 0 3.5em 3.5em;
  padding-top: 50px
}

.blog-item:first-child {
  padding-bottom: 4em;
  float: none
}

.blog-item:last-child {
  padding-bottom: 3.5em
}

.blog-item:nth-child(2n+2) .blog-enlace {
  left: 1.7em;
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/bk-pestana-dcha.png) 0 0 no-repeat;
  right: auto
}

.blog-item:nth-child(2n+2) .blog-enlace:before {
  right: auto;
  left: -2.2em
}

.blog-counters {
  list-style: none;
  padding: .5em 0 1.7em 0;
  margin: 0;
  float: left;
  width: 100%
}

.blog-counters li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0
}

.blog-counters li span {
  font-size: 20px;
  color: #92b3b5;
  display: inline-block;
  padding: 10px 20px 10px 40px;
  vertical-align: middle
}

.blog-counters li .blog-content-usuarios-v {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -129px -86px no-repeat
}

.blog-counters li .blog-content-usuarios-c {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-noticia-comentaros.png) left center no-repeat
}

.blog-item .link-generico {
  float: left;
  clear: both
}

.blog-item .link-generico a {
  color: #34516f;
  border-color: #34516f
}

.blog-item .link-generico a:hover {
  color: #fff
}

.blog-item .link-generico a:after,.blog-item .link-generico a:before {
  background: #34516f
}

.blog-post-meta {
  width: 100%;
  padding: 2em 0;
  float: left;
  clear: both
}

.blog-post-meta h2 {
  font-size: 3em;
  color: #34516f;
  padding: 0;
  margin: 0
}

.blog-post-meta span {
  font-size: 12px;
  color: #888585
}

.blog-post-meta span strong {
  color: #000
}

.blog-post-meta .blog-meta {
  padding: 2em 0 0 0;
  display: block;
  font-size: 1.3em;
  color: #92b3b5
}

.blog-post-meta .blog-meta strong {
  font-weight: normal;
  color: #34516f
}

.blog-post-img {
  width: 100%;
  float: left;
  clear: both;
  margin: 1em 0 1.5em 0
}

.blog-post-img img {
  width: 100%
}

.etiquetas {
  display: block;
  float: left;
  padding: 3em 0;
  margin: 0;
  width: 100%;
  line-height: 30px
}

.etiquetas ul {
  list-style: none;
  padding: 0 0 0 2.77em;
  margin: 0;
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-etiqueta.png) 0 .4em no-repeat;
  width: 100%
}

.etiquetas ul li {
  display: inline-block;
  padding: .2em 0
}

.etiquetas ul li a {
  border-right: 1px solid #92b3b5;
  display: inline-block;
  color: #92b3b5;
  padding: 0 .7em;
  font-size: 1.3em
}

.etiquetas ul li:last-child a {
  border: 0
}

.blog-temas {
  width: 100%;
  float: left;
  clear: both;
  padding: 40px 0 0 0;
  margin: 0;
  list-style: none
}

.blog-temas li {
  vertical-align: top;
  display: inline-block;
  width: 82px;
  padding: 0 0 20px 0;
  margin: 0 40px 0 0
}

.blog-temas li a {
  display: inline-block;
  text-align: center
}

.blog-temas li a span {
  width: 82px;
  display: block;
  text-align: center;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
  padding: 10px;
  background: #f81258
}

.blog-temas li a span img {
  width: 100%
}

.blog-temas li a strong {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  font-size: 1em;
  font-weight: normal
}

.blog-temas li a:hover {
  text-decoration: none
}

.blog-temas li a:hover strong {
  color: #f81258
}

.blog-etiquetas {
  width: 100%;
  padding: 1em 0;
  float: left;
  clear: both
}
.section .redes-alt {
  width: 100%;
  margin-bottom: 63px;
}

.blog-sidebar  h3{
  font-size: 1.8em;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  padding: 10px 0;
  color: #e12b61;
}


.custom-tags-side ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  float: left;
  width: 100%
}

.blog-sidebar-arch ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
  float: left;
  width: 100%
}

.blog-sidebar-arch ul li {
  width: 100%;
  clear: both;
  float: left;
  padding: 0;
  position: relative;
  color: #92b3b5
}

.blog-sidebar-arch ul ul li {
  padding-left: 2em
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 0 0 10px;
}
.blog-sidebar-arch ul li a:before{
  position: absolute;
  right: 0;
  top: 0;
  color: #92b3b5;
  display: inline-block;
  padding: .5em;
  font-size: 2em;
  cursor: pointer
}
.blog-sidebar-arch ul li a span.filter-link-count {
  font-weight: normal;
}
.blog-sidebar-arch ul li a:before{
  margin-left: -3px
}

.blog-sidebar-arch ul li a {
  position: relative;
  border-bottom: 1px solid #bfd4d5;
  display: block;
  padding: 1.2em 40px .8em 0;
  width: 100%;
  color: #7c7c7c;
  font-size: 1.3em;
  text-decoration: none;
  font-weight:bold;
  color: #7c7c7c;
}

.blog-sidebar-arch ul li a strong {
  color: #7c7c7c
}
.blog-sidebar-arch .widget-module ul li a::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  color: #92b3b5;
  display: inline-block;
  padding: .5em;
  font-size: 28px;
  cursor: pointer;
}
.custom-tags-side ul li {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-etiqueta.png) 0 .1em no-repeat;
  width: 100%;
  clear: both;
  float: left;
  padding: .65em .5em .65em 3em;
  position: relative;
  color: #7c7c7c;
  font-size: 1.3em
}

.custom-tags-side ul li a {
  color: #7c7c7c
}

.custom-tags-side ul li a:hover {
  color: #92b3b5
}

.offset-top-45 {
  margin-top: 45px;
}
.custom-tags-side span.filter-link-count {
  display: none;
}
.blog-etiquetas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%
}
.paddingBlogH {
  padding: 20px 0!important;
}
.blog-etiquetas ul li {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-etiqueta.png) 0 .1em no-repeat;
  width: 100%;
  clear: both;
  float: left;
  padding: .65em .5em .65em 3em;
  position: relative;
  color: #7c7c7c;
  font-size: 1.3em
}

.blog-etiquetas ul li a {
  color: #7c7c7c
}

.main-content .hs_cos_wrapper_type_rich_text ul{
  font-size: 1.8em;
  list-style: none;
  padding: 1em 0;
  margin: 0;
  text-indent: -0.5em;
}
.section .redes {
  float: left;
  clear: both
}

.section .redes span {
  cursor: pointer;
  display: block;
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-min.png) right center no-repeat;
  width: 110px;
  height: 31px
}

.section .redes-alt {
  width: 100%
}

.section .redes-alt span {
  color: #e50055;
  padding: 5px 0 0 50px;
  vertical-align: bottom;
  display: inline-block;
  font-size: 1.2em;
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-o.png) left center no-repeat;
  width: auto;
  cursor: default
}

.section .redes span:hover strong {
  display: inline-block
}

.section .redes span strong {
  display: none;
  color: #fff;
  padding-top: 6px;
  font-size: 1em;
  font-weight: normal
}

.section .redes ul {
  list-style: none;
  display: none;
  text-align: left;
  padding: 2px 0 2px 10px;
  margin: 0
}

.section .redes-alt ul {
  display: inline-block
}

.section .redes ul li {
  font-size: 1.5em;
  padding: 0 7px;
  margin: 0;
  display: inline-block
}

.section .redes ul li a {
  display: inline-block;
  color: #504f51
}

.section .redes ul li a:hover {
  ;text-decoration: none;
  color: #e50055
}

.section .redes ul li .fa-facebook {
  color: #504f51
}

.section .redes ul li .fa-twitter {
  color: #71af9b
}

.section .redes ul li .fa-linkedin {
  color: #9cbc5c
}

.section .redes-desp {
  position: absolute;
  z-index: 99999;
  padding: 3px;
  top: 20px;
  right: 20px
}

.section .redes-desp.activo {
  background: #fff
}

.section .redes-desp span {
  width: 31px;
  overflow: hidden;
  text-indent: -999999999px
}

.section .redes-desp ul {
  padding: 15px 0
}

.section .redes-desp ul li {
  font-size: 1.8em;
  display: block;
  padding: 7px 2px;
  text-align: center
}

.section .redes-desp ul li a i {
  color: #fff!important
}

.section .redes-desp-alt span {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-o.png) left center no-repeat
}

.section .redes-desp-alt ul li a i {
  color: #e12b61!important
}

.main-content .hs_cos_wrapper_type_rich_text ul li {
  line-height: 140%;
  padding: .3em .5em;
  color: #7c7c7c;
  margin: 0 0 0 1.5em;
}
/*
.main-content .hs_cos_wrapper_type_rich_text ul li:before {
content: "•";
padding-right: .6em;
color: #e12b61;*/
}

.custom-blog-main.custom-blog-main-post {
  padding-top: 19px;
}
.blog-etiquetas ul li a:hover {
  color: #92b3b5
}

.blog-acordeon {
  width: 100%;
  padding: 1em 0;
  float: left;
  clear: both
}

.blog-acordeon ul {
  list-style: none;
  padding: 0 0 .5em 0;
  margin: 0;
  float: left;
  width: 100%
}

.blog-acordeon ul li {
  width: 100%;
  clear: both;
  float: left;
  padding: 0;
  position: relative;
  color: #92b3b5
}

.blog-acordeon ul ul li {
  padding-left: 2em
}

.blog-acordeon ul li .fa {
  position: absolute;
  right: 0;
  top: 0;
  color: #92b3b5;
  display: inline-block;
  padding: .5em;
  font-size: 2em;
  cursor: pointer
}

.blog-acordeon ul li .fa-angle-down {
  margin-left: -3px
}

.blog-acordeon ul li a {
  position: relative;
  border-bottom: 1px solid #bfd4d5;
  display: block;
  padding: 1.2em 0 .8em 0;
  width: 100%;
  color: #7c7c7c;
  font-size: 1.3em;
  tex-decoration: none
}

.blog-acordeon ul li a strong {
  color: #7c7c7c
}

.blog-acordeon ul li li a {
  position: relative
}

.blog-acordeon ul li li li a {
  color: #7c7c7c;
  padding-left: 1.3em
}

.blog-acordeon ul li li li a:before {
  color: #92b3b5;
  font-size: 1.4em;
  content: '•';
  position: absolute;
  left: 0;
  top: .85em
}

.blog-acordeon ul li .fa:hover,.blog-acordeon ul li a.activo,.blog-acordeon ul li a:hover {
  text-decoration: none;
  color: #92b3b5
}

.blog-acordeon li .blog-acordeon-content {
  display: none
}

.blog-mas-vistos {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  float: left;
  width: 100%
}

.blog-mas-vistos li {
  width: 100%;
  clear: both;
  float: left;
  padding: 1.5em 0;
  position: relative
}

.blog-mas-vistos li a {
  display: block;
  vertical-align: middle;
  color: #7c7c7c
}

.blog-mas-vistos li a img {
  max-width: 45%;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin-right: -4px;
}

.blog-mas-vistos li a:hover {
  color: #92b3b5;
  text-decoration: none
}

.blog-mas-vistos li a span {
  max-width: 55%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 1.1em;
  font-size: 1.3em;
  line-height: 26px
}

.blog-comentarios {
  width: 100%;
  clear: both;
  float: left;
  padding: 3em 0
}

.blog-coment {
  width: 100%;
  clear: both;
  float: left;
  padding: 2em 0;
  position: relative
}

.blog-coment-meta strong {
  display: block;
  font-size: 1.4em;
  color: #375471;
  padding: 0 0 .4em 0;
  margin: 0
}

.blog-coment-meta span {
  display: block;
  font-size: 1.4em;
  color: #92b3b5;
  padding: 0 0 .4em 0;
  margin: 0
}

.blog-coment-form {
  width: 100%;
  clear: both;
  float: left;
  padding: 10px 0;
  position: relative
}

.blog-coment-form .form-row {
  width: 100%
}

.blog-coment-form .form-row .form-row-txt {
  text-align: left;
  width: 100%
}

.blog-coment-form .form-row .form-row-input {
  width: 100%
}

.blog-coment-form .form-row .form-row-input span {
  line-height: 130%;
  padding: 0;
  font-size: 1.3em;
  color: #999;
  display: block;
  padding: .3em 0
}

.blog-coment-form .form-row .form-row-input span.inline {
  color: #333;
  display: inline-block;
  padding: .3em .5em 0 .2em
}

.blog-coment-form .form-row .form-row-input input {
  width: 100%
}

.blog-coment-form .form-row textarea {
  width: 100%
}

.blog-coment-form .btn-generico {
  float: right;
  background: #f81258
}

.blog-coment-form .btn-generico:hover {
  background: #fff
}



button.link-generico, .link-generico a {
  margin-bottom: 2px;
  text-decoration: none;
  padding: 15px 30px 10px 30px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  color: #211915;
  background: 0;
  position: relative;
  border: 0;
  border-bottom: 1px solid #211915;
  font-size: 1em;
}

.blog-item .link-generico a {
  color: #34516f;
  border-color: #34516f;
}
button.link-generico:before, .link-generico a:before {
  content: ' ';
  left: 0;
  bottom: 0;
  top: 50%;
  width: 1px;
  position: absolute;
  background: #211915;
}

.blog-item .link-generico a:after, .blog-item .link-generico a:before {
  background: #34516f;
}
.blog-item .link-generico {
  float: left;
  clear: both;
}


.link-generico {
  font-size: 1.42em;
}

.blog-item .link-generico a {
  color: #34516f;
  border-color: #34516f;

}


.blog-item .link-generico a:hover {
  color: #fff;
  background: #34516f;
}
.link-generico a:hover:after, .link-generico a:hover:before {
  visibility: hidden;
}
.blog-item .link-generico a:after, .blog-item .link-generico a:before {
  background: #34516f;
}
button.link-generico:after, .link-generico a:after {
  content: ' ';
  right: 0;
  bottom: 0;
  top: 50%;
  height: 50%;
  width: 1px;
  position: absolute;
  background: #211915;
}
.blog-item .link-generico a:after, .blog-item .link-generico a:before {
  background: #34516f;
}

#footer .footer-text {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: rgba(255,255,255,.85);
  margin: 40px 0 0 0;
  padding: 40px 70px;
}


#footer .footer-text {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: rgba(255,255,255,.85);
  margin: 40px 0 0 0;
  padding: 40px 70px
}

#footer .footer-text p {
  color: #e71e73;
  font-size: 1.28em;
  text-align: left;
  padding-top: 5px
}

#footer .footer-text p span {
  padding-top: 25px;
  display: inline-block;
  border-top: 1px solid #dbdbdb
}

#footer .redes {
  position: absolute;
  right: 50px;
  bottom: 37px;
}

#footer .redes span {
  display: block;
  text-align: right;
  font-size: 1.42em;
  color: #e71e73
}

#footer .redes ul {
  list-style: none;
  text-align: right;
  padding: 10px 0 0 0;
  margin: 0
}

#footer .redes ul li {
  font-size: .78em;
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block
}

#footer .redes ul li span {
  font-size: 2em;
  color: #fff
}

#footer .redes ul li a {
  display: inline-block;
  width: 46px;
  padding: 14px 0 0 0;
  height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}
#heading {
  background-color: rgba(255,255,255,0.65);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
#footer .redes ul li i {
  font-size: 2em
}

.blog-pagination a.next-posts-link.btnLoadMore:hover {
  color: #fff;
  background: #34516f;
}

.blog-pagination a.next-posts-link.btnLoadMore:hover:before,.blog-pagination a.next-posts-link.btnLoadMore:hover:after{
  visibility: hidden;
}

#footer .redes ul li a span {
  display: none
}

#footer .redes ul li a:hover {
  background-color: #e71e73!important;
  text-decoration: none;
  color: #fff
}

#footer .redes ul li.facebook a {
  background: #504f51
}

#footer .redes ul li.instagram a {
  background: #bd0048
}

#footer .redes ul li.twitter a {
  background: #71af9b
}

#footer .redes ul li.google-plus a {
  background: #9cbc5c
}
.intreresar-content {
  overflow: hidden;
}
#footer .redes ul li.youtube a {
  background: #cc181e
}

#footer .redes ul li.spotify a {
  background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-spotify.png) center center no-repeat
}

.popup {
  z-index: 99999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8)
}
.fancybox-container{
  font-size:14px;
}


.limpia {
  clear: both
}

.lista-limpia {
  font-size: 1.4em;
  list-style: none;
  padding: 1em 0;
  margin: 0;
  text-indent: -1.1em
}

.lista-limpia li {
  line-height: 140%;
  padding: .3em .5em;
  color: #7c7c7c;
  margin: 0 0 0 1.5em
}

.lista-limpia.lista-encuadrada li {
  margin: 0;
  padding-left: 0
}

.lista-limpia li:before {
  content: "•";
  padding-right: .6em;
  color: #e12b61
}

.lista-limpia-b li {
  padding: 1em .5em;
  line-height: 140%;
  margin-left: .5em
}


.fancybox-slide .popup {
  font-size: .8em;
  position: absolute;
  padding: 2em;
  border: 1em solid #fff;
  background: #ece9e9;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.55);
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-container h2 {
  font-size: 2.5em;
  text-align: center;
  padding: 0 0 .5em 0;
  margin: 0 0 .5em 0;
  border-bottom: 1px solid rgba(225,43,97,1)
}

.popup-cerrar,.popup-cerrar-legal,.popup-cerrar-privacy,.popup-cerrar-inscribete,
body button.fancybox-close-small{
  position: absolute;
  display: block;
  right: 1.7em;
  top: 1em;
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-close.png') center center no-repeat;
  width: 3em;
  height: 3em;
  background-size: contain
}
body button.fancybox-close-small:after{
  display:none;
}
.popup-cerrar span,.popup-cerrar-legal span,.popup-cerrar-privacy span,.popup-cerrar-inscribete span {
  display: none
} 

.popup-container h2 {
  margin-top: 1.3em;
}

.popup {
  display: none;
}
.custom-footer-copyright {
  position: relative;
}

.redes-contact span {
  display: block;
  text-align: right;
  font-size: 1.42em;
  color: #e71e73
}

.redes-contact ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0
}

.redes-contact ul li {
  font-size: .78em;
  padding: 0;
  margin: 0;
  display: inline-block
}

.redes-contact ul li span {
  font-size: 2em;
  color: #fff
}

.redes-contact ul li a {
  display: inline-block;
  width: 46px;
  padding: 14px 0 0 0;
  height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.redes-contact ul li i {
  font-size: 2em
}

.redes-contact ul li a span {
  display: none
}

.redes-contact ul li a:hover {
  background-color: #e71e73!important;
  text-decoration: none;
  color: #fff
}

.redes-contact ul li.facebook a {
  background: #504f51
}

.redes-contact ul li.instagram a {
  background: #bd0048
}

.redes-contact ul li.twitter a {
  background: #71af9b
}

.redes-contact ul li.google-plus a {
  background: #9cbc5c
}

.redes-contact ul li.youtube a {
  background: #cc181e
}

.redes-contact ul li.spotify a {
  background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-share-spotify.png) center center no-repeat
}
button.slick-next.slick-arrow {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-next.png) center center no-repeat;
  width: 50px;
  height: 50px;
  right: -25px;
}

button.slick-next.slick-arrow:hover {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-next-r.png) center center no-repeat;
}

button.slick-prev.slick-arrow {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-prev.png) center center no-repeat;
  width: 50px;
  height: 50px;
  left: -25px;
}
button.slick-arrow:before {
  display: none;
}
button.slick-prev.slick-arrow:hover {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-prev-r.png) center center no-repeat;
}
button.slick-next.slick-arrow.slick-disabled {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-next-r-off.png) center center no-repeat;
  cursor:auto;
}

button.slick-prev.slick-arrow.slick-disabled {
  background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/btn-prev-r-off.png) center center no-repeat;
  cursor:auto;
}

#footer ul {
  list-style: none;
  text-align: left;
  padding: 20px 0;
  margin: 0;
}
#footer ul li {
  font-size: 1.28em;
  padding: 0 30px 0 0;
  margin: 0;
  display: inline-block;
}
#footer ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #e71e73;
  text-align: left;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .footer-text p span {
  border-bottom: 1px solid #e71e73;
  border-top: 0;
  padding-bottom: .8em;
  padding-right: 3em;
}
.custom-footer-menu ul {
  float: left;
}
#footer {
  color: #fff;
  width: 100%;
  text-align: center;
  clear: both;
  margin: 0;
  float: left;
  background: #fff url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/footer.jpg') top center no-repeat;
  background-size: cover;
  padding: 40px 0 0 0
}

#footer .page-center {
  float: none!important;
  margin: 0 auto;

  max-width: 100%
}

#footer .page-center p {
  font-size: 1.25em;
  color: #e71e73;

  text-align: left;
}

#footer .page-center p strong {
  font-size: 1.2em
}

#footer .page-center p a {
  color: #e71e73
}

#footer .page-center p a:hover {
  text-decoration: underline
}
.intreresar-content {
  background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/bk-interesar.jpg') 0 0 no-repeat;
  background-size: cover;
}


.intreresar-content .slick-slide-inner-wrapper {
  position: relative;
  float: left;
  width: 100%
}

.intreresar-content .slick-slide-inner-wrapper.titlevideo strong {
  padding: 6px 0;
  font-size: 1.5em
}

.intreresar-content .slick-slide-inner-wrapper a {
  display: block;
  float: left;
  width: 100%
}

.intreresar-content .slick-slide-inner-wrapper img {
  float: left
}

.intreresar-content .slick-slide-inner-wrapper strong {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: normal;
  line-height: 110%;
  padding: 20px 0;
  font-size: 2em;
  z-index: 99999999
}

.intreresar-content .slick-slide-inner-wrapper  .caption {
  display: block;
  position: absolute;
  left: 0;
  padding: 20px 50px;
  bottom: 0;
  right: 0;
  width: 100%;
  background:transparent;
  text-align: left;
}
.col.col-30.paddingBlogH {
  margin-left: 0 !important;
}
.intreresar-content .slick-slide-inner-wrapper  .caption span span {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 1.28em;
  padding: 0!important;
  height: 0;
  overflow: hidden;
  transition: height .25s ease-out
}
.intreresar-content .slick-slide-inner-wrapper  .caption >span{
  display: block;
  position: absolute;
  left: 0;
  padding: 20px 50px;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(0,0,0,.7);
}
.intreresar-content .slick-slide-inner-wrapper  .caption span span em {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  padding: 10px 0 0 0
}
.intreresar-content .slick-slide-inner-wrapper a+.caption {
  display: none;
}
.intreresar-content .slick-slide-inner-wrapper a {
  position: relative;
}
.intreresar-content .slick-slide-inner-wrapper:hover .caption span span,.intreresar-content .slick-slide-inner-wrapper:hover .caption span span {
  height: 70px;
  transition: height .25s ease-in
}

#footer .suscribete {
  float: left;
  margin: 40px 0;
  background: rgba(255,255,255,.85);
  padding: 40px;
  width: 100%;
}
#footer .container p strong {
  font-size: 1.2em;
}
strong {
  font-weight: bold;
}
.intreresar-content .hs_cos_gallery_main {

  margin: 0;
}
#footer .suscribete h3 {
  font-weight: normal;
  margin: 0;
  padding:7px 0 10px;
  color: #7c7c7c;
  line-height: 130%;
  font-size: 1.4em;
  text-align: left;
  font-size: 21px;
  color: #e71e73;
  font-weight: bold;
  font-weight: bold;
}
.suscribete input.hs-button.primary.large {
  min-width: 300px;
  margin: 2em 0 14px;
  float: left;
}
.titular-container {
  float: left;
  padding: 0 70px 30px 70px;
  position: relative;
  background: 0;
  width: 100%;
}
.intreresar-content .hs_cos_gallery_main {
  padding: 0 45px;
}
.intreresar-content .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
  margin: 0;
  padding: 0 20px;
}
.titular-container h4 {
  color: #fff;
  line-height: 110%;
  text-align: left;
  font-weight: normal;
  font-size: 1.7em;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
}

#footer form .legaltextSubs {
  width: 100%;
  display: block;
  clear: both;
  font-size: 1.0em;
  color: #b2b1b1;
  text-align: left;
  padding-bottom: 28px;
}
#footer form ul {
  margin: 0;
  padding: 0;
}

#footer .hs-input {
  margin: 0;
  padding: 15px 30px;
  font-size: 1.28em;
}
#footer .hs-form-field >label span.hs-form-required {
  display: none;
}

#footer form ul li, #footer form ul li label {
  padding: 0;
  font-size: 14px;
  color: #e71e73;
}
#footer form  ul li a {
  text-transform: lowercase;
  font-weight: bold;
  color: #e71e73;
  text-align: left;
  font-weight: normal;
  text-decoration: underline;
}

#footer .page-center{
  float: none!important;
  margin: 0 auto;
  max-width: 1064px;
  padding: 0;
}

.suscribete input.hs-button.primary.large {
  min-width: 300px;
  margin: 2em 0 14px;
  float: left;
}

#footer form ul {
  margin: 0;
  padding: 0;
}

#footer form ul li,#footer form ul li label {
  padding: 0 0 3px;
  font-size: 14px;
  color: #e71e73;
}

#footer form ul li label li a {
  text-transform: lowercase;
}
#footer form .hs-input[type="checkbox"] {
  vertical-align: middle;
  float: left;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.28em;
  color: #000;
  margin: 0 4px 0 0;
  width: 18px;
  height: 19px;
}
#heading .menu .hs-menu-flow-horizontal>ul>li.open>a{
  background-color: #dd0048;
  color: #fff;
  text-decoration:none;
}

.custom-footer-copyright {
  width: auto !important;
}

#footer .footer-text {
  padding-bottom: 43px;
}

#footer .footer-text p {
  padding-bottom: 4px;
}

#footer .footer-text p span {
  padding-bottom: 14px; 
}

.intro-container.no-image {
  background-color: #251b15;
  min-height: 250px;
  padding-bottom: 30px;
}

.intro-container.no-image .intro-container-text {
  position: static;
}

li.hs-form-booleancheckbox label {
  line-height: 20px;
}

#footer .suscribete h3{
  line-height:23px;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (max-width: 1600px) {
  body ,
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper{
    font-size:14px
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li {
    position: relative;
    padding: 0
  }

  #heading .redes ul li i {
    font-size: 26px
  }

  #heading .redes ul li a {
    padding: 18px 0 0 0
  }

  #navigation .nav li a,
  .custom-menu-primary .hs-menu-wrapper ul li a{
    padding: 15px 18px
  }

  #navigation .nav li .subnav {
    top: 50px
  }

  #heading .menu {
    right: 150px;
    font-size: 1.1em
  }

  #heading .menu ul li {
    padding: 0
  }

  #heading .menu ul li a {
    padding: 37px 10px 0 5px;
    height: 89px
  }
  .intro-container, body.hs-no-banner .body-container {
    width: 100%;
    margin:117px 0 0 !important;
  }

  #heading .lang {
    width: 150px;
    font-size: 1.1em
  }

  #heading .lang strong {
    height: 89px
  }

  #heading .redes ul li span,#heading .redes ul li a {
    width: 50px;
    height: 50px
  }

  #heading .redes ul li.facebook a {
    background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) 10px -36px no-repeat
  }

  #heading .redes ul li.instagram a {
    background: #bd0048 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -29px -36px no-repeat
  }

  #heading .redes ul li.twitter a {
    background: #71af9b url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -73px -36px no-repeat
  }

  #heading .redes ul li.google-plus a {
    background: #9cbc5c url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -118px -36px no-repeat
  }

  #heading .redes ul li.youtube a {
    background: #cc181e url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) 9px -78px no-repeat
  }

  #heading .redes ul li.spotify a {
    background: #504f51 url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -40px -79px no-repeat
  }

  #heading .redes ul li.share a {
    background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/icons_sprite.png) -86px -78px no-repeat
  }

  #heading .redes ul li ol {
    height: 50px;
    top: 137px
  }

  .home-destacados a .container {
    padding: 15px 45px
  }

  .home-destacados strong {
    font-size: 1.8em
  }

  .home-destacados a .container span em {
    padding-top: 10px
  }

  #footer form button.link-generico {
    height: 54px
  }

  .intreresar-destacados a .container {
    padding: 15px 40px
  }

  .universo-playzone-items li span {
    font-size: 1.45em
  }

  .universo-playzone-items li .universo-titulo {
    font-size: 2.2em
  }

  .universo-playzone-items li .universo-txt {
    padding: 2em
  }

  .universo-playzone-items li .universo-txt-int {
    background-position: center 100%;
    font-size: .42em;
    padding: 0 0 19% 0;
    background-size: 45px
  }

  .trabaja-nosotros-criba .col-2 {
    width: 50%
  }

  .selectize-control.single .selectize-input:after {
    background-size: 75%
  }

  .shop-login .form-row .form-row-txt {
    width: 32%
  }

  .shop-login .form-row .form-row-input {
    width: 65%
  }

  .form-row-dcha .form-row-input {
    margin-left: 32%
  }

  .shop-login .form-row-input .btn-generico {
    min-width: 150px
  }

  .slider-generico.shop-destacados .mSButtons.mSNext,.slider-generico.shop-destacados .mSButtons.mSPrev {
    top: 130px;
    bottom: 0
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li>a{
    padding: 37px 10px 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
    top: 50px;
    padding: 10px 25px;
  }

}

@media screen and (max-width: 1380px) {
  body,
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper{
    font-size:13px
  }
  .custom-header-bottom-row {
    padding: 0 20px
  }
  #footer .suscribete h3{
    font-size: 19.5px;
  }
  #heading .logotipo {
    height: 87px;
    padding: 14px 0 0 30px
  }

  #heading .logotipo img {
    max-width: 190px
  }

  #navigation {
    padding: 0 20px
  }

  #navigation ul li a {
    font-size: 1.2em;
    padding: 15px 12px 15px 12px
  }

  #navigation ul li .subnav {
    top: 50px
  }

  #heading .lang {
    width: 130px
  }

  #heading .lang ul {
    top: 87px
  }

  #heading .lang strong {
    padding: 35px 8px 0 55px;
    height: 87px
  }


  #heading .menu {
    right: 130px
  }

  #heading .menu ul li.telf,#heading .menu ul li.login,#heading .menu ul li.registro,#heading .menu ul li.menutelf {
    padding: 0;
    margin: 0
  }

  #heading .menu-vertical strong {
    padding: 37px 10px 0 55px;
    height: 87px
  }
  #heading .menu ul li.telf a, #heading .menu ul li.login a, #heading .menu ul li.registro a {
    background: 0;
    padding-left: 10px !important;
  }
  #heading .menu ul li a,
  #heading .menu .hs-menu-flow-horizontal>ul>li>a{
    padding: 37px 7px 0 7px;
    height: 87px
  }

  #heading .menu ul li.telf a,#heading .menu ul li.login a,#heading .menu ul li.registro a {
    background: 0;
    padding-left: 10px
  }

  #heading .menu ul li.login a::before,
  #heading .menu ul li.registro a:before,
  #heading .menu ul li.telf a:before{
    background: none!important
  }

  #heading .logotipo strong {
    padding: 15px 20px 8px 0
  }

  #heading .menu-vertical ul {
    top: 87px
  }

  .metodo-timeline {
    padding-top: 100px
  }

  .metodo-timeline .metodo-icons {
    margin: 45px 0 0 0
  }

  .metodo-timeline .metodo-icons li.cr {
    height: 38.5%
  }

  .intro-container,
  body.hs-no-banner .body-container{
    margin: 120px 0 0 0 !important;
  }

  .intro-seccion {
    padding: 15px 35px;
    font-size: 90%
  }

  .intro-seccion .migas li:first-child {
    background-size: 11px;
    background-position: 0 1px
  }

  .curso-item-info h2 {
    font-size: 3.7em
  }

  .curso-item-info {
    padding: 25px 35px 40px 40px
  }

  .curso-item-info ul li {
    max-width: 155px
  }

  .noticia-imagen .slider-youtube .slide {
    height: 250px
  }

  .noticia-imagen .slide.slider-youtube {
    height: 800px
  }

  .pide-informacion {
    padding-bottom: 3em
  }

  .pide-informacion strong {
    width: 100%
  }

  .pide-informacion span {
    width: 50%;
    padding-left: 5.5em
  }

  .pide-informacion .link-generico {
    max-width: 100%;
    width: 45%
  }

  .unete {
    padding-bottom: 3em
  }

  .unete strong {
    width: 100%
  }

  .unete span {
    width: 75%
  }

  .enviar-cv {
    padding-bottom: 3em
  }

  .enviar-cv strong {
    width: 100%
  }

  .enviar-cv span {
    width: 75%;
    padding-left: 5.5em
  }

  .buscador-mapa .selectize-input {
    padding: 1em;
    height: 3.33em
  }

  #footer form button.link-generico {
    height: 53px
  }

  .submenu-interior {
    padding: 0 0 2.4em 0
  }

  .lista-vacacaciones li:first-child {
    padding-left: 4em
  }

  .lista-vacacaciones li:nth-child(2n+3) {
    padding-left: 4em
  }

  .lista-vacacaciones img {
    padding: 0 1.5em 0 0;
    max-width: 35%
  }

  .lista-vacacaciones div {
    width: 65%
  }

  .universo-playzone-items li .universo-txt {
    padding: 1.5em
  }

  .universo-playzone-items li .universo-txt-int {
    font-size: .45em;
    background-size: 35px
  }

  .pide-informacion span {
    width: 65%
  }

  .pide-informacion .link-generico {
    width: 30%
  }

  .submenu-interior li a {
    margin: 0 0 -.2em 0
  }

  .lista-otras-actividades h3 {
    font-size: 2em
  }

  .intro-cite {
    bottom: 0
  }

  .selectize-control.single .selectize-input:after {
    background-size: 65%
  }

  .shop-intro {
    background-position: 0 -20px
  }

  .shop-intro nav {
    padding: 3.6em 0 .5em 0
  }

  .shop-intro nav ul li a,.shop-intro nav ul li a:hover {
    padding-bottom: .1em;
    margin-bottom: .3em;
    border-bottom-width: .3em
  }

  .shop-intro .cesta {
    top: 3em
  }

  .shop-intro .cesta a,.shop-intro .cesta a:hover {
    padding: 0 0 0 5em
  }

  .shop-intro .cesta a strong {
    padding: 20% 0;
    height: 2em;
    width: 2em
  }

  .shop-intro .cesta a {
    background: url(../img/icons_sprite.png) 3px -188px no-repeat
  }

  .shop-intro .cesta a:hover {
    background: url(../img/icons_sprite.png) -55px -188px no-repeat
  }

  .cesta .msg_welcome {
    line-height: 15px
  }

  .shop-pasos li a::before {
    right: -3.05em;
    border: solid 1.55em #9d9d9d
  }

  .shop-pasos li:first-child a::before {
    border-color: transparent transparent transparent #9d9d9d!important
  }

  .shop-pasos li:first-child a:hover::before {
    border-color: transparent transparent transparent #e12b61!important
  }

  .slider-generico.shop-destacados .mSButtons.mSNext,.slider-generico.shop-destacados .mSButtons.mSPrev {
    top: 100px;
    bottom: 0
  }
}
@media (min-width: 1201px) and (max-width: 1230px) {
  #navigation .nav li a, .custom-menu-primary .hs-menu-wrapper ul li a {
    padding: 15px 13px;
  }
}
@media screen and (max-width: 1200px) {
  body,
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper{
    font-size:12px
  }

  #heading .lang strong {
    padding: 36px 8px 30px 55px
  }

  .redes-contact ul {
    text-align: left
  }

  #footer .redes ul li {
    margin: 0 5px
  }

  .redes-contact ul li {
    margin: 0
  }

  #footer .redes,.redes-contact {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 0 40px 0;
    float: left;
    width: 100%;
    text-align: center
  }

  .redes-contact {
    text-align: left
  }

  #footer form button.link-generico {
    height: 52px
  }

  .intro-seccion .migas li:first-child {
    background-size: 10px;
    background-position: 0 2px
  }

  .metodo-timeline .metodo-icons {
    margin: 50px 0 0 0
  }

  .metodo-timeline #metodo_slider_pestanas li .metodo-content-txt,.metodo-timeline #metodo_slider_pestanas li img {
    max-width: 50%
  }

  .metodo-timeline #metodo_slider_pestanas li .metodo-content-txt h3 {
    padding: 0
  }

  .metodo-timeline #metodo_slider_pestanas li .metodo-content-txt h4 {
    font-size: 1.8em
  }

  .home-destacados a .container {
    padding: 10px 30px
  }

  .home-destacados strong {
    font-size: 1.6em
  }

  .home-destacados a .container span em {
    padding-top: 5px
  }

  .shop-item h3 {
    font-size: 2em
  }

  .shop-item p {
    font-size: 1.5em;
    line-height: 1.35em
  }

  .titular-over {
    padding: 18px 40px
  }

  .home-noticias {
    padding: 110px 40px 20px 40px
  }

  .shop-item h3 {
    font-size: 2em
  }

  .shop-item p {
    font-size: 1.5em;
    line-height: 1.35em
  }

  .home-noticias ul li {
    min-height: 0
  }

  .home-noticias ul li h4 {
    font-size: 2em
  }

  .home-noticias ul li span,.home-noticias ul li p {
    font-size: 1.45em
  }

  .home-blog-content {
    padding: 25px 0
  }

  .home-blog h4 {
    padding: 15px 0 10px 0;
    font-size: 2em
  }

  .home-blog .fecha,.home-blog p {
    font-size: 1.45em
  }

  .home-blog {
    padding: 140px 40px 20px 40px
  }

  .buscador-mapa .selectize-input {
    height: 3.08em
  }

  .buscador-mapa .selectize-control.single .selectize-input:after {
    width: 3em
  }

  .selectize-control.single .selectize-input::after {
    background-size: 50%
  }

  .intreresar-destacados a .container {
    padding: 20px 35px
  }

  .descubre {
    margin: 0
  }

  .descubre .col-5 {
    width: 100%
  }

  body .container-fluid .col .col{
    padding: 20px
  }

  body .container-fluid .col .col .col{
    padding: 0
  }

  body .container-fluid .col .col.col-5 {
    padding: 0 20px
  }

  body .container-fluid .col .col.col-5 h3 {
    padding-top: 0
  }

  body .container-fluid .col.col-30,body .container-fluid .col.col-7 {
    padding: 20px
  }

  .lista-universo li {
    max-width: 24.5%
  }

  .universo-playzone-items li .universo-txt {
    padding: 1.4em
  }

  .universo-playzone-items li .universo-txt-int {
    font-size: .37em;
    padding-bottom: 23%;
    background-size: 27px
  }

  .mas-juegos li {
    width: 22%
  }

  .mas-juegos li:nth-child(5n+6) {
    clear: none
  }

  .mas-juegos li:nth-child(4n+5) {
    clear: both
  }

  .lista-otras-actividades h3 {
    font-size: 1.8em
  }

  .color-bk-ffffff {
    padding: 20px!important
  }

  .blog-mas-vistos li a img {
    max-width: 100%
  }

  .blog-mas-vistos li a span {
    padding-top: 1em;
    max-width: 100%
  }

  .franquicias-exito li .text {
    padding: 1em 0
  }

  .franquicias-exito li cite {
    font-size: 2.5em;
    padding: 2em 5em;
    margin: .5em 0
  }

  .franquicias-exito li cite:after,.franquicias-exito li cite:before {
    width: 75px
  }

  .slider-generico .mSButtons.mSPrev {
    left: -25px
  }

  .slider-generico .mSButtons.mSNext {
    right: -25px
  }

  .trabaja-nosotros-criba .col-2 {
    width: 50%;
    padding-right: 1em!important
  }

  .shop-pasos li:first-child a::before {
    border-color: transparent transparent transparent #9d9d9d!important
  }

  .shop-pasos li:first-child a:hover::before {
    border-color: transparent transparent transparent #e12b61!important
  }

  .shop-pasos li a::before {
    right: -3.2em;
    border: solid 1.65em #9d9d9d
  }

  .intro-header {
    padding-top: 100px!important
  }

  .lista-universo li {
    width: 31%;
    padding-bottom: 4em;
    max-width: 31%
  }

  .lista-universo li:nth-child(3n+4) {
    clear: both
  }

  .slider-generico.shop-destacados .mSButtons.mSNext {
    top: 100px;
    bottom: 0;
    right: -80px!important
  }

  .slider-generico.shop-destacados .mSButtons.mSPrev {
    top: 100px;
    bottom: 0;
    left: -80px!important
  }
}

@media (min-width: 921px) and (max-width: 1171px) {
  .custom-menu-primary .hs-menu-wrapper ul li a{
    font-size: 1.08em;
    padding: 15px 7px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size:3em
  }
  .body-container,
  .container-fluid .row-fluid .page-center{
    padding-left: 20px;
    padding-right: 20px;
  }
  .col>h2 {
    padding-right: 2.2em
  }

  .universo-playzone-items li {
    margin: 0 0 3em 0;
    width: 47%
  }

  .universo-playzone-items li:nth-child(3n-1) {
    margin: inherit
  }

  .universo-playzone-items li:nth-child(3n) {
    float: left;
    margin-right: 0
  }

  .universo-playzone-items li:nth-child(3n+4) {
    clear: none
  }

  .universo-playzone-items li:nth-child(2n) {
    float: right;
    margin-right: 0
  }

  .universo-playzone-items li:nth-child(2n+3) {
    clear: both!important
  }

  .universo-playzone-items li .universo-txt {
    padding: 2em
  }

  .universo-playzone-items li .universo-txt-int {
    font-size: .47em;
    padding-bottom: 18%;
    background-size: 37px
  }

  .descarga-lista li {
    width: 47%
  }

  .descarga-lista li:nth-child(3n+4),.descarga-lista li:nth-child(4n+5) {
    clear: none
  }

  .descarga-lista li:nth-child(2n+3) {
    clear: both
  }

  body .container-fluid .col{
    padding: 40px 20px
  }

  .home-shop {
    padding: 120px 20px 60px 20px
  }

  .blog-item-content {
    padding: 3em
  }

  .blog-item-content h2 {
    font-size: 2.4em
  }

  .blog-item-content .blog-meta {
    font-size: 1.25em
  }

  .blog-item-content p {
    font-size: 1.35em;
    padding: 1.7em 0
  }

  .app-store-icons a+a,.app-store-icons a {
    float: left;
    margin: .5em 0;
    max-width: 100%;
    width: 100%
  }

  .franquicias-form .form-row-input {
    width: 60%
  }

  .franquicias-form .form-row label.form-row-txt {
    width: 40%;
    padding: 1.1em 1em 1.em 0
  }

  .franquicias-form .form-group {
    margin-left: 40%;
    width: 60%
  }

  .franquicias-form .form-group .pull-right {
    float: none!important;
    text-align: center
  }

  .lista-ofertas li .oferta-lnk .link-generico-alt a {
    width: 150px
  }

  .lista-ofertas li .oferta-location {
    background-size: 20px
  }

  .lista-ofertas li .oferta-fecha {
    background-size: 35px
  }

  .lista-ofertas li .oferta-location span {
    padding-left: 2.2em
  }

  .lista-ofertas li .oferta-fecha span {
    padding-left: 3.2em
  }

  .trabaja-condiciones li {
    width: 33%
  }

  .ofertas-form .form-row-input {
    width: 60%
  }

  .ofertas-form .form-row label.form-row-txt {
    width: 40%;
    padding: 1.1em 1em 1.em 0
  }

  .ofertas-form .form-group {
    margin-left: 40%;
    width: 60%
  }

  .qtip-default {
    left: 0!important;
    right: 0!important;
    margin: 0!important
  }

  .lista-productos li {
    width: 33.3%
  }

  .lista-productos li:nth-child(4n+5) {
    clear: none
  }

  .lista-productos li:nth-child(3n+4) {
    clear: both
  }

  .slider-generico.shop-destacados {
    padding: 2em
  }

  .slider-generico.shop-destacados .mSButtons.mSNext {
    top: 100px;
    bottom: 0;
    right: -50px!important
  }

  .slider-generico.shop-destacados .mSButtons.mSPrev {
    top: 100px;
    bottom: 0;
    left: -50px!important
  }

  .noticia-imagen .slide.slider-youtube {
    height: 550px
  }
}




@media screen and (max-width: 920px) {
  #heading {
    overflow:hidden;
  }
  .intreresar-content .hs_cos_gallery_main {
    padding: 0 20px;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    background-color: #dd0048 !important;
    color: #fff !important;
  }
  .intreresar-destacados strong {
    font-size: 1.4em;
    padding: 10px 0;
  }
  .noscroll #heading {
    background: 0;
    height: 100%
  }

  .noscroll #heading .container {
    background: #fff
  }

  #heading .logotipo {
    display: inline-block
  }

  #heading .logotipo img {
    max-width: 60%
  }

  #heading .menu-rsp {
    font-size: 2.14em;
    display: block;
    margin-left: 27px
  }

  #heading .lang {
    z-index: 99999999999999999;
    top: 48px
  }

  #heading .menu {
    right: 7em;
    top: 0;
    position: absolute
  }

  #heading .menu ul li.telf {
    display: block;
    margin-left: 0
  }



  #heading.franquiciado .menu ul li.telf {
    display: none
  }

  #heading.franquiciado .logotipo img {
    max-width: 45%
  }

  #heading.franquiciado .logotipo strong {
    padding-top: 12px
  }

  #heading .area-privada,#heading .centro-telf,#heading .redes,#heading .lang,#heading .menu ul li,#heading .login {
    display: none
  }

  #navigation {
    padding: 0;
    background: rgba(255,49,106,.85);
    z-index: 99999999999999999999999999999;
    display: none;
    top: 86px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 650px;
    overflow-y: scroll !important;
  }
  .mobile-open #heading .menu-rsp{
    top: 35px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 0;
    padding: 0;
  }
  #navigation .nav li .fa.child-open:before {
    content: "\f107";
  }
  #navigation .nav ul ul li a {
    font-size: 0.987em;
    padding: 25px 25px 25px 50px;

  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    background-color: #dd0048;
    color: #fff;
  }
  .navigation.menu-close span {
    display: none
  }
  #navigation .nav ul ul ul li a {
    font-size: 0.927em;
    border-bottom: 1px solid #dc2b5a;
    background: #ff5685;
    display: block;
    padding: 25px 25px 25px 75px;
    color: #fff;
    text-transform: none;
  }

  #navigation .nav ul ul ul li a:hover ,
  #navigation .nav ul ul li a:hover {
    background: #dd0048;
  }

  .navigation.menu-close:hover {
    background-color: #ff316a
  }

  #navigation .nav {
    display: block;
    margin-top: 40px;
    float: left;
    clear: both;
    width: 100%
  }

  #navigation .buscar {
    display: block
  }

  #navigation .buscar input {
    display: block
  }

  #heading .rsp-centro-telf {
    display: block
  }

  #navigation .nav li,
  .custom-menu-primary .hs-menu-wrapper ul li{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    font-size: 1.3em;
    padding: 0;
    display: block
  }

  #navigation .nav li.rsp-lang {
    background: #dd0048;
    display: block!important
  }

  #navigation .nav li a,
  .custom-menu-primary .hs-menu-wrapper ul li a{
    color: #fff;
    background: 0;
    border-bottom: 1px solid #ff5685;
    display: block;
    padding: 25px
  }

  #navigation .nav li .fa,
  .custom-menu-primary .hs-menu-wrapper ul li .fa{
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    display: block;
    width: 55px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    padding-top: 12px
  }

  #navigation .nav li .fa:hover,
  .custom-menu-primary .hs-menu-wrapper ul li .fa:hover{
    color: #fff
  }

  #navigation .nav li .subnav {
    display: none;
    border-radius: 0;
    top: auto;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    background: #ff5685;
    filter: none
  }

  #navigation .nav li .subnav .col{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0
  }

  #navigation .nav li .subnav a {
    border-bottom: 1px solid #ff5685;
    background: #dc2b5a;
    padding: 25px 25px 25px 50px;
    display: block;
    color: #fff
  }

  #navigation .nav li .subnav a:hover {
    background: #dd0048
  }

  #navigation .nav li .subnav ul {
    padding: 0;
    background: #f5fee0;
    display: none;
    float: left;
    clear: both;
    width: 100%
  }

  #navigation .nav li .subnav ul li {
    position: relative;
    float: left;
    clear: both;
    width: 100%
  }

  #navigation .nav li .subnav ul li a {
    border-bottom: 1px solid #dc2b5a;
    background: #ff5685;
    display: block;
    padding: 25px 25px 25px 75px;
    color: #fff
  }

  #navigation .nav li .subnav ul li a:hover {
    background: #dd0048
  }

  #navigation .menu-secundario {
    display: block
  }

  #heading .menu-rsp {
    display: block;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -9px;
    color: #000;
    font-size: 2.14em
  }

  #heading .rsp-opciones .login {
    font-size: 1.4em;
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    margin: 0;
    top: auto;
    bottom: auto;
    padding: 25px;
    color: #fff
  }

  #heading .rsp-opciones .login a {
    color: #fff
  }

  #heading .rsp-opciones .redes {
    display: block;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    margin: 0;
    top: auto;
    bottom: auto
  }

  .slide-full.mightySlider .mSClose {
    top: 130px;
    right: 30px
  }

  .slider-generico {
    padding: 0 20px
  }

  .slider-bottom {
    padding: 0
  }

  .slider-alt-lateral {
    padding: 0
  }

  .slider-alt-lateral .mSButtons.mSPrev {
    left: -50px
  }

  .slider-alt-lateral .mSButtons.mSNext {
    right: -50px
  }

  .metodo-timeline .metodo-icons {
    margin: 60px 0 0 0
  }

  .intro-container,
  body.hs-no-banner .body-container{
    margin: 86px 0 0 0 !important;
  }

  .intro-container-text-content img {
    max-width: 150px
  }

  .intro-seccion {
    padding: 10px 20px
  }

  .titular-over h2 {
    font-size: 3em
  }



  body .container-fluid .col .col .col{
    padding: 0
  }

  body .container-fluid .col .col.col-5 {
    padding: 0 20px
  }

  cite {
    padding: 110px 80px;
    font-size: 3em
  }

  cite:after,cite:before {
    width: 110px
  }

  .titular-container {
    padding: 0 0 40px 0
  }

  .intreresar-content .slick-slide-inner-wrapper .caption>span {
    padding: 20px
  }

  .intreresar-content .slick-slide-inner-wrapper .caption strong {
    font-size: 1.4em;
    padding: 10px 0
  }

  .intreresar-content .slick-slide-inner-wrapper .caption>span span {
    font-size: 1.1em
  }

  .intreresar-content .slick-slide-inner-wrapper .caption>span span em {
    padding-top: 15px
  }
  .intreresar-content .slick-slide-inner-wrapper .caption>span {
    padding: 20px
  }

  .intreresar-destacados strong {
    font-size: 1.4em;
    padding: 10px 0
  }

  .intreresar-content .slick-slide-inner-wrapper .caption>span span {
    font-size: 1.1em
  }

  .intreresar-content .slick-slide-inner-wrapper .caption>span span em {
    padding-top: 15px
  }

}


@media (max-width:920px) {
  #heading .logotipo {
    display: inline-block;
    min-height: 87px;
    padding: 29px 0 0 30px;
  }
  #heading .logotipo img {
    max-width: 100%;
    width: 150px !important;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li {
    position: relative;
    display: none;
    padding: 0;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4) {
    display: block;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    padding-left: 45px;
    font-size: 1.1em;
    background: url('//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-header-telf.png') 10px center no-repeat;
    color: #bd0048;
    padding: 37px 7px 0 7px;
    height: 87px;
    padding-left: 45px !important;
  }
  #navigation ul li a {
    font-size: 1.28em;
  }
  #navigation>.nav>li>a.activo, #navigation .nav li a:hover {
    color: #fff;
    background: #e12b61;
    text-decoration: none;
  }
  #navigation .menu-secundario ul {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    float: left;
    clear: both
  }

  #navigation .menu-secundario ul li {
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
    clear: both
  }

  #navigation .menu-secundario ul li a {
    font-size: 1.3em;
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    text-transform: unset;
    border: none;
  }

  #navigation .menu-secundario ul li a:hover {
    background: #dc2b5a;
    text-decoration: none;
    color: #fff
  }
  #navigation .menu-secundario ul li {
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
    font-size: 12px;
  }
  #navigation .redes span {
    font-size: 1.1em;
    color: #fff;
  }
  #heading .rsp-opciones .redes {
    display: block;
    width: 100%;
    display: block;
    position: relative;
    left: auto;
    margin: 0;
    top: auto;
    bottom: auto;
    text-align: center;
    width: 100%;
    padding: 20px;
  }
  #navigation .redes ul {
    list-style: none;
    text-align: center;
    padding: 10px 0 5px;
    margin: 0;
  }
  #heading .redes ul li a {
    padding: 18px 0 0 0;
    display: block;
  }
  #navigation .redes ul li {
    font-size: 1em;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    position: relative;
  }

  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    color: #bd0048 !important;
    background-color: transparent !important;
  }

  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a:hover {
    background-color: #dd0048 !important;
    color: #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.active{
    background: #dd0048;
  }

}  

@media screen and (max-width: 820px) {

  .intro-seccion h1 {
    padding-top: 20px;
    padding-bottom: 0
  }
  .intreresar-content .hs_cos_gallery_main {
    padding: 30px 30px 0 30px;
  }
  .intro-seccion .migas li:first-child {
    background-position: 0 2px
  }

  .blog-lista {
    padding-top: 4em
  }

  .blog-item {
    padding: 0 1em;
    margin: 1em 5%;
    float: left!important;
    width: 90%;
    max-width: 90%
  }

  .blog-item:first-child {
    padding-bottom: 0
  }

  .blog-item:nth-child(2n+2) {
    padding: 0 1em;
    margin-top: 0;
    padding-bottom: 1em
  }

  .blog-item .blog-enlace,.blog-item .blog-enlace:after,.blog-item .blog-enlace:before {
    display: none
  }

}
@media screen and (max-width: 790px){
  .suscribete input.hs-button.primary.large {
    min-width: 240px;
  }
}

@media screen and (max-width: 720px) {
  body, .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper,#navigation .menu-secundario ul li{
    font-size:11px
  }
  body .container-fluid .col .col {
    padding: 0px;
  }
  .custom-blog-main.custom-blog-main-post {
    padding-top: 63px;
  }
  #footer .suscribete h3 {
    font-size: 1.5em;
  }
  .intro-seccion .migas {
    line-height: 1.5em;
  }
  #footer form ul li, #footer form ul li label {
    padding: 0 0 3px;
    font-size: 11px;
  }
  body .container-fluid .col-2,body .container-fluid .col-25,body .container-fluid .col-3,body .container-fluid .col-30,
  body .container-fluid .col-4,body .container-fluid .col-45,body .container-fluid .col-5,body .container-fluid .col-55,
  body .container-fluid .col-6,
  body .container-fluid .col-65,
  body .container-fluid .col-7, body .container-fluid .col-75,body .container-fluid .col-8,body .container-fluid .col-85,body .container-fluid .col-9 {
    width: 100%
  }

  .offset-left-1,.offset-left-2 {
    margin-left: 0
  }

  .mobile {
    display: inline-block!important
  }

  .desktop {
    display: none!important
  }
  .blog-item-content {
    padding: 2.7em
  }

  .blog-item-content h2 {
    font-size: 2em
  }

  #snavcroll .telf-rsp,#snavcroll ul li {
    display: block
  }
  .intro-seccion .migas {
    line-height:1.5em
  }

  .intro-seccion .migas li {
    font-size: 1.2em
  }
  .intro-container img {
    float: left;
    width: auto;
    min-width: 180%;
    max-width: 200%;
  }

  .header_desk {
    overflow: hidden;
  }

  #heading .menu-rsp{
    margin-top: -8px;
  }


}

@media screen and (max-width: 680px) {
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    padding: 32px 15px 32px 50px;
    background: url(//5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/KidsUs_February2019/images/ico-header-telf.png) 4px center no-repeat;
  }
  #footer .redes ul li {
    margin: 0 5px 3px;
  }
  .body-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-seccion .migas {
    list-style: none;
    float: none;
    padding: 0;
    margin: -5px 0 0 0;
    text-align: left;
    width: 100%;
    line-height: 2em;
  }
  .intro-seccion .migas li:first-child {
    background-position: 0 2px
  }

  .intro-seccion .migas {
    list-style: none;
    float: none;
    padding: 0;
    margin: -5px 0 0 0;
    text-align: left;
    width: 100%;
    line-height: 2em
  }
  .intro-seccion h1 {
    padding-top: 16px;
    padding-bottom: 0;
  }
  #footer .footer-text {
    padding: 40px 20px
  }

  #footer ul li {
    padding: 0 10px
  }
  .intro-seccion .migas li:first-child {
    background-position: 0 2px
  }

  .intro-seccion .migas {
    list-style: none;
    float: none;
    padding: 0;
    margin: -5px 0 0 0;
    text-align: left;
    width: 100%;
    line-height: 2em
  }
  .titular-over {
    padding: 5px 20px
  }

  .intro-container-text h2 {
    padding: 0;
    font-size: 2.5em
  }

  .intro-container-text-content img {
    max-width: 125px
  }

  .intro-container-text p {
    font-size: 1.4em
  }

  .intro-container-text {
    width: 85%;
    padding: 0 28px
  }

  body .container-fluid .col {
    padding: 20px
  }

  #heading .menu-rsp {
    margin-top: -11px;
  }

}
@media screen and (max-width: 656px) {
  .blog-lista {
    padding:4em 0 0 0
  }
}
@media screen and (max-width: 596px) {
  .intro-container,
  body.hs-no-banner .body-container{
    margin:66px 0 0 0  !important;
  }

  .intro-seccion {
    padding: 5px 20px
  }
  .paginado {
    padding: 3em 0
  }
  .intreresar-content .hs_cos_gallery_main {
    padding: 0;
  }
  .paginado li {
    margin: 0 -.2em 0 0
  }

  .paginado li a {
    font-size: 1.45em;
    padding: .7em 0
  }

  .blog-item-content {
    padding: 2.5em
  }

  .blog-item-content h2 {
    font-size: 2em
  }

  .blog-item-content .blog-meta {
    font-size: 1.2em
  }

  .blog-item-content p {
    font-size: 1.3em;
    padding: 1.4em 0
  }
  .intro-header {
    padding-top: 60px!important
  }
  .blog-item {
    padding: 0;
    margin: 1em 0;
    width: 100%;
    max-width: 100%
  }

  .blog-item:nth-child(2n+2) {
    padding: 0 0 1em 0
  }

  .intro-container img {
    float: left;
    width: auto;
    min-width: 200%;
    max-width: 230%
  }

  .intro-container,
  body.hs-no-banner .body-container{
    margin: 87px 0 0 0  !important;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    padding: 32px 3px 32px 50px;
  }
}
@media (max-width: 590px) {
  #heading .menu {
    right: 6em;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
    width: 100% !important;
  }
  .blog-content .main-content.section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .blog .blog-sidebar{
    width: 100% !important;
  }

  .blog-mas-vistos li,
  .custom-tags-side ul,
  .custom-tags-side ul li,
  .blog-sidebar-arch ul li,
  .blog-sidebar-arch ul{
    width: 100%;
    clear: both;
    float: none;
  }
  .blog-mas-vistos {
    list-style: none;
    margin: 0;
    float: none;
  }
  .blog-post-wrapper.cell-wrapper .etiquetas {
    float: none;
  }
  .section .redes {
    float: none;
  }
  #footer ul {
    list-style: none;
    text-align: left;
    padding: 0 0 20px;
    margin: 0;
  }
  #footer .custom-footer-menu ul li {
    width: auto;
    float: left;
  }

  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select{
    width: 100% !important;
    max-width: 100% !important;
  }
}  


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

@media (max-width: 490px) {
  #heading .logotipo {
    height:70px
  }
  .hs-blog-post .intro-seccion {
    min-height: 127px;
  }

  #heading .logotipo img {
    max-width: 100% !important;
    width: 115px !important;
  }
  #heading.franquiciado .logotipo strong {
    padding: 14px 10px 0 0;
    font-size: 1.2em
  }
  .intro-container, body.hs-no-banner .body-container {
    margin: 70px 0 0 0 !important;
  }
  #heading .menu ul li a {
    padding: 30px 10px 0 5px;
    height: 70px
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a{
    height: auto;
    min-height: 1px;
  }
  #navigation {
    top: 70px
  }

  .navigation.menu-close {
    height: 70px;
    width: 70px
  }

  #navigation .buscar {
    margin: 35px 0 10px 0
  }

  #navigation .buscar input {
    padding: 15px 70px 15px 20px
  }

  #navigation .buscar button {
    width: 50px;
    height: 50px;
    background-size: 50%
  }

  #heading .menu ul li.telf a,
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a{
    padding: 25px 5px 25px 45px !important;
  }

  .slide-full.mightySlider .mSClose {
    top: 80px
  }

  .intro-container img {
    max-width: 270%
  }

  .fr_home_priv .intro-container img {
    max-width: 270%
  }

  .intro-container-text-content img {
    max-width: 100px
  }

  .intro-seccion {
    min-height: 110px
  }
  #heading .logotipo {
    display: inline-block;
    min-height: 87px;
    padding: 25px 0 0 30px;
  }
  .menu .hs-menu-wrapper, .menu .hs-menu-wrapper * {
    width: auto;
  }
  #heading .logotipo {
    display: inline-block;
    min-height: 1px;
  }

  #heading .menu-rsp {
    margin-top: -9px;
  }

}
@media screen and (max-width: 410px) {
  .intro-seccion {
    padding:0 20px
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: auto;
  }

}
@media screen and (max-width: 380px) {
  #heading .logotipo {
    height: 58px;
    padding: 20px 0 0 10px;
  }
  #heading .menu-rsp {
    top: 56%;
  }
  .intro-container, body.hs-no-banner .body-container {
    margin: 58px 0 0 0 !important;
  }
  #heading .menu ul li.telf a, #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a {
    padding: 21px 0 19px 20px !important;
    background-position: 0 center;
    background-size: 17%;
    width: auto;
  }
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a{
    height: auto;
    min-height: 1px;
  }
  #heading .logotipo img {
    max-width: 45%
  }

  #heading.franquiciado .logotipo strong {
    padding: 4px 10px 0 0
  }

  #navigation {
    top: 58px
  }

  .navigation.menu-close {
    height: 58px;
    width: 58px
  }

  #heading .menu {
    left: 148px
  }

  #heading .menu ul li.telf a,
  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a{
    padding: 21px 0 19px 20px !important;
    background-position: 0 center;
    background-size: 17%
  }

  #heading .menu ul li a {
    padding: 19px 5px 19px 25px;
    height: 58px
  }

  #heading .menu-rsp {
    right: 14px
  }

  #heading .menu .hs-menu-flow-horizontal>ul>li:nth-child(4)>a{
    font-size:12px;
  }

}
@media screen and (max-width: 340px) {
  #heading .menu {
    left:135px
  }

  #heading.franquiciado .logotipo strong {
    padding: 2px 10px 0 0
  }

  #heading.franquiciado .logotipo strong {
    padding: 14px 10px 0 0;
    font-size: 1em;
    max-width: 149px
  }

  #heading .menu-rsp {
    margin-top: -12px;
  }

}