/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: bb
Version: 0.1
*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,400,500,700');*/

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/Montserrat/Montserrat-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/Montserrat/Montserrat-Bold.ttf') format('ttf');
}


/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('ttf');
}

/* Inicio Popup */
html .pum-container.pum-responsive img {
	margin: 0!important;
}
html .pum-container.pum-responsive.pum-responsive-medium {
	max-width: 600px!important;
	width: 100%!important;
}
html .pum-theme-lightbox .pum-content p {
	padding: 0!important;
}
/* Fin Popup */

p {
    padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;	
    font-weight: 500;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #343434;
    font-size: 13.5px;
}

body.home {
    font-size: 15px;
    line-height: 17px;
}

.container-wrap {
    min-height: 300px;
}

.bold, strong, b {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

header#top nav>ul>li>a {
    font-size: 15px;
    line-height: 14px;
}

#header-secondary-outer nav>ul.sf-menu>li>a {
    font-size: 14px!important;
    line-height: 16px!important;
    padding: 0 10px!important;
    margin: 10px 0!important;
}

body[data-header-color="custom"] #header-secondary-outer nav>ul>li:last-child {
    border-right: none!important;
}

body[data-header-color="custom"] #header-secondary-outer .container {
    padding: 5px 50px;
}

body[data-header-color="custom"] #header-outer .container, #footer-outer .container {
    padding: 0 50px;
}

body[data-header-color="custom"] #header-secondary-outer nav>ul>li>a {
    border: none!important;
}

body[data-header-color="custom"] #header-secondary-outer nav>ul>li.btn-accesibilidad>a {
    background-color: #fff;
    color: #343434!important;
    border-radius: 5px;
    padding: 8px 10px!important;
    position: relative;
}

header#top #logo {
    margin-top: 24px;
    margin-bottom: 24px;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

header#top #logo img {
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

body[data-header-color="custom"] #header-secondary-outer nav>ul>li.btn-accesibilidad>a img {
    float: left;
    margin-right: 5px;
}

body[data-header-color="custom"] header#top nav ul #search-btn>div {
    border-left: 1px solid #dfdfdf;
}

body #header-outer {
    padding-top: 0!important;
}

header#top nav>ul li#search-btn {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

header#top nav ul #search-btn a {
    width: 100%;
    height: 100%;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li:not([class*="button_"])>a:after {
    border-top: 4px solid #000;
}

body #header-outer header#top nav ul #search-btn>div {
    padding-top: 43px;
    padding-bottom: 26px;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

body #header-outer header#top nav>ul>li>a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
    text-align: center;
}

body #header-outer header#top nav>ul>li {
    padding-top: 55px!important;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

body #header-outer header#top nav>ul>li#search-btn {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

#header-outer[data-lhe="animated_underline"] header#top nav>ul>li>a:after {
    border-color: #910023!important;
}


/* INICIO SMALL NAV */

body #header-outer.small-nav header#top #logo {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

body #header-outer.small-nav header#top nav ul #search-btn>div {
    padding-top: 30px;
    padding-bottom: 15px;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}

body #header-outer.small-nav header#top nav>ul>li {
    padding-top: 40px!important;
    transition: all 1s ease;
    -webkit-transition-duration: all 1s ease;
    -o-transition-property: all 1s ease;
}


/* FIN SMALL NAV */


/* INICIO SLIDER */

.gyges .tp-tab-title {
    color: #343434;
}

.gyges .tp-tab:hover, .gyges .tp-tab.selected {
    background: #aa001e;
}

.gyges .tp-tab {
    transition: all 0.25s ease;
    -webkit-transition-duration: all 0.25s ease;
    -o-transition-property: all 0.25s ease;
    border-bottom: 1px solid #dfdfdf;
    height: 80px!important;
}

.gyges .tp-tab:hover .tp-tab-title, .gyges .tp-tab.selected .tp-tab-title {
    color: #fff;
}

.tp-tabs, .tp-thumbs {
    background-color: #fff;
}

.gyges .tp-tab-image {
    width: 100px;
    height: 60px;
}

.gyges .tp-tab-content {
    padding: 15px 15px 15px 130px;
}

.slider-home-mobile, .slider-home-desktop {
    margin-bottom: 0!important;
}
.slider-home-desktop {
border: 1px solid #dfdfdf;
}

/* FIN SLIDER */

.nectar-button.regular-button.extra-color-1 {
    border-radius: 5px!important;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2px;
    font-weight: 300;
}

