/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/

/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
 max-width:600px /*-- change this to get your desired form width --*/;
 margin:0 auto;
        width:100%;
}
.form-row{
 width: 100%;
}
.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
 .column-half{
 width: 50%;
 }
}

.tabcontent ul.lcp_catlist li{
float: left;
width:32%;
margin:5px;
list-style-type: none;
font-size:15px;
background:white;
padding:10px;
}
 
.responsive-tabs .responsive-tabs__panel {
border:0px !important;
padding: 0px !important;
background: #f7f7f7 !important;
}
 
.responsive-tabs .responsive-tabs__list__item {
color: grey !important;
border: 1px solid #cacaca !important;
font-size:14px!important;
padding:10px 30px !important;
margin-bottom:20px !important;
}
 
.responsive-tabs .responsive-tabs__list__item--active{
color: #f4633e !important;
border: 1px solid #f4633e !important;
}
 
.responsive-tabs ul.responsive-tabs__list{
margin:0px !important;
}
 
.entry-content ol, .entry-content ul {
  margin-left: 0px;
}
 
.button{
border-radius: 47px;
background: #f4633e;
font-size: 12px;
text-decoration:none;
}
 
.page-id-533  h4{
color:#f4633e;
font-weight: normal;
}
#sidebar{width:23%!important;}


header#top .row, .main-content > .row{
    margin-top:0;
    margin-bottom:0;
}
#footer-outer #footer-widgets .col p input{
    border:1px solid!important;
}
/*---FOOTER---*/
#footer-outer #footer-widgets h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
#footer-outer #footer-widgets #text-5 h4 {
    font-size: 28px;
}
#footer-outer #footer-widgets #text-3 h4 {
    margin-bottom: 14px;
}
#footer-outer #footer-widgets ul#social {
    margin-top: 10px;
}
#footer-outer #footer-widgets ul#social li {
    display: inline-block;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
