/*!
Theme Name: EPS MANTARO THEME
Theme URI: https://softicslab.com
Author: Softicslab
Author URI: https://softicslab.com/
Description: tema personalizado para la eps Mantaro.
Version: 6.6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consulting
Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

h1,h2,h3,h4,h5,h6{
    letter-spacing: 0px !important;
}
.stm_gmap_wrapper .alert {
    margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
    color: #ff0000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper>ul>li,
.top_nav .main_menu_nav>ul>li,
.breadcrumbs {
    text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important;
}

.company_history {
    min-width: 48px;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
    body.header_style_3 .logo {
        float: none;
    }

    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0;
    }

    body.header_style_3 #header .top_nav .icon_text {
        display: none;
    }

    body.header_style_3 #header .top_nav .icon_text:before {
        display: none;
    }

    .top_nav .top_nav_wrapper>ul>li>a {
        padding: 21px 14px;
    }
}

@media only screen and (max-width: 767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px;
    }

    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center;
    }

    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }

    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15;
    }

    .full_height_columns {
        overflow: hidden;
        position: relative;
    }

    .full_height_columns iframe {
        height: 540px !important;
    }
}

@media only screen and (max-width: 920px) {
    html body.error404 {
        background-size: inherit !important;
    }

    .page_404 .container {
        width: auto;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .page_404 .bottom h1 {
        font-size: 158px !important;
        line-height: 113px !important;
    }

    .page_404 .bottom .bottom_wr {
        padding: 30px 15px;
    }
}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
    width: 50%;
    flex: 0 0 50%;
}

.staff_list.grid.cols_4 ul li {
    width: 25%;
    flex: 0 0 25%;
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%;
}

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

    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
        flex: 0 0 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
    z-index: 999
}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px;
}

#footer .copyright_row .copyright_row_wr .copyright a:first-child {
    color: inherit;
}

body textarea.wpcf7-form-control.height205 {
    height: 205px;
}

body textarea.wpcf7-form-control.height147 {
    height: 147px;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opactiy 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    background: #ffffff;
    z-index: 999999;
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout 0.5s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@media only screen and (min-width: 1199px) {
    body.header_full_width.boxed_layout #header .container {
        padding: 0 15px !important;
    }

    .right-indent-30 {
        padding-right: 30px !important;
    }

    .form_full-right_width {
        padding-right: 15px !important;
    }

    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important;
    }

    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important;
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important;
    }

    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important;
    }
}

@media only screen and (min-width: 768px) {
    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important;
    }
}

@media only screen and (max-width: 667px) {
    .stm_services .item {
        width: 100% !important;
    }

    .woocommerce div.product div.images .woocommerce-main-image,
    .woocommerce #content div.product div.images .woocommerce-main-image {
        height: auto !important;
        border: 0 !important;
        text-align: left !important;
    }

    .woocommerce div.product div.images img,
    .woocommerce #content div.product div.images img {
        max-width: 100% !important;
    }

    .stm_works_wr.grid.style_1 .stm_works .item .item_wr img {
        width: 100%;
    }
}

.mobile_header .logo_wrapper .logo {
    max-width: 80%;
}

.logo a img {
    max-width: 100%;
}

@media only screen and (min-width: 1199px) {
    body.boxed_layout .vc_row[data-vc-full-width] {
        left: 50% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }

    body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
        left: 50% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
}

@media only screen and (max-width: 992px) {
    html body ul.main_menu_nav li.stm_megamenu>ul.sub-menu>li {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    #sb_instagram #sbi_images .sbi_item {
        max-height: 140px;
    }
}

.icon_box {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.g-recaptcha {
    padding: 0 !important;
    background: transparent !important;
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.home #main.footer_hide {
    padding-bottom: 0;
}

.woocommerce.shop_widgets ul.product_list_widget li:last-child {
    padding-bottom: 20px;
    border: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 10px 0 0;
}

/* Autoptimize */
.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
    width: 100% !important;
}

