f/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*********************
****** COMMUN MODULES *******
**********************/
@font-face {
    font-family: Franziska Regular Italic;
    src: url(https://cdn2.hubspot.net/hubfs/2514384/Foroasesores/LP-TYP/FranziskaWebPro-Italic.woff);
}
html { 
  font-size: 62.5%;
} 
body{
    font-size: 10px;
}
a, a:visited, a:active, a:focus, a:link{
    outline: none;
}
/***SECTION SLIDE***/

#section-slider{
    position: relative;
    background:url(//softwarea3.wolterskluwer.es/hubfs/A3software/website2017/imagenes/img-slider2.jpg) center center no-repeat;
    background-size:cover;
    height: 299px;  
}
#section-slider:after{
    content:'';
    background: ;
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    opacity: 0.3;
}
#section-slider .slide-content{
    padding:0 64px;
}
#section-slider .slide-box{
    position:absolute;
    bottom:0;
    z-index:1;
    background:rgba(0,122,195,0.8);
    max-width: 576px;
    padding: 15px 40px 43px;
}
#section-slider .slide-box p{
    font-family: Franziska Regular Italic;
    font-size: 3.2em;
    margin: 0;
    color: #FFF;
    line-height:40px;
    font-weight: 400;
}

.block-left{
    padding-left:30px;
}
.block-left h3{
    font-family: 'Fira Sans',sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #007ac3;
    padding: 10px 0;
}


/*TIPIC COLOR*/
.tipic-color-block{
    margin-bottom:50px;
}
.tipic-color-block .title{
    padding: 10px 0;   
    display: flex;
    align-items: center;
    min-height: 76px;
}
.tipic-color-block .title img{
    margin: 0 25px;
    max-width: 30px;
    max-height:30px;
}
.tipic-color-block .title h3{
    display:block;
    width:100%;
}
.tipic-color-block .content p{
    padding: 35px 40px 30px 15px;
    font-size:1.8em;   
}
.tipic-color-block.green .title,
.tipic-color-block.green .arrow-button{
    background-color: #85bc20;
}

.tipic-color-block.red .title,
.tipic-color-block.red .arrow-button{
    background-color: #e4202e;
}

.tipic-color-block.blue .title,
.tipic-color-block.blue .arrow-button{
    background-color: #007ac3;
}

/*

/* SECTION TABS WIDGET */

/*.section-tabs-wrap{*/
/*    margin-bottom: 30px;*/
/*}*/
.section-tabs-wrap .row-fluid [class*="span"]{
    margin-left:0 !important;
}
.section-tabs-wrap .section-tab-image-wrap{
    text-align:center;
    margin: 0;
}
.section-tabs-wrap .section-tab{
    background-color: #767676;
    margin-right: 1px;   
    margin-bottom:1px;
    
}
    .section-tabs-wrap .section-tab.active{
        background-color: #474747;
    }
    
.section-tabs-wrap .section-tab a,
.section-tabs-wrap .section-tab:hover a,
.section-tabs-wrap .section-tab:focus a,
.section-tabs-wrap .section-tab.active a,
.section-tabs-wrap .section-tab.active a:focus,
.section-tabs-wrap .section-tab.active a:hover
{
    background-color: transparent; /* remove BS defaults*/
    border: 0;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
}

.section-tabs-wrap .section-tab a.current {
    border: 0;
    background-color: #a3a3a3;
    color: #FFF;
}

.tab-content{
    overflow:initial;
    background:#fff;
}
/*.section-tabs-wrap .section-tab-content .content-html{*/
/*    background-color: #FFF;    */
/*}*/

.section-leer .section-tab-content{
    background-color: #FFF;    
}
.section-tabs-wrap .section-tab-content .content-html, .section-leer .section-tab-content .content-html{
    font-size:1.6em;
    padding: 30px;
    overflow:hidden;
}