.title-underline-left {
    color: #616161!important;
    font-size: 31px;
    letter-spacing: 3px;
    line-height: 37px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.title-underline-left:after {
    content: "";
    display: block;
    background-color: #4f1e46;
    width: 58px;
    height: 4px;
    margin: 22px 0 32px 0;
}

.title-underline-center {
    color: #616161;
    font-size: 31px;
    line-height: 32px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.title-underline-center:after {
    content: "";
    display: block;
    background-color: #4f1e46;
    width: 58px;
    height: 4px;
    margin: 22px auto 32px auto;
}

.news-excerpt-off .blog-recent div p, .home .news-excerpt-off .blog-recent .col .post-header span, .news-without-read-more .blog-recent span {
    display: none!important;
}

.news-excerpt-off .blog-recent img {
    width: 100%;
}

.home .news-excerpt-off .blog-recent .col .post-header span.meta {
    color: #979797!important;
    font-size: 12px;
    display: block!important;
    margin-top: 12px;
    text-transform: capitalize;
}

.home .news-excerpt-off .blog-recent .col .post-header h3 a {
    color: #343434!important;
    font-weight: 400;
}

.home .news-excerpt-off .blog-recent .col .post-header h3, .news-excerpt-off .blog-recent[data-style="default"] .col .post-header h3 {
    line-height: 20px;
}

.home .news-excerpt-off .blog-recent .col .post-header, .home .news-excerpt-off .blog-recent .col .post-header h3 {
    margin-bottom: 0!important;
}

.news-excerpt-off .blog-recent .col {
    margin-bottom: 25px;
}

.news-without-read-more .blog-recent .col {
    padding: 0;
    margin-bottom: 30px;
}

.news-without-read-more .blog-recent span.meta {
    color: #343434!important;
    font-size: 14px;
    margin-bottom: 0;
    display: block!important;
    text-transform: capitalize;
}

.news-without-read-more .blog-recent span.meta a {
    display: none;
}

.home .news-without-read-more .blog-recent .col .post-header h3 {
    color: #343434!important;
    font-size: 19px!important;
    font-weight: 500!important;
}

.news-without-read-more .blog-recent .col p {
    padding-bottom: 0;
}

.buttons-with-background .nectar-fancy-box .inner {
    min-height: auto!important;
    padding-bottom: 0;
}

.buttons-with-background .nectar-fancy-box {
    padding: 30px 5px;
}

.buttons-with-background .nectar-fancy-box .inner p {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

.buttons-with-background .nectar-fancy-box .inner p strong {
    font-weight: 500;
}

.buttons-with-background .nectar-fancy-box:after {
    display: none;
}

.max-width-570 {
    max-width: 570px;
    margin: 0 auto;
}

.max-width-820 {
    max-width: 800px;
    margin: 0 auto;
}

.max-width-908 {
    max-width: 908px;
    margin: 0 auto;
}

#footer-outer #footer-widgets {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2016/12/Background-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ascend #footer-outer .widget h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

.footer-info-table {
    font-size: 15px!important;
    line-height: 17px!important;
}

.footer-info-table tr td.footer-info-table-img {
    width: 20px;
}

.footer-info-table tr td {
    vertical-align: top;
}
body #footer-outer #footer-widgets .col ul li {
border-bottom: none!important;
}
#text-4 em {
    font-size: 13px;
}

#footer-outer .row {
    padding: 30px 0px;
}

#footer-outer #copyright ul.social-footer li a i:hover {
    color: #9c9c9c!important;
}

#footer-outer #copyright p {
    font-size: 15px;
    font-weight: 300;
}

#footer-outer #copyright {
    padding: 15px 0;
}

header#top .span_9>.slide-out-widget-area-toggle {
    top: 45%;
}

#mobile-menu {
    background-color: #fff;
}

#mobile-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #343434!important;
}

#mobile-menu input[type=text] {
    background-color: #f3f3f3;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    color: #343434!important;
    border-bottom: none!important;
}

#page-header-bg h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600!important;
    letter-spacing: 4px;
    font-size: 46px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.title-border-bottom {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 8px;
    margin-bottom: 16px!important;
    border-bottom: 1px solid #d5d5d5;
}

.search .row .col.section-title {
    padding: 0px;
    border-bottom: none;
}

.search .row .col.section-title h1 {
    font-size: 28px!important;
    font-weight: 500!important;
    line-height: 32px!important;
    padding-bottom: 8px;
    margin-bottom: 16px!important;
    border-bottom: 1px solid #d5d5d5;
    font-family: 'Roboto', sans-serif!important;
}

body.search .row .col.section-title h1 {
    font-size: 28px!important;
}

body.search .row .col.section-title span {
    font-size: 28px!important;
    font-weight: 400!important;
    line-height: 32px!important;
    font-family: 'Roboto', sans-serif!important;
}

article.result .title a {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500;
}

#search-results .result .title span, #search-no-results .result .title span {
    font-family: 'Roboto', sans-serif!important;
    font-size: 13px;
}

.title-without-border-bottom {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px!important;
}

.block-title-border-bottom-without-margin {
    margin-bottom: 0!important;
}

body.home .breadcrumbs {
    display: none;
}

.breadcrumbs {
    color: #979797;
    font-size: 12px;
    line-height: 16px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #979797;
}

.sidebar-menu #sidebar h4, .sidebar-team #sidebar h4, body.search-results #sidebar h4, body.search-no-results #sidebar h4 {
    font-family: 'Roboto', sans-serif;
    color: #343434;
    font-size: 28px;
    font-weight: 500!important;
    line-height: 32px;
    padding-bottom: 8px!important;
    margin-bottom: 5px!important;
    border-bottom: 1px solid #d5d5d5;
    text-transform: none;
    letter-spacing: inherit;
}