#footer-outer #footer-widgets ul#social li a {
    padding: 0 10px !important;
    display: inline-block;
}
#footer-outer #footer-widgets ul#social li a i {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
#footer-outer #footer-widgets ul#social li a:hover i, #footer-outer #footer-widgets div.soft-local a:hover {
    color: #00a1e4 !important;
}
#footer-outer #footer-widgets ul#social li:first-child a {
    padding: 0 !important;
    padding-right: 10px !important;
}
#footer-outer #footer-widgets ul#social li:last-child a {
    padding: 0 !important;
    padding-left: 10px !important;
}
#footer-outer #copyright {
    background-color: transparent !important;
}
#footer-outer #copyright .col.span_5 {
    width: 100% !important;
}
#footer-outer #copyright .col.span_5 #soft-copy, #footer-outer #copyright .col.span_5 #soft-legal {
    display: inline-block;
    color: #fff;
}
#footer-outer #copyright .col.span_5 #soft-copy a:hover, #footer-outer #copyright .col.span_5 #soft-legal a:hover {
    color: #00a1e4 !important;
}
#footer-outer #copyright .col.span_5 #soft-legal {
    float: right;
}
#footer-outer #footer-widgets ul#soft-menu li a {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: block;
    font-size: 14px;
}
#footer-outer #footer-widgets ul#soft-menu li a:hover {
    color: #00a1e4 !important;
}
#footer-outer #footer-widgets ul#soft-menu li {
    padding: 0 !important;
}
#footer-outer {
    background: #1d4789;
}
#footer-outer #footer-widgets .soft-local h5 {
    color: #fff;
    font-size: 16px;
}
#footer-outer #footer-widgets .soft-local p {
    padding-bottom: 0;
    font-size: 14px;
}
#footer-outer #footer-widgets .soft-local p:last-child {
    padding-bottom: 20px;
}
#footer-outer #footer-widgets form span {
    width: 100%;
    /*display: inline-block !important;*/
    vertical-align: top;
}
#footer-outer #footer-widgets form input[type="submit"] {
    border-radius: 0 !important;
    padding: 13.5px 10px 13.5px 11px;
    width: 30%;
    height: 43px;
    border: 1px solid #fff;
    border-left: 0;
    opacity: 1 !important;
    -webkit-transition: .3s linear !important;
    -moz-transition: .3s linear !important;
    transition: .3s linear !important;
}
#footer-outer #footer-widgets form input[type="submit"]:hover {
    color: #00a1e4;
}
#footer-outer #footer-widgets form img.ajax-loader {
    float: right;
}
#footer-logos {
    padding-top: 30px;
	padding-bottom: 35px;
    background-color: #EEF2F5;
    z-index: 10;
    position: relative;
}
#footer-logos .soft-logos {
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
}
.soft-logos a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.soft-logos a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.soft-logos .wpb_wrapper {
    display: table;
    height: 65px;
}
.soft-logos .wpb_wrapper a {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:1200px) {
    #footer-outer #footer-widgets ul#social li a {
        padding: 0 7px !important;
    }
    #footer-outer #footer-widgets ul#social li:first-child a {
        padding: 0 !important;
        padding-right: 7px !important;
    }
    #footer-outer #footer-widgets ul#social li:last-child a {
        padding: 0 !important;
        padding-left: 7px !important;
    }
    #footer-outer #footer-widgets form span {
        width: 65%;
    }
    #footer-outer #footer-widgets form input[type="submit"] {
        width: 35%;
    }
}
@media only screen and (max-width:1000px) {
    #footer-logos .soft-logos {
        padding: 0;
        max-width: 600px;
    }
}
@media only screen and (max-width:690px) {
    #footer-logos .soft-logos {
        max-width: 420px;
    }
    #footer-outer #footer-widgets ul#social li {
        margin: 0;
        width: auto;
    }
    #footer-outer #footer-widgets ul#social li a {
        padding: 0 5px !important;
    }
    #footer-outer #footer-widgets ul#social li:first-child a {
        padding: 0 !important;
        padding-right: 5px !important;
    }
    #footer-outer #footer-widgets ul#social li:last-child a {
        padding: 0 !important;
        padding-left: 5px !important;
    }
    #footer-outer #copyright .col.span_5 #soft-copy, #footer-outer #copyright .col.span_5 #soft-legal {
    text-align: center;
    width: 100%;
    }
}
@media only screen and (max-width:480px) {
    #footer-logos .soft-logos {
        max-width: 300px;
    }
}
/*------------*/
/*---HEADER---*/
#header-space {
    height: 90px !important;
}
#header-outer {
    padding: 10px 0 !important;
	z-index:20000;
}
#header-outer header#top ul.sf-menu > li.menu-item > a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 17px;
    padding-right: 17px;
    color: #1D4789;
}
#header-outer header#top ul.sf-menu > li.menu-item > a:hover {
    color: #00a1e4 !important;
}
#header-outer header#top ul.buttons li#search-btn {
    padding-top: 27.5px !important;
    padding-bottom: 27.5px !important;
}
#header-outer header#top ul.buttons {
    margin-left: 0 !important;
}
header#top nav ul #search-btn > div {
    border-left: none;
    padding-left: 10px;
    padding-right: 25px;
}
#header-outer header#top ul.buttons li#search-btn span.icon-salient-search, #header-outer .cart-outer .cart-menu-wrap .cart-menu .cart-contents .cart-icon-wrap i.icon-salient-cart {
    font-weight: bold;
    color: #1D4789;
}
#header-outer header#top ul.buttons li#search-btn a:hover span.icon-salient-search {
    color: #00a1e4 !important;
}
#header-outer .cart-outer .cart-menu-wrap .cart-menu {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}
header#top nav ul li a {
    color: #2a2a2a;
}
header#top a#logo {
    margin-top: 4.5px;
}
#header-outer.small-nav header#top a#logo {
    margin-top: 9px;
}
#header-secondary-outer {
    background: #1d4789;
}
#header-secondary-outer #social li a {
    border-left: none !important;
}
#header-secondary-outer #social li:last-child {
    border-right: none !important;
}
#header-secondary-outer #social li a i {
    color: #fff !important;
    font-size: 14px !important;
}
#header-secondary-outer #social li a:hover i {
    color: #00a1e4 !important;
}
#header-secondary-outer .sf-menu .menu-item a {
    color: #fff;
    border-right: none;
    border-left: none !important;
}
#header-secondary-outer .sf-menu .menu-item:last-child, #header-secondary-outer .sf-menu .menu-item:last-child a {
    border-right: none !important;
}
#header-secondary-outer .sf-menu .menu-item a:hover {
    color: #00a1e4;
}
#header-secondary-outer #social {
    float: left;
    width: auto !important;
}
#header-secondary-outer .sf-menu {
    float: right;
    width: auto !important;
    border-top: none !important;
}
#header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li a {
    background: rgb(28, 28, 28) !important;
    color: #fff;
}
#header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li a:active, #header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li a:focus {
    color: #fff !important;
} 
#header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li.current-menu-item a, #header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li.current-menu-item a i {
    color: #00a1e4 !important;
    background: rgb(78, 78, 78) !important;
}
#header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li:hover > a, #header-outer header#top ul.sf-menu > li.menu-item ul.sub-menu li:hover > a i {
    background: rgb(0, 161, 228) !important;
    color: #fff !important;
}
#header-outer header#top nav ul.sf-menu li.current-menu-item.current_page_item > a {
    color: #00a1e4 !important;
}
/*li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0 0 0 6px;
    font-weight: 100;
    font-size: 12px;
}*/
header#top nav > ul.buttons {
    padding-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #header-outer.small-nav header#top a#logo img, #header-outer header#top a#logo img {
        height: 45px !important;
    }
    #header-outer header#top ul.sf-menu > li.menu-item > a {
        padding-left: 14px;
        padding-right: 14px;
    }
    header#top nav ul #search-btn > div {
        padding-right: 14px;
    }
    header#top a#logo {
        margin-top: 18.5px;
    }
    #header-outer.small-nav header#top a#logo {
        margin-top: 18.5px;
    }
    #header-space {
        height: 67px !important;
    }
}
@media only screen and (max-width: 1000px) {
    #header-secondary-outer {
        position: fixed !important;
    }
    header#top #logo {
        margin-top: 3px !important;
    }
    header#top .span_9 > .slide-out-widget-area-toggle {
        top: 9px;
    }
    header#top #mobile-cart-link {
        top: 8px;
    }
    #header-space {
        height: 57px !important;
    }
    .swiper-slide .button a {
    font-size: 12px!important;
}
}
@media only screen and (max-width: 999px) {
    #header-secondary-outer {
        position: relative !important;
    }
}
/*------------*/
/*---SLIDER---*/
.nectar-slider-wrap .content {
    top: 60px !important;
}
.nectar-slider-wrap .content > p:first-child {
    display: none;
}
.nectar-slider-wrap .soft-caption {
    display: inline-block;
}
.nectar-slider-wrap .soft-caption.soft-nohome {
    margin-top: 60px;
    background: rgba(50, 50, 50, .85);
    padding: 40px;
    width: auto;
    padding-top: 40px !important;
}
.nectar-slider-wrap .soft-caption.soft-nohome h1 {
    margin-top: 0;
}
.nectar-slider-wrap .soft-caption.soft-nohome span {
    margin-bottom: 0 !important;
}
.nectar-slider-wrap .soft-content {
    margin-top: 30%;
}
.nectar-slider-wrap .soft-content .soft-caption h1, .nectar-slider-wrap .soft-content .soft-caption span, .soft-nohome h1 { 
    text-shadow: 0 2px 5px #444;
}
body.home .nectar-slider-wrap .soft-caption-text {
    vertical-align: top;
}
.nectar-slider-wrap .soft-caption-text {
    background: rgba(72, 72, 72, 0.85);
    padding: 10px;
    position: relative;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text {
    padding: 30px;
}
body.home .nectar-slider-wrap .soft-home-slider .soft-caption-text h1 {
    font-size: 32px !important;
    line-height: 36px !important;
}
body.parent-pageid-38 .nectar-slider-wrap .soft-caption-text {
    background: none;
}
body.parent-pageid-38 .nectar-slider-wrap .soft-caption-text span {
    margin: 0;
}
.nectar-slider-wrap .soft-caption-text p {
    opacity: 1 !important;
}
.nectar-slider-wrap .soft-caption-text .soft-novedad {
    padding: 15px !important;
    font-size: 20px;
    display: inline-block;
    background: rgb(0, 161, 228);
}
.nectar-slider-wrap .soft-caption-text .soft-demo {
    padding: 0 !important;
    font-size: 16px;
}
.nectar-slider-wrap .soft-caption-text .soft-demo a {
    color: #fff;
}
.nectar-slider-wrap .soft-caption-text .soft-demo a:hover {
    text-decoration: underline;
}
.nectar-slider-wrap .soft-caption-text h1 {
    color: #fff !important;
    line-height: 36px;
    margin-top: 54px;
    margin-bottom: 5px;
    font-size: 32px;
}
.nectar-slider-wrap .soft-caption-text span {
    font-weight: 300 !important;
    margin: 2% 0 !important;
    display: block;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text span, .nectar-slider-wrap .soft-caption-text.soft-nohome span {
    font-size: 20px !important;
    line-height: 24px !important;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text .homesmall, .nectar-slider-wrap .soft-caption-text.nohome .homesmall {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
}
.swiper-slide[data-x-pos="right"] .content {
    padding-left: 0;
}
.swiper-slide[data-x-pos="left"] .content {
    padding-right: 0;
    width: 50%;
}
.nectar-slider-wrap .soft-caption-img {
    position: relative;
    top: 25px;
}
.nectar-slider-wrap .soft-caption-img-s {
    top: -23px;
}
.nectar-slider-wrap .soft-caption-img img {
    float: right;
}
.nectar-slider-wrap .soft-pbim .content {
    width: 100%;
    padding: 0 90px;
}
.nectar-slider-wrap .soft-pbim .content .soft-caption-text {
    max-width: 70%;
}
.nectar-slider-wrap .soft-pbim .content .soft-caption-img {
    padding: 40px !important;
    margin-top: 60px;
    top: 0;
    float: right;
}
@media only screen and (max-width: 1200px) {
    body.home .nectar-slider-wrap .content {
        top: 50px !important;
    }
}
@media only screen and (max-width: 1000px) {
    body.home .nectar-slider-wrap .content {
        top: 0 !important;
    }
    .nectar-slider-wrap .content {
        top: 100px !important;
    }
    .nectar-slider-wrap .content .soft-caption-img {
        display: none;    
    }
}
@media only screen and (max-width: 768px) {
    body.home .nectar-slider-wrap .soft-caption-text {
        margin-top: 40px;
    }
    body.home .nectar-slider-wrap .content {
        top: 0 !important;
    }
    .nectar-slider-wrap .content {
        top: 50px !important;
    }
}
@media only screen and (max-width: 480px) {
    .nectar-slider-wrap .soft-caption-text .soft-novedad {
        padding: 8px !important;
    }
    body.home .nectar-slider-wrap .soft-caption-text {
        margin-top: 20px;
    }
    body.home .nectar-slider-wrap .content {
        top: 0 !important;
    }
    .nectar-slider-wrap .content {
        top: 20px !important;
    }
}
/*------------*/
/*---BODY---*/
.soft-licencias .wpb_text_column {
    margin-bottom: 30px;
}
.soft-licencias .wpb_text_column p {
    font-size: 18px;
    color: #1D4789;
}
.soft-videos .wpb_text_column.soft-videos-text p {
    font-size: 18px;
    color: #fff;
    margin-top: 20%;
}
.soft-videos .wpb_text_column img {
    margin: auto;
}
.soft-solicite .wpb_text_column h2 {
    color: #1D4789 !important;
    margin-bottom: 20px;
}
.soft-solicite .wpb_text_column h2 span {
    font-size: 30px;
    font-weight: 300;
}
.soft-solicite .wpb_text_column p {
    color: #1D4789;
    font-size: 16px;
}
.soft-solicite .wpb_text_column p a, .soft-blog .soft-link, .soft-portfolio-side .soft-link, .soft-more-info .soft-link {
    margin: 20px 0;
    display: inline-block;
    padding: 8px 27px;
    border: 2px solid #1D4789;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.soft-solicite .wpb_text_column p a:hover, .soft-blog .soft-link:hover, .soft-more-info .soft-link:hover {
    color: #fff;
    background: #1D4789;
}
.posts-container article .more-link {
    display: none !important;
}
.soft-blog #post-area {
    margin-bottom: 0;
}
.soft-videos .wpb_text_column.soft-all {
    margin-top: 20px;
}
.soft-videos .wpb_text_column.soft-all a {
    color: #fff;
    text-decoration: underline;
}
.soft-videos .wpb_text_column.soft-all a:hover {
    color: #fff;
    text-decoration: none;
}
.soft-portfolio .wpb_text_column {
    margin-bottom: 30px;
}
.soft-portfolio .wpb_text_column p {
    font-size: 18px;
    color: #1D4789;
}
.soft-portfolio .soft-portfolio-side {
    padding: 50px 30px;
}
.soft-portfolio .soft-portfolio-side .wpb_text_column p {
    color: #fff;
    font-size: 16px;
}
.soft-portfolio .soft-portfolio-side .wpb_text_column.soft-num p {
    width: 50%;
    margin: auto;
    border: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding: 15px 10px;
}
.soft-portfolio .soft-portfolio-side .wpb_text_column ul li {
    color: #fff;
}
.soft-portfolio .soft-portfolio-side .nectar-fancy-ul ul li {
    color: #fff;
}
.soft-portfolio .soft-portfolio-side .nectar-fancy-ul ul li i {
    color: #fff !important;
}
.soft-portfolio .soft-portfolio-side .soft-poder {
    margin-bottom: 10px;
}
.soft-portfolio .soft-portfolio-side .soft-num {
    text-align: center;
}
.soft-portfolio-side .soft-link {
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 8px 27px;
    border: 2px solid #1D4789;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
    background: #1D4789;
    color: #fff;
}
.soft-portfolio-side .soft-link:hover {
    background: transparent;
}
.soft-portfolio-side .soft-contact {
    color: #fff;
    text-decoration: underline;
}
.soft-portfolio-side .soft-contact:hover {
    text-decoration: none;
}
.soft-licencias.soft-webinars .soft-ts {
    display: inline-block;
}
.soft-licencias.soft-webinars .soft-demo-link {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-top: -10px;
}
.soft-licencias.soft-webinars .soft-demo-link .soft-link {
    display: inline-block;
    padding: 8px 27px;
    border: 2px solid #1D4789;
    border-radius: 30px;
    font-weight: 700;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
    font-size: 16px;
    text-align: center;
}
.soft-licencias.soft-webinars .soft-demo-link .soft-link:hover {
    color: #fff;
    background: #1D4789;
}
.soft-licencias.soft-webinars .soft-webinars-text p {
    font-size: 16px;
    color: #414141;
}
h6 {
    color: #1D4789 !important;
    margin-bottom: 20px !important;
}
body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
    font-size: 36px !important;
    line-height: 36px !important;
    text-transform: uppercase;
    width: 50%;
    margin-bottom: 0;
    margin-top: 15px;
}
html body.single-post .row .col.section-title h1 {
    width: 100%;
}
#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader {
    font-size: 24px !important;
    line-height: 24px !important;
}
#page-header-bg .subheader {
    position: relative;
    background: #00a1e4;
    padding: 3px 25px;
    text-transform: uppercase;
}
.soft-casos .nectar-fancy-box .inner {
    text-align: center;
    font-size: 18px;
    padding-top: 100px;
}
blockquote {
    background: rgba(0, 161, 228, .7);
    padding: 30px;
    color: #fff;
    text-align: center;
}
blockquote i {
    opacity: .7;
    margin-right: 15px !important;
}
h6.soft-blog-aside {
    text-align: center;
}
h6.soft-blog-aside a:hover {
    color: #00a1e4;
}
#sidebar ul#social {
    margin-top: 10px;
}
#sidebar ul#social li {
    display: inline-block;
    padding-bottom: 0 !important;
    border-bottom: 0;
}
#sidebar ul#social li a {
    padding: 0 7px;
    display: flex;
}
#sidebar ul#social li a i {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    background-color: #1D4789;
}
#sidebar ul#social li a:hover i {
    color: #00a1e4 !important;
}
#sidebar ul#social li:first-child a {
    padding: 0;
    padding-right: 7px;
}
#sidebar ul#social li:last-child a {
    padding: 0;
    padding-left: 7px;
}
article.certificados .post-content {
    position: relative;
    min-height: 98px;
    padding-left: 0 !important;
}
article.certificados .post-meta {
    display: none;
}
article.mi-certify {
    padding: 15px 0;
}
article.mi-certify .mi-certify-img a {
    display: inline-block;
}
article.mi-certify .mi-certify-img {
    width: 30%;
    display: inline-block;
    padding-top: 15px;
}
article.mi-certify .mi-certify-img a img {
    margin-bottom: 0 !important;
}
article.mi-certify .mi-certify-text {
    width: auto;
    max-width: 80%;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}
