/*
Theme Name: TM Finance
Theme URI: http://finance.thememove.com/
Author: ThemeMove Team
Author URI: http://thememove.com
Description: The best WP Finance theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-finance
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
# Text meant only for screen readers.
--------------------------------------------------------------*/

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * Elements
 * ----------------------------------------------------------------------------
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/**
 * Responsive images
 * ----------------------------------------------------------------------------
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

@media (min-width: 1200px) {
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * Text meant only for screen readers.
 * ----------------------------------------------------------------------------
 */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

a:focus{
    color: inherit!important;
    text-decoration: none;
}
/*piconasociados*/
.wp-admin-bar-tm_finance{
	display: none;
}
.site-header .mobile-icon {
    color: #c8ac48!important;
    padding-right: 13px;
}
.site-header .mobile-icon:hover {
    color: #646363!important;
	/*padding-right: 25px;*/
}
/*simple image*/
.wpb_single_image.vc_align_center {
    margin-bottom: 25px;
}
/*finish simple image*/
.nav-content > div {
    text-align: right;
    padding: 0;
}
.main-navigation {
    font-size: 14px!important;
    font-family: 'Poppins';
    font-weight: 600;
	letter-spacing: 0;
}
.staff{
    padding: 40px 15px 15px 15px;
    text-align: center;
	color: #fff;
    min-height: 160px;
    max-height: 200px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.leer_mas{
	float: none;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid #fff!important;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 7px 34px;
    color: #fff!important;
	font-family: "Open Sans"!important;
	font-weight: bold!important;
	font-size: 14px!important;
	letter-spacing: 0.3px;
}
.leer_mas:hover {
    background: #fff!important;
    color: #000!important;
}
.vc_grid-container{
	margin-bottom: 0!important;
}

/**/
.main-navigation .menu > li > a{
    color: #666c72!important;
    font-family: 'Poppins'!important;
    font-weight: 600!important;
	letter-spacing: 0!important;
}
.main-navigation .menu > li.current-menu-item > a{
    color: #c8ac48!important;
}
.main-navigation .menu > ul > li > a:hover, .main-navigation .menu > li > a:hover{
    color: #c8ac48!important;
}
.main-navigation .menu > li:last-child{
    margin: 0px 0px 0px 0px;
}
.copyright .container {
    padding: 25px 0px 25px 0px;
    border-top: 1px solid rgba(56, 56, 56, 0.22)!important;
}
.copyright {
    border-top: 0!important;
    background-color: #fff!important;
}
.site-footer{
    display: none;
}
#page .copyright-left{
    text-align: center!important;
    color: #888!important;
    font-size: 13px!important;
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: 0;
}
#page .copyright-left a{
    color: #888!important;
	font-size: 13px!important;
	font-family: "Open Sans";
}
#page .copyright-left a:hover{
    color: #666!important;
}
.separador_titulo{
	width: 40px;
	margin: 10px auto 0px;
	border-bottom: 2px solid #c8ac48;
}
.site-top {
	padding: 0px 0px 0px 0px!important;
    background-color: #fff!important;
}
.site-top .container{
    padding: 10px 0px 13px 0px;
    border-bottom: 1px solid #e6e6e6!important;
}
.site-top .textwidget{
	font-size: 13px;
    font-family: "Open Sans";
}
.site-top .textwidget a:hover{
	color: #c8ac48!important;
}
.servicios_home{
    text-align: center;
    padding: 0px 75px;
    line-height: 21px!important;
}
.servicios_home p{
	padding: 0px 75px;
}
.servicios_home a {
    font-size: 17px!important;
    color: #555!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-family: 'Raleway';
    letter-spacing: 0px!important;
    line-height: 21px!important;
}
.servicios_home a:hover{
	color: #c8ac48!important;
}
.servicios_texto{
    padding: 15px 15px 10px 0px!important;
    font-size: 13px!important;
    color: #222;
    font-family: 'Open Sans';
    text-align: justify;
    line-height: 21px!important;
    margin: 0!important;
}
.servicios_texto p{
    font-size: 13px!important;
    margin: 0!important;
    font-family: 'Open Sans';
    line-height: 21px!important;
    color: #222;
    margin: 0!important;
    letter-spacing: normal!important;
	font-weight: 300;
}
.scrollup.show {
    display: none;
}
.titulos_home{
    font-size: 33px;
    color: #333;
    text-align: center;
    font-family: "Open Sans"!important;
    font-weight: 600;
    font-style: normal;
    word-spacing: 1px;
}
.icono_home img{
    transform: rotateY(0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.icono_home img:hover{
    transform: rotateY(180deg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.textwidget .fa-map-marker:before {
    content: url('images/ico-direcc.png') !important;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.textwidget .fa-phone:before {
    content: url('images/ico-telf.png') !important;
    position: relative;
    top: 4px;
    margin-right: 1px;
}
.textwidget .fa-envelope-o:before {
    content: url('images/ico-correo.png') !important;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.separator_head{
    display: inline-block;
    height: 16px;
    width: 1px;
    background-color: #888;
    position: relative;
    top: 3px;
    margin: 0 4px;
}
/* seccion clientes comentado*/
.vc_custom_1493222025017{
    display: none;
}
/*seccion socios comentado*/
.vc_custom_1493221862237{
    display: none;
}
/*clientes*/
.clientes_interna{
	    margin-top: 25px;
}
.clientes_interna p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-left: 75px;

}
/*internas*/
.heading-title{
    margin-bottom: 20px;
}
.breadcrumb ul, .breadcrumb .tm_bread_crumb {
    margin-bottom: 25px!important;
    padding: 15px 0!important;
}
.contact_map iframe{
    width: 100%;
    height: 294px;
}
.wpcf7-form textarea {
    height: 85px!important;
}
/*nosotros*/
.titulo_nosotros{
    font-family: "Poppins"!important;
    font-weight: 700!important;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0;
    color: #4e545b;
    margin-bottom: 30px;
}
.interna_nosotros{
    text-align: center;
}
.interna_nosotros p{
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 1.8;
}
.subtitulo_mv{
    font-size: 16px;
    color: #d9e0ef;
    line-height: 24px;
    font-family: "Poppins"!important;
    font-weight: normal;
}
.figura_mv{
    margin-bottom: 14px!important;
}
.figura_mv div div img{   
    margin-top: -15px;
    margin-right: 15px;
    padding-right: 9px;
}
.figura_mv p{
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: none;
    font-family: "Poppins"!important;
    display: inline-block;
    line-height: 24px;
}
.texto_mv p{
    color: #d9e0e5;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 24px; 
}
/*servicios*/
.servicios_info .vc_column-inner .wpb_wrapper{
    display: flex!important;
}
.servicios_info .vc_column-inner {
    padding: 0px 55px!important;
}

.servicios_info .vc_column-inner .serv_info{
    width: 60%!important;
    background-color: #ededed;
    margin-bottom: 20px;
}
.servicios_info .vc_column-inner .serv_info:last-child{
    width: 40%!important;
    background-color: #ededed;
}
.enlace_servicios{
    position: relative;
    top: 30px;
}
.enlace_servicios i{
    margin-right: 3px;
}

.enlace_servicios a{
    font-size: 14px;
    color: #333!important;
    font-family: 'Open Sans';
    letter-spacing: 0;
	font-weight: 300;
}
.enlace_servicios a:hover{
    color: #c8ac48!important;
}
.texto_interna{
    text-align: justify;
}
.texto_interna p{
    text-align: justify;
}
.big-title {
    margin-bottom: 50px!important;
}
/*contacto*/
.datos_contact p{
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 1.4;
}
.datos_contact p a{
    color: #666666;
}
.datos_contact i{
    color: #c8ac48;
    width: 29px;
}
.datos_contact .fa-map-marker:before {
    content: url("images/direcc.png")!important;
}
.fa-phone:before {
    content: url("images/telef.png")!important;
    position: relative;
    top: 6px;
}
.fa-envelope:before {
    content: url("images/correo.png")!important;
    position: relative;
    top: 9px;
}
.fa-clock-o:before {
    content: url("images/horario.png")!important;
}
#page .site-content input[type="submit"] {
    border-radius: 0px !important;
    background-color: #777!important;
    border: none!important;
    margin-bottom: 0;
    height: 38px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 0 22px !important;
    font-size: 15px !important;
}
#page .site-content input[type="submit"]:hover {
    background-color: #999!important;
    border: none!important;
}
#page .site-content input[type="text"],
#page .site-content input[type="email"],  
#page .site-content input[type="tel"],  
#page .site-content select{
    margin-bottom: 0px !important;
    border: 1px solid #a9a9a9;
    border-radius: 0px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    height: 34px !important;
}
#page .site-content textarea{
    margin-bottom: 0px !important;
    border: 1px solid #a9a9a9;
    border-radius: 0px !important;
    padding: 0 10px !important;
    font-size: 14px !important; 
}
.col_datos_contact .datos_contact{
    padding: 0 30px;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    height: 294px;
}
.interna_page .wpcf7 p{
    margin-bottom: 0.7rem;
}
.interna_page{
	padding-bottom: 6px;
}
/*staff*/

.staff_name{
    text-align: left;
    position: relative;
    display: block;
    padding: 23px 15px 23px;
    border-bottom: 1px solid #e3e3e3 !important;
}
.staff_name a{
    color: #2e353e !important;
    /*text-transform: uppercase !important;*/
    font-weight: 700 !important;
    font-family: "Poppins",sans-serif;
    font-size: 13px!important;
    line-height: 18px;
    letter-spacing: 0!important;    
}
.staff_name p{
    margin-bottom: 0px!important;

}
.staff_name p a{
    text-transform: uppercase;
    pointer-events: none;
}
.staff_name h4 a{
    font-size: 14px!important;
    line-height: 20px!important;
    margin: 0 0 8px!important;
    letter-spacing: 0!important;
    color: #6187a1!important;
    font-family: "Calibri"!important;
    font-weight: normal!important;
    pointer-events: none;
}
.imagen_staff{
    margin-bottom: 0!important;
}
/*padding de internas*/
.page-id-1782 #content .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#content .container{
    padding: 0;
}
/*miga navegable*/
.breadcrumb {
    display: none;
}
#page .big-title .entry-title {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    display: none;
}
#page .big-title, .big-title--single {
    margin: inherit;
}
/*emergente staff*/
.button_popup-button{    
    border-radius: 50%!important;
    border-color: inherit!important;
    position: absolute;
    bottom: 29px;
    right: 23px;
    background-color: transparent!important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
}
.button_popup-button:before{
    content: "\f055";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #6187a1 !important;
}
.page-id-2198 .ult-overlay-close {
    width: 15px;
    height: 15px;
}
.page-id-2198 .ult_modal-body {
    padding: 15px 30px;
    padding-bottom: 31px;
}
.ult_modal-content {
    border-radius: 0px!important;
}
.btn-modal-sm {
    padding: 5px 0px!important;
}
.texto_popup p{
    text-align: justify;
    color: #666666;
    font-family: "calibri";
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.8;
}
.texto_popup{
    text-align: justify;
}
.texto_popup .titulo_popup{
    color: #2e353e;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Calibri';
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 5px;
	text-align: left;
}
.texto_popup .subtitulo_popup{
    font-family: 'Calibri';
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #6187a1 !important;
    margin-bottom: 11px;
    text-align: left;
}
/*efect staff*/
.staff_fila .vc_column-inner:hover img{
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.staff_fila .vc_column-inner:hover .vc_single_image-wrapper{
	box-shadow: 0px 0px 30px 0px rgba(139, 139, 139, 0.4) !important;
}
.staff_fila .vc_column-inner:hover .staff_name{
	box-shadow: 0px 0px 30px 0px rgba(139, 139, 139, 0.4) !important;
}
.staff_fila .vc_column-inner .staff_name{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff_fila .wpb_single_image .vc_single_image-wrapper {
    overflow: hidden;
}
.staff_fila .wpb_single_image img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.staff_fila{
    margin-bottom: 35px;
}
.staff_fila .wpb_content_element{
    margin-bottom: 0px!important;
}
.page-id-2198 .entry-content{
    margin-bottom: 15px;
}
/*servicios*/
.lista_interna{
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.lista_interna li{  
    display: flex;
    margin-bottom: 5px;
}
.lista_interna li:before{
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #6187a1;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 12px;
    display: inline-table;  
}
.interna_servicios p {
    color: #666666;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 17px;
    letter-spacing: 0px;
    line-height: 1.8;
}
.interna_servicios li {
    color: #666666;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 33px;
}
.page-id-2340 .custom.tparrows {;
    background: none!important;
}
.page-id-2340 .custom.tparrows:hover {
    background: none!important;
}
.page-id-2340 .custom.tparrows.tp-leftarrow:before {
    content:  url('images/arrow-left.png')!important;
	left: -11px;
    position: relative;
}
.page-id-2340 .custom.tparrows.tp-rightarrow:before {
    content:  url('images/arrow-right.png')!important;
    left: 11px;
    position: relative;
}
.page-id-2340 .custom.tparrows {
    height: 58px!important;
}
/*fa user*/
.fa-user:before {
    content: url('images/arrow-service.png') !important;
}
.page-id-1782 #rev_slider_2_1 .metis.tparrows {
    background: none!important;
}
#rev_slider_2_1 .metis.tparrows:hover:before {
    transform: scale(1)!important;
}
.page-id-1782 .tparrows.tp-rightarrow:before {
    content: url("images/arrow-right_home.png")!important;
    position: relative;
    bottom: 60%;
    right: 150%;
}
.page-id-1782 .tparrows.tp-leftarrow:before {
    content: url("images/arrow-left_home.png")!important;
    position: relative;
    bottom: 60%;
    left: 150%;
}
#rev_slider_2_1 .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_2_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.55)!important;
    -webkit-transform: scale(0.55)!important;
}
#rev_slider_2_1 .uranus .tp-bullet.selected, #rev_slider_2_1 .uranus .tp-bullet:hover {
    box-shadow: none!important;
    background: #fff!important;
}
#rev_slider_2_1 .uranus .tp-bullet {
    width: 14px!important;
    height: 14px!important;
}
/*.page-id-1782 .tp-bannertimer {
    display: none!important;
}*/
/*PUBLICACIONES*/
.single-post .comment .comment-content .metadata > a{
    right: 135px!important;
}
.single-post .comment .comment-content .metadata > a.comment-edit-link{
    right: 242px!important;
}
.single-post #page .site-content input[type="text"], .single-post #page .site-content input[type="email"], .single-post #page .site-content input[type="tel"], .single-post #page .site-content select {
    border: 1px solid #eeeeee;
    font-weight: normal;
    padding: 18px 15px!important;
}
.single-post #page .site-content textarea {
    padding: 11px 15px!important;
    border: 1px solid #eeeeee;
    height: 140px;
}
/*.single-post input:focus, .single-post textarea:focus {
    outline: none;
    background-color: #F5F5F5;
}*/
.single-post #page .site-content input[type="submit"] {
    color: #fff;
}
#page .post-thumb .dates {
    background-color: #648296!important;
    display: none!important;
}
.hentry .entry-content {
    text-align: justify;
}
.hentry .entry-content p{
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0px;
    line-height: 1.8;
}
.hentry .entry-content li{
    color: #666666;
    font-family: "Open Sans";
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 1.8;
}
#page .hentry .entry-meta a {
    color: #6187a1!important;
}
#page .hentry .share a i:hover:before {
    background-color: #6187a1!important;
    color: #fff;
}
#page .sidebar ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    list-style: none;
}
.single-post #page .comment .comment-reply-link{
    color: #6187a1!important;
}
.hentry .entry-footer .read-more:hover {
    border-color: #6187a1!important;
    background-color: transparent!important;
    color: #6187a1!important;
}
.entry-header .entry-title a:hover{
    color: #6187a1!important;   
}
.entry-header .entry-title a{
    color: #4e545b!important;   
}
.hentry .entry-header .entry-title {
    font-size: 19px!important;
    color: #4e545b!important;
}
#page .hentry .entry-meta {
    color: #4e545b;
    font-size: 15px;
}
.single-post #page .comments-area {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}
#page .sidebar .widget-title, #page .wpb_widgetised_column .widget-title {
    color: #4e545b;
    font-size: 22px;
    margin-bottom: 30px;
}
#page .post-thumb {
    margin-bottom: 25px;
}
#page .sidebar .widget ul li a{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
}
#page .sidebar .widget ul li a:hover{
    color: #6187a1;
}
#page .hentry {
    padding-bottom: 40px!important; 
    margin-bottom: 40px!important; 
    border-bottom: 1px solid #dddddd!important; 
}
.single-post #page .comment-reply-title, .single-post #page .comments-title, .page #page .comment-reply-title, .page #page .comments-title {
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #4e545b;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}
.single-post .entry-tag a {
    color: #4e545b;
}
.single-post .entry-tag a:hover {
    color: #6187a1;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    color: #4e545b;
}
.page-template-template-news-list #page .post-thumb {
    display: none;
}
.category #page .post-thumb {
    display: none;
}
#content .hentry .entry-footer .read-more {
    font-size: 13px;
    padding: 0 14px;
    height: 44px;
    line-height: 40px;
}
.tm_finance_menu{
display: none}
/*entrevistas categoria*/
.cat-item-29{
    display: none!important;
} 
.page-template-template-news-list #page .category-entrevistas{
    display: none!important;
} 
/*rev slider*/
@media (max-width: 1999px) and (min-width: 1200px){
   .tp-caption.tm-50-900, .tm-50-900 {
    font-size: 30px!important;
    top: 90px;
    left: 80px;
}
.tp-caption.tm-20-400, .tm-20-400 {
    font-size: 20px!important;
    top: 110px;
    left: 80px;
} 
}
@media (max-width: 1199px) and (min-width: 1024px){
   .tp-caption.tm-50-900, .tm-50-900 {
    font-size: 30px!important;
    top: 90px;
    left: 80px;
}
.tp-caption.tm-20-400, .tm-20-400 {
    font-size: 20px!important;
    top: 110px;
    left: 80px;
} 
}
@media (max-width: 1023px){
   .tp-caption.tm-50-900, .tm-50-900 {
        font-size: 3vw!important;
        left: 40px;
}
.tp-caption.tm-20-400, .tm-20-400 {
        font-size: 2.4vw!important;
        left: 40px;
        top: 6px;
}
}
@media (max-width: 767px){
   .tp-caption.tm-50-900, .tm-50-900 {
        font-size: 3vw!important;
        left: 30px;
}
.tp-caption.tm-20-400, .tm-20-400 {
        font-size: 2.4vw!important;
        left: 30px;
}
.single #content .content,.category #content .content,.page-template-template-news-list-php #content .content,.sidebar{
	margin: 0 5%;
}
}
@media (max-width: 480px){
   .tp-caption.tm-50-900, .tm-50-900 {
        font-size: 4vw!important;
        left: 10px;
        top: 15px;
}
.tp-caption.tm-20-400, .tm-20-400 {
        font-size: 2.9vw!important;
        left: 10px;
        top: 25px;
}
}
@media (min-width: 2000px){
.tp-caption.tm-50-900, .tm-50-900 {
    font-size: 60px!important;
    top: 120px;
    left: 60px!important;
}
.tp-caption.tm-20-400, .tm-20-400 {
    font-size: 37px!important;
    top: 180px;
    left: 60px!important;
}
}