.blog-news #sidebar h4, body.single-post #sidebar h4 {
    font-family: 'Roboto', sans-serif;
    color: #343434;
    font-size: 28px;
    font-weight: 500!important;
    line-height: 32px;
    padding-bottom: 8px;
    text-transform: none;
    letter-spacing: inherit;
}

.sidebar-menu #sidebar .widget.widget_nav_menu li a, .sidebar-team #sidebar .widget.widget_nav_menu li a, body.search-results #sidebar .widget.widget_nav_menu li a, body.search-no-results #sidebar .widget.widget_nav_menu li a {
    color: #343434;
    font-size: 19px;
    padding-left: 10px;
}

.sidebar-menu #sidebar .widget.widget_nav_menu li, .sidebar-team #sidebar .widget.widget_nav_menu li, body.search-results #sidebar .widget.widget_nav_menu li, body.search-no-results #sidebar .widget.widget_nav_menu li {
    border-bottom: 1px solid #d5d5d5!important;
}

.ascend .sidebar-menu #sidebar .widget.widget_nav_menu li, .ascend .sidebar-team #sidebar .widget.widget_nav_menu li, body.search-results.ascend #sidebar .widget.widget_nav_menu li, body.search-no-results.ascend #sidebar .widget.widget_nav_menu li {
    padding: 7px 0 7px 15px!important;
}

.ascend .sidebar-menu #sidebar .widget.widget_nav_menu li a:hover, .ascend .sidebar-team #sidebar .widget.widget_nav_menu li a:hover, body.search-results.ascend #sidebar .widget.widget_nav_menu li a:hover, body.search-no-results.ascend #sidebar .widget.widget_nav_menu li a:hover {
    color: #c70019;
}

.ascend .sidebar-menu #sidebar .widget.widget_nav_menu li a span, .ascend .sidebar-team #sidebar .widget.widget_nav_menu li a span, body.search-results.ascend #sidebar .widget.widget_nav_menu li a span, body.search-no-results.ascend #sidebar .widget.widget_nav_menu li a span {
    color: #c70019;
}

.list-with-letters li {
    list-style: lower-alpha!important;
}

.list-with-roman li {
    list-style: lower-roman!important;
}

.carousel-timeline .carousel-timeline-item h4 {
    color: #c70019;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.carousel-timeline .carousel-timeline-item h6 {
    color: #c70019;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 14px;
    margin-bottom: 20px;
}

.carousel-timeline .carousel-timeline-item {
    font-size: 12px;
    text-align: center;
    padding: 10px 20px;
}

.carousel-timeline .carousel-timeline-item a {
    color: #343434;
    font-style: italic;
    text-decoration: underline;
}

.carousel-timeline .carousel-timeline-item p {
    padding-bottom: 20px;
}

.carousel-timeline .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 2px;
    background: #d5d5d5;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    margin: 5px 3px;
}

.carousel-timeline .owl-theme .owl-dots .owl-dot.active span {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.carousel-timeline .owl-carousel .owl-item.active {
    border-right: 1px solid #d5d5d5;
}

.carousel-timeline .owl-carousel .owl-stage {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #d5d5d5;
}

.carousel-timeline .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .carousel-timeline .span_12.dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #aa001e!important;
}

.portfolio-team .portfolio-items .work-meta h4 {
    color: #343434;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.portfolio-team .portfolio-items .nectar-love-wrap {
    display: none!important;
}

.portfolio-team .portfolio-items .work-meta p {
    color: #343434;
    font-size: 13.5px;
    line-height: 16px;
}

.portfolio-team .portfolio-items:not(.carousel) .col.span_4 .work-meta {
    width: 100%!important;
}

.portfolio-team .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
    background-color: rgba(79, 30, 70, 0.8)!important;
}

.portfolio-team .portfolio-items .col .work-item .work-info a.default-link.view-larger {
    display: none!important;
}

.portfolio-team .portfolio-items .col .work-item .work-info a.default-link.more-details {
    background-color: transparent;
    padding: 5px 18px;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 30px!important;
    font-weight: 100;
}

.portfolio-team .portfolio-items .col img {
    width: 100%;
}

.custom-icon-text .iwithtext .iwt-icon {
    position: relative;
    text-align: center;
    top: 0!important;
}

.custom-icon-text .iwithtext .iwt-icon img {
    width: 120px!important;
}

.custom-icon-text .iwithtext .iwt-text {
    padding-left: 0!important;
    text-align: center;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 16px;
}

.custom-icon-text-2 .iwithtext .iwt-icon {
    position: relative;
    text-align: center;
    top: 0!important;
}

.custom-icon-text-2 .iwithtext .iwt-icon img {
    width: auto!important;
}

.custom-icon-text-2 .iwithtext .iwt-text {
    padding-left: 0!important;
    text-align: center;
    font-size: 13.5px;
    line-height: 16px;
}

.block-image-text {
    max-width: 600px;
    margin: 0 auto;
}

.block-image-text .block-image, .block-image-text .block-text {
    display: table;
    min-height: 100px;
}

.block-image-text .block-image .vc_column-inner, .block-image-text .block-text .vc_column-inner {
    display: table-cell;
    vertical-align: middle;
}