body.woocommerce-account .woocommerce {
    padding-top: 40px;
}
.masonry.classic_enhanced .posts-container article .meta-category a {
    background: #1d4789 !important;
    border-color: #1d4789 !important;
    color: #fff !important;
}
.masonry.classic_enhanced .posts-container article .meta-category a:hover {
    background: #eef2f5 !important;
    color: #1d4789 !important;
}
.soft-post-img {
    margin-bottom: 25px !important;
}
body.single-product .product {
    margin-top: 60px;
}
.testimonios-slider .image-icon {
    display: none;
}
.testimonios-slider p {
    color: #fff !important;
    padding-left: 25px;
}
.testimonios-slider span {
    color: #fff !important;
    padding-left: 36px;
    font-weight: 600;
}
.testimonios-slider .controls {
    opacity: 0.6;
}
.testimonial_slider .controls ul li span.pagination-switch {
    padding-left: 0;
    border: 1px solid #474747;
}
.testimonial_slider .controls ul li span.pagination-switch:hover, .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #474747;
}
body .testimonial_slider blockquote span {
    font-size: 16px !important;
}
body h3, h2.t3, #sidebar h4 {
    border-left: 5px solid #67aeea;
    padding: 4px 12px;
    color: #1d4789;
    font-weight: 300 !important;
    margin-bottom: 15px !important;
    font-size: 24px !important;
    line-height: 24px !important;
}
#sidebar h4 {
    text-transform: none;
    font-size: 24px !important;
    line-height: 24px;
}
body h3.title {
    border-left: none;
    padding: 0;
}
.nectar-fancy-ul ul li {
    margin-bottom: 5px;
}
.soft-solpro.column_container:before {
    border-radius: 10px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}