.stm_sidebar .third_bg_color {
    margin-right: 0px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner .vc_custom_heading h4 {
    padding: 0;
    margin: 0;
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.vc_image_carousel.style_1 .item img {
    margin-left: auto;
    margin-right: auto;
}

.stats_counter.right {
    text-align: right;
}

.stats_counter.center {
    text-align: center;
}

.slotholder {
    filter: none !important;
}

body.header_style_2 .header_top .top_nav .header_socials {
    margin-left: 18px !important;
}

body.header_style_2 .header_top .top_nav .header_socials a {
    margin-left: 18px !important;
}

body.site_layout_17.header_style_2 .header_top .top_nav .top_nav_wrapper>ul>li>a {
    padding: 10px 14px;
}

body.header_style_2 .header_top .top_nav .header_socials a:first-child {
    margin-left: 0 !important;
}

body.header_style_6 .header_top .top_nav .top_nav_wrapper>ul>li>a,
body.header_style_6 .header_top .top_nav .main_menu_nav>ul>li>a {
    padding: 10px 16px !important;
}

body.site_layout_14 .top_nav .top_nav_wrapper.stm_l14_footer_menu ul.main_menu_nav li a {
    padding-right: 32px !important;
    padding-left: 32px !important;
}

.stm_the_excerpt {
    display: none;
}

@media only screen and (max-width: 992px) {
    .stm_news .news_list.posts_per_row_3 li {
        width: 100% !important;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .vc_col-sm-4 .info_box.style_3 .info_box_text p {
        display: none;
    }
}

.wpcf7-form-control.wpcf7-wpgdprc {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-wpgdprc span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form-control.wpcf7-wpgdprc .wpcf7-list-item-label {
    padding-left: 4px;
}

.wpcf7-not-valid {
    box-shadow: 0 0 1px red !important;
}

body .vc_row.fixed_bg {
    background-attachment: fixed;
    background-position: 50% 0 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

body.woocommerce-cart .woocommerce {
    min-height: 325px;
}

@media only screen and (max-width: 1024px) {
    body.woocommerce-cart .woocommerce {
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }

    body .vc_cta3.vc_general.vc_cta3-style-flat {
        padding: 50px 0 30px;
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.333333% !important;
    }

    body .vc_progress-bar-color-custom {
        padding-right: 0 !important;
    }
}



/*Global*/
@media screen and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px;
    }
}

@media only all and (max-height: 1366px) and (max-width: 1024px) {
    body.error404 {
        background-size: inherit;
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px;
    }
}

@media only all and (max-height: 1024px) and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px;
    }
}

@media only all and (max-height: 768px) and (max-width: 1024px) {
    .page_404 {
        text-align: center;
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px;
    }

    .page_404 .container .media-right {
        padding-bottom: 25px;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px;
    }
}

@media only screen and (max-width: 424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0;
    }
}

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

    /*Service Financial*/
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto;
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center;
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0;
    }
}

@media only all and (max-height: 320px) and (max-width: 568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px;
    }
}

@media screen and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px;
    }
}

@media only all and (max-height: 1366px) and (max-width: 1024px) {
    body.error404 {
        background-size: inherit;
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px;
    }
}

@media only all and (max-height: 1024px) and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px;
    }
}

@media only all and (max-height: 768px) and (max-width: 1024px) {
    .page_404 {
        text-align: center;
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px;
    }

    .page_404 .container .media-right {
        padding-bottom: 25px;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px;
    }
}

@media only screen and (max-width: 424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0;
    }
}

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

    /*Service Financial*/
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto;
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center;
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0;
    }
}

@media only all and (max-height: 320px) and (max-width: 568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px;
    }
}