.section-tabs-wrap .nav{
    margin-bottom:0;
}
.nav-tabs{
    border-bottom: 1px solid transparent;
}
.section-tabs-wrap .nav-tabs li{
    border-bottom:none;
    max-height:50px;
}
.section-tabs-wrap .nav-tabs li{
    font-size:2em;
    font-family: Franziska Regular Italic;
}
.section-tabs-wrap .nav-tabs li:first-child{
    font-family: 'Fira Sans', sans-serif;
}
.section-tabs-wrap .nav-tabs li:first-child:first-letter{
    font-size: 1.3em;
}

.section-tabs-wrap .nav-tabs li a {
    padding-top:15px;
    padding-bottom:15px;
}
.section-tab-content.collapsed .content-html{    
    max-height: 200px;
    overflow: hidden;
    padding-bottom: 10px;

}
    .section-tab-content .section-tab-content-read-more-link-wrap{
        background-color: #FFF;        
    }
    .section-tab-content .section-tab-content-read-more-link{
        display: none;
        padding-bottom: 0;
        text-decoration: none;
    }
    .section-tab-content.collapsed .section-tab-content-read-more-link{
        display: block;
    }
    .section-tab-content .section-tab-content-read-less-link{
        display: block;
        padding-bottom: 0;
        text-decoration: none;
    }
    .section-tab-content.collapsed .section-tab-content-read-less-link{
        display: none;
    }

/* END section tabs widget */

/*SECTION TABS CONTENT SUITE*/

.section-tab-content .content-html h5{
    
    font-family: 'Fira Sans', sans-serif;
    font-size:17px;
    font-weight:600;
    line-height:1.2;
    color:#241866;
    padding: 10px 0;
}
.section-tab-content .content-html h2{
    font-family: Franziska Regular Italic;
    color:#474747;
    font-size:18px;
    font-weight:400;
    line-height:1.2;
    margin:20px 0;
    padding-left:30px;
}
.section-tab-content .content-html h4{
    font-family: Franziska Regular Italic;
    font-size:40px;
    color: #0079C3;
    line-height: 1.2;
    font-weight: 400;
}
.section-tab-content .content-html p{
    font-size:16px;
}
.content-html .block-icon{
    width:50%;
    padding: 20px 20px 0 0;
    float:left;
}