.soft-solpro.column_container img {
    width: 60%;
}
.carousel .soft-solpro.column_container img {
    width: 35%;
}
.soft-solpro.column_container:hover:before {
    background-color: #67aeea;
}
.soft-solpro.column_container:hover .img-with-aniamtion-wrap {
    opacity: .6;
}
.soft-solpro.column_container p:first-child {
    padding-bottom: 10px;
    padding-top: 25px;
    font-size: 18px;
    color: #1d4789;
}
.soft-solpro.column_container:hover .wpb_text_column {
    z-index: 100;
}
.soft-solpro.column_container:hover p {
    color: #fff;
}
.tmm_member {
    border-top: solid 5px #67aeea !important;
    border-radius: 20px !important;
    border-bottom: 5px solid #eef2f5 !important;
}
.tmm .tmm_wrap .tmm_member .tmm_photo {
    width: 125px !important;
    height: 125px !important;
    border-radius: 25px !important;
    border: 5px solid #eef2f5 !important;
}
#sidebar, .single-post #sidebar, .single-portfolio #sidebar {
    margin-top: 0 !important;
    background: #fff;
    padding: 2%;
    border-radius: 0 0 10px 10px;
    width: 24%;
}
#post-area, .single-post #post-area, .single-portfolio #post-area {
    width: 74%;
}
#sidebar ul.dpe-flexible-posts li, .ascend #sidebar ul.dpe-flexible-posts li {
    border: 1px solid #e6e6e6 !important;
    border-radius: 5px;
    padding: 0 !important;
    margin-bottom: 15px;
}
#sidebar ul.dpe-flexible-posts li a, .ascend #sidebar ul.dpe-flexible-posts li a {
    display: -webkit-flex;
    display: flex;
}
#sidebar ul.dpe-flexible-posts li img {
    width: 30%;
    height: 30%;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}
