@font-face {
  font-family: 'source_sans_probold';
  src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_prolight';
  src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-size: 1em;
}

body {
  font-family: "source_sans_proregular", sans-serif;
  color: #333333;
}

a,
button {
  -webkit-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
}

a:hover,
button:hover,
a:focus,
button:focus,
.wp-caption:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  outline: none !important;
}

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

.no-padding {
  padding: 0 !important;
}

.none-element {
  display: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.flexo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section {
  padding: 50px 0;
}

hr {
  border-color: #f5f3ee;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source_sans_prolight", sans-serif;
}

.title1 {
  font-size: 4em;
}

.title2 {
  font-size: 2.375em;
}

.title3 {
  font-size: 3.25em;
}

.title4 {
  font-size: 1.125em;
}

.title5 {
  font-size: 1.5em;
}

.title6 {
  font-size: 1.25em;
}

.title7 {
  font-size: 2em;
}

.title-section {
  text-align: center;
  color: #000000;
  font-size: 2.375em;
}

a.link-title {
  display: inline-block;
}

.grisaceo {
  color: #999999;
}

.normal-text {
  font-size: 1em;
}

.excerpt {
  font-size: 0.875em;
}

.page-intro-text {
  padding: 0 0 0 50px;
  background-image: url("../images/page-intro-text-image.png");
  background-size: 21px;
  background-repeat: no-repeat;
}

.hagase-cliente-intro-text {
  color: #D52B1E;
}

.hagase-cliente-text {
  font-family: "source_sans_prolight", sans-serif;
  padding: 0 0 0 50px;
  margin-top: 30px;
  color: #666666;
}

@media (max-width: 1510px) {
  .normal-text {
    font-size: 0.80em;
  }

  .title5 {
    font-size: 1.35em;
  }

  .title6 {
    font-size: 1.10em;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .page-intro-text {
    background-image: url("../images/page-intro-text-image@2x.png");
    background-size: 21px;
    background-repeat: no-repeat;
  }
}

.page-intro-text .intro-text {
  font-family: "source_sans_prolight", sans-serif;
  font-size: 1.5em;
}

a.main-button,
.main-button {
  padding: 15px;
  background: #D52B1E;
  color: #ffffff;
  font-size: 0.9375em;
  font-family: 'source_sans_prosemibold', sans-serif;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
}

a.main-button.primary,
.main-button.primary {
  border: 0;
  border-bottom: 4px solid #B71416;
  width: 270px;
  font-family: "source_sans_probold", sans-serif;
  text-transform: none;
  font-size: 1.5em;
}

a.read-more {
  color: #D52B1E;
  display: inline-block;
}

a.read-more span {
  font-size: 1em;
  vertical-align: middle;
}

a.read-more i {
  font-size: 1.125em;
  vertical-align: middle;
}

a.read-more-section {
  color: #D52B1E;
  display: inline-block;
}

a.read-more-section span {
  font-size: 1.25em;
  vertical-align: middle;
}

a.read-more-section i {
  font-size: 1.375em;
  vertical-align: middle;
}

.block-loading {
  display: none;
  text-align: center;
}

.block-loading i {
  color: #D52B1E;
  font-size: 1.75em;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

@media (max-width: 1199px) {
  section {
    padding: 40px 0;
  }

  .title1 {
    font-size: 3em;
  }

  .title2 {
    font-size: 1.875em;
  }

  .title3 {
    font-size: 2.625em;
  }

  .title4 {
    font-size: 0.875em;
  }

  .title5 {
    font-size: 1.1875em;
  }

  .title6 {
    font-size: 1em;
  }

  .title7 {
    font-size: 1.5625em;
  }

  .title-section {
    font-size: 1.875em;
  }

  .normal-text {
    font-size: 0.75em;
  }

  .excerpt {
    font-size: 0.75em;
  }

  .page-intro-text {
    padding: 0 0 0 40px;
    background-size: 16px;
  }

  .hagase-cliente-text {
    padding: 0 0 0 40px;
  }

  .page-intro-text .intro-text {
    font-size: 1.1875em;
  }

  a.main-button,
  .main-button {
    padding: 12px;
    font-size: 0.75em;
    width: 240px;
  }

  a.main-button.primary,
  .main-button.primary {
    font-size: 1.1875em;
  }

  a.read-more span {
    font-size: 0.75em;
  }

  a.read-more i {
    font-size: 1em;
  }

  a.read-more-section span {
    font-size: 1em;
  }

  a.read-more-section i {
    font-size: 1.125em;
  }
}

@media (max-width: 991px) {
  section {
    padding: 20px 0;
  }

  .title1 {
    font-size: 1.875em;
  }

  .title2 {
    font-size: 1.5em;
  }

  .title3 {
    font-size: 1.875em;
  }

  .title4 {
    font-size: 0.75em;
  }

  .title5 {
    font-size: 1em;
  }

  .title6 {
    font-size: 0.75em;
  }

  .title7 {
    font-size: 1.25em;
  }

  .title-section {
    font-size: 1.5em;
  }

  .page-intro-text,
  .hagase-cliente-text {
    padding: 0 0 0 25px;
    margin-top: 20px;
    background-size: 12px;
  }

  .page-intro-text .intro-text {
    font-size: 1em;
  }

  a.main-button.primary,
  .main-button.primary {
    font-size: 1em;
  }
}

.header .header-container {
  padding: 30px 0;
  border: 1px solid #f5f5f5;
}

.header .header-container .logo-container {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.header .header-container .data-container {
  color: #999999;
}

.header .header-container .data-container .data-row {
  text-align: right;
  margin-bottom: 10px;
}

.header .header-container .data-container .phone-container,
.header .header-container .data-container .email-container {
  font-size: 1.125em;
}

.header .header-container .data-container .phone-container img,
.header .header-container .data-container .email-container img {
  width: 24px;
  margin-right: 8px;
  margin-top: -2px;
}

.header .header-container .data-container .email-container {
  margin-left: 45px;
}

.header .header-container .data-container .email-container .email {
  color: #999999;
}

.header .header-container .data-container .social-buttons-container {
  margin-top: 2px;
  margin-left: 45px;
}

.header .header-container .data-container .social-buttons-container a {
  margin: 0 5px;
}

.header .header-container .data-container .language-container {
  background: #f5f3ee;
  padding: 2px 0;
  margin-left: 30px;
}

.header .header-container .data-container .language-container .language-link {
  text-transform: uppercase;
  font-size: 0.9375em;
  color: #999999;
  border-left: 1px solid #E0DED6;
  padding: 0 8px;
}

.header .header-container .data-container .language-container .language-link.current {
  color: #D52B1E;
}

.header .header-container .data-container .language-container .language-link:first-child {
  border-left: 0;
}

.header .menu-container .menus .main-menu ul {
  text-align: center;
}

.header .menu-container .menus .main-menu ul li {
  display: inline;
  padding: 0 15px;
}

.header .menu-container .menus .main-menu ul li.current_page_item a,
.header .menu-container .menus .main-menu ul li.current-page-ancestor a {
  color: #D52B1E;
  border-bottom: 4px solid #B71416;
}

.header .menu-container .menus .main-menu ul li a {
  color: #000000;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 15px;
  display: inline-block;
}

.header .menu-container .menus .main-menu ul li:first-child {
  padding-left: 0;
}

.header .menu-container .menus .main-menu ul li:last-child {
  padding-right: 0;
}

.main-menu-responsive {
  background: #B71416;
  height: 50px;
}

.main-menu-responsive .page-title {
  color: #ffffff;
  line-height: 50px;
  font-size: 0.75em;
  text-transform: uppercase;
}

.main-menu-responsive .main-menu-button {
  font-size: 1.25em;
  line-height: 50px;
  color: #ffffff;
}

.main-menu-dropdown {
  display: none;
  background: #000000;
}

.main-menu-dropdown ul li a {
  display: block;
  padding: 8px 15px;
  color: #cccccc;
  font-size: 0.75em;
  text-transform: uppercase;
}

.main-menu-dropdown ul li a:hover {
  color: #ffffff;
}

.main-menu-dropdown ul li.current-page-ancestor a,
.main-menu-dropdown ul li.current_page_item a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header .header-container {
    padding: 24px 0;
  }

  .header .header-container .logo-container {
    height: 53px;
  }

  .header .header-container .data-container .phone-container,
  .header .header-container .data-container .email-container {
    font-size: 0.875em;
  }

  .header .header-container .data-container .phone-container img,
  .header .header-container .data-container .email-container img {
    margin-right: 5px;
    width: 19px;
  }

  .header .header-container .data-container .social-buttons-container {
    margin-top: 3px;
    margin-left: 20px;
    display: block;
  }

  .header .header-container .data-container .social-buttons-container a {
    margin: 0 5px;
  }

  .header .header-container .data-container .social-buttons-container a img {
    width: 14px;
  }

  .header .header-container .data-container .language-container {
    padding: 3px;
    margin-left: 20px;
  }

  .header .header-container .data-container .language-container .language-link {
    font-size: 0.75em;
    padding: 0 5px;
  }

  .header .menu-container .menus .main-menu ul li {
    padding: 0 12px;
  }

  .header .menu-container .menus .main-menu ul li a {
    font-size: 0.75em;
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .header .header-container {
    padding: 24px 0;
  }

  .header .header-container .logo-container {
    text-align: center;
    height: auto;
    display: block;
    width: auto;
  }

  .header .header-container .logo-container img {
    width: 192px;
  }

  .header .header-container .data-container .data-row {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
  }
}

.header-page .main-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.header-page .main-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 500px;
}

.header-page .main-image .data-container {
  position: relative;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.header-page .main-image .data-container .title {
  color: #333333;
  text-transform: uppercase;
}

.header-page .main-image .data-container .subtitle {
  color: #666666;
  width: 520px;
  margin: 0;
}

@media (max-width: 1199px) {
  .header-page .main-image .overlay {
    height: 400px;
  }

  .header-page .main-image .data-container {
    height: 400px;
  }

  .header-page .main-image .data-container .subtitle {
    width: 416px;
  }
}

@media (max-width: 991px) {
  .header-page .main-image .overlay {
    height: 250px;
    width: 100%;
  }

  .header-page .main-image .data-container {
    height: 250px;
  }

  .header-page .main-image .data-container .subtitle {
    width: 300px;
  }
}

.home-page .home-header {
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-page .home-header .content {
  height: 700px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
  text-align: center;
}

.home-page .home-header .content .title {
  color: #ffffff;
  margin-bottom: 50px;
}

.home-page .home-header .content .title .bold {
  font-family: "source_sans_prosemibold", sans-serif;
}

.home-page .featured-section .title-section {
  margin-bottom: 50px;
}

.home-page .solutions-section {
  background: #f5f3ee;
}

.home-page .solutions-section .title-section {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .home-page .home-header {
    height: 560px;
  }

  .home-page .home-header .content {
    height: 560px;
  }

  .home-page .home-header .content .title {
    margin-bottom: 40px;
  }

  .home-page .featured-section .title-section {
    margin-bottom: 40px;
  }

  .home-page .solutions-section .title-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .home-page .home-header {
    height: 250px;
  }

  .home-page .home-header .content {
    height: 250px;
  }

  .home-page .home-header .content .title {
    margin-bottom: 20px;
  }

  .home-page .featured-section .title-section {
    margin-bottom: 30px;
  }

  .home-page .solutions-section .title-section {
    margin-bottom: 30px;
  }
}

.about-page .main-section {
  padding-top: 0;
}

.solutions-page .main-section,
.solutions-page .solutions-section {
  padding-top: 0;
}

.single-solution .main-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.single-solution .main-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 360px;
  width: 70%;
}

.single-solution .main-image .data-container {
  position: relative;
  height: 360px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.single-solution .main-image .data-container .title {
  color: #333333;
  width: 470px;
}

.single-solution .main-image .data-container .subtitle {
  color: #D52B1E;
  margin: 0;
}

.single-solution .main-section {
  padding-top: 0;
}

.single-solution .solutions-section {
  background: #f5f3ee;
}

.single-solution .solutions-section .title-section {
  margin-bottom: 50px;
}

.single-solution .solutions-section .col {
  margin-bottom: 30px;
}

.single-solution .solutions-section .col:last-child {
  margin-bottom: 0;
}

.single-solution .solutions-section .read-more-section {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .single-solution .main-image .overlay {
    height: 288px;
  }

  .single-solution .main-image .data-container {
    height: 288px;
  }

  .single-solution .main-image .data-container .title {
    width: 376px;
  }

  .single-solution .solutions-section {
    background: #f5f3ee;
  }

  .single-solution .solutions-section .title-section {
    margin-bottom: 40px;
  }

  .single-solution .solutions-section .related-solution .data-container {
    height: 160px;
  }

  .single-solution .solutions-section .read-more-section {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .single-solution .main-image .overlay {
    height: 250px;
    width: 100%;
  }

  .single-solution .main-image .data-container {
    height: 250px;
  }

  .single-solution .main-image .data-container .title {
    width: 280px;
  }

  .single-solution .solutions-section {
    background: #f5f3ee;
  }

  .single-solution .solutions-section .title-section {
    margin-bottom: 20px;
  }

  .single-solution .solutions-section .read-more-section {
    margin-top: 20px;
  }
}

.related-solution .data-container {
  background: #ffffff;
  height: 200px;
  padding: 15px;
  text-align: center;
}

.related-solution .data-container .title {
  color: #D52B1E;
  margin: 0 0 5px 0;
}

.related-solution .data-container .subtitle {
  margin-top: 0;
}

.related-solution .data-container .normal-text {
  color: #999999;
}

.related-solution .data-container .read-more {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .related-solution .data-container {
    height: 200px;
    padding: 12px;
  }

  .related-solution .data-container .read-more {
    bottom: 12px;
  }
}

@media (max-width: 991px) {
  .related-solution .data-container {
    height: 160px;
    padding: 10px;
  }

  .related-solution .data-container .read-more {
    bottom: 10px;
  }
}

.solution {
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.solution .overlay {
  position: absolute;
  left: 0;
  top: 0;
}

.solution .read-more-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.solution .data-container {
  position: relative;
  display: table-cell;
  height: 260px;
  vertical-align: middle;
  width: 280px;
  padding: 0 30px;
}

.solution .data-container .title {
  margin: 0;
  color: #D52B1E;
  text-transform: uppercase;
}

.solution .data-container .subtitle {
  margin-top: 0;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .solution {
    height: 208px;
  }

  .solution .overlay {
    height: 208px;
  }

  .solution .read-more-image {
    height: 208px;
  }

  .solution .data-container {
    height: 208px;
    width: 220px;
    padding: 0 24px;
  }
}

@media (max-width: 991px) {
  .solution {
    height: 200px;
  }

  .solution .overlay {
    height: 200px;
  }

  .solution .read-more-image {
    height: 200px;
  }

  .solution .data-container {
    height: 200px;
    width: 200px;
    padding: 0 15px;
  }
}

.multichannel-page .main-section {
  padding-top: 0;
}

.offices-page .map-section {
  background: #D3D3D3;
}

.offices-page .offices-filter-container {
  background: #333333;
  padding: 20px 0;
}

.offices-page .offices-filter-container .title {
  color: #ffffff;
  margin: 0;
  float: left;
  padding: 8px 0;
}

.offices-page .offices-filter-container .selects-container {
  float: right;
  display: inline-block;
}

.offices-page .offices-filter-container .selects-container .bank-type-dropdown {
  margin-right: 20px;
}

.offices-page .offices-filter-container .selects-container .bank-type-dropdown,
.offices-page .offices-filter-container .selects-container .cities-dropdown {
  float: left;
  position: relative;
}

.offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle,
.offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle {
  padding: 8px 15px;
  border: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}

.offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle span,
.offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle span {
  vertical-align: middle;
  float: left;
}

.offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle i,
.offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle i {
  float: right;
  vertical-align: middle;
  font-size: 1.375em;
  margin-left: 10px;
}

.offices-page .offices-filter-container .selects-container .dropdown-menu {
  background: #333333;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: 0;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.offices-page .offices-filter-container .selects-container .dropdown-menu li a {
  color: #ffffff;
  padding: 8px 15px;
}

.offices-page .offices-filter-container .selects-container .dropdown-menu li a:focus,
.offices-page .offices-filter-container .selects-container .dropdown-menu li a:hover {
  color: #333333;
  background-color: #f5f3ee;
}

.offices-page .offices-section .offices .office {
  margin-bottom: 50px;
}

.offices-page .offices-section .offices .office .image-container {
  float: left;
  margin-right: 10px;
}

.offices-page .offices-section .offices .office .data-container {
  display: table-cell;
}

.offices-page .offices-section .offices .office .data-container .title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #999999;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: "source_sans_proregular", sans-serif;
}

.offices-page .offices-section .offices .office .data-container .subtitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1em;
  font-family: "source_sans_proregular", sans-serif;
}

.offices-page .offices-section .offices .office .data-container .bank-type {
  color: #999999;
  font-style: italic;
}

.offices-page .offices-section .offices .office .data-container .excerpt {
  margin-bottom: 0;
}

.offices-page .offices-section .msg-container {
  display: none;
}

@media (max-width: 1199px) {
  .offices-page .offices-filter-container {
    padding: 16px 0;
  }

  .offices-page .offices-filter-container .title {
    padding: 5px 0;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown {
    margin-right: 16px;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle,
  .offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle {
    padding: 5px 12px;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle i,
  .offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle i {
    margin-left: 8px;
    font-size: 1em;
  }

  .offices-page .offices-filter-container .selects-container .dropdown-menu {
    font-size: 0.75em;
  }

  .offices-page .offices-filter-container .selects-container .dropdown-menu li a {
    padding: 5px 12px;
  }

  .offices-page .offices-section .offices .office {
    margin-bottom: 40px;
  }

  .offices-page .offices-section .offices .office .image-container img {
    width: 28px;
    height: 28px;
  }

  .offices-page .offices-section .offices .office .data-container .title {
    font-size: 0.75em;
  }

  .offices-page .offices-section .offices .office .data-container .subtitle {
    font-size: 0.75em;
  }
}

@media (max-width: 991px) {
  .offices-page .offices-section .offices .office {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .offices-page .offices-filter-container {
    padding: 16px 0;
    text-align: center;
  }

  .offices-page .offices-filter-container .title {
    float: none;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .offices-page .offices-filter-container .selects-container {
    float: none;
    text-align: center;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown {
    margin-right: 16px;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown,
  .offices-page .offices-filter-container .selects-container .cities-dropdown {
    float: left;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle,
  .offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle {
    padding: 5px 12px;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown .dropdown-toggle i,
  .offices-page .offices-filter-container .selects-container .cities-dropdown .dropdown-toggle i {
    margin-left: 8px;
    font-size: 1.125em;
  }

  .offices-page .offices-filter-container .selects-container .dropdown-menu {
    font-size: 0.75em;
  }

  .offices-page .offices-filter-container .selects-container .dropdown-menu li a {
    padding: 5px 12px;
  }
}

@media (max-width: 479px) {
  .offices-page .offices-filter-container .selects-container .bank-type-dropdown {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .offices-page .offices-filter-container .selects-container .bank-type-dropdown,
  .offices-page .offices-filter-container .selects-container .cities-dropdown {
    float: none;
  }
}

.client-page .services-section {
  padding-bottom: 10px;
  margin-top: -80px;
}

.client-page .services-section .services .service .title {
  color: #D52B1E;
  text-transform: uppercase;
}

.client-page .services-section .services .service .subtitle {
  margin-top: 0;
}

.client-page .services-section .services .service .normal-text {
  color: #999999;
}

.client-page .services-section .services .service .button {
  margin-top: 20px;
  background: #B71416;
  text-transform: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  display: block;
}

.client-page .services-section .services .service .button span {
  font-size: 1.125em;
  vertical-align: middle;
}

.client-page .services-section .services .service .button i {
  font-size: 1.25em;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .client-page .services-section {
    margin-top: -64px;
  }

  .client-page .services-section .services .service .button {
    padding: 12px;
  }

  .client-page .services-section .services .service .button span {
    font-size: 0.875em;
  }

  .client-page .services-section .services .service .button i {
    font-size: 1em;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .client-page .services-section {
    margin-top: -40px;
  }

  .client-page .services-section .services .service .button {
    padding: 10px;
  }

  .client-page .services-section .services .service .button span {
    font-size: 0.75em;
  }

  .client-page .services-section .services .service .button i {
    font-size: 0.875em;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .client-page .services-section {
    padding-bottom: 0;
    margin-top: 0;
  }

  .client-page .services-section .services .service {
    margin-bottom: 30px;
  }
}

.contact-page .contact-data-section .data-title {
  font-size: 1.125em;
  color: #D52B1E;
  text-transform: uppercase;
  margin: 0;
}

.contact-page .contact-data-section .phone-container,
.contact-page .contact-data-section .email-container {
  text-align: center;
  padding: 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-page .contact-data-section .phone-container {
  background-image: url("../images/bg-phone.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .contact-page .contact-data-section .phone-container {
    background-image: url("../images/bg-phone@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.contact-page .contact-data-section .phone-container .phone {
  font-size: 1.5em;
  font-family: "source_sans_probold", sans-serif;
  display: inline-block;
  color: #333333;
}

.contact-page .contact-data-section .email-container {
  background-image: url("../images/bg-email.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .contact-page .contact-data-section .email-container {
    background-image: url("../images/bg-email@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.contact-page .contact-data-section .email-container .email {
  font-size: 1.5em;
  font-family: "source_sans_probold", sans-serif;
  display: inline-block;
  color: #333333;
}

.contact-page .social-buttons-section {
  margin-bottom: -80px;
}

.contact-page .form-section {
  background: #f5f3ee;
}

.contact-page .form-section .title-section {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .contact-page .contact-data-section .data-title {
    font-size: 0.875em;
  }

  .contact-page .contact-data-section .phone-container,
  .contact-page .contact-data-section .email-container {
    padding: 8px 0;
  }

  .contact-page .contact-data-section .phone-container .phone {
    font-size: 2em;
  }

  .contact-page .contact-data-section .email-container .email {
    font-size: 1.1875em;
  }

  .contact-page .social-buttons-section {
    margin-bottom: -64px;
  }

  .contact-page .form-section .title-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .contact-page .contact-data-section .data-title {
    font-size: 0.75em;
  }

  .contact-page .contact-data-section .phone-container,
  .contact-page .contact-data-section .email-container {
    padding: 6px 0;
  }

  .contact-page .contact-data-section .phone-container .phone {
    font-size: 1.5625em;
  }

  .contact-page .contact-data-section .email-container .email {
    font-size: 1em;
  }

  .contact-page .social-buttons-section {
    margin-bottom: -45px;
  }

  .contact-page .form-section .title-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-data-section .phone-container {
    margin-bottom: 30px;
  }
}

.wpcf7 {
  color: #333333;
}

.wpcf7 label {
  font-size: 1.125em;
  font-weight: normal;
}

.wpcf7 .wpcf7-form-control {
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #a94442;
}

.wpcf7 .wpcf7-form-control:focus {
  border: 1px solid #D52B1E;
}

.wpcf7 .wpcf7-submit {
  border: 0;
  border-bottom: 4px solid #B71416;
  margin-top: 20px;
  width: 160px;
  font-family: "source_sans_probold", sans-serif;
  text-transform: none;
  font-size: 1.5em;
}

.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.8;
}

.wpcf7 .wpcf7-submit:focus {
  border: 0;
  border-bottom: 4px solid #B71416;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  outline: none;
}

.wpcf7 .wpcf7-submit[disabled] {
  opacity: 0.2;
}

.wpcf7 .wpcf7-submit[disabled]:hover {
  opacity: 0.2;
}

.wpcf7 .privacy-policy {
  font-size: 1em;
}

.wpcf7 .privacy-policy a {
  color: #D52B1E;
  text-decoration: underline;
  font-family: "source_sans_prosemibold", sans-serif;
}

.wpcf7 .wpcf7-recaptcha {
  border: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a94442;
  font-size: 1em;
}

.wpcf7 .wpcf7-response-output {
  margin: 40px 0 0 0;
  padding: 30px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 1em;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
  background: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

@media (max-width: 1199px) {
  .wpcf7 label {
    font-size: 0.875em;
  }

  .wpcf7 .wpcf7-submit {
    font-size: 1.1875em;
  }

  .wpcf7 .privacy-policy {
    font-size: 0.75em;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.75em;
  }

  .wpcf7 .wpcf7-response-output {
    font-size: 0.75em;
    margin: 20px 0 0 0;
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .wpcf7 label {
    font-size: 0.75em;
  }

  .wpcf7 .wpcf7-submit {
    font-size: 1em;
  }
}

.detail-info-page .menu {
  background: #f5f3ee;
  padding: 15px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  margin-bottom: 20px;
}

.detail-info-page .menu li.current_page_item a,
.detail-info-page .menu li.current-page-ancestor a {
  color: #D52B1E;
}

.detail-info-page .menu li:last-child a {
  border: 0;
}

.detail-info-page .menu li a {
  color: #333333;
  font-size: 0.9375em;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  display: block;
}

.detail-info-page .page-intro-text .intro-text {
  text-transform: uppercase;
}

.detail-info-page .main-section {
  padding-top: 15px;
}

.detail-info-page .main-section .wysiwyg h1,
.detail-info-page .main-section .wysiwyg h2,
.detail-info-page .main-section .wysiwyg h3,
.detail-info-page .main-section .wysiwyg h4,
.detail-info-page .main-section .wysiwyg h5,
.detail-info-page .main-section .wysiwyg h6 {
  font-family: "source_sans_probold", sans-serif;
}

.detail-info-page .main-section .wysiwyg h3 {
  font-size: 1.125em;
}

.detail-info-page .main-section .wysiwyg ul li {
  list-style-image: url("../images/list-image-angle.png");
}

@media (max-width: 1199px) {
  .detail-info-page .menu {
    padding: 12px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
  }

  .detail-info-page .menu li a {
    font-size: 0.75em;
    padding: 8px 0;
  }

  .detail-info-page .main-section .wysiwyg h3 {
    font-size: 0.875em;
  }
}

@media (max-width: 991px) {
  .detail-info-page .menu {
    padding: 10px 20px;
    margin-top: 20px;
  }

  .detail-info-page .menu li a {
    font-size: 0.75em;
    padding: 8px 0;
  }

  .detail-info-page .main-section .wysiwyg h3 {
    font-size: 0.875em;
  }
}

.policy-page {
  padding: 50px 0;
}

.policy-page ul {
  list-style: disc;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .policy-page {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .policy-page {
    padding: 20px 0;
  }
}

.cookies {
  position: fixed;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 555;
}

.cookies p {
  font-size: 0.875em;
  color: #fff;
  margin: 0;
}

.cookies p a {
  color: #fff;
  text-decoration: underline;
}

.cookies .cookies-center {
  height: 50px;
  display: table-cell;
  width: 1500px;
  vertical-align: middle;
}

.cookies .accept-cookies {
  background: #D52B1E;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 5px;
  display: inline-block;
}

@media (max-width: 991px) {
  .cookies p {
    font-size: 0.75em;
  }

  .cookies .cookies-center {
    padding: 10px 0;
  }

  .cookies .accept-cookies {
    font-size: 0.75em;
  }
}

.sidebar .sidebar-form {
  position: relative;
  padding-bottom: 40px;
}

.sidebar .sidebar-form .title-container {
  background: #f5f3ee;
  -webkit-border-radius: 6px 6px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
  padding: 20px;
  text-align: center;
}

.sidebar .sidebar-form .title-container .title {
  color: #D52B1E;
  margin-top: 0;
  margin-bottom: 20px;
}

.sidebar .sidebar-form .title-container .link {
  text-transform: uppercase;
  color: #999999;
  font-family: "source_sans_prolight", sans-serif;
  font-size: 1.375em;
}

.sidebar .sidebar-form .title-container .link .link-text {
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
}

.sidebar .sidebar-form .title-container .link .icon {
  margin-left: 10px;
}

.sidebar .sidebar-form .title-container .link .icon .fa-circle {
  color: #EEEBE3;
}

.sidebar .sidebar-form .title-container .link .icon .fa-angle-down {
  color: #D52B1E;
}

.sidebar .sidebar-form .form-container {
  background: #eeeeee;
  -webkit-border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  padding: 20px;
  display: none;
}

.sidebar .sidebar-form .form-container .wpcf7 .wpcf7-form-control.wpcf7-text {
  height: 50px;
  font-size: 1.125em;
}

.sidebar .sidebar-form .form-container .wpcf7 .wpcf7-submit {
  width: 100%;
  height: auto !important;
  font-size: 1.5em;
}

.sidebar .sidebar-form .arrow {
  position: absolute;
  top: 15px;
  left: -15px;
  font-size: 3.125em;
  color: #f5f3ee;
}

.sidebar .sidebar-data-contact {
  padding-bottom: 40px;
  text-align: center;
}

.sidebar .sidebar-data-contact .image-container {
  padding-bottom: 10px;
}

.sidebar .sidebar-data-contact .image-container .image {
  width: 36px;
}

.sidebar .sidebar-data-contact .data-container .normal-text {
  color: #999999;
  margin-bottom: 0;
}

.sidebar .sidebar-data-contact .data-container .phone,
.sidebar .sidebar-data-contact .data-container .email {
  color: #D52B1E;
}

.sidebar .sidebar-data-contact .data-container .phone {
  font-size: 0.9375em;
}

.sidebar .sidebar-data-contact .data-container .email {
  font-size: 0.9375em;
}

.sidebar .sidebar-banners .banner {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.sidebar .sidebar-banners .banner .image {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sidebar .sidebar-banners .banner .image .overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}

.sidebar .sidebar-banners .banner .image .overlay .normal-text {
  color: #D52B1E;
  font-family: "source_sans_prosemibold", sans-serif;
  vertical-align: middle;
}

.sidebar .sidebar-banners .banner .image .overlay i {
  float: right;
  color: #D52B1E;
  font-size: 1.375em;
  vertical-align: middle;
}

.sidebar .sidebar-banners .banner .image .overlay .title {
  margin: 5px 0 0 0;
  color: #333333;
  font-family: "source_sans_proregular", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-form {
    padding-bottom: 30px;
  }

  .sidebar .sidebar-form .title-container {
    padding: 16px;
  }

  .sidebar .sidebar-form .title-container .title {
    margin-bottom: 16px;
  }

  .sidebar .sidebar-form .title-container .link {
    font-size: 1.125em;
  }

  .sidebar .sidebar-form .title-container .link .icon {
    margin-left: 8px;
  }

  .sidebar .sidebar-form .form-container {
    padding: 16px;
  }

  .sidebar .sidebar-form .form-container .wpcf7 .wpcf7-form-control.wpcf7-text {
    height: 40px;
    font-size: 0.875em;
  }

  .sidebar .sidebar-form .form-container .wpcf7 .wpcf7-submit {
    font-size: 1.1875em;
  }

  .sidebar .sidebar-data-contact {
    padding-bottom: 30px;
  }

  .sidebar .sidebar-data-contact .image-container .image {
    width: 28px;
  }

  .sidebar .sidebar-data-contact .data-container .phone {
    font-size: 1em;
  }

  .sidebar .sidebar-data-contact .data-container .email {
    font-size: 0.75em;
  }

  .sidebar .sidebar-banners .banner .image {
    height: 144px;
  }

  .sidebar .sidebar-banners .banner .image .overlay {
    padding: 12px;
  }

  .sidebar .sidebar-banners .banner .image .overlay i {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .sidebar .sidebar-form {
    padding-bottom: 20px;
  }

  .sidebar .sidebar-form .title-container .title {
    margin-bottom: 12px;
  }

  .sidebar .sidebar-form .title-container .link {
    font-size: 0.875em;
  }

  .sidebar .sidebar-form .title-container .link .icon {
    font-size: 1em;
  }

  .sidebar .sidebar-form .form-container .wpcf7 .wpcf7-form-control.wpcf7-text {
    height: 34px;
  }

  .sidebar .sidebar-form .form-container .wpcf7 .wpcf7-submit {
    font-size: 1em;
  }

  .sidebar .sidebar-form .arrow {
    display: none;
  }

  .sidebar .sidebar-data-contact {
    padding-bottom: 20px;
  }

  .sidebar .sidebar-data-contact .image-container {
    padding-bottom: 10px;
  }

  .sidebar .sidebar-data-contact .data-container .phone {
    font-size: 1em;
  }

  .sidebar .sidebar-data-contact .data-container .email {
    font-size: 0.75em;
  }

  .sidebar .sidebar-banners .banner .image .overlay {
    padding: 10px;
  }
}

.wysiwyg p {
  line-height: 1.6;
}

.wysiwyg ul {
  padding-left: 20px;
}

.wysiwyg ul li {
  list-style-image: url("../images/list-image-circle.png");
  line-height: 1.6;
  padding: 10px 0;
}

.wysiwyg h1 {
  font-size: 2.75em;
}

.wysiwyg h2 {
  font-size: 2.375em;
}

.wysiwyg h3 {
  font-size: 2em;
}

.wysiwyg .block-bg {
  text-align: center;
  background: #f5f3ee;
  padding: 50px;
}

.wysiwyg table {
  border: 1px solid #dddddd;
  width: 100%;
}

.wysiwyg table tr th {
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  font-weight: bold;
  padding: 8px;
}

.wysiwyg table tr td {
  border: 1px solid #dddddd;
  padding: 8px;
}

.wysiwyg table tr td.sep {
  display: none;
}

.wysiwyg table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.subpoint li {
  padding: 10px 0;
}

.subpoint li>ul>li {
  list-style-image: none;
  list-style-type: '\2014\a0';
  padding: 25px 0 0 0;
}


/* NUEVOS CAMPOS BUSCADOR FONDOS*********************************************/
#myIsin,
#myFondo,
#myIsinSi,
#mySicav {
  margin-left: 1%;
  margin-right: 1%;
}

#myIsin:focus,
#myFondo:focus,
#myIsinSi:focus,
#mySicav:focus {
  border: 1px solid #D52B1E;
}

/* .form-control:focus, .custom-select:focus, .custom-control-input:focus ~ .cutom-control-label::before, .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: black !important;
  box-shadow: 0 0 0 0.2rem rgba(23, 163, 184, 0.4);  
} */

#myIsin,
#myFondo,
#myIsinSi,
#mySicav {
  /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  border: 1px solid #ddd;
  /* Add a grey border */
  display: inline-block;
  font-size: 16px;
  /* Increase font-size */
  margin-bottom: 12px;
  /* Add some space below the input */
  padding: 12px 20px 12px 20px;
  /* Add some padding */
  width: 47%;
  /* Full-width */
}

#myTable1,
#myTable2 {
  border-collapse: collapse;
  /* Collapse borders */
  width: 100%;
  /* Full-width */
  border: 1px solid #ddd;
  /* Add a grey border */
  /* font-size: 18px; Increase font-size */
}

#myTable1 th,
#myTable1 td,
#myTable2 th,
#myTable2 td {
  text-align: left;
  /* Left-align text */
  /* padding: 12px; Add padding */
}

#myTable1 tr,
#myTable2 tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable1 tr.header,
#myTable1 tr:hover,
#myTable2 tr.header,
#myTable2 tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

#myTable1 tr.capcalera td,
#myTable2 tr.capcalera td {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#myTable1 td {
  font-size: 0.88em;
}

#myTable2 td {
  font-size: 1em;
}

#myTable1 td.kiid,
#myTable1 td.isin,
#myTable1 td.nom,
#myTable2 td.kiid {
  padding: 6px 4px;
}

#myTable1>tbody>tr>td>div.sel_link>a>img,
#myTable2>tbody>tr>td>div.sel_link>a>img,
#myTable2>tbody>tr>td>div.sel_link>a>img,
#myTable2>tbody>tr>td>div.sel_link>a>img {
  width: 28px;
  min-width: 28px;
}

/* Radio buttons con after */
.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
  cursor: pointer;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid rgb(213, 43, 30);
  background-color: transparent;
}

.radio-item input[type=radio]:checked+label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: rgb(213, 43, 30);
}

/* Radio buttons con after */

#capaSicavs,
#capaFondos {
  border: 0px;
}

/* FIN NUEVOS CAMPOS BUSCADOR FONDOS******************************************/

@media (max-width: 1199px) {
  .wysiwyg p {
    font-size: 0.75em;
  }

  .wysiwyg ul li {
    font-size: 0.75em;
  }

  .wysiwyg ol li {
    font-size: 0.75em;
  }

  .wysiwyg h1 {
    font-size: 2.1875em;
  }

  .wysiwyg h2 {
    font-size: 1.875em;
  }

  .wysiwyg h3 {
    font-size: 1.5625em;
  }

  .wysiwyg .block-bg {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .wysiwyg h1 {
    font-size: 1.75em;
  }

  .wysiwyg h2 {
    font-size: 1.5em;
  }

  .wysiwyg h3 {
    font-size: 1.25em;
  }

  .wysiwyg .block-bg {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .wysiwyg .block-bg {
    padding: 10px;
  }

  .wysiwyg .block-bg img {
    margin: 10px 0;
  }
}

.owl-theme .owl-controls {
  text-align: center;
  margin-top: 50px;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  background-image: url("../images/nav-left.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -140px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .owl-theme .owl-controls .owl-nav .owl-prev {
    background-image: url("../images/nav-left@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.owl-theme .owl-controls .owl-nav .owl-next {
  background-image: url("../images/nav-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 112px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url("../images/nav-right@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.owl-theme .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
  background: #999;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background: #D52B1E;
}

@media (max-width: 1199px) {
  .owl-theme .owl-controls {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .owl-theme .owl-controls {
    margin-top: 30px;
  }
}

.breadcrumbs-container {
  padding: 30px 0;
}

.breadcrumbs-container .breadcrumbs {
  color: #999999;
  font-size: 0.875em;
}

.breadcrumbs-container .breadcrumbs span {
  color: #D52B1E;
}

.breadcrumbs-container .breadcrumbs a {
  color: #333333;
}

.breadcrumbs-container .breadcrumbs .breadcrumb_last {
  font-family: "source_sans_prosemibold", sans-serif;
  color: #333333;
}

@media (max-width: 1199px) {
  .breadcrumbs-container {
    padding: 20px 0;
  }

  .breadcrumbs-container .breadcrumbs {
    font-size: 0.75em;
  }
}



.banner-cta-section {
  background: #D52B1E;
}

.banner-cta-section .image-sep {
  height: 200px;
  position: absolute;
  top: 0;
}

.banner-cta-section .image-sep.left {
  left: -25px;
}

.banner-cta-section .image-sep.right {
  right: -25px;
}

.banner-cta-section .phone-container,
.banner-cta-section .email-container,
.banner-cta-section .info-container {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.banner-cta-section .phone-container .data-title,
.banner-cta-section .email-container .data-title,
.banner-cta-section .info-container .data-title {
  font-size: 1.125em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.banner-cta-section .phone-container .data-value,
.banner-cta-section .email-container .data-value,
.banner-cta-section .info-container .data-value {
  font-family: "source_sans_probold", sans-serif;
}

.banner-cta-section .phone-container {
  background-image: url("../images/bg-phone-banner.png");
  background-size: 125px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .phone-container {
    background-image: url("../images/bg-phone-banner@2x.png");
    background-size: 125px;
    background-repeat: no-repeat;
  }
}

.banner-cta-section .phone-container .phone {
  font-size: 1.5em;
}

.banner-cta-section .email-container {
  background-image: url("../images/bg-email-banner.png");
  background-size: 140px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .email-container {
    background-image: url("../images/bg-email-banner@2x.png");
    background-size: 140px;
    background-repeat: no-repeat;
  }
}

.banner-cta-section .email-container .email {
  font-size: 1.5em;
  display: inline-block;
  color: #ffffff;
}

.banner-cta-section .info-container {
  background-image: url("../images/bg-info-banner.png");
  background-size: 125px;
  background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .info-container {
    background-image: url("../images/bg-info-banner@2x.png");
    background-size: 125px;
    background-repeat: no-repeat;
  }
}

.banner-cta-section .info-container .info {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .banner-cta-section .image-sep {
    height: 160px;
  }

  .banner-cta-section .phone-container,
  .banner-cta-section .email-container,
  .banner-cta-section .info-container {
    height: 160px;
  }

  .banner-cta-section .phone-container .data-title,
  .banner-cta-section .email-container .data-title,
  .banner-cta-section .info-container .data-title {
    font-size: 0.875em;
  }

  .banner-cta-section .phone-container {
    background-image: url("../images/bg-phone-banner.png");
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .phone-container .phone {
    font-size: 2em;
  }

  .banner-cta-section .email-container {
    background-image: url("../images/bg-email-banner.png");
    background-size: 112px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .email-container .email {
    font-size: 1.1875em;
  }

  .banner-cta-section .info-container {
    background-image: url("../images/bg-info-banner.png");
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .info-container .info {
    font-size: 1.375em;
  }
}

@media (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .phone-container {
    background-image: url("../images/bg-phone-banner@2x.png");
    background-size: 100px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .email-container {
    background-image: url("../images/bg-email-banner@2x.png");
    background-size: 112px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .info-container {
    background-image: url("../images/bg-info-banner@2x.png");
    background-size: 100px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .banner-cta-section .image-sep {
    height: 120px;
  }

  .banner-cta-section .image-sep.left {
    left: -19px;
  }

  .banner-cta-section .image-sep.right {
    right: -19px;
  }

  .banner-cta-section .phone-container,
  .banner-cta-section .email-container,
  .banner-cta-section .info-container {
    height: 120px;
  }

  .banner-cta-section .phone-container .data-title,
  .banner-cta-section .email-container .data-title,
  .banner-cta-section .info-container .data-title {
    font-size: 0.75em;
  }

  .banner-cta-section .phone-container {
    background-image: url("../images/bg-phone-banner.png");
    background-size: 80px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .phone-container .phone {
    font-size: 1em;
  }

  .banner-cta-section .email-container {
    background-image: url("../images/bg-email-banner.png");
    background-size: 90px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .email-container .email {
    font-size: 1em;
  }

  .banner-cta-section .info-container {
    background-image: url("../images/bg-info-banner.png");
    background-size: 80px;
    background-repeat: no-repeat;
  }

  .banner-cta-section .info-container .info {
    font-size: 1.0625em;
  }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .phone-container {
    background-image: url("../images/bg-phone-banner@2x.png");
    background-size: 80px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .email-container {
    background-image: url("../images/bg-email-banner@2x.png");
    background-size: 90px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
  .banner-cta-section .info-container {
    background-image: url("../images/bg-info-banner@2x.png");
    background-size: 80px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .banner-cta-section .image-sep {
    display: none;
  }

  .banner-cta-section .phone-container,
  .banner-cta-section .email-container,
  .banner-cta-section .info-container {
    height: 100px;
  }

  .banner-cta-section .email-container {
    border-top: 1px solid #BF271B;
    border-bottom: 1px solid #BF271B;
  }
}

.page-404 .box-404 {
  margin: 50px 0 50px 0;
  background: #f5f3ee;
  padding: 30px;
  font-size: 1.125em;
}

.page-404 .box-404 a {
  color: #D52B1E;
}

@media (max-width: 1199px) {
  .page-404 .box-404 {
    margin: 40px 0 40px 0;
    padding: 24px;
    font-size: 0.875em;
  }
}

@media (max-width: 991px) {
  .page-404 .box-404 {
    margin: 20px 0 20px 0;
    padding: 20px;
    font-size: 0.75em;
  }
}

.footer {
  padding: 50px 0;
  color: #999999;
  border-top: 1px solid #f5f5f5;
  font-size: 0.875em;
}

.footer .logo-container,
.footer .menu-container,
.footer .copyright-container {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.footer .menu-container {
  text-align: center;
}

.footer .menu-container ul li {
  display: inline;
  padding: 0 10px;
}

.footer .menu-container ul li a {
  color: #999999;
  text-decoration: underline;
}

.footer .copyright-container {
  text-align: right;
}

@media (max-width: 1199px) {
  .footer {
    padding: 40px 0;
    font-size: 0.75em;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }

  .footer .logo-container,
  .footer .menu-container,
  .footer .copyright-container {
    text-align: center;
    height: auto;
    display: block;
    width: 100%;
  }

  .footer .logo-container,
  .footer .menu-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .footer .menu-container ul li {
    display: block;
    padding: 8px 10px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio>.wp-block-embed__wrapper {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.resetwpcf7 {
  border: none !important;
}

span.wpcf7-form-control.wpcf7-checkbox.resetwpcf7 span.wpcf7-list-item {
  margin: 0 !important;
}

span.wpcf7-form-control.wpcf7-acceptance {
  border: none !important;
}

span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 !important;
}

/* Inicio colorear los slider de la configuración de la barra de cookies */
.cli-switch input:checked+.cli-slider {
  background-color: #dd3333 !important;
}

/* Fin colorear los slider de la configuración de la barra de cookies */

/* Inicio colorear el "guardar y salvar" de la configuración de la barra de cookies */
.cli-tab-footer .cli-btn {
  background-color: #dd3333 !important;
}

/* Fin colorear el "guardar y salvar" de la configuración de la barra de cookies */

/* Colorear enlaces Google de la barra de cookies */
.enl-neg {
  color: black;
  font-weight: 600;
  text-decoration: underline;
}

/* Fin Colorear enlaces Google de la barra de cookies */



.titulodropdownfaq {
  cursor: pointer;
}

.dropdownfaqinfo {
  /*Oculta incialmente la informacion que sale en modo dropdown al hacer click*/
  display: none;
  cursor: text;
}

.arrowdown {
  margin-right: 10px;
  margin-bottom: 3px;
  border: solid #D52B1E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
}

.arrowright {
  margin-right: 10px;
  border: solid gray;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out -o-transition:all 0.5s ease-in-out;
  transition: :all 0.5s ease-in-out;
}

#tabla-hamco {
  text-align: center;
  width: 60%;
}

#tabla-hamco tr:first-child {
  background: red;
  color: white;
  font-weight: bold;
}

#tabla-hamco td:nth-child(1) {
  font-weight: bold;
}

#texto-footer-hamco {
  font-size: 10pt;
}

#imagen-hamco {
  width: 55%;
}

.padding-hamco-1 {
  padding-left: 50px;
}

.padding-hamco-2 {
  padding-left: 75px;
}

@media (max-width: 768px) {
  #tabla-hamco {
    text-align: center;
    width: 100%;
  }

  #texto-footer-hamco {
    font-size: 0.6em;
  }

  #imagen-hamco {
    width: 100%;
  }

  .padding-hamco-1 {
    padding-left: 15px;
  }

  .padding-hamco-2 {
    padding-left: 25px;
  }
}

/* MEDIA QUERYS BUSCADOR FONDOS*********************************************/

@media (max-width: 1199px) {
  #myTable1 td {
    font-size: 0.75em;
  }

  #myTable1 td.kiid,
  #myTable1 td.isin,
  #myTable1 td.nom {
    padding: 6px 2px;
  }

  #myTable1>tbody>tr>td>div.sel_link>a>img,
  #myTable2>tbody>tr>td>div.sel_link>a>img {
    width: 25px;
    min-width: 25px;
  }

  #myTable2 td {
    font-size: 0.86em;
  }
}

@media (max-width: 991px) {
  #myTable1 td {
    font-size: 0.78em;
  }

  #myTable2 td {
    font-size: 0.9em;
  }
}

@media (max-width: 479px) {

  #myTable1 td.kiid,
  #myTable1 td.isin,
  #myTable1 td.nom {
    padding: 6px 4px;
  }

  #myTable1>tbody>tr>td>div.sel_link>a>img,
  #myTable2>tbody>tr>td>div.sel_link>a>img {
    width: 28px;
    min-width: 28px;
  }

  #myTable1 td,
  #myTable2 td {
    font-size: 1em;
  }
}

/* FIN MEDIA QUERYS BUSCADOR FONDOS*****************************************/

/* ESTILOS NUEVA PÁGINA HAGASE CLIENTE */
.button-cliente-container {
  margin: 3rem 0;
}

.main-button-cliente {
  padding: 15px 55px;
  background: #D52B1E;
  color: #ffffff;
  font-weight: bold;
  font-family: "source_sans_probold", sans-serif;
}

.main-button-cliente:hover {
  color: #fff;
}

/* SSBA */
.ssba img
								{border:  0;
									box-shadow: none !important;
									display: inline !important;
									vertical-align: middle;
									box-sizing: unset;
								}

								.ssba-classic-2 .ssbp-text {
									display: none!important;
								}
					.ssbp-list li a:hover {
					}

					.ssbp-list li a svg, .ssbp-list li a.ssbp-douban span:not(.color-icon) svg, .ssbp-list li a svg path, .ssbp-list li a.ssbp-surfingbird span:not(.color-icon) svg polygon {line-height: 48px!important;; font-size: 18px;}
					.ssbp-list li a:hover svg, .ssbp-list li a:hover span:not(.color-icon) svg, .ssbp-list li a.ssbp-douban:hover span:not(.color-icon) svg path, .ssbp-list li a.ssbp-surfingbird:hover svg polygon {}
					.ssbp-list li {
					margin-left: 12px!important;
					}

					.ssba-share-text {
					font-size: 12px;  font-weight: normal; font-family: inherit;
						}

			   #ssba-bar-2 .ssbp-bar-list {
					max-width: 48px !important;;
			   }
			   #ssba-bar-2 .ssbp-bar-list li a {height: 48px !important; width: 48px !important; 
				}
				#ssba-bar-2 .ssbp-bar-list li a:hover {
				}

				#ssba-bar-2 .ssbp-bar-list li a svg,
				 #ssba-bar-2 .ssbp-bar-list li a svg path, .ssbp-bar-list li a.ssbp-surfingbird span:not(.color-icon) svg polygon {line-height: 48px !important;; font-size: 18px;}
				#ssba-bar-2 .ssbp-bar-list li a:hover svg,
				 #ssba-bar-2 .ssbp-bar-list li a:hover svg path, .ssbp-bar-list li a.ssbp-surfingbird span:not(.color-icon) svg polygon {}
				#ssba-bar-2 .ssbp-bar-list li {
				margin: 0px 0!important;
				}@media only screen and ( max-width: 750px ) {
				#ssba-bar-2 {
				display: block;
				}
			}
.ssba-modern-2.ssba.ssbp-wrap.aligncenter.ssbp--theme-1{width:100% !important;}