/*GMap notification fix*/
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    margin-top: 0 !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c {
    padding: 12px 20px !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c button {
    display: none !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

body .stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div {
    left: 0 !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style iframe+div {
    border: none !important;
}

/*Instagram box fix*/
#footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100% !important;
}

@media (max-width: 667px) {
    .stm_news .news_list li .image img {
        width: 100%;
    }
}

.wpb_video_wrapper.active:after {
    display: none !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw .h6 {
    text-transform: capitalize !important;
}

.stm-switcher__text,
div [class^=stm-header] span,
[class^=stm-header] span,
[class^=stm-header] a {
    font-family: inherit !important;
}




.header_style_11 .header-box .container{
    padding: 15px 15px 0px;
}
.header_style_11 .header-box .container .nav-box{
    margin-top: 15px !important;
}
.header_style_11 .header-box .container .nav-box:after{
    background:#014473 !important;
}
.consulting-header-button{
    font-weight: 700;
     background:#014473 !important;
}

/* .menu-item.current-menu-item a{
    font-weight: 600;
} */

.search-input{
    border-radius: 15px;
    border: 0px;
    padding: 5px 15px;
    color: #000;
    /* width: 100%;
    max-width: 200px; */
    display: inline-block;
    /* max-width: 190px; */
    width: 200px;
}
.btn-search{
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 0px 15px 15px 0px;
    padding: 1.7px 15px;
    border: solid 1px;
    background: #014473;
    color: #fff;
}

.btn-search:hover{
    background: #02548f;
}
.btn-main-slider-withe i{
    margin-left: 20px;
}
.btn-main-slider-withe{
    text-decoration: none;
}
.btn-main-slider-withe:hover{
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .mobile_grid_landscape .header-box .container .nav-box{
        margin-top: 0px !important;
    }
}
/* .texto-blanco{
    color: #fff !important;
} */
.texto-blanco p{
    color: #fff !important;
    font-size: 1.2rem !important;
}
.texto-blanco h6{
    color: #fff !important;
    font-weight: 200 !important;
    padding-top: 0px !important;
}
.texto-blanco h6::after{
    display: none !important;
}

.texto-verde{
    color: #014473;
}   
.titulo-blanco h2{
    color: #fff !important;
    font-size: 2rem !important;
    text-transform: capitalize !important;
}

.texto-blanco.texto-justificado p{
    text-align: justify !important;
}

.btn-mas-info-whatsapp a {
    background-color: #014473 !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.btn-mas-info-whatsapp a i{
    color: #fff !important;
}
h1,h2,h3,h4,h5,h6{
    text-transform: capitalize !important;
}

.main_menu_nav>li>a{
    /* max-width: 170px; */
    text-align: center;
    line-height: 18px;
    padding: 10px 10px !important;
}
/* .footer{
    display: none !important;
} */
@media (max-width: 991px) {
    .main_menu_nav>li>a{
        max-width: 100% ;
        text-align: left ;
        text-transform: uppercase !important;
        /* line-height: 18px; */
    }
}
.sliderXContent_title{
    margin-bottom: 3px !important;
}
.sliderXContent_title, .sliderXContent_subtitle{
    font-weight: 700;
}
#sliderX-1 .sliderX-slide .sliderX_Item .sliderX_content{
    border:none !important;
}
.sliderX_image{
    width: 180px !important;
}

.footer_text h4 { 
    color:#fff;
}
.footer_text h4::after{
    display: none !important;
}
#footer{
    background-color: #151515 !important;
}
.footer-top .socials a{
    line-height: 50px !important;
}
.footer-top .socials a i{
    color: #ffffff !important;
    font-size: 15px;

}
.fa.fa-tiktok{
    font-family: "Font Awesome 6 Brands" !important;
}

.footer-top .socials ul li a{
    background-color: #014473 !important;
    color: #fff !important;
}

.footer-top .socials a i::before{
    font-size: 22px !important;
}

.footer-top .socials ul li a.social-facebook{
    background-color: #1773EF !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-linkedin{
    background-color: #0284CA !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-tiktok{
    background-color: #000000 !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-youtube-play{
    background-color: #F60002 !important;
    color: #fff !important;
}

.footer-top .socials ul li a.social-facebook:hover{
    background-color: #0f4a97 !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-linkedin:hover{
    background-color: #045480 !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-tiktok:hover{
    background-color: #313030 !important;
    color: #fff !important;
}
.footer-top .socials ul li a.social-youtube-play:hover{
    background-color: #740303 !important;
    color: #fff !important;
}
#footer.style_3 .footer-top{
    padding-top:15px !important;
    padding-bottom: 15px !important;
}

#footer .widgets_row{
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
#footer .footer_widgets{
    padding: 0px !important;
}

#footer .copyright-wrap{
    padding: 15px 0px !important;
}
#footer h3{
    color: #fff !important;
    padding-bottom: 5px !important;
    font-size: 20px !important; 
    text-align: center !important;

}

#footer h3::after{
    display: none !important;
}
#footer .menu-extra-links-container{

}
#footer .footer_widgets .widget.widget_nav_menu ul li {
    width: 100% !important;
    list-style-type:none !important;
    font-size: 17px !important;
} 

#footer .footer_widgets .widget.widget_nav_menu ul li a {
    font-size: ;
}
#footer .footer_widgets .widget.widget_nav_menu ul li::before{
    display: none !important;
}
#footer h4.widget-title{
        font-weight: 700 !important;
}
#footer .widget .widget_title{
    font-weight: 500 !important;
}