#sidebar ul.dpe-flexible-posts li div {
    width: 70%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
#sidebar ul.dpe-flexible-posts li div p.soft-date {
    padding: 0;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0;
}
#sidebar ul.dpe-flexible-posts li div p.soft-ptitle {
    font-weight: bold;
}
h3#reply-title {
    border-left: 0;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    color: #414141;
    padding: 0;
}
body.single-post span.meta-category {
    display: none;
}
.toggles h3 {
    padding: 0;
    border: 0;
}
input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
    background: #fff;
}
input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
    background: #fff;
}
.soft-boxed .boxed {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.soft-boxed .boxed:hover {
    background-color: rgba(255,255,255,.4);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    top: 0;
}
.grafico-consultas .vertical-page {
    margin-bottom: 0;
}
.grafico-consultas .vertical-page + div {
    display: none;
}
article.masonry-blog-item span.post-featured-img img {
    min-height: 250px;
}
body.single-product div.related.products h3 {
    border-left: 0;
}
body.single-product div.related.products ul.products li {
    float: none;
    display: inline-block;
}
body.single-product div.related.products ul.products li.first {
    margin-right: 0;
}
body.single-product div.product_meta {
    display: none;
}
body.page-template-certificado #sidebar {
    display: none;
}
body.page-template-certificado #post-area {
    width: 100%;
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
    margin-left: 0;
}
body [class^="icon-"].icon-default-style.soft-grey {
    color: #7d7d7d !important;
}
body .soft-tabla [class^="icon-"].icon-default-style {
    line-height: 24px!important;
    height: 24px;
    width: 24px;
    font-size: 24px!important;
}
.soft-tabla .wpb_wrapper .wpb_row:nth-child(even) {
    background: #fff;
}
.soft-tabla .wpb_wrapper .wpb_row {
    padding: 10px !important;
    margin-bottom: 0 !important;
}
#single-below-header .meta-comment-count, #single-below-header .meta-author {
    display: none !important;
}
#single-below-header .meta-date {
    font-size: 14px !important;
    border-left: none !important;
}
.bottom_controls {
    display: none !important;
}
.single-portfolio .container-wrap .container.main-content {
    padding-bottom: 50px;
}
.single-portfolio .title-wrap {
    padding-top: 30px;
}
.portfolio-items .work-item .work-info h3 {
    border-left: none;
}
.nectar-fancy-box:hover .box-bg:after {
    background-color: rgba(0, 161, 228, .8);
}
.soft-divider .divider-border {
    margin-top: 0 !important;
}
.soft-boxed .carousel-heading .uppercase, .soft-solpro .carousel-heading .uppercase, .soft-boxed .carousel-heading .carousel-prev:after, .soft-solpro .carousel-heading .carousel-prev:after, .soft-boxed .carousel-heading .carousel-next:after, .soft-solpro .carousel-heading .carousel-next:after, .soft-boxed .carousel-heading .item-count, .soft-solpro .carousel-heading .item-count {
    display: none !important;
}
.soft-carousel-img .owl-carousel img {
    max-width: auto !important;
    width: auto !important;
}
.soft-boxed .carousel-heading .control-wrap, .soft-solpro .carousel-heading .control-wrap {
    padding: 0px 10px;
    float: right;
    right: 0;
    position: static;
}
.soft-boxed .carousel-heading .carousel-prev, .soft-boxed .carousel-heading .carousel-next, .soft-solpro .carousel-heading .carousel-next, .soft-solpro .carousel-heading .carousel-prev {
    height: 34px;
    width: 17px;
    line-height: 34px;
}
.soft-boxed .carousel-heading .carousel-prev i, .soft-boxed .carousel-heading .carousel-next i, .soft-solpro .carousel-heading .carousel-next i, .soft-solpro .carousel-heading .carousel-prev i {
    font-size: 34px;
    line-height: 34px;
    height: 34px;
}
.soft-boxed .carousel-heading .carousel-prev.next-hovered, .soft-solpro .carousel-heading .carousel-prev.next-hovered {
    transform: translateX(0) !important;
}
.soft-side {
    padding-left: 2.1%;
    border-left: 1px solid #ddd;
}
.portfolio-items .casos-de-exito .inner-wrap .work-info:hover .vert-center {
    z-index: 100;
}
.portfolio-items .casos-de-exito .inner-wrap .work-info:hover a {
    background: rgba(0,161,228,.8) !important;
}
.nectar-flip-box .flip-box-back .inner {
    width: 100%;
    height: 100%;
}
.nectar-flip-box .flip-box-back .inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 200px;
    padding-right: 65px;
    text-align: center;
    color: #00a1e4;
    opacity: 0;
}
.nectar-flip-box .flip-box-front .inner {
    font-size: 24px;
    line-height: 28px;
}
.nectar-flip-box .inner {
    padding: 35px !important;
}
.soft-formulario {
    padding: 30px !important;
}
.soft-formulario .row-bg{
    border-radius: 15px;
}
.soft-formulario .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
.soft-formulario .wpb_wrapper .soft-der {
    float: right;
}
.soft-formulario .wpb_wrapper .soft-izq {
    float: left;
}
.soft-formulario .wpb_wrapper .soft-der, .soft-formulario .wpb_wrapper .soft-izq {
    width: 49%;
}
.soft-formulario .wpb_wrapper .soft-der textarea {
    height: 140px;
    max-height: 280px;
}
.soft-formulario .wpb_wrapper .soft-der input, .soft-formulario .wpb_wrapper .soft-der img {
    float: right;
}
.soft-formulario .wpb_raw_html p {
    color: #fff;
}
.soft-formulario .wpb_raw_html p select {
    margin-top: 5px;
}
.soft-formulario .wpb_wrapper .soft-der span {
    background: #fff;
    display: flex !important;
}
.soft-formulario .wpb_wrapper .soft-izq span {
    background: #fff;
}
.soft-formulario .wpb_wrapper .soft-der input {
    font-weight: 700;
    letter-spacing: 1px;
    background: #1d4789;
    border: 3px solid transparent;
}
.soft-formulario .wpb_wrapper .soft-der input:hover {
    background: transparent !important;
    border: 3px solid #1d4789;
}
body[data-button-style="rounded"].ascend .container-wrap input[type="submit"], body[data-button-style="rounded"].ascend .container-wrap button[type="submit"] {
    padding: 8px 28px !important;
}
.soft-form .wpb_text_column p {
    color: #fff;
}
.soft-form form span {
    background: #fff;
}
.soft-form form textarea {
    display: flex !important;
    max-height: 280px;
}
.soft-form form input[type=submit] {
    font-weight: 700;
    letter-spacing: 1px;
    background: #1d4789;
    border: 3px solid transparent;
    float: right;
}
.soft-form form input[type=submit]:hover {
    background: transparent !important;
    border: 3px solid #1d4789;
}
.soft-form form img {
    float: right;
}
body.woocommerce-account .woocommerce {
    background: #fff;
    margin-top: 40px;
    padding: 30px !important;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: auto;
    padding-right: 30px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    list-style: none !important;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}