@media (min-width: 1279px){
.staff_name{
	margin: 0 3px;
}
.site-header img{
	position: relative;
    right: 4px;
    max-width: inherit;
}

}
@media (min-width: 1024px){
.sidebar{
    padding-left: 50px;
}

}
@media (max-width: 1279px){
.staff_name {
    padding-right: 70px;
}
.staff_name p {
    line-height: 1.3;
}
}

@media (max-width: 1023px) and (min-width: 768px){
.staff_name {
    min-height: 183px;
}
}

@media (max-width: 1279px) and (min-width: 993px){
.servicios_info:first-child .enlace_servicios {
    top: 5px;
}
.servicios_info:last-child .servicios_texto {
    padding-bottom: 55px!important;
}
}
@media (max-width: 992px) and (min-width: 768px){
.servicios_info:first-child .servicios_texto {
    padding-bottom: 45px!important;
    padding-left: 15px!important;
}
.servicios_info:last-child .servicios_texto {
    padding-bottom: 66px!important;
	padding-left: 15px!important;
}
.servicios_info .vc_column-inner .wpb_wrapper {
	margin-bottom: 10px!important;
}
}
@media (max-width: 1024px){
.col_datos_contact .datos_contact{
    padding: 0 0px;
    border-right: 0px solid #c2c2c2;
    border-left: 0px solid #c2c2c2;
}
}
@media (max-width: 1022px){
.site-top {
display: none;
}
}
@media (min-width: 1024px){
.page-id-1782 div#rev_slider_2_1_forcefullwidth, .page-id-1782 div#rev_slider_2_1_wrapper, .page-id-1782 .fullwidthbanner-container .fullwidthabanner {
    height: 400px!important;
}
.page-id-2340 div#rev_slider_2_1_forcefullwidth, .page-id-2340 div#rev_slider_2_1_wrapper, .page-id-2340 .fullwidthbanner-container .fullwidthabanner {
    max-height: 301px!important;
}
}
@media (min-width: 1400px) and (max-width: 2000px){
.page-id-1782 div#rev_slider_2_1_forcefullwidth, .page-id-1782 div#rev_slider_2_1_wrapper, .page-id-1782 .fullwidthbanner-container .fullwidthabanner {
    height: 550px!important;
}
}
@media (min-width: 2000px) and (max-width: 4000px){
.page-id-1782 div#rev_slider_2_1_forcefullwidth, .page-id-1782 div#rev_slider_2_1_wrapper, .page-id-1782 .fullwidthbanner-container .fullwidthabanner {
    height: 800px!important;
}
}
@media only screen and (max-width: 992px){
    .servicios_info .vc_column-inner .serv_info {
        margin: 0;
    }
    .servicios_info .vc_column-inner .wpb_wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .servicios_info .vc_column-inner .serv_info {
        width: 100%!important;
        margin: 0;
    }
    .servicios_info .vc_column-inner .serv_info:last-child {
        width: 100%!important;
        margin: 0;
    }

}
@media only screen and (min-width: 768px){
    .page-id-2198 .ult_modal.ult-small {
    width: 70%;
    }
    .col_slider_servicios{
    	height: 359px;
    }
}
@media only screen and (max-width: 768px){
.interna_page{
    padding: 0 15px;
}
.col_datos_contact .datos_contact {
    height: 218px;
    margin-top: 37px;
}
.page-id-2340 .custom.tparrows.tp-leftarrow:before {
    content:  none!important;
}
.page-id-2340 .custom.tparrows.tp-rightarrow:before {
    content:  none!important;
}
.clientes_interna p {
    padding-left: 30px;
}
}