#footer .widget.widget_block{
    margin-bottom: 10px !important;
}
.widget_media_image img{
    width: 150px !important;
}

#footer figure{
    text-align: center !important;
}
#footer .footer_widgets .widget{
    margin-bottom: 15px !important;
}

.contact-from input, .contact-from textarea{
    margin-bottom: 20px !important;
}
.title-contact .subtitle{
    margin-top: 20px !important;
    font-size: 13px !important;
    color: #fff !important;
    line-height: 15px !important;
    text-transform: lowercase !important;   
    /* text-transform: capitalize !important; */
}
.contact-from .wpcf7-acceptance{
    background: transparent !important; 
    color: #fff !important;
    font-weight: 300 !important;
    padding: 0px !important;

}
.contact-from .wpcf7-acceptance span.wpcf7-list-item{
    padding:0px !important;
    margin: 0px !important;
}
.contact-from .wpcf7-acceptance label{
    font-weight: 300 !important;
}
.btn-form-contact{
    background: #4c9522 !important;
    display: inline-block !important;
    width: 140px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-radius: 25px !important;
    position: absolute !important;
    right: 16px !important;
    padding: 5px 10px !important;
    height: 35px !important;
}

.contact-home .icon_box_inner h4{
    font-weight: 300 !important;
    margin-top: 10px !important;  
    text-transform: lowercase !important;
    font-size: 17px !important;
}
.contact-home .icon_box_inner .icon .icon_bg{
    display: none !important;
}

#nosotros-info .info_box{
    padding:0px;
    height: 370px !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer !important;
}
#nosotros-info .info_box .title{
    background-color: #014473 !important;
    text-align: center !important;
}
#nosotros-info .info_box .title h4{
    margin: 0px !important;
    padding: 10px !important;
    font-size: 15px !important;
    color: #fff !important;
}
#nosotros-info .info_box p{
    padding: 30px 15px !important;
}
#nosotros-info .info_box:hover{
    transform: scale(1.05) !important;
}
.title-team h2{
    margin: 0px !important  ;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}
.title-team{
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
}
.staff_list li{
    padding: 30px 30px 30px 30px !important;
    background: #000;
    margin: 15px !important;
    width: 30% !important;
}
.staff_list{
    text-align: center !important;
}
.staff_list .staff_image{
    max-width: 100% !important; 
    width: 100% !important; 
}
.staff_list .staff_image img{
    border-radius: 50% !important;
    margin: auto !important;
    width: 200px !important;
}
.staff_list .staff_image a{
    display: block;
    width: 100%;
    text-align: center;
}
.staff_list .staff_info{
    height: 90px !important;   
}
.staff_list .staff_info h4 a{
    color:#fff !important;
}
.staff_list .staff_info h4{
    font-size: 14px !important;
}
.staff_list .staff_info .staff_department{
    color: #014473 !important;
    font-size: 11px !important;
    line-height: 13px !important;   
}

.btn-stab{
    background: #014473 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
}   
.btn-stab:hover{
    text-decoration: none !important;
    background: #507a23 !important;
}
.header-staff-detail .subtitle{
    line-height: 18px !important;
}
.header-staff-detail h2::after{
    background:  #014473 !important
}

 li::before{
    color: #014473 !important ;
}
.curso-details .vc_custom_heading h4{
    margin: 0px !important;
    padding: 0px !important;
}  
.curso-details .vc_custom_heading h6{
    margin: 0px !important;
    padding: 0px !important;
}  

.icon-curso .icon_box .icon{
    height: 50px !important;
    width: 55px !important;
}
.icon-curso .icon_box .icon i{
    width: 45px !important;
    height: 45px !important;
}

.icon-curso .icon_box.style_1 h5{
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
    border-bottom: solid 1px #014473 !important;
    padding-bottom:10px !important; 
}
.icon-curso .icon_box.style_1 h5::after{
    display: none !important;   
}
.icon-curso .icon_box.style_1 p{
    font-size: 13px !important;
    line-height: 17px !important;
    text-align: justify !important;

}

.acordion-curso .vc_tta-title-text{
    color: #014473 !important;
}
.acordion-curso i{
    color: #014473 !important;
}
.acordion-curso .vc_tta-controls-icon{
    display: none !important;
}

.inversion-text p{
    font-size: 12px !important;
}