.c-certificados {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 30px;
}
.c-certificados-img {
    height: 200px;
    line-height: 200px;
}
.c-certificados-img img {
    vertical-align: middle;
}
#post-area article .img-link {
    max-height: 250px;
}
li.menu-item-has-children li.menu-item-has-children > a:after {
    display: none;
}
.sf-menu li ul li.sfHover > a, .sf-menu li ul li > a span.sf-sub-indicator [class^="icon-"], .sf-menu li ul li.sfHover > a span.sf-sub-indicator [class^="icon-"] {
    color: #fff !important;
}
.slide-out-widget-area-toggle .icon-reorder {
    background: transparent;
    color: #1d4789;
}
header#top .span_9 > .slide-out-widget-area-toggle {
 top: 18.5px;
 bottom: 0;
}
header#top #mobile-cart-link i {
    color: #1d4789;
}
#breadcrumbs {
    padding-bottom: 20px;
    padding-top: 60px;
}
#post-area #breadcrumbs {
    padding-top: 20px;
	padding-bottom: 20px;
}
#header-outer {
    padding-bottom: 0 !important;
}
#header-outer header#top ul.sf-menu > li.menu-item > a {
    padding-bottom: 35px !important;
}
#header-outer header#top ul.sf-menu > li.menu-item.current_page_parent > a, #header-outer header#top ul.sf-menu > li.menu-item.current-menu-item > a {
    border-bottom: 5px solid #00a1e4;
}
body.home #header-outer header#top ul.sf-menu > li.menu-item > a {
    padding-bottom: 40px !important;
}
body.single-post #breadcrumbs {
    display: none;
}
.carousel-wrap.products-carousel h3, .products h3 {
    border-left: 0;
}
.carousel-wrap.products-carousel {
    padding-top: 15px;
}
body.post-type-archive-product .full-width-content {
    max-width: 100%;
    padding-top: 15px;
    margin-left: 0 !important;
}
body.post-type-archive-product .full-width-content .page-title, body.post-type-archive-product .full-width-content .woocommerce-result-count {
    padding-left: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.woocommerce nav.woocommerce-pagination ul li a {
    text-align: center;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
    margin: 0 5px !important;
}
.woocommerce .products.related .product, .woocommerce .products.upsells .product {
    width: 23% !important;
}
html .woocommerce-MyAccount-content div.woocommerce-info {
    background-color: transparent !important;
    color: #414141 !important;
    width: 80%;
    float: right;
}
.woocommerce-MyAccount-content .woocommerce-info a {
    color: #1d4789 !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    padding-top: 15px;
}
.woocommerce-EditAccountForm.edit-account {
    width: 80%;
    float: right;
}
#header-outer .widget_shopping_cart .cart_list a {
    color: #00a1e4 !important;
}
body.page-id-2339 #breadcrumbs, body.page-id-2342 #breadcrumbs {
    display: none;
}
label[for="tipo-curso"] {
    color: #fff !important;
    font-size: 16px !important;
}
input, text-area, select {
    font-family: Roboto, sans-serif !important;
}
#customer-login .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    padding-top: 0;
}
.sf-menu li.sfHover + li {
    z-index: 9;
}
.soft-flip-text {
    font-size: 24px;
    line-height: 24px;
    color: #414141;
}
#page-header-bg .subheader {
    display: inline-block;
}
body.single-portfolio #breadcrumbs {
    display: none;
}
.soft-home-products .wpb_wrapper img {
    max-width: 100px;
    margin-bottom: 10px !important;
}
body.single-certificados #sidebar, body.single-certificados #single-below-header {
    display: none;
}
body.single-certificados #breadcrumbs {
    padding-bottom: 27px;
}
body.single-certificados .post-featured-img {
    display: block;
    padding-bottom: 27px;
}
body.search-results h1 {
    font-weight: 300 !important;
    margin-top: 30px !important;
}
body.search-results h1 span {
    font-size: 28px !important;
    color: #1d4789 !important;
    font-weight: 600 !important;
}
body.single-post h3 {
    text-align: center;
    border-left: none;
    padding: 4px 0;
}
header#top .container .row > .col.span_3 {
    margin-right: 0 !important;
}
#footer-outer .wpcf7-mail-sent-ok {
 color: #398f14 !important;
}
#search-outer #search #search-box .constru-loader {
    text-align: center;
    padding-top: 20px;
}
body.ascend #search-outer #search input[type="text"] {
    font-size: 60px !important;
}
#header-secondary-outer .constru-tel-pe, #header-secondary-outer .constru-tel-co, #header-secondary-outer .constru-tel-cl, #header-secondary-outer .constru-mail-la {
    display: none !important;
}
#header-secondary-outer .constru-tel-pe a, #header-secondary-outer .constru-tel-co a, #header-secondary-outer .constru-tel-cl a, #header-secondary-outer .constru-tel-es a {
    border-right: none !important;
}