.content-html .block-icon .content{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.content-html .block-icon .content img{
  margin:10px 25px 0 0;
  max-width: 30px;
}
.content-html .block-icon .content h3{
  margin-top: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height:1.5;
  color: #241866;
}
.content-html .block-icon .content p{
  font-size: 14px;
}

.tab-downloads .content-html .download-link {
    max-width:300px;
    width:100%;
    padding-right:30px;
    float:left;
}

.tab-downloads .content-html .download-description .btn-red {
    display:block;
    float:right;
}

.tab-downloads .content-html .download-link img {
    max-width:270px!important;
    display:block;
    margin-bottom:30px;
    border: 1px solid #ddd;
}

.tab-downloads .content-html .download-description {
    width:calc(100% - 300px);
    float:right;
}

.tab-downloads .content-html .download-description ul {
    margin-left:30px;   
}

@media (max-width:767px) {
.tab-downloads .content-html .download-link {
    padding-right:0;
    float:none;
    width:100%;
    margin-bottom:50px;
}
    
.tab-downloads .content-html .download-link img {
    max-width:300px!important;
    display:block;
    margin-bottom:30px;
}



.tab-downloads .content-html .download-description {
    width:100%;
    float:none;
}
}

/*END SECTION TABS CONTENT SUITE*/

/*SECTION TABS CONTENT REQUISITOS y EXPERIENCAS*/
.section-tab-requisitos, .section-tab-experiencias{
    background-color: #FFF;
}
.section-tab-requisitos h2, .section-tab-experiencias h2{
    font-family: Franziska Regular Italic;
    font-size:30px !important;
    color: #007ac3 !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.section-tab-experiencias h3{
    font-family: Franziska Regular Italic;
    font-size:25px !important;
    color: #474747 !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin: 20px !important;
    padding: 0 30px !important;
}
.experiencia-video{
    margin:80px 0;
    background-color:transparent !important;
}

.experiencia-video .experiencia-image{
    position:relative;
}
.experiencia-video .experiencia-image img{
    width:100%;
}
.experiencia-video .button{
    position: absolute;
    bottom: 0;
    right: 0;
}
.experiencia-video .button span{
    color:#FFF;
}
.experiencia-video .cita{
    min-width: 450px;
    margin-top:-50px;
    margin-left: -150px;
}
.experiencia-video .cita h1{
    padding: 30px;
    font-family: Franziska Regular Italic;
    font-size: 3.2em;
    margin: 0;
    color: #FFF;
    line-height: 1.2;
    font-weight: 400;
}


/*END SECTION TABS CONTENT REQUISITOS*/

/*SECTION lATERAL TABS*/
.lateral-tabs{ 
    background-color: #E4E4E4;
}
@media (max-width: 767px){
    /*.lateral-tabs .lateral-tabs-menu{*/
    .lateral-tabs .lateral-tabs-menu.span3{
        width: 23.404255319148934%;
        float: left;
    }
}

.lateral-tabs-menu{
    background-color: #E4E4E4;
}
    .nav-tabs>li>a, .nav-pills>li>a{
        margin-right:0;
        border:none;
        border-radius:0;
    }
    .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
        border:none;
        background-color:#A3A3A3;
        color: #FFF
    }
   .nav-tabs > .lateral-tabs{
       display: block;
       float: none;
   }
    .lateral-tabs-menu-section{
        padding:15px 12px;
        font-size:2em;
        background-color: #474747;
        color: #E4E4E4;
        font-family: Franziska Regular Italic;
    }
    
    .lateral-tabs-menu-section.lightgrey{
        padding:15px 12px;
        font-size:2em;
        background-color: #676767;
        color: #E4E4E4;
        font-family: Franziska Regular Italic;
    }
    
    .lateral-tabs-menu-link{   
        /*padding:8px 0;*/
        font-size:14px;
        color: #FFF;
        border: 0;
        border-radius: 0;
    }
        .lateral-tabs-menu-link.active{        
            background-color: #A3A3A3;
            color: #E4E4E4;
        }
            .lateral-tabs-menu-link.active>a,
            .lateral-tabs-menu-link.active>a:hover,
            .lateral-tabs-menu-link.active>a:focus{        
                background-color: #A3A3A3;
                color: #E4E4E4;
                border: 0;
                border-radius: 0;
            }
        .lateral-tabs-menu-link a{        
            color: #767676;
            display: block;
        }
        

.lateral-tabs-content{
    background: #FFF;
    overflow:hidden;
}
.lateral-tabs-content .title h2{
    font-family: Franziska Regular Italic;
    font-size:40px;
    color: #007ac3;
    line-height: 1.5;
    font-weight: 400;
    padding: 30px;
}
.lateral-tabs .tab-content{    
    margin-left: 23%;
}

.lateral-tabs-content .otras-soluciones-flex-wrapper {
    padding: 32px 48px;
    display: flex;
    flex-wrap: nowrap;   
}

.lateral-tabs-content .otras-soluciones-flex-wrapper .solucion {
    width:33%;
    text-align:center;
}



/*END LATERAL TABS*/


/*PRODUCTS WIDGET SMALL*/
.product-widget-small {
    max-width: 250px;
    width: 100%;
   /* float:left;*/
    position: relative;
    border: 1px solid #ddd; 
    background:#FFF;
    position:relative;
    
}
.product-widget-small-content {
    padding:20px 20px 90px;
}
.product-widget-small .button {
position: absolute;
    bottom: 0;
    right: 0;
}