.custom-toggles .toggle h3 a {
    background-color: #e5e5e5;
    color: #343434;
    padding: 12px 40px 12px 12px;
    font-family: 'Roboto', sans-serif!important;
    text-transform: uppercase;
}

.custom-toggles div[data-style="default"] .toggle h3 a {
    font-size: 15px!important;
    line-height: 16px!important;
}

.custom-toggles .toggle.open h3 a {
    background-color: #c80019!important;
    font-weight: 500;
}

.custom-toggles .toggle h3 a i {
    left: inherit;
    right: 15px;
    color: #c80019;
    line-height: 21px!important;
    font-size: 21px;
    top: 10px;
}

.custom-toggles .toggle.open h3 a i {
    color: #fff;
}

body .custom-toggles .toggle>div {
    padding: 15px 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.main-content ul li {
    list-style: url(https://www.indh.cl/bb/wp-content/uploads/2016/12/punto-4.png);
}

.custom-toggles .toggle {
    margin-bottom: 10px;
}

header#top .sf-menu li ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 12px!important;
}

body header#top nav .sf-menu ul li.current_page_item>a {
    font-weight: 500!important;
}

body #header-outer .sf-menu ul {
    top: 115px!important;
}

body #header-outer.small-nav .sf-menu ul {
    top: 85px!important;
}

.org-tabs.org-toggles .img-with-aniamtion-wrap.center {
    border-bottom: 1px solid #343434;
    margin-bottom: 20px!important;
    max-width: 1300px;
    padding: 0 2px!important;
    margin: 0 auto;
}

.org-tabs .wpb_content_element .wpb_tabs_nav li {
    white-space: normal;
    width: 12.3%;
    min-height: 95px;
    margin-right: 0.2%!important;
    background-color: #446ca7!important;
    display: table;
}

.org-tabs .wpb_content_element .wpb_tabs_nav li:last-child {
    margin-right: 0px!important;
    width: 12.5%;
}

.org-tabs .tabbed>ul li a {
    color: #fff;
    background-color: #446ca7;
    border: none!important;
    height: 100%;
    padding: 5px 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.org-tabs .tabbed>ul li a.active-tab {
    color: #fff;
    background-color: #446ca7!important;
}

.org-tabs .tabbed>ul li a.active-tab:after {
    content: url(https://www.indh.cl/bb/wp-content/uploads/2016/12/selected.png);
    width: 22px;
    height: 15px;
    position: absolute;
    bottom: -28px;
    left: 45%;
    background: #f3f3f3;
}

.org-tabs .wpb_content_element .wpb_tabs_nav, .org-tabs .tabbed .wpb_tab {
    display: table!important;
    margin: 0 auto;
}

.org-tabs .wpb_content_element .wpb_tabs_nav {
    max-width: 98%;
    margin: 0 auto;
}

.org-desktop {
    max-width: 1300px;
    margin: 0 auto;
}

.org-tabs .wpb_content_element .wpb_tabs_nav {
    border-bottom: 1px solid #343434;
    padding-bottom: 25px;
}

.org-tabs .tabbed .wpb_tab {
    max-width: 695px;
}

.org-tabs .tabbed .wpb_tab ul li {
    -webkit-font-smoothing: subpixel-antialiased;
}

.org-tabs .tabbed .wpb_tab ul {
    margin-left: 18px;
}

.org-tabs .tabbed>ul {
    margin-bottom: 30px;
}

.org-toggles .toggle h3 a {
    color: #fff;
    background-color: #446ca7;
    padding: 5px 15px;
    text-align: center;
    font-weight: 500;
}

.org-toggles .toggle.open h3 a {
    background-color: #c80019!important;
    font-weight: 500;
}

.org-toggles div[data-style="default"] .toggle h3 a {
    font-size: 14px!important;
    line-height: 16px!important;
}

.toggle h3 a i {
    color: #fff;
    top: 5px;
}

.org-toggles .toggles {
    max-width: 80%;
    margin: 0 auto;
}

.block-border-top-separator {
    border-top: 1px solid #d5d5d5;
}

body.single-portfolio #post-area {
    width: 100%!important;
    padding-right: 0!important;
}

body.single-portfolio #post-area>img, body.single-portfolio .row>#sidebar, .bottom_controls #portfolio-nav .controls {
    display: none!important;
}

body.single-portfolio .vc_col-sm-4 #sidebar {
    width: 100%!important;
}

.htmlplusrecpostsbycat h4 {
    font-weight: 400!important;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    line-height: 20px;
    padding: 15px 5px;
    border-radius: 5px;
    color: #fff!important;
    text-align: center;
    letter-spacing: 0.8px!important;
}

.htmlplusrecpostsbycat h4.title-background-red {
    background-color: #c70019;
}

.htmlplusrecpostsbycat h4.title-background-orange {
    background-color: #ed7e00;
}

.htmlplusrecpostsbycat ul li a {
    color: #343434;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 18px;
    padding: 0 12px;
}

.htmlplusrecpostsbycat ul li {
    border-bottom: 1px solid #bebebe!important;
    margin-bottom: 5px;
}

.htmlplusrecpostsbycat ul li .post-date {
    color: #979797!important;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 12px;
}

.html_plus_recent_posts_by_category_widget {
    margin-bottom: 30px!important;
}