.btn-mas-info-whatsapp.whatsapp2 a{
    width: 200px !important;
    text-align: center !important;
    line-height: normal !important;
}
.pagina-categoria{
    background-color: #ffffff ;
}
.pagina-categoria h1.titulo-categoria{
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase !important;
    width: 100%;
    text-align: center;
    color: #014473
    margin-top: 15px;
    border-top: 1px solid #014473;
    border-bottom: 1px solid #014473;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pagina-categoria h1.titulo-categoria p {
    padding: 0 !important;  
    margin: 0 !important;
}
.pagina-categoria h1.titulo-categoria::after{
    display: none !important;
}   

.whatsapp-post-grid {
    margin:auto !important;
    position: relative;
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: green; */
    color: #014473;
    background: #96D644;
    border-radius: 10px;
    padding: 7px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    transition: all .2s ease-in-out;
}
.whatsapp-post-grid:hover  {
    text-decoration: none !important;
    background: #71a72c;
    color:#014473;
    transform: scale(1.1);
}
.whatsapp-post-grid  span {
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
}
.whatsapp-post-grid i {
    font-size: 25px !important;
}

.titleSidevar h5.widget_title{
    color: #fff !important;
}

.posts_grid h5{
    height: 70px !important;
    font-size: 15px;
    text-align: center;
    color: #fff !important;

}
.posts_grid h5 a{
    color: #014473 !important;
    text-decoration: none !important;
}
.posts_grid h5::before{
    display: none !important;   
}

.posts_grid ul li{
    padding:15px !important;
    width: 31% !important;
    margin: 0 1% 20px !important;
    background: #eeeeee !important;
    border-radius: 15px !important;
    border: solid 1px #bdbdbd;
}
.post_thumbnail img{
    border-radius: 15px !important;
}
@media (max-width: 690px) {
    .posts_grid ul li{
        width: 49% !important;
        margin:0 .5% 10px !important;
    }
}

@media (max-width: 430px){
    .posts_grid ul li{
        width: 100% !important;
        margin: 0 0 10px !important;
    }
    .posts_grid ul li img{
        margin: auto;
    }
}
.posts_grid ul::after{
    display: none;
}

.main_menu_nav>li .sub-menu>li>a {
    /* padding: 5px 12px 5px !important; */
    font-size: 12px !important;
}

.aviso-no-encontrado{
    text-align: center !important; 
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: rgb(212, 44, 44) !important; 
}
.aviso-no-encontrado::after{
    display: none !important;
}   

.title-servicios{
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;

}
.title-servicios-heading h2{
    margin: 0px !important;
    padding: 15px 0px !important;     

}
.title-servicios a{
    width: 250px !important;
    line-height: normal !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}
.stm_services .item_wr {
    width: 100% !important;
    margin: 0px !important;
    padding: 15px !important;
    background: #000 !important;
}

.stm_services .item_wr h5 a{
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 17px !important; 
    font-weight: 300 !important;      
} 
.stm_services .item_wr h5{
    text-align: center !important;  
    height: 55px !important;
}