.product-widget-small .product-widget-small-title{
    background: #FAFAFA;
    padding: 10px 13px 14px;
    height: 75px;
    width: 150px;
}
.product-widget-small .product-widget-small-title h3{
    font-weight:600;
}
.product-widget-small .product-widget-small-subtitle{
    padding: 10px 13px 14px;
    height: 75px;
    width: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-widget-small .product-widget-small-excerpt{
    background: #fff;
    color: #464646;
    padding-top:22px;
}
.product-green-container, .product-blue-container, .product-red-container {
    display: flex;
    flex-wrap: wrap;
}

.product-green .product-widget-small-title h3 {
    color: #85bc20;
}
.product-green .product-widget-small-subtitle {
    background: #85bc20;
}

.all-green .product-widget-small-title h3 {
    color: #FFF;
}
.all-green .product-widget-small-title {
    background: #85bc20;
}

.all-green .product-widget-small-subtitle {
    background: #85bc20;
}

.all-green .product-widget-small-subtitle h3 {
    color: #FFF;
}

.all-grey-green .product-widget-small-title h3 {
    color: #85bc20;
}
.all-grey-green .product-widget-small-title {
    background: #fafafa;
}

.all-grey-green .product-widget-small-subtitle {
     background: #fafafa;
}

.all-grey-green .product-widget-small-subtitle h3 {
    color: #85bc20;
}



.product-green .product-widget-small-subtitle.darkgrey,
.product-widget-small-content .product-widget-small-title.darkgrey{
    background: #b6b5b9;}

.product-widget-small-content .product-widget-small-title.darkgrey h3{
    color:#fff;
}

.product-red .product-widget-small-title h3 {
    color: #e4202e;
}
.product-red .product-widget-small-subtitle {
    background: #e4202e;
}
.product-blue .product-widget-small-title h3 {
    color: #007ac3;
}
.product-blue .product-widget-small-subtitle {
    background: #007ac3;
}

.product-grey-gradient .product-widget-small-subtitle {
    background: #b6b5b9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b5b9', endColorstr='#79777c',GradientType=1 );
}






.modulos{
    background-color: #FFF;
    /*padding-bottom: 30px;*/
}
.modulos p{
    padding-left:30px;
}

.modulos h2 {
    padding: 30px;
    font-family: Franziska Regular Italic;
    font-size: 40px;
    color: #007ac3;
    line-height: 1.2;
    font-weight: 400;
}

/*.modulos .title{*/
/*    padding:40px;*/
/*}*/

.product-widget-small-content a:hover {
    text-decoration: none;
}
/*END PRODUCT SMALL*/


/* home slider */
.home-slider-item .section{
    padding-top: 0;
    padding-bottom: 0;
}
.home-slider-item-info-wrap{
    position: relative;
    height: 300px;
}
.home-slider-item-info{
    position: absolute;
    bottom: 0;
    left: 0;  
    max-width: 50%;
    padding: 60px 40px 50px 40px;
    background-color: rgba(0, 122, 195, .9);    
    color: #FFF;
    font-family: Franziska Regular Italic;
    font-size: 3.2em;
}
.carousel{
    margin-bottom:0 !important;
}
.home-slider.carousel{
    margin-bottom:25px !important;
}
.home-slider-item .carousel-indicators{
    left: 40px;
}
    .home-slider-item .carousel-indicators li{
        left: 20px;
        margin-right: 16px;
    }
    .home-slider-item .carousel-indicator{
        display: block;
        width: 16px;
        height: 16px;
        content: '';        
        background-color: #87bcdb;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;        
    }
    .home-slider-item li.active .carousel-indicator{
        background-color: #FFF;
    }
.carousel-controls-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}
    .carousel-control{
        background-color: #FFF;
        color: #767676;        
        border: 0;
        border-radius: 0;
        opacity: 1;
    }
/* end home slider */

/* content read more link */
.content-read-more-widget-toggle-link-wrap{
    position: relative;    
}
    .content-read-more-widget .content-read-more-widget-gradient{
        position: absolute;
        top: -100px;
        width: 100%;
        height: 100px;
        display: none;
    }
    .content-read-more-widget.collapsed .content-read-more-widget-gradient{   
        display: block;
    }
    
/* end content read more link */

/* cta ask for info widget */
.cta-ask-for-info-widget{
    background-color: #E4E4E4;    
    padding: 75px 0 0;
}
    .cta-ask-for-info-widget-content-wrap{ 
        position: relative;
        display: inline-block;
        width: 100%;
            background-color: #FFF;    
    }

    .cta-ask-for-info-widget-content{
        
        padding: 40px 50% 40px 40px ;
        z-index: 0;            
    }
    
    .cta-ask-for-info-widget-title{
        position: absolute;
        right: 0;
        bottom: 56px;
        padding: 10px 30px;
        
    }
    .cta-ask-for-info-widget-title h4{
        color: #FFF;
    }
        .cta-ask-for-info-widget.green .cta-ask-for-info-widget-title{
            background-color: #85bc20;    
        }
        .cta-ask-for-info-widget.blue .cta-ask-for-info-widget-title{
            background-color: #007ac3;    
        }
        .cta-ask-for-info-widget.red .cta-ask-for-info-widget-title{
            background-color: #e4202e;    
        }
    
    .cta-ask-for-info-widget-button{
        position: absolute;
        right: 0;
        bottom: 0;
    }

/* end cta ask for info widget */

ul.arrow{
    padding-left: 30px;
    padding-top: 10px;
}
ul.arrow li {
    font-size: 16px;
    line-height: 2em;
    position: relative;
}
ul.arrow li:before{
    font-family: FontAwesome;
    content: "\f105";
    width: 17px;
    height: 17px;
    padding-right:10px;
    font-size:20px;
    font-weight:bold;
}
ul.arrow li a.link{
    font-weight:bold;
    color: #007ac3;
    text-decoration:none;
}

/*requisitos*/
.requisitos-block{
    padding-left:30px;
    
}
.requisitos-block h3{
    font-family: 'Fira Sans', sans-serif;
    font-size:17px;
    font-weight:600;
    line-height:1.5;
    color:#007ac3;
    padding: 10px 0;
}
.requisitos-list li{
    color: #474747;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    margin:0;
    margin-left:15px;
    list-style: disc;
}
.excepciones{
    background-color: #efefef;
    padding:15px;
    margin:15px 0;
}
/*end requisitos*/

/* DEMO tab form*/
#form-demo {
    margin: 25px auto 0;
    padding: 40px 48px;
    background: #a3a3a3;
    max-width: 100%;
}