.blog-news .masonry-blog-item h2.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px!important;
    line-height: 20px!important;
}

.blog-news .masonry-blog-item h2.title a, .blog-news .masonry-blog-item {
    color: #343434!important;
}

.blog-news .post-header span, .ascend .blog-news .post .nectar-love-wrap {
    display: none!important;
}

.ascend .blog-news .masonry-blog-item .article-content-wrap {
    padding: 0!important;
}

.ascend .blog-news .masonry-blog-item .inner-wrap {
    padding: 15px 15px 10px 15px;
}

.ascend .blog-news .masonry-blog-item .content-inner .post-featured-img img {
    margin-bottom: 25px!important;
}

.blog-news #post-area.masonry article.post .post-meta {
    padding: 10px 0px 0 0!important;
    color: #979797!important;
    font-size: 12px;
    text-transform: capitalize;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    text-align: right;
}

.blog-news article.post .post-meta .date {
    width: 100%;
}

.ascend .blog-news .masonry-blog-item .more-link span {
    background-color: #4f1e46;
    border-radius: 5px!important;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 25px;
}

.ascend .blog-news .masonry-blog-item .more-link {
    display: block!important;
    margin-top: 15px!important;
}

.blog-news #pagination .prev a, .blog-news #pagination .next a {
    border-radius: 5px!important;
}

.blog-news #pagination .prev a:hover, .blog-news #pagination .next a:hover {
    background-color: #446ca7!important;
}

#sidebar iframe {
    margin-bottom: 20px;
}

#sidebar #text-5 .textwidget {
    line-height: 18px;
    font-weight: 500;
}

#sidebar #text-5 {
    margin-bottom: 30px;
}

.ascend .blog-news .masonry-blog-item .article-content-wrap .excerpt {
    line-height: 18px;
}

.sidebar-social {
    background-color: transparent!important;
    border: none!important;
    width: 100%!important;
}

.sidebar-social tr {
    background-color: transparent!important;
}

.sidebar-social tr td {
    border: none!important;
    text-align: center;
}

.sidebar-social tr td img {
    margin-bottom: 0;
}

.home-social {
    background-color: transparent!important;
    border: none!important;
    max-width: 600px;
    margin: 0 auto!important;
    width: 100%!important;
}

.home-social tr {
    background-color: transparent!important;
}

.home-social tr td {
    border: none!important;
    text-align: center;
}

.home-social tr td img {
    margin-bottom: 0;
}

.single #single-below-header span.meta-author, .single #single-below-header>span.meta-category, html .single-post #single-meta {
    display: none!important;
}

.single #single-below-header>span {
    padding: 0;
    border-left: none;
}

body.single.single-post .section-title h1 {
    font-family: 'Roboto', sans-serif;
    color: #343434;
    font-size: 28px;
    font-weight: 500!important;
    line-height: 32px;
    max-width: none!important;
}

.single #single-below-header span.meta-date {
    color: #979797!important;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
}

.single #single-below-header {
    margin-top: 5px;
}

.single .heading-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

#post-area>article .content-inner .post-featured-img {
    display: none;
}

body.single-post[data-bg-header="true"].ascend .container-wrap, body.single-portfolio div[data-project-header-bg="true"] .container-wrap {
    padding-top: 0!important;
}

.single #page-header-bg #single-below-header {
    display: none!important;
}
.portfolio-links .portfolio-filters-inline .container>ul li#sort-label, .portfolio-links .portfolio-filters-inline #current-category {
    display: none!important;
}

.portfolio-links .portfolio-filters-inline .container ul li a.active {
    background-color: #c70019;
    color: #fff!important;
}

.portfolio-links .portfolio-filters-inline ul li a {
    color: #343434!important;
}

.portfolio-links .portfolio-filters-inline .container>ul a {
    font-size: 13.5px!important;
    font-weight: 500;
    line-height: 17px!important;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
}

.portfolio-links .portfolio-filters-inline .container>ul a[data-filter=".actividades-patrocinadas"] {
    max-width: 130px;
}

.portfolio-links .portfolio-filters-inline .container>ul a[data-filter=".instituciones-amigas"] {
    max-width: 130px;
}

.portfolio-links .portfolio-filters-inline .container>ul a[data-filter=".instituciones-de-derechos-humanos-en-chile"] {
    max-width: 220px;
}

.portfolio-links .portfolio-filters-inline .container>ul a[data-filter=".instituciones-internacionales-de-derechos-humanos-en-chile"] {
    max-width: 250px;
}

.portfolio-links .portfolio-filters-inline .container>ul a[data-filter="*"] {
    top: -10px;
    position: relative;
}

.portfolio-links .portfolio-filters-inline .container>ul {
    max-width: 100%;
    margin-right: 0!important;
    float: none;
}

.portfolio-links .portfolio-filters-inline ul {
    text-align: center;
}

.portfolio-links .portfolio-items:not(.carousel) .col.span_3 .work-meta {
    width: 100%!important;
}