@media only screen and (max-width: 1350px) {
    .swiper-slide[data-x-pos="right"] .content, .swiper-slide[data-x-pos="left"] .content {
        width: 60%;
    }
    .nectar-slider-wrap .soft-content {
        margin-top: 15px;
    }
    .nectar-slider-wrap .soft-home-slider .soft-caption-text {
        padding: 20px;
    }
    div.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p {
        font-size: 14px !important;
    }
    body.home .nectar-slider-wrap .soft-home-slider .soft-caption-text h1 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text span, .nectar-slider-wrap .soft-caption-text.soft-nohome span {
    font-size: 18px !important;
    line-height: 22px !important;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text .homesmall, .nectar-slider-wrap .soft-caption-text.nohome .homesmall {
    display: none;
}
.nectar-slider-wrap .soft-pbim .content .soft-caption-img {
    padding: 0 !important;
    padding-top: 40px !important;
}
}
@media only screen and (max-width: 1200px) {
    .soft-licencias .nectar-fancy-box {
        padding: 6% 3%;
    }
    .nectar-slider-wrap .soft-caption.soft-nohome {
        padding: 20px;
        padding-top: 20px !important;
        margin-top: 25px;
    }
    .nectar-slider-wrap .soft-pbim .content .soft-caption-img {
        margin-top: 25px;
        padding-top: 20px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .nectar-flip-box .flip-box-front .inner {
        font-size: 18px;
    }
    .nectar-flip-box .flip-box-back .inner {
        padding: 15px !important;
    }
    .soft-flip-text {
    font-size: 18px;
    line-height: 18px;
}
}
@media only screen and (max-width: 1000px) {
    .soft-licencias .nectar-fancy-box {
        padding: 13%;
    }
    header#top .span_9 > .slide-out-widget-area-toggle {
        top: 26.5px;
    }
    .soft-videos .wpb_text_column.soft-videos-text p, .soft-videos .wpb_text_column.soft-all {
        text-align: center;
    }
    .soft-solicite .wpb_text_column {
        width: 50%;
    }
    body #page-header-bg h1 {
        width: 100%;
    }
    .soft-tabla {
    overflow: hidden;
}
.soft-tabla .vc_col-sm-12.column_container {
    white-space: nowrap;
    overflow: auto;
}
.soft-tabla .vc_col-sm-12.column_container > .wpb_wrapper {
    min-width: 1245px;
}
.soft-tabla .vc_col-sm-2 {
        width: 14% !important;
        white-space: normal;
    }
    .nectar-slider-wrap .soft-caption.soft-nohome {
    margin-top: 15px;
}
.nectar-slider-wrap .content {
    top: 0 !important;
}
.nectar-slider-wrap .soft-pbim .content {
    padding: 0;
}
#post-area, #sidebar {
    width: 100%;
}
.soft-formulario .wpb_wrapper .soft-der, .soft-formulario .wpb_wrapper .soft-izq {
    width: 100%;
}
.soft-formulario .wpb_wrapper .soft-izq {
    margin-bottom: 27px;
}
}
@media only screen and (max-width: 800px) {
    body.home .nectar-slider-wrap .soft-caption-text {
        margin-top: 0;
    }
    .swiper-slide[data-x-pos="right"] .content, .swiper-slide[data-x-pos="left"] .content {
        width: 100%;
    }
    .nectar-slider-wrap .soft-home-slider .soft-caption-text {
        padding: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .soft-side {
        padding-left: 0;
        border-left: 0;
    }
}
@media only screen and (min-width:690px) and (max-width: 1000px) {
    #page-header-bg .span_6 .inner-wrap h1, .overlaid-content h1 {
        font-size: 32px !important;
        line-height: 38px !important;
    }
}
@media only screen and (max-width: 690px) {
    .soft-videos .wpb_text_column.soft-videos-text p {
        margin-top: 0;
    }
    .soft-licencias.soft-webinars .soft-demo-link {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
        font-size: 14px !important;
        padding: 5px 10px;
    }
    .swiper-slide[data-x-pos="right"] .content, .swiper-slide[data-x-pos="left"] .content {
        width: 100%;
    }
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 14px !important;
    line-height: 16px !important;
}
body.home .nectar-slider-wrap .soft-home-slider .soft-caption-text h1 {
    font-size: 20px !important;
    line-height: 24px !important;
}
.nectar-slider-wrap .soft-home-slider .soft-caption-text span, .nectar-slider-wrap .soft-caption-text.soft-nohome span {
    font-size: 16px !important;
    line-height: 20px !important;
}
.nectar-slider-wrap .soft-caption-text .soft-novedad {
    display: none;
}
.nectar-slider-wrap .soft-caption-text h1 {
    margin-top: 0;
}
.nectar-slider-wrap .soft-caption.soft-nohome {
    padding: 20px;
    padding-top: 20px !important;
}
.nectar-slider-wrap .soft-caption-text h1 {
    font-size: 22px;
    line-height: 24px;
}
#header-secondary-outer .container nav ul#social, #header-secondary-outer .container nav ul.sf-menu {
        float: none !important;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .soft-solicite .wpb_text_column {
        width: 100%;
    }
    #page-header-bg .subheader {
        line-height: 18px !important;
    }
}
@media only screen and (max-width: 1320px) {
    #header-outer header#top ul.sf-menu > li.menu-item > a {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 0px;
        /*padding-right: 14px!important;*/
    }
}
@media only screen and (max-width: 1125px) {
    #header-outer header#top ul.sf-menu > li.menu-item > a {
        padding-right: 5px!important;
    }
}
@media only screen and (max-width: 1125px) and (min-width: 1001px) {
    header#top .span_9 > .slide-out-widget-area-toggle {
        margin-top: 18.5px;
    }
}
@media only screen and (max-width: 1125px) and (min-width: 1001px) {
    header#top #toggle-nav, header#top #mobile-cart-link, header#top .span_9 > .slide-out-widget-area-toggle {
        display: block!important;
        margin-top: 18.5px;
    }
}
@media only screen and (max-width: 1125px) and (min-width: 1001px) {
    #header-outer header#top nav {
         display: none!important;
    }
}
/*----------*/