#form-demo label {
    color:#fff;
    font-weight:200;
}


#form-demo input[type="text"], #form-demo input[type="number"], #form-demo input[type="email"], #form-demo input[type="tel"], #form-demo select {
    border-radius: 0;
    height: 35px;
    padding: 0 10px;
    width:100%;
}
#form-demo .hs-richtext {
    margin-bottom: 10px;
}

#form-demo .field {
    margin-bottom: 10px;
}

#form-demo select {
    border: 1px solid #ccc;
    color: #9C9C9C;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-image: url(https://softwarea3.wolterskluwer.es/hubfs/A3software/website2017/imagenes/select_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#form-demo ul li:before {
    display: none;
}

#form-demo [placeholder="Enter your "]{
    display: none;
}

#form-demo input[type="submit"] {
    padding: 13px 30px;
    border: 0;
    font-family: 'Fira Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    color: #FFF;
    background-color: #e4202e;
    background: url(//softwarea3.wolterskluwer.es/hubfs/A3software/website2017/icons/arrow-right-white.svg?t=1497248117394) no-repeat scroll right 15px top 13px #e4202e;
    background-size: 20px;
    width: 160px;
    text-align: left;
}

#form-demo fieldset {
    max-width: 100%;
}

#form-demo.form-demo-descargable .field{
    width:100%;
}

#form-demo.form-demo-descargable label {
    color: #fff;
    font-weight: 200;
}


#form-demo.form-demo-descargable .form-columns-2 .hs-richtext {
    font-size:16px;   
}












.title-form-demo {
    max-width: 650px;
    margin: 55px auto 0;
}

.content-html .title-form-demo h2 {
    margin: 0;
    padding: 16.5px 0;
    width: 100%;
    font-size: 2em;
    max-width: 256px;
    text-align: center;
    background: #474747;
    color: #fff;
    position: relative;
    left: -60px;
    
}


#form-demo .hs_qu_formato_de_demo_prefiere_, #form-demo select, #form-demo .hs_politica_privacidad {
    width: 100%;
}

#form-demo .hs-form-booleancheckbox span {
    padding-left: 5px;
}

/* end DEMO tab form*/


/**Pop up Form Descargable**/

#hidden-pop-up,
#hidden-pop-up2,
.fancybox-slide .pop-up-desc{
	  /* Custom styling */
	  max-width: 600px;
	  width:100%;
	  border-radius: 4px;

	  /* Custom transition - slide from top*/
	  transform: translateY(-50px);
	  transition: all .33s;
	  background:#a3a3a3;
	  overflow:visible;
}