.whatsapp-service-grid {
    margin:auto !important;
    position: relative;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: green; */
    color: green;
    border-radius: 10px;
    padding: 7px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.whatsapp-service-grid:hover  {
    text-decoration: none !important;
    background: rgb(6, 155, 6);
    color:#fff;
}
.whatsapp-service-grid  span {
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
}
.whatsapp-service-grid i {
    font-size: 25px !important;
}

.consulting-header-button i::before{
    color: #fff !important;
}

body h1::after{
    background-color: #96D644 !important;
}
body h2::after{
    background-color: #96D644 !important;
}
body h3::after{
    background-color: #96D644 !important;
}
body h4::after{
    background-color: #96D644 !important;
}
body h5::after{
    background-color: #96D644 !important;
}
body h6::after{
    background-color: #96D644 !important;
}
/* .header_style_11 .header-box .container .nav-box::after {
    height: 50px !important;
}
.header_style_11 .header-box .container .nav-box{
    height: 50px !important;
}
.header_style_11 .header-box .container .nav-box .main_menu_nav{
    margin-top: -20px !important;
} */

.stripe_between h4::after{
    width: 30% !important;
    max-width: 200px !important ;
}
.sl-item::before{
    display: none !important;
    
}
.sl-container-fluid{
    padding: 10px 10px !important   ;
}
.sl-item{
    padding: 0px 20px !important;
}
/* .asl-cont#asl-storelocator .sl-row{
margin-left: 0px !important;
margin-right: -15px !important;
padding: 0px !important;
} */

.post-inicio .vc_gitem-post-data-source-post_title h4 {
    font-size: 13px !important;
    line-height: 15px !important ;
    color:#014473 ;
    min-height: 70px ;

}
.post-inicio .vc_gitem-post-data-source-post_excerpt {
    display: none !important;

}
.post-inicio .vc_gitem-post-data-source-post_title h4::after{
    display: none !important;
}

.post-inicio .vc_gitem-zone.vc_gitem-zone-c {
    background: #fff !important;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 8px 12px 1px rgb(0 0 0 / 10%);
}|

body .vc_btn3-container{
    margin-bottom: 3px !important;
    text-align: center !important;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    background-color:#96D644 !important   ;
    padding: 3px 10px !important;
    border-radius: 10px !important ;
    font-size: 11px !important;
}

.post-inicio .vc_grid-item-mini{
    transition: all 0.2s ease-in-out !important;
}
.post-inicio .vc_grid-item-mini:hover{
    transform: scale(1.05) !important;
}
.post-inicio .vc_grid-item-mini:hover .vc_gitem-zone.vc_gitem-zone-c{
    background-color: #ececec !important;
}

#btn-ver-mas{
    width: 100% !important;
    text-align: center !important;
}
#btn-ver-mas a{
    border:solid 1px #013A91 !important;
    color: #013A91 !important;  
}
#btn-ver-mas a:hover{
    background: #013A91 !important;
    color: #fff !important;
}

#centros-ayuda .icon_box{
    padding:10px !important;

}
#centros-ayuda .icon_box_inner{
    padding: 15px 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out !important;
}
#centros-ayuda .icon_box_inner:hover{
    transform: scale(1.05) !important;
}

#centros-ayuda .icon_box_inner h5{
    padding-left: 10px !important;
}

.accesos-directos-inicio .carousel-caption{
    padding-bottom: 0px !important;
}
.accesos-directos-inicio .carousel-caption h2::after{
    display: none !important;
}

#main{
    padding-top: 0px !important;
    padding-bottom: 0px !important ;
}
#footer.style_3{
    background:#014473 !important;
}
.footer_widgets .icon i{
    color: #fff !important; 
}
.footer_widgets .stm_list-duty li .text{
    color: #fff !important; 
    opacity: 1 !important  ;
}



/************************************* VERTICAL TABS ********************************************/

.vertical-tab-personal {
    /*background: #ddd;*/
}


.vertical-tab-personal .vc_tta-tabs-container{
    /*background: #FF0000;*/
    width: 29% !important;
    float: left;
    padding: 0px !important

}

.vertical-tab-personal .vc_tta-panels-container{
    /*background: #FF0000;*/
    width: 70% !important;
    float: right;
    border-radius: 0px !important;

}

.vertical-tab-personal .vc_tta-panels-container .vc_tta-panels{
    border-radius: 0px !important;

}


.vertical-tab-personal .vc_tta-tabs-container ul li{
    display: block !important;
}

.vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab {
    margin:0px !important; 
    background: #8C2C2C !important;
}

.vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab>a {
    border-color: transparent !important;
    background-color: #d2e1ef !important ;
    color: #004d81 !important;
    border-radius: 0px !important;
    border-top: #014473 solid 1px;
    margin-right: 10px;

}
.vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab.vc_active{
    position: relative;
}
.vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab.vc_active>a{
    background-color: #014473 !important ;
    color: #fff !important;
    font-weight: 700 !important;
}

.vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab.vc_active::after{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #014473;
    position: absolute;
    top:20px;
    right: 0px;
    z-index: 99999 !important;
}
.vertical-tab-personal .vc_tta-panel-body{
    border-radius: 0px !important;
    border-color: #014473 !important;
    background: #fff !important;
    border-top: 10px solid  #014473 !important;
    border-bottom: 10px solid  #014473 !important;
    padding: 0px !important;
}