.portfolio-links .portfolio-items .work-meta h4 {
    color: #343434;
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    letter-spacing: 0px!important;
    font-weight: 400!important;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.portfolio-links .portfolio-items .nectar-love-wrap, .portfolio-links .portfolio-items .work-meta p {
    display: none!important;
}

.portfolio-links .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
    background-color: rgba(79, 30, 70, 0.8)!important;
}

.portfolio-links .portfolio-items .col .work-item .work-info a.default-link.view-larger {
    display: none!important;
}

.portfolio-links .portfolio-items .col .work-item .work-info a.default-link.more-details {
    background-color: transparent;
    padding: 5px 18px!important;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 30px!important;
    font-weight: 100;
}

.portfolio-links .portfolio-items .col img {
    width: 100%;
    border: 1px solid #000;
}

.map-hotspots {
    padding-left: 55px;
}

.map-hotspots .nectar_image_with_hotspots img {
    width: auto;
}

.map-hotspots .nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot {
    background-color: #c80019!important;
}

.map-hotspots .nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot:before {
    top: 86%;
    left: 91%;
    width: 10px;
    height: 10px;
}

.map-hotspots .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip h5 {
    color: #c80019;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 14px;
}

.map-hotspots .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot, .map-hotspots .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span, .map-hotspots .nectar_image_with_hotspots .nectar_hotspot_wrap {
    width: 15px!important;
    height: 15px!important;
}

.map-hotspots .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot {
    line-height: 15px;
}

.map-hotspots .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:after {
    height: 7px;
    width: 1px;
    left: 7px;
    top: 4.5px;
}

.map-hotspots .nectar_image_with_hotspots[data-size="medium"][data-hotspot-icon="plus_sign"] .nectar_hotspot span:before {
    height: 1px;
    width: 7px;
    left: 4px;
    top: 7.5px;
}

.map-hotspots .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip {
    font-size: 12px;
    color: #343434;
    line-height: 16px;
}

.map-hotspots .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip a {
    color: #343434;
}

.map-hotspots .hotspot1:after {
    content: "Región de Arica y Parinacota";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot3:after {
    content: "Región de Antofagasta";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot5:after {
    content: "Región de Coquimbo";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot7:after {
    content: "Región de Valparaíso";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot9:after {
    content: "Región Metropolitana";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot11:after {
    content: "Región de Bío Bío";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot13:after {
    content: "Región de La Araucanía";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot15:after {
    content: "Región de Los Lagos";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot17:after {
    content: "Región de Magallanes y la Antártica Chilena";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: -8px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot19:after {
    content: "Región de Tarapacá";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot21:after {
    content: "Región de Los Ríos";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot23:after {
    content: "Región del Maule";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot25:after {
    content: "Región de Atacama";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot27:after {
    content: "Región de O´Higgins";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot29:after {
	content:"Región de Aysén";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.map-hotspots .hotspot31:after {
	content:"Región del Ñuble";
    position: absolute;
    width: 200px;
    color: #343434;
    font-weight: 500;
    top: 1px;
    padding-left: 15px;
    text-align: left;
}

.custom-social .icon-default-style.steadysets-icon-share, .custom-social .n-shortcode {
    display: none!important;
}

.custom-social .nectar-social {
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
}

article.post .content-inner {
    padding-bottom: 0;
}

.custom-social i {
    color: #9e9c9c!important;
}

#footer-outer #copyright li a i:hover, #header-secondary-outer #social li a:hover i {
    color: #9e9c9c!important;
}

#header-secondary-outer #social li:hover a {
    text-decoration: none!important;
}

.blog-news .custom-social {
    display: none!important;
}

#header-secondary-outer nav>ul>li:hover>a, #menu-menu-footer li:hover a {
    text-decoration: underline;
    transition: all 1s ease;
}

#header-secondary-outer nav>ul>li, #menu-menu-footer li:hover a {
    transition: all 1s ease;
}

.download-files .iwithtext .iwt-icon img {
    width: auto;
}

.download-files .iwithtext .iwt-text {
    padding-left: 65px;
}

.download-files .iwithtext {
    min-height: 60px;
}

.download-files .iwithtext .iwt-text a {
    text-decoration: underline;
    color: #84116e;
}

.download-files .iwithtext .iwt-text a:hover {
    color: #343434;
}

.news-without-read-more .blog-recent .col.span_12 span, .news-without-read-more .blog-recent .col.span_12 h3, .news-without-read-more .blog-recent .col.span_12 p {
    transition: all 0.5s ease;
    -webkit-transition-duration: all 0.5s ease;
    -o-transition-property: all 0.5s ease;
}

.news-without-read-more .blog-recent .col.span_12:hover span, .news-without-read-more .blog-recent .col.span_12:hover h3, .news-without-read-more .blog-recent .col.span_12:hover p {
    color: #910023!important;
    transition: all 0.5s ease;
    -webkit-transition-duration: all 0.5s ease;
    -o-transition-property: all 0.5s ease;
}

.home .news-excerpt-off .blog-recent .col .post-header h3 a {
    transition: all 0.5s ease;
    -webkit-transition-duration: all 0.5s ease;
    -o-transition-property: all 0.5s ease;
}

.home .news-excerpt-off .blog-recent .col .post-header h3 a:hover {
    color: #910023!important;
    transition: all 0.5s ease;
    -webkit-transition-duration: all 0.5s ease;
    -o-transition-property: all 0.5s ease;
}

body.search-results .row, body.search-no-results .row {
    padding-bottom: 0;
}

#portfolio-nav ul:before {
    content: "VOLVER ATRÁS";
    display: inline;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #888;
}


/* TABLAS */

.table-header, .table-title-header {
    background-color: #ab001e!important;
}

.table-header td {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 500!important;
}

.table-title-header td {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px!important;
    font-weight: 500!important;
}

.table-header td a {
    color: #fff!important;
}

.table-header td, .table-body td {
    vertical-align: middle;
}

.table-four-columns {
    width: 100%;
}

.table-four-columns .cell-regular {
    width: 20%;
}

.table-four-columns .cell-large {
    width: 40%;
}

.table-five-columns .cell-regular {
    width: 15%;
}

.table-five-columns .cell-large {
    width: 40%;
}

.table-body {
    background-color: #fff!important;
}

.table-header, .table-body, .table-header td, .table-body td {
    border-color: #f3f3f3!important;
}


/* FIN TABLAS */


/* INICIO MENU ACCESIBILIDAD */

div#accessibility-links button#fr_screenreader_play, span.screenreader_embed_play_button {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/Micrófono-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
}

div#accessibility-links button#fr_screenreader_font_increase {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/Texto-grande-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
}

div#accessibility-links button#fr_screenreader_font_decrease {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/Texto-pequeño-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
}

div#accessibility-links button#fr_screenreader_highcontrast {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/Contraste-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
}

div#accessibility-links button#fr_screenreader_font_reset, div.scbasebin.screenreader.text, #volume_plugin {
    display: none!important;
}

div#accessibility-links button#fr_screenreader_pause {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/pausa-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
    margin-left: 2px;
}

div#accessibility-links button#fr_screenreader_stop, span.screenreader_embed_stop_button {
    background: url(https://www.indh.cl/bb/wp-content/uploads/2017/03/stop-B.png)!important;
    width: 24px;
    height: 23px;
    margin-top: 0;
    margin-left: 2px;
}

#accessibility-links.relative {
    clear: none;
    position: relative;
    float: right;
}

#accessibility-links {
    background-color: transparent!important;
}

.ct-font-resizer {
    position: relative;
    float: right;
}

.ct-font-resizer img {
    margin-bottom: 0!important;
    width: 24px;
    height: 23px;
}

div#playicon, div#tts_message {
    background-position-y: top!important;
    height: 23px!important;
}

div#speaker_plugin,.ct-font-resizer {
    height: 23px!important;
}