#hidden-pop-up h3,
#hidden-pop-up2 h3,
.fancybox-slide .pop-up-desc h3{
    font-size:21px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
    font-family: Franziska Regular Italic;
}


.fancybox-slide--current #hidden-pop-up,
.fancybox-slide--current #hidden-pop-up2,
.fancybox-slide--current .pop-up-desc{
	  transform: translateY(0);
}

.section-form .text-form .form #hidden-pop-up  {
display:none;
}

#hidden-pop-up .form-columns-1,
#hidden-pop-up2 .form-columns-1,
.fancybox-slide .pop-up-desc .form-columns-1{
    max-width:100%;
        margin: 0 0 15px;
}

#hidden-pop-up .hs-form-required,
#hidden-pop-up2 .hs-form-required,
.fancybox-slide .pop-up-desc .hs-form-required{
    display:none;
} 
#hidden-pop-up .hs-form-field,
#hidden-pop-up2 .hs-form-field,
.fancybox-slide .pop-up-desc .hs-form-field{
    margin-bottom:20px;
}

#hidden-pop-up input:not([type="checkbox"]):not([type="submit"]),
#hidden-pop-up2 input:not([type="checkbox"]):not([type="submit"]),
#hidden-pop-up select,
.fancybox-slide .pop-up-desc input:not([type="checkbox"]):not([type="submit"]),
.fancybox-slide .pop-up-desc #hidden-pop-up select{
    margin:0;
    width:100%;
    padding: 4px;
    font-size: 13px;
    font-weight: 300;
    background: #fff;
    border-radius:0!important;
    border:0!important;
    font-family: 'Fira Sans', sans-serif;
    height: 35px!important;
    margin:0!important;
}

#hidden-pop-up  span,
#hidden-pop-up2  span,
.fancybox-slide .pop-up-desc span{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;   
}

#hidden-pop-up .hs_politica_privacidad,
#hidden-pop-up2 .hs_politica_privacidad,
.fancybox-slide .pop-up-desc .hs_politica_privacidad{
    color:#fff;
}

#hidden-pop-up .hs_politica_privacidad input,
#hidden-pop-up2 .hs_politica_privacidad input,
.fancybox-slide .pop-up-desc .hs_politica_privacidad input{
    margin-right:5px;
}

#hidden-pop-up .hs_politica_privacidad a,
#hidden-pop-up2 .hs_politica_privacidad a,
.fancybox-slide .pop-up-desc .hs_politica_privacidad a{
    color:#fff;
}