@media only screen and (max-width:767px){
    .vertical-tab-personal .vc_tta-tabs-container{
        /*background: #FF0000;*/
        width: 100% !important;
        float: left;
        padding: 0px !important

    }

    .vertical-tab-personal .vc_tta-panels-container{
        /*background: #FF0000;*/
        width: 100% !important;
        float: right;
        border-radius: 0px !important;

    }
    .vertical-tab-personal .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading h4 {
        text-transform: capitalize !important;
        font-family: arial;

    }
    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab {
        margin:0px !important; 
        background: #8C2C2C !important;
    }

    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab>a {
        border-color: transparent !important;
        background-color: #d2e1ef !important ;
        color: #004d81 !important;
        border-radius: 0px !important;
        border-top: #014473 solid 1px;

    }

    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab.vc_active>a{
        background-color: #014473 !important ;
        color: #fff !important;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 667px){
    .vertical-tab-personal .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading h4 {
        text-transform: capitalize !important;
        font-family: Arial;

    }
}

@media only screen and (min-width: 100px){
    .vertical-tab-personal .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading h4 {
        text-transform: capitalize !important;
        font-family: arial;

    }
    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab {
        margin:0px !important; 
        background: transparent !important;
    }

    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab>a {
        border-color: transparent !important;
        background-color: #d2e1ef !important ;
        color: #004d81 !important;
        border-radius: 0px !important;
        border-top: #014473 solid 1px;

    }

    .vertical-tab-personal .vc_tta-tabs-container .vc_tta-tab.vc_active>a{
        background-color: #014473 !important ;
        color: #fff !important;
        font-weight: 700 !important;
    }
}

.vertical-tab-personal .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background: #014473 !important;
    color: #fff !important;
}

.vertical-tab-personal .vc_tta-panel .vc_tta-panel-heading{
    background: #d2e1ef !important;
    border-radius: 0px !important;
    color: #fff !important;
    margin-bottom: 1px !important;
}

.vertical-tab-personal .vc_tta-panel .vc_tta-panel-heading h4{
    padding: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.vertical-tab-personal .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    /*background: #0084FF !important;*/
    color: #fff !important;
}

.vertical-tab-personal .vc_tta-panel .vc_tta-panel-title>a {
    /*background: #0084FF !important;*/
    color: #004d81 !important;
}
.text-header-personal h4{
    letter-spacing: 0px !important;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{
    color: #fff !important  ;
}

.main_menu_nav li:last-child .sub-menu{
    left:0px !important;
}
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    display: none !important;
}
.vc_btn3-container{
    margin-bottom: 5px !important;
}


/**************************************/
.h2:after, h2:after{
    margin:5px auto !important;
    width: 30% !important;
}
.page_title{
    text-align: center !important;
    margin-bottom: 0px !important;
    padding: 54px 0px 20px 0px !important;
}


/**************** BLOG ****************/
.stm_post_details{

    display: none !important;
    border:none !important
}
.post_details_wr{
    border:none !important;
    display: none !important;   
}
.without_vc{
    margin-top: 30px !important 
}
.without_vc h1{
    color: #014473 !important;
    display: none    !important;  

}

.psacp-post-slider-wrap.psacp-design-1 .psacp-featured-meta{
	border:none !important;
	padding:10px !important;
	max-width:60% !important;
	top:70% !important;
	
}
.psacp-post-cats{
	display:none !important;
}
h2.psacp-post-title{
	font-size:18px !important;
	line-height:22px  !important;
	
}
h2.psacp-post-title a{
	color:#014473 !important;
}
.psacp-post-meta-data.psacp-post-author,.psacp-post-meta-sep{
	display:none !important;
}




/*************************** GOBERNABILIDAD **************************/

.gobernanza-filters{
    width: 100% !important;
    padding: 10px !important;
    border:solid 1px #014473 !important;
    border-radius: 10px !important;
    min-height: 90px;
    margin-bottom: 10px;;
}
.filter-anio{
    width: 48% ;
    float: left ;
}
.filter-corte{
    width: 48% ;
    float: right;    
}

.indicador-item{
    padding:10px;
    border: solid 1px #014473;
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.indicador-item h3{
    font-size: 18px;
    line-height: 20px;
    color: #014473;
}
.indicador-item h3::after{
    width: 30%;
}
.indicador-archivos li a {
    font-size: 15px;
    text-transform: uppercase !important  ;
}
.indicador-archivos li a i{
    color: red !important;
    display: inline-block;
    margin-right: 10px;
}

.indicador-archivos li::before{
    display: none !important   ;
}

.gobernanza-filters select{
	    display: block;
    width: 100%;
    padding: 5px;
}
@media (max-width: 650px){
	.owl-stage-outer{
		height: 350px !important;
	}
	.psacp-post-img-bg{
		height:350px !important;
 	}
	
}