div.scbasebin.speaker {
    width: auto!important;
    margin-right: 4px;
}

div.scbasebin.speaker button {
    margin-left: 4px!important;
}


/* FIN MENU ACCESIBILIDAD */

.thumbnail-link .img-with-aniamtion-wrap .inner {
height: 160px;
overflow-y: hidden; 
}
.thumbnail-link .img-with-aniamtion-wrap .inner img {
width: 100%;
}
.wp-video .mejs-mediaelement {
	position: relative!important;
}
.wp-video .wp-video-shortcode video, .wp-video video.wp-video-shortcode, .wp-video .mejs-container {
	height: auto!important;
}

@media (max-width: 1130px) {
    .org-desktop {
        display: none!important;
    }
}

@media (min-width: 1131px) {
    .org-toggles .toggles {
        display: none!important;
    }
}

@media (min-width: 908px) {}

@media (min-width: 480px) {
    body[data-header-color="custom"] #header-secondary-outer nav>ul>li.menu-element-border-right>a {
        border-right: 1px solid #fff!important;
    }
}
@media (max-width: 480px) {
	body #header-outer #top .container {
		margin: 0 auto!important;
	}
}
@media (max-width: 479px) {
    .container-wrap {
        margin-top: -22px;
        padding-top: 93px;
    }
}

@media (max-width: 690px) {
    body #header-secondary-outer ul {
        padding: 0!important;
    }
}

@media (min-width: 690px) {
    .map-hotspots .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot_wrap .nttip[data-tooltip-position="bottom"] {
        width: 250px!important;
        margin-top: 30px;
        margin-left: 150px;
    }
    body.search-results .span_9, body.search-no-results .span_9 {
        width: 65.95744680199999%;
    }
    body.search-results .container.main-content .col, body.search-no-results .container.main-content .col {
        margin-right: 0;
    }
    body.search-results .container.main-content .span_3, body.search-no-results .container.main-content .span_3 {
        width: 31.914893614%;
        margin-left: 2.1%;
    }
}

@media (min-width: 1001px) {
    body[data-header-color="custom"] #header-secondary-outer nav>ul>li.btn-accesibilidad>a {
        top: -10px;
    }
    body[data-ext-responsive="true"] .blog-news #post-area.masonry.span_9 {
        width: 70%;
    }
    .blog-news #sidebar.span_3 {
        width: 30%;
    }
    .single-post .span_9 {
        width: 68%;
    }
    .single-post #sidebar.span_3 {
        width: 30%;
    }
    #menu-item-516 a {
        top: -10px;
    }
    #menu-item-840 a {
        top: -10px;
    }
    #menu-item-971 a {
        top: -10px;
    }
    body.home .container-wrap {
        padding-top: 115px!important;
    }
    .slider-home-mobile {
        display: none!important;
    }
}