#hidden-pop-up input[type="submit"],
#hidden-pop-up2 input[type="submit"],
.fancybox-slide .pop-up-desc input[type="submit"]{
    background: url(//softwarea3.wolterskluwer.es/hubfs/Foroasesores/LP-TYP/arrow-right-white.png?t=1501057149191) 90% center no-repeat, #E5202E;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding:18px 22px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 35px;
    cursor: pointer;
    transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    max-width: 145px;
    font-family:'Fira Sans',sans-serif;;
}

#hidden-pop-up ul.inputs-list,
#hidden-pop-up2 ul.inputs-list,
.fancybox-slide .pop-up-desc ul.inputs-list{
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}


#hidden-pop-up input[type="submit"]:hover,
#hidden-pop-up2 input[type="submit"]:hover,
.fancybox-slide .pop-up-desc input[type="submit"]:hover{
    background: url(//softwarea3.wolterskluwer.es/hubfs/Foroasesores/LP-TYP/arrow-right-white.png?t=1501073461818) 90% center no-repeat,#b21723 !important;
}
#hidden-pop-up  .submitted-message,
#hidden-pop-up2 .submitted-message,
.fancybox-slide .pop-up-desc{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;   
}

#hidden-pop-up .fancybox-close-small:after,
#hidden-pop-up2 .fancybox-close-small:after,
.fancybox-slide .pop-up-desc .fancybox-close-small:after{
     transition: all .25s;
    top: -15px;
    right: -15px;
}
   
#hidden-pop-up  .fancybox-close-small:hover:after,
#hidden-pop-up2  .fancybox-close-small:hover:after,
.fancybox-slide .pop-up-desc .fancybox-close-small:hover:after{
    background:red!important;
    color: #fff!important;
}

/*Tabla comparativa contawin*/

.product-table .table-title {
  display:block;
  text-align:center;
  padding:10px 10px;
  font-family:Franziska Regular Italic;
  font-size:22px;
  color:#fff;
  background:#828282;
}

.section.section-table {
  margin-top:53px!important; 
}

.cs-row {
  position:relative;
  top:-53px;
}

.cs-row .description-row {
  min-height:301px!important; 
}

.product-table .price-text span.price {
  display:block;
  text-align:center;
  padding:10px 10px;
  font-family:Franziska Regular Italic;
  font-size:22px;
  background:#fff;
}

.table-group p, .table-group li  {
  font-size:14px; 
  color:#757575;
}


.table-group p + p, .table-group li + li {
  margin-top:10px; 
}

.features-description li {
  position:relative;
  padding-left:25px;
  min-height:40px;
}

.description-row {
  padding:40px 20px;
  background:#fff;
  min-height:248px!important;
  border-bottom:2px solid #efefef;
}

.features-description li:after {
  content:"";
  width:15px;
  height:15px;
  position:absolute;
  top:4px;
  left:0;
  background:url("https://a3.wolterskluwer.es/hubfs/iconos/iconos/grey-tick.png") top left no-repeat;
  background-size:12px;
}

.features-description {
  background: #fff;
    padding: 20px;
    margin: 301px 0 0 0;
}

.features-check img {
  vertical-align:middle;
  max-height:17px;
}

.features-check {
 padding:20px;
 background:#fff; 
 border-bottom:2px solid #efefef;
}

.features-check li {
  min-height:40px; 
  text-align:center; 
}


@media (min-width:768px) {

   .features-check .resp-feature {
    display:none;  
  }
  
 /*.features-description-group {
    width:25%!important; 
  }
  
  .features-description-group {
    width:25%!important; 
  }*/
  
  .product-table {
    /*width: 25%!important;*/
    margin: 0!important;
    border-left: 2px solid #EFEFEF;
  }
}

@media (max-width:1130px) {
  .description-row {
    padding:20px;
  }
}

@media (max-width:1012px) {
  .features-check li, .features-description li {
    min-height:60px; 
  }
  
  .description-row {
    min-height:280px!important; 
  }
  
  .cs-row .description-row {
    min-height:333px!important;
  }
  
  .features-description {
    margin: 333px 0 0 0;
    
  }
}

@media (max-width:900px) {
   .features-description {
    display:none!important;  
  }
  
  .product-table {
    width:100%!important;
    border:none!important;
  }
  
  .description-row {
    min-height: auto!important;
    text-align:center;
  }
  
  .features-check li {
     min-height:auto;
     padding: 15px 0;
    text-align:left;
  }
  
  .features-check .resp-feature {
     display:inline!important;
  }
  
  .features-check img {
    margin-left:7px; 
  }
  
  .product-table {
    margin-top:20px; 
  }
  
  .product-table.cs-row {
    top:0!important;
  }
  
  .section.section-table {
    margin-top:0!important;
  }
  
  
}

@media (max-width:767px) {
.features-check .resp-feature {
    display:block;  
  }
  

}


/***Responsive***/


@media (max-width:800px){
    .content-html .block-icon {
        width: 100%;
    }
    h2{
        line-height:36px!important;
    }
}

@media (max-width:600px){
    .content .content-img{
        width: 100%;
        text-align: center;
    }
    .content .content-text{
        width: 100%!important;
    }
    
   .lateral-tabs .title {
        padding: 32px 20px 0!important;
    }
    .nav-tabs > .lateral-tabs {
        width: 110px;
    }
    .lateral-tabs .tab-content {
        margin-left: 110px;
    }
    
    .home-slider-item-info{
            max-width: 65%;
    }
    
    #hidden-pop-up,
    #hidden-pop-up2{
        width:85%;
    }
    
}