@media only screen and (max-width: 767px){
.staff_name {
    width: 263px;
    right: -33%;
    padding-right: 0;
    padding: 23px 15px 23px;
}
.button_popup-button {
    right: 34%;
}
.staff_fila .vc_col-sm-3{
    margin-bottom: 35px!important;
}
.servicios_info .vc_column-inner .wpb_wrapper {
    margin-bottom: 0px;
}
.servicios_info{
	margin-bottom: 50px;
}
.servicios_texto {
    padding: 15px 15px 50px 20px!important;
}
.servicios_info .enlace_servicios{
	top: 25px;
}

.servicios_info:last-child .enlace_servicios{
	top: 30px!important;
}
.servicios_info:last-child{
	top: 50px;
}
.titulo_servicio_home:first-child{
	bottom: 410px;
}
.interna_servicios{
	margin: 0 5%;
}
.staff_fila {
    margin-bottom: -3px;
}
.staff_fila:last-child {
    margin-bottom: -23px;
}
.contact_map{
	margin-bottom: 50px!important;
}
}

@media only screen and (max-width: 480px){
.page-id-2198 .ult_modal-body {
    padding: 20px 10px;
    overflow: scroll;
    height: 533px;    
}
.interna_nosotros p {
    margin: 0 5%;
    margin-bottom: 20px;
}
.staff_name {
    width: 263px;
    right: -22.5%;
}
.button_popup-button {
    right: 126px;
}
.page-id-2198 .ult_modal-body img{
	margin-bottom: 25px;
}
.page-id-2198 .ult_modal-body .texto_popup .subtitulo_popup{
    font-size: 14px;
}
.site-top {
display: none;
}
.site-header img{
	position: relative;
    left: 44px;
    width: 255px;
    max-width: 200%;
    top: 3px;
}
.site-header {
    padding: 28px 0 !important;
}
.copyright .container {
    padding: 22px 0px 10px 0px;
}
.big-title {
    padding: 70px 0px 40px 0px!important;
}
#page .big-title .entry-title {
    font-size: 30px;
}
.page-id-1782 .tparrows {
    display: none!important;
}
.page-id-1782 div#rev_slider_2_1_forcefullwidth, .page-id-1782 div#rev_slider_2_1_wrapper, .page-id-1782 .fullwidthbanner-container .fullwidthabanner {
    height: 150px!important;
}
.servicios_info .vc_column-inner .wpb_wrapper {
    margin-bottom: 0px;
}
.servicios_info{
	margin-bottom: 50px;
}
.servicios_texto {
    padding: 15px 15px 50px 20px!important;
}
.servicios_info .enlace_servicios{
	top: 25px;
}