@media (max-width: 1000px) {
    body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 60px!important;
    }
    header#top #logo {
        margin-top: 0px!important;
    }
    body[data-header-color="custom"] #header-outer .container {
        padding: 18px 50px 0px 50px;
    }
    .slider-home-desktop {
        display: none!important;
    }
    body.home .container-wrap {
        padding-top: 56px!important;
    }
    .accesibility {
        display: none!important;
    }
    .custom-social .nectar-social {
        margin-bottom: 50px;
    }
}

@media (max-width: 479px) {
    body.home .container-wrap {
        padding-top: 23px!important;
    }
}

.accesibility {
  margin-top: 5px;
  float: right;
  padding-left: 11px;
}
.full-text {
  display: none;
}
.tooltip-hito {
  display: none;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  max-width: 770px;
  top: 50%;
}
.tooltip-hito::before {
  content: 'X';
  background: #fff;
  color: #000;
  border-radius: 100px;
  padding: 4px 11px;
  float: right;
  margin-top: -11px;
  margin-right: -11px;
  z-index: 9999;
  cursor: hand;
  cursor: pointer;
}

#top .sf-menu .menu-item:nth-child(1) a:after {
  display: none !important;
  visibility: hidden !important;
}
#top .sf-menu .menu-item img {
  width: 27px;
  margin-top: -6px;
  opacity: 0.7;
}
.footer-home-link {
    width: 50px!important;
}
.single .container.main-content > .heading-title {
display: none;
}



/**** Estilos del menu de Regiones ****/
#sidebar div #menu-regiones {
    background: #fff!important;
}

#sidebar div #menu-regiones li {
    padding: 0!important;
    margin-bottom: 0;
}

/*
#sidebar div #menu-regiones li:before {
    content: "-"!important;
    position: absolute!important;
    left: 12px;
    margin-top: 8px;
    vertical-align: middle!important;
    color: #910023;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
*/

#sidebar div #menu-regiones li:hover:before, #sidebar div #menu-regiones li.current-menu-item:before {
    color: #fff!important;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

#sidebar div #menu-regiones li a {
    padding: 10px;
    width: 100%!important;
    text-align: left!important;
    border-radius: 0;
    text-indent: 1px!important;
    display: inline-block!important;
    vertical-align: middle!important;
    font-family: 'Roboto', sans-serif!important;
    background-color: transparent!important;
    color: #343434!important;
    text-transform: none;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

#sidebar div #menu-regiones li a:hover {
    padding: 10px;
    width: 100%!important;
    text-align: left!important;
    background-color: #910023!important;
    color: #fff!important;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}


#sidebar div #menu-regiones li.current-menu-item a {
    padding: 10px;
    width: 100%!important;
    background-color: #910023!important;
    color: #fff!important;
    /* text-transform: uppercase; */
}


#sidebar div #menu-regiones {
    margin-top: -15px!important;
}

.title-background-orange-bb {
    text-align: center;
}
.title-background-orange-bb a{
    background-color: #ed7e00;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    padding: 18px 52px 18px 52px!important;
    border-radius: 5px!important;
    color: #fff!important;
    text-align: center!important;
    letter-spacing: 0.8px!important;
    font-weight: 500!important;
    line-height: 32px!important;
    text-transform: uppercase;
    cursor:pointer;
}
.title-background-orange-bb a:hover {
    background-color: #910023!important;
}

#sidebar div #menu-regiones li:first-child:hover a {
    border-radius: 5px 5px 0 0!important;
}

#sidebar div #menu-regiones li:last-child:hover a {
    border-radius: 0 0 5px 5px!important;
}

#sidebar div #menu-regiones {
    border-radius: 5px!important;
}


/* Estilos de las correcciones del Inicio el 05/08/19 */
.btn-home-regionales-bb .nectar-button.regular-button.extra-color-1 {
    position: relative!important;
    top: -50px!important;
    right: 35px!important;
}

.page-id-30263 .news-without-read-more .blog-recent .col .post-header h3 {
    color: #343434!important;
    font-size: 19px!important;
    font-weight: 500!important;
}
.page-id-30263 .blog-recent .col .post-header h3 {
    margin-bottom: 3px;
    letter-spacing: -0.2px;
    font-size: 16px;
    line-height: 23px;
}
.page-id-30263 .news-excerpt-off .blog-recent .col .post-header span {
    display: none;
}
.page-id-30263 .news-excerpt-off .blog-recent .col .post-header h3 a {
    color: #343434!important;
    font-weight: 400;
}
.page-id-30263 .news-excerpt-off .blog-recent .col .post-header span.meta {
    color: #979797!important;
    font-size: 12px;
    display: block!important;
    margin-top: 12px;
    text-transform: capitalize;
}
body.page-id-30263 {
    line-height: 17px;
}
#sidebar div #menu-regiones li:not(:last-child) a {
    border-bottom: 1px solid #d5d5d5!important;
}