.servicios_info:last-child .enlace_servicios{
	top: 30px!important;
}
.servicios_info:last-child {
    top: 44px;
    margin-bottom: -15px;
	padding-top: 10px;
}
.titulo_servicio_home:first-child{
	bottom: 397px;
}
.servicios_home {
    padding: 0px 35px;
}
.servicios_info .vc_column-inner {
    padding: 0px 20px!important;
}
.servicios_home a {
    font-size: 16px!important;
}
#rev_slider_2_1 .uranus .tp-bullet {
    width: 13px!important;
    height: 13px!important;
    top: 7px!important;
}
.interna_servicios li {
    text-align: left;
}
}
@media only screen and (max-width: 420px){
	.col_slider_servicios{
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 375px){
.staff_name {
    right: -15%;
}
.button_popup-button {
    right: 75px;
}
}

@media only screen and (max-width: 360px){
.staff_name {
    width: 263px;
    left: 48px;
}
.button_popup-button {
    right: 70px;
}
.tp-caption.tm-50-900, .tm-50-900 {
    font-size: 13px!important;
        top: 20px;
        left: inherit;
}
.tp-caption.tm-20-400, .tm-20-400 {
    font-size: 10px!important;
    top: 35px;
    left: inherit;
}
.site-header img {
    left: 20px;
}
}

@media only screen and (max-width: 320px){
.staff_name {
    width: 263px;
    left: 28px;
}
.button_popup-button {
    bottom: 23px;
    right: 50px;
}
}