@font-face {
  font-family: 'metropolisblack';
  src: url('../fonts/metropolis-black-webfont.woff2') format('woff2'), url('../fonts/metropolis-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolisbold';
  src: url('../fonts/metropolis-bold-webfont.woff2') format('woff2'), url('../fonts/metropolis-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolisextra_bold';
  src: url('../fonts/metropolis-extrabold-webfont.woff2') format('woff2'), url('../fonts/metropolis-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolisextra_light';
  src: url('../fonts/metropolis-extralight-webfont.woff2') format('woff2'), url('../fonts/metropolis-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolislight';
  src: url('../fonts/metropolis-light-webfont.woff2') format('woff2'), url('../fonts/metropolis-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolismedium';
  src: url('../fonts/metropolis-medium-webfont.woff2') format('woff2'), url('../fonts/metropolis-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolisregular';
  src: url('../fonts/metropolis-regular-webfont.woff2') format('woff2'), url('../fonts/metropolis-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolissemi_bold';
  src: url('../fonts/metropolis-semibold-webfont.woff2') format('woff2'), url('../fonts/metropolis-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'metropolisthin';
  src: url('../fonts/metropolis-thin-webfont.woff2') format('woff2'), url('../fonts/metropolis-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
html *::selection {
  background-color: #da3f3d;
  color: #fff;
}
body {
  font-family: 'metropolisregular';
  font-weight: normal;
  overflow-x: hidden;
}
.container,
.vc-container {
  width: 320px!important;
}
@media (min-width: 360px) {
  .container,
  .vc-container {
    width: 360px!important;
  }
}
@media (min-width: 414px) {
  .container,
  .vc-container {
    width: 380px!important;
  }
}
@media (min-width: 480px) {
  .container,
  .vc-container {
    width: 440px!important;
  }
}
@media (min-width: 533px) {
  .container,
  .vc-container {
    width: 470px!important;
  }
}
@media (min-width: 768px) {
  .container,
  .vc-container {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .container,
  .vc-container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .container,
  .vc-container {
    width: 1192px!important;
  }
}
strong {
  font-family: 'metropolisextra_bold';
  font-weight: normal;
}
a {
  color: #da3f3d;
}
video {
  margin: 0;
  padding: 0;
}
.page-header {
  border: none;
}
@media screen and (max-width: 1199px) {
  .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-header h1,
.page-header p.blogsingle-cat {
  font-family: 'metropolislight';
  font-weight: normal;
  color: #404040;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .page-header h1,
  .page-header p.blogsingle-cat {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-header h1,
  .page-header p.blogsingle-cat {
    font-size: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .page-header h1,
  .page-header p.blogsingle-cat {
    font-size: 28px;
  }
}
.page-header h1 strong,
.page-header p.blogsingle-cat strong {
  font-family: 'metropolisthin';
  font-weight: normal;
  text-transform: none;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .page-header h1 strong,
  .page-header p.blogsingle-cat strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .page-header h1 strong,
  .page-header p.blogsingle-cat strong {
    font-size: 28px;
  }
}
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'metropolisthin';
  font-weight: normal;
  border: none;
  font-size: 13px;
}
.alert.alert-danger {
  background-color: rgba(195, 46, 45, 0.29);
  color: #eacdcc;
}
.alert.alert-success {
  background-color: #aee09a;
  color: #3c763d;
}
.blockquote-lg blockquote {
  font-size: 48px;
  line-height: 54px;
  border-width: 10px;
}
@media screen and (max-width: 1199px) {
  .blockquote-lg blockquote {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .blockquote-lg blockquote {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 413px) {
  .blockquote-lg blockquote {
    font-size: 25px;
    line-height: 35px;
  }
}
.vc-container {
  margin: 0 auto;
  float: none!important;
}
.vc-container .vc_column-inner {
  padding: 0!important;
}
.vc_column_container {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.wpb_animate_when_almost_visible {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.mbottom-0 {
  margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
  .paginator {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0!important;
  }
}
@media screen and (max-width: 767px) {
  .paginator li:not(.is-pag-arrow) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .paginator li.is-pag-arrow:first-child {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .paginator li.is-pag-arrow:last-child {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .paginator li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none!important;
    background-color: #e6e6e6;
  }
}
.modal-dialog {
  z-index: 9999;
}
.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'metropolisthin';
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn.btn-primary {
  background-color: #da3f3d;
  border-color: #da3f3d;
}
.btn.btn-primary:hover {
  background-color: #bf2625;
  border-color: #bf2625;
}
.button.button-3d:hover {
  background-color: #da3f3d !important;
}
body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.participaen) .hdr-wrap,
body.single:not(.biografia):not(.premiosyreconocimientos):not(.participaen) .hdr-wrap {
  background: #f5f5f5!important;
  box-shadow: none!important;
}
#header.sticky-header:not(.static-sticky) {
  height: 138px;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
  padding-top: 26px;
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  body.homepage {
    padding-top: 85px!important;
  }
}
@media screen and (max-width: 479px) {
  body.homepage .hdr {
    top: 0;
  }
}
body.not-home {
  padding-top: 138px;
}
@media screen and (max-width: 767px) {
  body.not-home {
    padding-top: 138px!important;
  }
}
@media screen and (max-width: 479px) {
  body.not-home {
    padding-top: 68px!important;
  }
}
body.not-home .hdr {
  top: 0;
}
body.not-home .hdr.sticky-header .hdr-wrap {
  height: auto!important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.not-home .hdr.sticky-header .hdrnavmenu .hdr-contact {
  margin-top: 26px;
  margin-bottom: 20px;
}
body.not-home .hdr.sticky-header .hdrnavmenu ul li {
  top: 0;
}
body.not-home .hdr.sticky-header .hdr-logo-wrap {
  top: 20px!important;
}
body.not-home .hdr.sticky-header .hdr-logo-wrap a img {
  width: 145px;
}
body.not-home .hdr .hdr-wrap {
  height: 138px!important;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html body:not(.single).page-template-page-info.page-template-page-info-php.page.page-template .hdr.sticky-header:not(.static-sticky) .hdr-wrap {
  height: 69px!important;
}
html body:not(.single).page-template-page-info.page-template-page-info-php.page.page-template .hdr-wrap {
  background: #212122!important;
}
body.got-video .hdr-wrap {
  background-color: rgba(255, 255, 255, 0.35);
}
.hdr {
  position: fixed!important;
  width: 100%!important;
  z-index: 9999!important;
}
.hdr.sticky-header .hdr-wrap {
  height: auto!important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hdr.sticky-header .hdrnavmenu .hdr-contact {
  margin-top: 26px;
  margin-bottom: 20px;
}
.hdr.sticky-header .hdrnavmenu ul li {
  top: 0;
}
.hdr.sticky-header .hdrlangmenu {
  display: none;
}
.hdr.sticky-header .hdr-logo-wrap {
  top: 20px!important;
}
.hdr.sticky-header .hdr-logo-wrap a img {
  width: 145px;
}
@media screen and (max-width: 991px) {
  .hdr #primary-menu-trigger {
    font-size: 25px;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .hdr #primary-menu-trigger {
    top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .hdr #primary-menu-trigger {
    font-size: 20px;
  }
}
#header .hdr-wrap {
  border-bottom: none!important;
}
#header .hdr-wrap #primary-menu-trigger {
  transition: none!important;
}
@media screen and (max-width: 991px) {
  #header .hdr-wrap > .container {
    padding-top: 40px!important;
  }
}
@media screen and (max-width: 479px) {
  #header .hdr-wrap > .container {
    width: 380px!important;
  }
}
@media screen and (max-width: 413px) {
  #header .hdr-wrap > .container {
    width: 360px!important;
  }
}
@media screen and (max-width: 359px) {
  #header .hdr-wrap > .container {
    width: 320px!important;
  }
}
@media screen and (max-width: 991px) {
  #header .hdr-wrap.mobile-hdr-wrap > .container {
    padding-top: 0!important;
  }
}
@media screen and (max-width: 991px) {
  #header .hdr-wrap.mobile-hdr-wrap .hdrlangmenu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .hdr-wrap.mobile-hdr-wrap #primary-menu-trigger {
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .hdr-wrap.mobile-hdr-wrap #primary-menu-trigger {
    top: 6px;
  }
}
@media screen and (max-width: 479px) {
  #header .hdr-wrap.mobile-hdr-wrap #primary-menu-trigger {
    top: -4px;
  }
}
@media screen and (max-width: 991px) {
  #header .hdr-wrap.mobile-hdr-wrap .hdr-contact {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .hdr-wrap.mobile-hdr-wrap .hdr-contact {
    margin-top: 18px;
  }
}
@media screen and (max-width: 479px) {
  #header .hdr-wrap.mobile-hdr-wrap .hdr-contact {
    margin-top: 13px;
    margin-bottom: 0;
  }
}
.hdr-logo-wrap {
  border-right: none!important;
  padding-right: 0!important;
  margin-right: 0!important;
  top: 30px!important;
}
@media screen and (max-width: 991px) {
  .hdr-logo-wrap {
    top: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .hdr-logo-wrap {
    height: 60px!important;
  }
}
@media screen and (max-width: 479px) {
  .hdr-logo-wrap {
    height: 45px!important;
  }
}
@media screen and (max-width: 991px) {
  .hdr-logo {
    display: inline-block !important;
    top: 30px!important;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hdr-logo {
    top: 10px!important;
  }
}
@media screen and (max-width: 479px) {
  .hdr-logo {
    top: 3px!important;
  }
}
.hdr-logo img {
  height: auto!important;
}
@media screen and (max-width: 1199px) {
  .hdr-logo img {
    width: 155px!important;
  }
}
@media screen and (max-width: 991px) {
  .hdr-logo img {
    width: auto!important;
  }
}
@media screen and (max-width: 767px) {
  .hdr-logo img {
    width: 160px!important;
  }
}
@media screen and (max-width: 479px) {
  .hdr-logo img {
    width: 130px!important;
  }
}
.hdrlangmenu {
  border: none!important;
  padding: 0!important;
  margin: 0!important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 28px;
  right: 118px;
  z-index: 9;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .hdrlangmenu {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0deg);
    -moz-transform: translate(-50%, 0%) rotate(0deg);
    -ms-transform: translate(-50%, 0%) rotate(0deg);
    -o-transform: translate(-50%, 0%) rotate(0deg);
    transform: translate(-50%, 0%) rotate(0deg);
    width: 80%;
    text-align: center;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .hdrlangmenu {
    width: 100%;
    font-size: 12px;
  }
}
.hdrlangmenu li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .hdrlangmenu li {
    float: none;
    margin-left: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 359px) {
  .hdrlangmenu li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.hdrlangmenu li:last-child {
  margin-right: 0!important;
}
.hdrlangmenu li:first-child {
  margin-left: 0!important;
}
.hdrlangmenu li > a {
  padding: 0!important;
  line-height: 1!important;
  text-transform: none!important;
  font-family: 'metropolisregular' !important;
  font-weight: normal !important;
  color: rgba(64, 64, 64, 0.7) !important;
  letter-spacing: 0!important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}
.hdrlangmenu li > a:hover {
  text-decoration: underline!important;
}
html #header:not(.sticky-header) .hdrnavmenu ul:not(.hdrlangmenu) li {
  top: 18px;
}
@media screen and (max-width: 991px) {
  html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu {
    position: relative;
    top: -30px;
  }
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) {
  border-color: #da3f3d !important;
  border-width: 3px!important;
  padding-right: 25px!important;
  margin-right: 25px!important;
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li {
  margin-right: 15px;
  position: relative;
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li:last-child {
  margin-right: 0!important;
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li.is-current a {
  font-family: 'metropolisbold' !important;
  font-weight: normal !important;
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li a {
  font-family: 'metropolislight' !important;
  font-weight: normal !important;
  color: #404040!important;
  padding-right: 0!important;
  padding-left: 0!important;
  font-size: 12px!important;
  letter-spacing: 0!important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li a {
    font-size: 16px!important;
  }
}
html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li a:hover {
  color: #da3f3d !important;
}
@media screen and (max-width: 991px) {
  html body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) .hdrnavmenu ul:not(.hdrlangmenu) li:hover a {
    color: #da3f3d !important;
  }
}
.hdr-contact {
  margin: 40px 0 40px 15px;
  float: right;
}
@media screen and (max-width: 991px) {
  .hdr-contact {
    position: absolute;
    top: 40px;
    right: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hdr-contact {
    top: 10px;
  }
}
.hdr-contact a {
  color: #000;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .hdr-contact a {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .hdr-contact a {
    font-size: 22px;
  }
}
.hdr-contact a:hover {
  color: #da3f3d;
}
.homeslider-row > .wpb_column > .vc_column-inner {
  padding-left: 0!important;
  padding-right: 0!important;
}
.homeslider {
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
.homeslider .slides li {
  height: 800px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1365px) {
  .homeslider .slides li {
    height: 800px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 991px) {
  .homeslider .slides li {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .homeslider .slides li {
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider .slides li {
    height: 350px;
  }
}
@media screen and (max-width: 479px) {
  .homeslider .slides li {
    height: 250px;
  }
}
.homeslider .slides li .homeslider-video {
  position: relative;
  background: transparent;
}
.homeslider .slides li .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}
.homeslider .flex-direction-nav li a.flex-prev {
  left: 10px!important;
}
.homeslider .flex-direction-nav li a.flex-next {
  right: 10px!important;
}
.homeslider .flex-direction-nav li a:after,
.homeslider .flex-direction-nav li a:before {
  font-size: inherit;
  content: '';
  text-shadow: none;
  width: 1px;
  background-color: #fff;
  height: 90%;
}
.homeslider .flex-direction-nav li a:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.homeslider .flex-direction-nav li a:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.homeslider:hover .flex-direction-nav li a.flex-prev {
  left: 10px!important;
}
.homeslider:hover .flex-direction-nav li a.flex-next {
  right: 10px!important;
}
.homeslider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 479px) {
  .homeslider-nav {
    display: none;
  }
}
.homeslider-nav a {
  background-color: rgba(64, 64, 64, 0.5);
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
@media screen and (max-width: 991px) {
  .homeslider-nav a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav a {
    width: 40px;
    height: 40px;
  }
}
.homeslider-nav a:before,
.homeslider-nav a:after {
  position: absolute;
  width: 3px;
  background-color: #fff;
  height: 50%;
  content: '';
}
@media screen and (max-width: 991px) {
  .homeslider-nav a:before,
  .homeslider-nav a:after {
    width: 2px;
  }
}
.homeslider-nav a:hover {
  background-color: rgba(64, 64, 64, 0.8);
}
.homeslider-nav-left {
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homeslider-nav-left:before,
.homeslider-nav-left:after {
  left: 30px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-left:before,
  .homeslider-nav-left:after {
    left: 23px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-left:before,
  .homeslider-nav-left:after {
    left: 18px;
  }
}
.homeslider-nav-left:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  top: 9px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-left:before {
    top: 7px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-left:before {
    top: 6px;
  }
}
.homeslider-nav-left:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  bottom: 8px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-left:after {
    bottom: 6px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-left:after {
    bottom: 4px;
  }
}
.homeslider-nav-right {
  float: right;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homeslider-nav-right:before,
.homeslider-nav-right:after {
  right: 30px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-right:before,
  .homeslider-nav-right:after {
    right: 23px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-right:before,
  .homeslider-nav-right:after {
    right: 18px;
  }
}
.homeslider-nav-right:before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  top: 9px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-right:before {
    top: 7px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-right:before {
    top: 6px;
  }
}
.homeslider-nav-right:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  bottom: 8px;
}
@media screen and (max-width: 991px) {
  .homeslider-nav-right:after {
    bottom: 6px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-nav-right:after {
    bottom: 4px;
  }
}
.homeslider-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 10%;
  right: 10%;
  font-family: 'metropolisextra_bold';
  font-weight: normal;
  color: inherit;
  font-size: 35px;
  line-height: inherit;
  z-index: 99;
}
.homeslider-caption p {
  margin-bottom: 0;
  line-height: 48px;
}
@media screen and (max-width: 991px) {
  .homeslider-caption p {
    line-height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .homeslider-caption p {
    line-height: 26px;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-caption p {
    line-height: 24px;
  }
}
@media screen and (max-width: 413px) {
  .homeslider-caption p {
    line-height: 22px;
  }
}
@media screen and (max-width: 359px) {
  .homeslider-caption p {
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .homeslider-caption {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 80%;
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .homeslider-caption {
    font-size: 20px;
    line-height: 1;
    top: 60%;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 413px) {
  .homeslider-caption {
    font-size: 16px;
    top: 45%;
  }
}
@media screen and (max-width: 359px) {
  .homeslider-caption {
    font-size: 14px;
  }
}
.homeslider-caption p {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .homeslider-caption p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .homeslider-caption p {
    margin-bottom: 0;
  }
}
.homeslider-btn {
  display: table;
  color: #404040;
  border: 1px solid #404040;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding-left: 30px;
  padding-right: 80px;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .homeslider-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  .homeslider-btn {
    font-size: 18px;
    padding-right: 50px;
  }
}
.homeslider-btn:focus {
  border: 1px solid #da3f3d !important;
  color: #da3f3d;
}
.homeslider-btn:focus:before,
.homeslider-btn:focus:after {
  background-color: #da3f3d;
}
.homeslider-btn:hover {
  border-color: #da3f3d;
  color: #da3f3d;
}
.homeslider-btn:hover:before,
.homeslider-btn:hover:after {
  background-color: #da3f3d;
}
.homeslider-btn:before,
.homeslider-btn:after {
  width: 20px;
  height: 1px;
  position: absolute;
  content: '';
  background-color: #404040;
  right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 639px) {
  .homeslider-btn:before,
  .homeslider-btn:after {
    width: 15px;
  }
}
.homeslider-btn:before {
  top: 12px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
@media screen and (max-width: 639px) {
  .homeslider-btn:before {
    top: 11px;
  }
}
.homeslider-btn:after {
  bottom: 11px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.homeslider-video {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  min-width: 110%;
  min-height: 110%;
  width: auto;
  height: auto;
}
body.footer-fixed .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding-top: 0;
}
.footer {
  background-color: #2f2f2f;
  padding-top: 80px;
  position: relative;
}
.footer.footer-info {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .footerform {
    margin-bottom: 60px;
  }
}
.footerform .footernewsletter-pol {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .footer-block > img {
    width: 130px;
  }
}
.footer-block .input-group {
  margin-bottom: 10px;
}
.footer-block .input-group:last-child {
  margin-bottom: 0;
}
.footer-block .input-group-addon {
  background-color: #1a1a1a;
  border-color: #1b1b1c;
}
.footer-block .input-group-addon i {
  width: 18px;
}
.footer-block .form-control {
  background-color: #242424;
  border-color: #1b1b1c;
}
.footer-block .form-control::-webkit-input-placeholder {
  color: #404040;
}
.footer-block .form-control:-moz-placeholder {
  color: #404040;
}
.footer-block .form-control::-moz-placeholder {
  color: #404040;
}
.footer-block .footerform-area {
  min-height: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .footer-block .footerform-btn {
    width: 100%;
  }
}
.footer-block-title {
  text-transform: uppercase;
  color: #fff;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 17px;
}
@media screen and (max-width: 991px) {
  .footer-block-title {
    font-size: 16px;
    margin-top: 0;
  }
}
.footer-block-text {
  color: #fff;
  font-family: 'metropolisthin';
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 17px;
}
@media screen and (max-width: 991px) {
  .footer-block-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }
}
.footer-block-text strong {
  font-family: 'metropolisbold';
  font-weight: normal;
}
.footermenu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footermenu {
    margin-bottom: 40px;
  }
}
.footermenu li {
  background-image: url(../img/bullet.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.footermenu li:last-child {
  margin-bottom: 0;
}
.footermenu a {
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footermenu a:hover {
  color: #808080;
  text-decoration: underline!important;
}
.footernewsletter .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.footernewsletter-pol {
  margin-top: 25px;
  position: relative;
  font-size: 12px;
}
.footernewsletter-pol a {
  color: #fff;
  text-decoration: underline!important;
}
.footernewsletter-pol a:hover {
  text-decoration: none!important;
}
@media screen and (max-width: 767px) {
  .footernewsletter-pol {
    text-align: center;
  }
}
.footernewsletter-pol input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  visibility: hidden;
}
.footernewsletter-pol input[type=checkbox]:checked + label:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #fff;
}
.footernewsletter-pol input[type=checkbox] + label {
  border: 3px solid #da3f3d;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.footernewsletter-pol input[type=checkbox] + label:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.footernewsletter-pol input[type=checkbox] + i {
  position: absolute;
  display: none;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  color: #fff;
  left: 0;
  font-size: 15px;
}
.footernewsletter-pol input[type=checkbox]:checked + i {
  display: block;
}
.footernewsletter-pol span {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .footernewsletter-pol span {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .footernewsletter-pol span {
    font-size: 12px;
  }
}
.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-social {
    margin-bottom: 40px;
  }
}
.footer-social li {
  display: inline-block;
  margin: 0 1px;
}
.footer-social li a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.footer-social li a:hover {
  background-color: #da3f3d;
  border-color: #da3f3d;
}
.footer-bottom {
  background-color: #232323;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom > .container {
    width: 90%!important;
  }
}
@media screen and (max-width: 567px) {
  .footer-bottom > .container {
    width: 100%!important;
  }
}
.footercredits {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'metropolisthin';
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 532px) {
  .footercredits {
    font-size: 11px;
  }
}
.footercredits li {
  display: inline-block;
  padding: 0 10px 0 7px;
  position: relative;
}
.footercredits li:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  right: 0;
  content: '';
  width: 1px;
  height: 60%;
  background-color: #fff;
}
.footercredits li:last-child:after {
  display: none;
}
.footercredits a {
  color: #f2f2f2;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.footercredits a:hover {
  color: #da3f3d;
}
.cookies {
  background-color: #2d2d2d;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 15px 0;
}
@media screen and (max-width: 1365px) {
  .cookies {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199px) {
  .cookies {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .cookies {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .cookies {
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .cookies {
    padding: 15px 0;
  }
}
.cookies > .container {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .cookies > .container {
    padding-right: 15px;
  }
}
.cookies-title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'metropolismedium';
  font-weight: normal;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1365px) {
  .cookies-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .cookies-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cookies-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cookies-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .cookies-title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.cookies-text {
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1365px) {
  .cookies-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .cookies-text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .cookies-text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 479px) {
  .cookies-text {
    font-size: 11px;
    line-height: 16px;
  }
}
.cookies-text a {
  color: #fff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.cookies-text a:hover {
  color: #da3f3d;
}
.cookies-close {
  border: none;
  background: none;
  color: #fff;
  outline: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  font-size: 20px;
}
.cookies-close:hover {
  color: #da3f3d;
}
@media screen and (max-width: 767px) {
  .cookies-close {
    display: none;
  }
}
.homelogos {
  padding: 110px 0;
  border-top: 2px solid #da3f3d;
}
@media screen and (max-width: 991px) {
  .homelogos {
    padding: 60px 0;
  }
}
@media screen and (max-width: 413px) {
  .homelogos {
    padding: 0;
  }
}
.homelogos .container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .homelogos .container {
    width: 100%!important;
  }
}
@media screen and (max-width: 413px) {
  .homelogos .container {
    display: block;
    flex-direction: auto;
  }
}
.homelogos a {
  display: block;
  flex-grow: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.homelogos a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.homelogos a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
@media (min-width: 1200px) {
  .timeline-row .vc-container {
    width: 1170px!important;
  }
}
@media screen and (max-width: 991px) {
  .timeline-row-empty-up {
    height: 50px!important;
  }
}
@media screen and (max-width: 991px) {
  .timeline-row-empty-down {
    height: 50px!important;
  }
}
.entry-date-section {
  margin: 50px 0 0px!important;
  padding-bottom: 80px!important;
}
@media screen and (max-width: 359px) {
  .entry-date-section {
    padding-bottom: 40px!important;
  }
}
.entry-date-section .timeline-border {
  margin-left: -1px !important;
  z-index: 1;
}
.entry-date-section span {
  font-family: 'metropolisregular' !important;
  font-weight: normal !important;
  color: #404040!important;
  font-size: 30px!important;
  border-color: #b3b3b3!important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  text-transform: none!important;
  padding: 20px 30px!important;
  background-color: #fff!important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .entry-date-section span {
    font-size: 23px!important;
  }
}
@media screen and (max-width: 479px) {
  .entry-date-section span {
    font-size: 18px!important;
  }
}
@media screen and (max-width: 359px) {
  .entry-date-section span {
    font-size: 15px!important;
  }
}
.entry-date-section h1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #FFF;
  border: 2px solid #EEE;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-family: 'metropolisregular' !important;
  font-weight: normal !important;
  color: #404040!important;
  font-size: 30px!important;
  border-color: #b3b3b3!important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  text-transform: none!important;
  padding: 20px 30px!important;
  background-color: #fff!important;
  position: relative;
  z-index: 2;
}
.entry-date-section h1 small {
  display: block;
}
@media screen and (max-width: 991px) {
  .entry-date-section h1 {
    font-size: 23px!important;
  }
}
@media screen and (max-width: 479px) {
  .entry-date-section h1 {
    font-size: 18px!important;
  }
}
@media screen and (max-width: 359px) {
  .entry-date-section h1 {
    font-size: 15px!important;
  }
}
.post-timeline .entry-date-section span {
  font-family: 'metropolisregular';
  font-weight: normal;
  color: #404040;
  font-size: 30px;
  border-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
  padding: 20px 30px;
}
.post-timeline .entry-date-section + .timeitem .entry-timeline {
  top: 20px;
  border: none;
  background-color: #da3f3d;
}
.post-timeline .timeline-border + .timeitem .entry-timeline {
  top: 20px;
  border: none;
  background-color: #da3f3d;
}
.post-timeline .timeitem {
  border-bottom-color: #b9b9b9;
}
.post-timeline .timeitem:last-of-type .entry-timeline {
  top: 140px;
}
.post-timeline .timeitem.alt .entry-timeline {
  left: -80px;
}
@media screen and (max-width: 1199px) {
  .post-timeline .timeitem.alt .entry-timeline {
    left: -80px;
  }
}
.post-timeline .timeitem.alt .entry-timeline .timeline-divider {
  right: -55px;
}
.post-timeline .timeitem:last-child .entry-timeline {
  top: 140px;
}
.post-timeline .timeitem:hover .entry-timeline {
  border-color: #da3f3d;
  color: #da3f3d;
}
.post-timeline .timeitem:hover .entry-timeline .timeline-divider {
  border-color: #da3f3d;
  color: #da3f3d;
}
.post-timeline .timeitem iframe {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .post-timeline .timeitem iframe {
    max-height: 200px;
  }
}
.post-timeline .timeitem .entry-timeline {
  top: 90px;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: #000;
  right: -80px;
}
@media screen and (max-width: 1199px) {
  .post-timeline .timeitem .entry-timeline {
    right: -80px;
  }
}
.post-timeline .timeitem .entry-timeline .timeline-divider {
  top: 8px;
  left: -55px;
  width: 55px;
}
.timeline-load a {
  text-transform: none!important;
  letter-spacing: 0;
  font-family: 'metropolisbold';
  font-weight: normal;
}
.timeline-slider {
  border: none;
}
@media screen and (max-width: 479px) {
  .timeline-slider {
    margin-bottom: 0;
  }
}
.timeline-slider .flex-control-nav {
  right: 25px;
  top: 25px;
  bottom: auto;
  left: auto;
  width: auto;
}
.timeline-slider .flex-control-nav li {
  width: 20px;
  height: 20px;
  margin: 0 1px;
}
.timeline-slider .flex-control-nav li a {
  width: 20px!important;
  height: 20px!important;
  box-shadow: none;
  background: none;
  border: 2px solid #fff;
}
.timeline-slider .flex-control-nav li a.flex-active {
  border-color: #da3f3d;
}
.timeitem-content .timelinesection-year {
  margin-bottom: 25px;
  color: #da3f3d;
  font-family: 'metropolismedium';
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .timeitem-content .timelinesection-year {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.timeitem-content .timelinesection-title {
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #404040;
  margin-bottom: 20px;
}
.timeitem-content .timelinesection-title.is-first {
  font-size: 45px;
  line-height: 55px;
}
@media screen and (max-width: 1199px) {
  .timeitem-content .timelinesection-title.is-first {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .timeitem-content .timelinesection-title.is-first {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .timeitem-content .timelinesection-title.is-first {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .timeitem-content .timelinesection-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .timeitem-content .timelinesection-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 479px) {
  .timeitem-content .timelinesection-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.timeitem-content .timelinesection-date {
  font-family: 'metropolisthin';
  font-weight: normal;
  color: #404040;
  line-height: 1;
  font-size: 23px;
  margin-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .timeitem-content .timelinesection-date {
    font-size: 17px;
  }
}
.timeitem-content .timelinesection-excerpt {
  font-family: 'metropolisthin';
  font-weight: normal;
  color: #404040;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.biografia-banner {
  background-color: #000;
}
@media screen and (max-width: 1799px) {
  .biografia-banner {
    background-position: -120px 0;
  }
}
@media screen and (max-width: 1699px) {
  .biografia-banner {
    background-position: -165px 0;
  }
}
@media screen and (max-width: 991px) {
  .biografia-banner {
    background-position: -285px 0;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner {
    background-image: none!important;
    padding-top: 105px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner > .vc-container {
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
    display: block!important;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 413px) {
  .biografia-banner:after {
    background-position: -130px 0;
  }
}
.biografia-banner-text {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .biografia-banner-text {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-banner-left {
    width: 41.66666667%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner-left {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-banner-right {
    width: 58.33333333%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-banner-right {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-nav > .vc-container {
    width: 100%!important;
  }
}
.biografia-nav {
  padding: 60px 0 20px 0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .biografia-nav > .vc-container {
    width: 95%!important;
  }
}
@media screen and (max-width: 479px) {
  .biografia-nav [class^="vc_col-"]:not(.vc-container),
  .biografia-nav [class*=" vc_col-"]:not(.vc-container) {
    width: 100%!important;
  }
}
.biografia-nav [class^="vc_col-"]:not(.vc-container):first-child .vc_btn3-container,
.biografia-nav [class*=" vc_col-"]:not(.vc-container):first-child .vc_btn3-container {
  text-align: left;
}
.biografia-nav [class^="vc_col-"]:not(.vc-container):last-child .vc_btn3-container,
.biografia-nav [class*=" vc_col-"]:not(.vc-container):last-child .vc_btn3-container {
  text-align: right;
}
.biografia-nav .vc_btn3-container {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.biografia-nav .vc_btn3-container.is-marked .vc_btn3 {
  font-family: 'metropolisbold';
  font-weight: normal;
  color: #424242;
}
@media screen and (max-width: 479px) {
  .biografia-nav .vc_btn3-container.is-marked .vc_btn3 {
    background-color: #da3f3d;
    color: #fff;
  }
}
.biografia-nav .vc_btn3-container.is-marked .vc_btn3:hover {
  color: #424242;
}
.biografia-nav .vc_btn3-container .vc_btn3 {
  background: none;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #404040;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .biografia-nav .vc_btn3-container .vc_btn3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-nav .vc_btn3-container .vc_btn3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-nav .vc_btn3-container .vc_btn3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-nav .vc_btn3-container .vc_btn3 {
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.biografia-nav .vc_btn3-container .vc_btn3:hover,
.biografia-nav .vc_btn3-container .vc_btn3:focus {
  background: none;
  border: none;
  color: #da3f3d;
}
.biografia-nav-pdf {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .biografia-nav-pdf .wpb_column:not(.vc-container) {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .biografia-nav-pdf .wpb_column:not(.vc-container) .vc_btn3-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-nav-pdf > .vc-container {
    width: 95%!important;
  }
}
@media screen and (max-width: 479px) {
  .biografia-nav-pdf .vc_btn3-inline {
    width: 100%;
  }
}
.biografia-nav-pdf a.vc_btn3 {
  background: none;
  border: none!important;
  padding: 0;
  color: #da3f3d;
}
@media screen and (max-width: 991px) {
  .biografia-nav-pdf a.vc_btn3 {
    background-color: #e6e6e6;
    padding: 20px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 532px) {
  .biografia-nav-pdf a.vc_btn3 {
    font-size: 13px;
  }
}
.biografia-nav-pdf a.vc_btn3:hover {
  background: none;
}
.biografia-nav-pdf a.vc_btn3:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f019';
  color: #000;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .biografia-socialismo-cita-left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .biografia-socialismo-cita-right {
    width: 100%!important;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.biografia-timeline-text {
  position: relative!important;
}
@media screen and (max-width: 479px) {
  .biografia-timeline-text {
    background-color: #f0eef0;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline-text:after {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    margin-bottom: 10px;
    display: inline-block;
  }
}
.biografia-timeline-text:first-child .vc_column-inner {
  right: 13%;
}
@media screen and (max-width: 532px) {
  .biografia-timeline-text:first-child .vc_column-inner {
    right: 5%;
  }
}
.biografia-timeline-text:last-child .vc_column-inner {
  left: 13%;
}
@media screen and (max-width: 532px) {
  .biografia-timeline-text:last-child .vc_column-inner {
    left: 5%;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline-text:last-child .vc_column-inner {
    position: relative;
    top: auto!important;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none!important;
    text-align: center;
    padding: 10px!important;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline-text {
    width: 100%!important;
    height: auto!important;
  }
}
.biografia-timeline-text .vc_column-inner {
  padding: 0!important;
  position: absolute;
  width: auto!important;
  top: 50% !important;
  -webkit-transform: translate(0%, -50%) rotate(0deg) !important;
  -moz-transform: translate(0%, -50%) rotate(0deg) !important;
  -ms-transform: translate(0%, -50%) rotate(0deg) !important;
  -o-transform: translate(0%, -50%) rotate(0deg) !important;
  transform: translate(0%, -50%) rotate(0deg) !important;
  font-family: 'metropolislight';
  font-weight: normal;
}
.biografia-timeline-text .wpb_text_column {
  margin-bottom: 0;
}
.biografia-timeline-text .wpb_text_column p {
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .biografia-timeline-text .wpb_text_column p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timeline-text .wpb_text_column p {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline-text .wpb_text_column p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timeline-space {
    height: 50px!important;
  }
}
.biografia-timeline-number {
  background-color: #f0eef0;
  font-family: 'metropolismedium';
  font-weight: normal;
  font-size: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 1499px) {
  .biografia-timeline-number {
    font-size: 65px;
  }
}
@media screen and (max-width: 1365px) {
  .biografia-timeline-number {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timeline-number {
    font-size: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timeline-number {
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timeline-number {
    width: 100%!important;
    text-align: center!important;
    padding: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 413px) {
  .biografia-timeline-number {
    font-size: 20px;
  }
}
.biografia-timeline-number:hover {
  background-color: #da3f3d;
  color: #fff;
}
.biografia-timeline-number .wpb_text_column {
  margin-bottom: 0;
}
.biografia-timeline-number .wpb_text_column p {
  line-height: 1;
}
.biografia-timeline-number:last-child {
  padding-left: 10%!important;
}
@media screen and (max-width: 532px) {
  .biografia-timeline-number:last-child {
    padding-left: 5%!important;
  }
}
.biografia-timeline-number:first-child {
  padding-right: 10%!important;
  text-align: right;
}
@media screen and (max-width: 532px) {
  .biografia-timeline-number:first-child {
    padding-right: 5%!important;
  }
}
.biografia-timeline-number.is-marked {
  background-color: #da3f3d;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .biografia-timeline-number.is-marked + .biografia-timeline-text {
    background-color: #da3f3d;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection {
    height: 200px!important;
  }
}
@media screen and (max-width: 1599px) {
  .biografia-timesection.js-bio-anchor-0 {
    background-position: 0 -125px;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-0 {
    background-position: 0 -195px;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-0 {
    background-position: 40% -195px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-0 {
    background-size: 100% auto;
    background-position: 0;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection.js-bio-anchor-0 {
    background-position: 0 25%;
  }
}
.biografia-timesection.js-bio-anchor-0 .biografia-timesection-col {
  height: 800px;
}
@media screen and (max-width: 1599px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col {
    height: 700px;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col {
    height: 400px;
  }
}
.biografia-timesection.js-bio-anchor-0 .biografia-timesection-col .vc_column-inner {
  max-width: 50%;
  right: 0;
  bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col .vc_column-inner {
    max-width: 53%;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col .vc_column-inner {
    max-width: 60%;
  }
}
@media screen and (max-width: 1365px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col .vc_column-inner {
    bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-0 .biografia-timesection-col .vc_column-inner {
    max-width: 75%;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-1 {
    background-position: center 100%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection.js-bio-anchor-1 {
    background-position: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.biografia-timesection.js-bio-anchor-1 .biografia-timesection-col {
  height: 450px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-1 .biografia-timesection-col {
    height: 350px;
  }
}
.biografia-timesection.js-bio-anchor-1 .biografia-timesection-col .vc_column-inner {
  max-width: 35%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-1 .biografia-timesection-col .vc_column-inner {
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-1 .biografia-timesection-col .vc_column-inner {
    max-width: 55%;
  }
}
.biografia-timesection.js-bio-anchor-2 {
  /*& + .biografia-timesection-down{
      .biografia-timesection-col{
        @media screen and (max-width: @mbp3){
          height: 65px!important;
        }
      }
    }*/
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-2 {
    background-position: center 100%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection.js-bio-anchor-2 {
    background-position: 100% 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.biografia-timesection.js-bio-anchor-2 .biografia-timesection-col {
  height: 450px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-2 .biografia-timesection-col {
    height: 350px;
  }
}
.biografia-timesection.js-bio-anchor-2 .biografia-timesection-col .vc_column-inner {
  max-width: 35%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-2 .biografia-timesection-col .vc_column-inner {
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-2 .biografia-timesection-col .vc_column-inner {
    max-width: 55%;
  }
}
.biografia-timesection.js-bio-anchor-3 {
  background-position: 0 0;
  /*& + .biografia-timesection-down{
      .biografia-timesection-col{
        @media screen and (max-width: @mbp3){
          height: 65px!important;
        }
      }
    }*/
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-3 {
    background-position: 100% center;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection.js-bio-anchor-3 {
    background-position: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.biografia-timesection.js-bio-anchor-3 .biografia-timesection-col {
  height: 485px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-3 .biografia-timesection-col {
    height: 350px;
  }
}
.biografia-timesection.js-bio-anchor-3 .biografia-timesection-col .vc_column-inner {
  max-width: 45%;
  right: 0;
  bottom: 35px;
}
@media screen and (max-width: 1699px) {
  .biografia-timesection.js-bio-anchor-3 .biografia-timesection-col .vc_column-inner {
    max-width: 48%;
  }
}
@media screen and (max-width: 1599px) {
  .biografia-timesection.js-bio-anchor-3 .biografia-timesection-col .vc_column-inner {
    max-width: 53%;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-timesection.js-bio-anchor-3 .biografia-timesection-col .vc_column-inner {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-3 .biografia-timesection-col .vc_column-inner {
    max-width: 70%;
  }
}
.biografia-timesection.js-bio-anchor-4 {
  background-position: 0 center;
}
@media screen and (max-width: 1799px) {
  .biografia-timesection.js-bio-anchor-4 {
    background-position: -325px 0;
  }
}
@media screen and (max-width: 1599px) {
  .biografia-timesection.js-bio-anchor-4 {
    background-position: -455px 0;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-4 {
    background-position: -600px 0;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection.js-bio-anchor-4 {
    background-position: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.biografia-timesection.js-bio-anchor-4 .biografia-timesection-col {
  height: 485px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col {
    height: 350px;
  }
}
.biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner {
  width: auto;
  left: 120px;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner {
    left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner {
    left: 30px;
  }
}
.biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p {
  font-size: 150px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p {
    font-size: 130px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p {
    font-size: 120px;
  }
}
.biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p + p {
  font-size: 100px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p + p {
    font-size: 75px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection.js-bio-anchor-4 .biografia-timesection-col .vc_column-inner .wpb_text_column p + p {
    font-size: 55px;
  }
}
.biografia-timesection.vc_row {
  background-position: 50% 50%!important;
  background-size: cover!important;
}
.biografia-timesection-col {
  background-color: rgba(216, 31, 25, 0.7);
  padding-right: 0!important;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-col {
    width: 12%!important;
    float: left;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media screen and (max-width: 532px) {
  .biografia-timesection-col {
    width: 15%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-col + .wpb_column {
    width: 88%!important;
    float: left!important;
  }
}
@media screen and (max-width: 532px) {
  .biografia-timesection-col + .wpb_column {
    width: 85%!important;
  }
}
.biografia-timesection-col .vc_column-inner {
  padding: 0!important;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-col .vc_column-inner {
    position: relative;
  }
}
@media screen and (max-width: 413px) {
  .biografia-timesection-col .vc_column-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    -moz-transform: translate(0%, -50%) rotate(0deg);
    -ms-transform: translate(0%, -50%) rotate(0deg);
    -o-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
  }
}
.biografia-timesection-col .vc_column-inner .wpb_text_column {
  margin-bottom: 0!important;
}
.biografia-timesection-col p {
  font-size: 150px;
  color: #fff;
  margin-bottom: 0;
  border-bottom: 10px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 1365px) {
  .biografia-timesection-col p {
    font-size: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-timesection-col p {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-col p {
    border-width: 2px;
    text-align: center;
  }
}
.biografia-timesection-col p:last-child {
  border: none;
}
.biografia-timesection-down {
  position: relative;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down .vc_column-inner.is-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    -moz-transform: translate(0%, -50%) rotate(0deg);
    -ms-transform: translate(0%, -50%) rotate(0deg);
    -o-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 991px) {
  .biografia-timesection-down.biografia-timesection-diputado {
    margin-bottom: 35px;
  }
}
.biografia-timesection-down.biografia-timesection-diputado .wpb_text_column {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-diputado .wpb_text_column {
    text-align: left;
  }
}
.biografia-timesection-down.biografia-timesection-diputado.is-left:before {
  left: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-diputado.is-left:before {
    width: 100%;
  }
}
.biografia-timesection-down:before {
  position: absolute;
  height: 100%;
  background-color: #da3f3d;
  content: '';
  display: block!important;
}
.biografia-timesection-down.is-left:before {
  left: 0;
  width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.is-left:before {
    width: 100%;
  }
}
.biografia-timesection-down.is-right:before {
  right: 0;
  width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.is-right:before {
    width: 100%;
  }
}
.biografia-timesection-down.is-right .vc_col-sm-8 .wpb_text_column {
  padding-left: 50px;
}
@media screen and (max-width: 1699px) {
  .biografia-timesection-down.is-right .vc_col-sm-8 .wpb_text_column {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1439px) {
  .biografia-timesection-down.is-right .vc_col-sm-8 .wpb_text_column {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.is-right .vc_col-sm-8 .wpb_text_column {
    padding-left: 0;
  }
}
.biografia-timesection-down .wpb_text_column {
  margin-bottom: 0;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .biografia-timesection-down .wpb_text_column {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down .wpb_text_column {
    padding: 5px 0;
  }
}
.biografia-timesection-down .wpb_text_column p {
  margin-bottom: 0;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .biografia-timesection-down .wpb_text_column p {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .biografia-timesection-down .wpb_text_column p {
    font-size: 16px;
  }
}
@media screen and (max-width: 359px) {
  .biografia-timesection-down .wpb_text_column p {
    font-size: 14px;
  }
}
.biografia-timesection-down.biografia-timesection-down-actualidad .wpb_text_column {
  padding-left: 135px!important;
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col {
    width: 20%!important;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col {
    width: 30%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col .wpb_text_column {
    padding-left: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col + .wpb_column {
    width: 80%!important;
  }
}
@media screen and (max-width: 479px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col + .wpb_column {
    width: 70%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down.biografia-timesection-down-actualidad .biografia-timesection-col + .wpb_column .wpb_text_column {
    padding-left: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-timesection-down > .vc-container {
    width: 100%!important;
  }
}
.biografia-section.bg-to-right {
  background-size: 44%!important;
  background-position: 100% 0!important;
}
.biografia-section blockquote {
  padding: 0;
  border: none;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 479px) {
  .biografia-section blockquote {
    font-size: 20px;
    line-height: 26px;
  }
}
.biografia-section.biografia-section-matrimonio {
  background-size: 20% 100%!important;
  background-position: 100% 0!important;
}
@media screen and (max-width: 1199px) {
  .biografia-section.biografia-section-matrimonio {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-section.biografia-section-matrimonio {
    background: none!important;
  }
}
.biografia-section.biografia-section-matrimonio .wpb_single_image {
  margin-bottom: 0!important;
}
.biografia-section.biografia-section-matrimonio .vc_col-sm-5:first-child {
  padding-right: 0!important;
}
.biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child {
  background-color: #da3f3d;
  color: #fff;
  padding: 30px!important;
}
@media screen and (max-width: 1439px) {
  .biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child {
    width: 100%;
  }
}
.biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child .wpb_text_column {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .biografia-section.biografia-section-matrimonio .vc_col-sm-7:last-child .wpb_text_column {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left {
    display: none!important;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left .wpb_single_image {
    overflow: hidden;
    position: relative;
  }
}
.biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left .vc_single_image-wrapper {
  position: relative;
}
.biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left .vc_single_image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: initial;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left .vc_single_image-wrapper img {
    width: 110%;
    left: -30px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-left .vc_single_image-wrapper img {
    width: 185%;
    left: -230px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-image {
    max-width: 470px;
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-image {
    max-width: 380px;
  }
}
@media screen and (max-width: 413px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-image {
    max-width: 330px;
    margin-left: 0;
  }
}
@media screen and (max-width: 359px) {
  .biografia-section.biografia-section-matrimonio .biografia-section-matrimonio-image {
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-juventudes-image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-juventudes-left {
    width: 50%!important;
  }
}
@media screen and (max-width: 767px) {
  .biografia-juventudes-left {
    width: 100%!important;
  }
}
.biografia-section-title-large {
  font-size: 34px;
  line-height: 44px;
  color: #3e3e3e;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .biografia-section-title-large {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 374px) {
  .biografia-section-title-large {
    font-size: 24px;
    line-height: 32px;
  }
}
.biografia-section-text-med {
  font-size: 16px;
  line-height: 30px;
}
.biografia-section-text-med.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.biografia-section-text-large {
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
}
.biografia-section-text-large.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.biografia-section-text-extralarge {
  padding: 0 5%;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 479px) {
  .biografia-section-text-extralarge {
    font-size: 18px;
    line-height: 28px;
  }
}
.biografia-section-text-extralarge.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.biografia-section-text-extralarge.tipo-thin {
  font-family: 'metropolisthin';
  font-weight: normal;
}
.biografia-section-text-heavy {
  font-size: 47px;
  line-height: 62px;
}
@media screen and (max-width: 1199px) {
  .biografia-section-text-heavy {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .biografia-section-text-heavy {
    font-size: 25px;
    line-height: 41px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-section-text-heavy {
    font-size: 20px;
    line-height: 30px;
  }
}
.biografia-section-text-heavy.tipo-thin {
  font-family: 'metropolisthin';
  font-weight: normal;
}
body.biografia .biografia-bosnia {
  background-size: auto 100%;
  position: relative;
  background-position: -50px 0 !important;
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-bosnia > .vc-container {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1899px) {
  body.biografia .biografia-bosnia {
    background-position: -100px 0 !important;
  }
}
@media screen and (max-width: 1799px) {
  body.biografia .biografia-bosnia {
    background-position: -180px 0 !important;
  }
}
@media screen and (max-width: 1699px) {
  body.biografia .biografia-bosnia {
    background-position: -220px 0 !important;
  }
}
@media screen and (max-width: 1599px) {
  body.biografia .biografia-bosnia {
    background-position: -280px 0 !important;
  }
}
@media screen and (max-width: 1499px) {
  body.biografia .biografia-bosnia {
    background-position: -300px 0 !important;
  }
}
@media screen and (max-width: 1365px) {
  body.biografia .biografia-bosnia {
    background-position: -310px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-bosnia {
    background-position: -410px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-bosnia {
    background-position: -600px 2px !important;
  }
}
body.biografia .biografia-bosnia .wpb_text_column {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  body.biografia .biografia-bosnia .wpb_text_column {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  body.biografia .biografia-bosnia .biografia-bosnia-right {
    width: 50%;
    float: right;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-bosnia .biografia-bosnia-right {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-bosnia .biografia-bosnia-right {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-bosnia .biografia-bosnia-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-bosnia:after {
    content: '';
    height: 100%;
    position: absolute;
    width: 10%;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-bosnia:before {
    content: '';
    height: 10px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom: -1px;
    left: 0;
    z-index: 1;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-bosnia .biografia-bosnia-image {
    margin-bottom: 30px;
  }
}
body.biografia .biografia-zarzuela {
  position: relative;
  background-position: 0 top!important;
}
@media screen and (max-width: 1799px) {
  body.biografia .biografia-zarzuela {
    background-position: -80px 0 !important;
  }
}
@media screen and (max-width: 1599px) {
  body.biografia .biografia-zarzuela {
    background-position: -160px 0 !important;
  }
}
@media screen and (max-width: 1499px) {
  body.biografia .biografia-zarzuela {
    background-position: -200px 0 !important;
  }
}
@media screen and (max-width: 1439px) {
  body.biografia .biografia-zarzuela {
    background-position: -130px 0 !important;
  }
}
@media screen and (max-width: 1365px) {
  body.biografia .biografia-zarzuela {
    background-position: -180px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-zarzuela {
    background-position: 0 0!important;
  }
}
body.biografia .biografia-zarzuela .vc-container {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-image {
    margin-bottom: 30px;
  }
}
body.biografia .biografia-zarzuela:after {
  content: '';
  background-color: #da3f3d;
  width: 65%;
  height: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  body.biografia .biografia-zarzuela:after {
    width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-zarzuela:after {
    width: 90%;
    height: 175px;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-zarzuela:after {
    width: 100%;
    height: 245px;
  }
}
@media screen and (max-width: 735px) {
  body.biografia .biografia-zarzuela:after {
    height: 245px;
  }
}
@media screen and (max-width: 413px) {
  body.biografia .biografia-zarzuela:after {
    height: 250px;
  }
}
body.biografia .biografia-zarzuela .wpb_text_column {
  font-size: 16px;
  line-height: 30px;
  z-index: 2;
}
body.biografia .biografia-zarzuela .biografia-zarzuela-text-red {
  padding-left: 50px;
  padding-right: 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-text-red {
    font-size: 20px;
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media screen and (max-width: 479px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-text-red {
    font-size: 14px;
  }
}
body.biografia .biografia-zarzuela .biografia-zarzuela-right {
  position: relative;
}
@media screen and (max-width: 1439px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-right {
    width: 41.66666667%;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-right {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-zarzuela .biografia-zarzuela-right:after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
body.biografia .biografia-helicoptero {
  position: relative;
}
@media screen and (max-width: 1799px) {
  body.biografia .biografia-helicoptero {
    background-position: -75px 0 !important;
  }
}
@media screen and (max-width: 1699px) {
  body.biografia .biografia-helicoptero {
    background-position: -130px 0 !important;
  }
}
@media screen and (max-width: 1599px) {
  body.biografia .biografia-helicoptero {
    background-position: -170px 0 !important;
  }
}
@media screen and (max-width: 1499px) {
  body.biografia .biografia-helicoptero {
    background-position: -200px 0 !important;
  }
}
@media screen and (max-width: 1439px) {
  body.biografia .biografia-helicoptero {
    background-position: -235px 0 !important;
  }
}
@media screen and (max-width: 1365px) {
  body.biografia .biografia-helicoptero {
    background-position: -280px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-helicoptero {
    background-position: 0!important;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-helicoptero {
    background-position: -300px 3px !important;
  }
}
body.biografia .biografia-helicoptero .wpb_text_column {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  body.biografia .biografia-helicoptero .vc_column_container:not(.vc-container):last-child {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-helicoptero .biografia-helicoptero-left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-helicoptero .biografia-helicoptero-right {
    float: right;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-helicoptero .biografia-helicoptero-right {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.biografia .biografia-helicoptero:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fff;
    bottom: -1px;
    left: 0;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  body.biografia .biografia-helicoptero .biografia-helicoptero-image {
    margin-bottom: 30px;
  }
}
.biografia-bosnia-economico {
  position: relative;
}
.biografia-bosnia-economico .vc-container {
  z-index: 2;
}
.biografia-bosnia-economico:after {
  background-color: #da3f3d;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  display: block!important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .biografia-bosnia-economico:after {
    display: none!important;
  }
}
.biografia-bosnia-economico .wpb_text_column {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'metropolisthin';
  font-weight: normal;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .biografia-bosnia-economico .wpb_text_column {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-bosnia-economico .wpb_text_column {
    color: #555;
  }
}
.biografia-bosnia-economico .wpb_column:last-child {
  padding: 0!important;
}
.biografia-bosnia-economico .wpb_column:last-child .wpb_single_image {
  margin-bottom: 0;
}
.biografia-diplomatica {
  background-position: 100% 0!important;
  background-repeat: no-repeat !important;
  position: relative;
}
.biografia-diplomatica .vc-container {
  z-index: 2;
}
.biografia-diplomatica:after {
  background-color: #da3f3d;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  display: block!important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .biografia-diplomatica:after {
    display: none!important;
  }
}
.biografia-diplomatica .wpb_text_column {
  margin-bottom: 0;
  color: #fff;
  padding: 50px 0;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .biografia-diplomatica .wpb_text_column {
    color: #555;
  }
}
.biografia-reyes-img {
  padding: 0 5%;
}
.biografia-transatlantica {
  position: relative;
}
.biografia-transatlantica .wpb_column:not(.vc-container):first-child .wpb_text_column {
  color: #424242!important;
  font-size: 30px;
  line-height: 41px;
  font-family: 'metropolisthin';
  font-weight: normal;
  padding-top: 20px;
}
@media screen and (max-width: 479px) {
  .biografia-transatlantica .wpb_column:not(.vc-container):first-child .wpb_text_column {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-transatlantica .wpb_column:not(.vc-container):last-child {
    display: none;
  }
}
.biografia-transatlantica .wpb_column:not(.vc-container):last-child .wpb_text_column {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: 'metropolisthin';
  font-weight: normal;
  padding: 30px 10px;
  margin-bottom: 0;
}
.biografia-transatlantica .vc-container {
  z-index: 2;
}
.biografia-transatlantica:after {
  background-color: #da3f3d;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
  display: block!important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .biografia-transatlantica:after {
    display: none!important;
  }
}
.biografia-renuncia {
  background-repeat: no-repeat;
  background-position: 105% 0;
}
@media screen and (max-width: 1799px) {
  .biografia-renuncia {
    background-position: 115% 0;
  }
}
@media screen and (max-width: 1699px) {
  .biografia-renuncia {
    background-position: 123% 0;
  }
}
@media screen and (max-width: 1599px) {
  .biografia-renuncia {
    background-position: 135% 0;
  }
}
@media screen and (max-width: 1499px) {
  .biografia-renuncia {
    background-position: 150% 0;
  }
}
@media screen and (max-width: 1439px) {
  .biografia-renuncia {
    background-position: 140% 0;
  }
}
@media screen and (max-width: 1365px) {
  .biografia-renuncia {
    background-position: 170% 0;
  }
}
@media screen and (max-width: 991px) {
  .biografia-renuncia {
    background-position: 0% 2px;
  }
}
.biografia-renuncia .wpb_text_column {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .biografia-renuncia .wpb_text_column {
    font-size: 15px;
    line-height: 28px;
  }
}
.biografia-renuncia .wpb_text_column.biografia-renuncia-text-down {
  font-size: 24px;
  line-height: 34px;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 479px) {
  .biografia-renuncia .wpb_text_column.biografia-renuncia-text-down {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1439px) {
  .biografia-renuncia .biografia-renuncia-left {
    width: 41.66666667%;
  }
}
@media screen and (max-width: 1199px) {
  .biografia-renuncia .biografia-renuncia-left {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .biografia-renuncia .biografia-renuncia-left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-renuncia .biografia-renuncia-left {
    width: 100%;
  }
}
.biografia-renuncia .biografia-renuncia-image {
  margin-bottom: 30px;
}
.biografia-sabios {
  position: relative;
  background-position: 0 0!important;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.biografia-sabios:before {
  position: absolute;
  display: block!important;
  content: '';
  width: 8%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .biografia-sabios:before {
    display: none!important;
  }
}
@media screen and (max-width: 1599px) {
  .biografia-sabios {
    background-position: 0 0!important;
  }
}
@media screen and (max-width: 1439px) {
  .biografia-sabios {
    background-position: -100px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .biografia-sabios {
    background-position: -200px 0 !important;
  }
}
.biografia-sabios .wpb_column:not(.vc-container):last-child {
  background-color: #da3f3d;
  padding: 40px!important;
}
.biografia-sabios .wpb_text_column {
  font-size: 24px;
  line-height: 34px;
  font-family: 'metropolisthin';
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .biografia-sabios .wpb_text_column {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-sabios .wpb_text_column {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .biografia-sabios .biografia-sabios-image {
    max-width: 470px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 479px) {
  .biografia-sabios .biografia-sabios-image {
    max-width: 380px;
  }
}
@media screen and (max-width: 359px) {
  .biografia-sabios .biografia-sabios-image {
    max-width: 290px;
    margin-left: 0;
  }
}
.biografia-fenosa .biografia-section-text-large {
  padding-top: 80px!important;
}
@media screen and (max-width: 1199px) {
  .biografia-fenosa .biografia-section-text-large {
    padding-top: 0!important;
  }
}
.biografia-fenosa .wpb_single_image {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .biografia-final .wpb_single_image .wpb_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-final .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .biografia-final .wpb_single_image .vc_single_image-wrapper img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.biografia-final-firma .wpb_column:not(.vc-container):first-child:after {
  width: 100%;
  height: 20px;
  background-color: #da3f3d;
  content: '';
  display: block;
  position: relative;
  top: 35px;
}
.biografia-final-firma .biografia-final-firma-img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .biografia-final-firma .biografia-final-firma-img img {
    width: 170px;
    margin-bottom: 15px;
  }
}
.biografia-final-firma-text {
  position: relative;
  top: -10px;
  color: #da3f3d;
}
@media screen and (max-width: 767px) {
  body.premiosyreconocimientos,
  body.participaen,
  body.biografia {
    padding-top: 100px!important;
  }
}
@media screen and (max-width: 479px) {
  body.premiosyreconocimientos,
  body.participaen,
  body.biografia {
    padding-top: 86px!important;
  }
}
.pageslider-row .vc_column-inner {
  padding: 0!important;
}
.pageslider {
  top: inherit!important;
  margin-bottom: 0!important;
}
.pageslider .ei-slider-element {
  background: #da3f3d !important;
}
.pageslider .ei-slider-thumbs {
  height: 6px;
}
@media screen and (max-width: 532px) {
  .pageslider .ei-slider-thumbs {
    width: 80%;
  }
}
@media screen and (max-width: 413px) {
  .pageslider .ei-slider-thumbs {
    width: 70%;
  }
}
@media screen and (max-width: 374px) {
  .pageslider .ei-slider-thumbs {
    height: 4px;
    top: -15px;
  }
}
.pageslider .ei-slider-thumbs li:hover img {
  bottom: 6px;
}
.pageslider-caption {
  right: 0;
  transform: none!important;
  top: 50% !important;
  -webkit-transform: translate(0%, -50%) rotate(0deg) !important;
  -moz-transform: translate(0%, -50%) rotate(0deg) !important;
  -ms-transform: translate(0%, -50%) rotate(0deg) !important;
  -o-transform: translate(0%, -50%) rotate(0deg) !important;
  transform: translate(0%, -50%) rotate(0deg) !important;
}
@media screen and (max-width: 1499px) {
  .pageslider-caption {
    top: 16%;
  }
}
.pageslider-caption h2 {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1499px) {
  .pageslider-caption h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .pageslider-caption h2 {
    margin-bottom: 10px;
  }
}
.pageslider-caption h2 span {
  font-family: 'metropolisbold';
  font-weight: normal;
  color: #fff;
  font-size: 33px;
}
.pageslider-caption h3 {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .pageslider-caption h3 {
    margin-bottom: 0;
  }
}
.pageslider-caption h3 span {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) {
  .pageslider-caption h3 span {
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .pageslider-caption h3 p {
    margin-bottom: 0!important;
  }
}
.biografia-nav-premios {
  padding-bottom: 0!important;
}
.premios-row {
  background-color: #fff;
  position: relative;
}
.premios-row-inner {
  padding-top: 35px;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .premios-row-inner {
    padding-bottom: 35px;
  }
}
.premios-row-inner:first-child .container {
  border-top: 3px solid #b3b3b3;
  padding-top: 80px;
}
.premios-row-inner:nth-child(2n) {
  background-color: #f6f5f6;
}
.premios-col {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .premios-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .premios-item {
    margin-bottom: 40px;
  }
}
.premios-date {
  font-family: 'metropolisbold';
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  color: #da3f3d;
  display: block;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .premios-date {
    margin-bottom: 10px;
  }
}
.premios-title {
  color: #404040;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .premios-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.premios-title a {
  color: #404040;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.premios-title a:hover {
  color: #da3f3d;
}
.premios-excerpt {
  color: #404040;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  white-space: pre-wrap;
  text-align: left;
}
.biografia-nav-otros {
  padding-bottom: 80px!important;
}
.otros-row {
  background-color: #fff;
  position: relative;
}
.otros-row-inner {
  padding-top: 35px;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .otros-row-inner {
    padding-bottom: 35px;
  }
}
.otros-row-inner:first-child {
  margin-top: 35px;
  padding-top: 0;
}
.otros-row-inner:first-child .container {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .otros-row-inner:first-child .container {
    padding-top: 35px;
  }
}
.otros-row-inner:first-child .container:before {
  height: 3px;
  background-color: #b3b3b3;
  content: '';
  position: absolute;
  width: auto;
  display: block;
  left: 0;
  right: 0;
  top: -80px;
}
.otros-row-inner:nth-child(2n + 1) {
  background-color: #f6f5f6;
}
@media screen and (max-width: 767px) {
  .otros-row-inner [class^="col-"]:last-child .premios-item,
  .otros-row-inner [class*=" col-"]:last-child .premios-item {
    margin-bottom: 0;
  }
}
.otros-title {
  color: #404040;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .otros-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .otros-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 374px) {
  .otros-title {
    margin-bottom: 0;
  }
}
.otros-title a {
  color: #404040;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.otros-title a:hover {
  color: #da3f3d;
}
.otros-excerpt {
  color: #c9433e;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  white-space: pre-wrap;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .otros-excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .otros-excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1599px) {
  .ei-slider {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .ei-slider {
    height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .ei-slider {
    height: 250px;
  }
}
@media screen and (max-width: 735px) {
  .ei-slider {
    height: 220px;
  }
}
@media screen and (max-width: 567px) {
  .ei-slider {
    height: 200px;
  }
}
@media screen and (max-width: 479px) {
  .ei-slider {
    height: 160px!important;
  }
}
@media screen and (max-width: 374px) {
  .ei-slider {
    height: 140px!important;
  }
}
body.biografia .vc_row {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media screen and (max-width: 479px) {
  .space-biografia-1 {
    height: 0!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-5 {
    height: 50px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-11 {
    height: 50px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-12 {
    height: 0px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-17 {
    height: 0px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-19 {
    height: 0px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-21 {
    height: 0px!important;
  }
}
@media screen and (max-width: 479px) {
  .space-biografia-23 {
    height: 0px!important;
  }
}
.biografia-mundoposible > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-legislatura > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-bosnia-economico-left-col > .vc_column-inner {
  padding-left: 15px!important;
}
.biografia-distinguir > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-consecutiva > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-renuncia > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-renuncia .biografia-renuncia-left {
  padding-left: 0!important;
}
@media screen and (max-width: 991px) {
  .biografia-renuncia .biografia-renuncia-left {
    padding-left: 15px!important;
  }
}
.biografia-alejado > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.biografia-bonifacio > .vc-container > .vc_column-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.actualidad.vc_row {
  margin-bottom: 100px;
}
.actualidad.vc_row .row {
  border-bottom: 2px solid #9f9f9f;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .actualidad.vc_row .row {
    border: none;
    margin-bottom: 0;
  }
}
.blogitem {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .blogitem {
    margin-bottom: 50px;
  }
}
.blogitem-time {
  display: block;
  background-color: #da3f3d;
  color: #fff;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 15px;
  padding: 10px 10px 10px 15%;
}
.blogitem-video {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.blogitem-video a {
  display: block;
  min-height: 317px;
}
@media screen and (max-width: 1199px) {
  .blogitem-video a {
    min-height: 255px;
  }
}
@media screen and (max-width: 991px) {
  .blogitem-video a {
    min-height: 193px;
  }
}
@media screen and (max-width: 767px) {
  .blogitem-video a {
    min-height: inherit;
  }
}
.blogitem-video a:after {
  position: absolute;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f144';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  font-size: 100px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.blogitem-video a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.blogitem-video:hover a:after {
  color: rgba(255, 255, 255, 0.6);
}
.blogitem-video .youtube-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  height: 140%;
  width: 120%;
  max-height: 140%;
  max-width: 120%;
}
.blogitem-video iframe {
  width: 100%!important;
  height: 321px!important;
}
@media screen and (max-width: 991px) {
  .blogitem-video {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blogitem-video {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .blogitem-video {
    height: 200px;
  }
}
@media screen and (max-width: 359px) {
  .blogitem-video {
    height: 165px;
  }
}
.blogitem-image {
  margin-bottom: 50px;
  overflow: hidden;
}
.blogitem-image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blogitem-image {
    margin-bottom: 30px;
  }
}
.blogitem-slider {
  margin-bottom: 50px;
  border: none;
  background: none;
}
@media screen and (max-width: 991px) {
  .blogitem-slider {
    margin-bottom: 30px;
  }
}
.blogitem-slider .blogitem-slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 0;
  z-index: 9;
}
.blogitem-slider .blogitem-slider-nav a {
  background-color: rgba(64, 64, 64, 0.5);
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.blogitem-slider .blogitem-slider-nav a:before,
.blogitem-slider .blogitem-slider-nav a:after {
  position: absolute;
  width: 2px;
  background-color: #fff;
  height: 36%;
  content: '';
}
.blogitem-slider .blogitem-slider-nav a:hover {
  background-color: rgba(64, 64, 64, 0.8);
}
.blogitem-slider .blogitem-slider-nav-left {
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogitem-slider .blogitem-slider-nav-left:before,
.blogitem-slider .blogitem-slider-nav-left:after {
  left: 15px;
}
.blogitem-slider .blogitem-slider-nav-left:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  top: 8px;
}
.blogitem-slider .blogitem-slider-nav-left:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  bottom: 8px;
}
.blogitem-slider .blogitem-slider-nav-right {
  float: right;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogitem-slider .blogitem-slider-nav-right:before,
.blogitem-slider .blogitem-slider-nav-right:after {
  right: 15px;
}
.blogitem-slider .blogitem-slider-nav-right:before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  top: 8px;
}
.blogitem-slider .blogitem-slider-nav-right:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  bottom: 8px;
}
.blogitem-title {
  color: #404040;
  font-size: 22px;
  line-height: 28px;
  font-family: 'metropolisregular';
  font-weight: normal;
}
@media screen and (max-width: 479px) {
  .blogitem-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.blogitem-title.hasnt-img {
  margin-top: 50px;
}
.blogitem-title a {
  color: #404040;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.blogitem-title a:hover {
  color: #da3f3d;
}
.blogitem-body {
  position: relative;
  padding-bottom: 50px;
}
.blogitem-excerpt {
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 18px;
  color: #404040;
}
@media screen and (max-width: 1199px) {
  .blogitem-excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .blogitem-excerpt {
    font-size: 14px;
  }
}
.blogitem-excerpt p {
  margin-bottom: 0;
}
.blogitem-more {
  color: #da3f3d;
  font-size: 15px;
  display: inline-block;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blogitem-more:hover {
  text-decoration: underline!important;
  color: #da3f3d !important;
}
.blogpag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.blogpag ul li {
  display: block;
  float: left;
}
.blogpag ul li:first-child span,
.blogpag ul li:first-child a {
  border-left: 1px solid #000;
}
.blogpag ul li span,
.blogpag ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blogpag ul li span.current,
.blogpag ul li a.current {
  background-color: #da3f3d;
  color: #fff;
}
.blogpag ul li span:hover,
.blogpag ul li a:hover {
  background-color: #da3f3d;
  color: #fff;
}
.blogsingle-title {
  font-family: 'metropolisregular';
  font-weight: normal;
  font-size: 65px;
  line-height: 75px;
}
@media screen and (max-width: 1199px) {
  .blogsingle-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blogsingle-title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .blogsingle-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.blogsingle-time {
  display: block;
  background-color: #da3f3d;
  color: #fff;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 15px;
  padding: 10px 10px 10px 5%;
}
.blogsingle-image {
  margin-bottom: 50px;
}
.blogsingle-image img {
  width: 100%;
}
.blogsingle-video {
  margin-bottom: 50px;
}
.blogsingle-video iframe {
  width: 100%;
  min-height: 650px;
}
@media screen and (max-width: 991px) {
  .blogsingle-video iframe {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .blogsingle-video iframe {
    min-height: 245px;
  }
}
@media screen and (max-width: 479px) {
  .blogsingle-video iframe {
    min-height: 195px;
  }
}
@media screen and (max-width: 413px) {
  .blogsingle-video iframe {
    min-height: 185px;
  }
}
@media screen and (max-width: 359px) {
  .blogsingle-video iframe {
    min-height: 165px;
  }
}
.blogsingle-slider {
  margin-bottom: 50px;
  border: none;
  background: none;
}
.blogsingle-slider .blogsingle-slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 0;
  z-index: 9;
}
.blogsingle-slider .blogsingle-slider-nav a {
  background-color: rgba(64, 64, 64, 0.5);
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.blogsingle-slider .blogsingle-slider-nav a:before,
.blogsingle-slider .blogsingle-slider-nav a:after {
  position: absolute;
  width: 2px;
  background-color: #fff;
  height: 36%;
  content: '';
}
.blogsingle-slider .blogsingle-slider-nav a:hover {
  background-color: rgba(64, 64, 64, 0.8);
}
.blogsingle-slider .blogsingle-slider-nav-left {
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogsingle-slider .blogsingle-slider-nav-left:before,
.blogsingle-slider .blogsingle-slider-nav-left:after {
  left: 15px;
}
.blogsingle-slider .blogsingle-slider-nav-left:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  top: 8px;
}
.blogsingle-slider .blogsingle-slider-nav-left:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  bottom: 8px;
}
.blogsingle-slider .blogsingle-slider-nav-right {
  float: right;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blogsingle-slider .blogsingle-slider-nav-right:before,
.blogsingle-slider .blogsingle-slider-nav-right:after {
  right: 15px;
}
.blogsingle-slider .blogsingle-slider-nav-right:before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  top: 8px;
}
.blogsingle-slider .blogsingle-slider-nav-right:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  bottom: 8px;
}
.blogsingle-content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.blogsingle-content.hasnt-img {
  margin-top: 30px;
}
.blogsingle-content blockquote {
  font-family: 'metropolismedium';
  font-weight: normal;
  font-style: italic;
  border-left-color: #da3f3d;
}
.blogsingle-content > *:last-child {
  margin-bottom: 0;
}
.blogsingle-share {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 100px;
}
.blogsingle-return {
  color: #000;
  float: left;
  font-family: 'metropolisregular';
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  top: 11px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 479px) {
  .blogsingle-return {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    line-height: 30px;
    top: 0;
  }
}
.blogsingle-return:hover {
  color: #da3f3d;
}
.blogsingle-rrss {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogsingle-rrss li {
  display: inline-block;
}
.blogsingle-rrss li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .blogsingle-rrss li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.blogsingle-rrss li a:hover {
  background-color: #da3f3d;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.artciulos-page-row {
  margin-bottom: 100px;
}
.articulo {
  margin-bottom: 100px;
}
.articulo-container {
  padding-left: 0;
  padding-right: 0;
  width: auto!important;
}
.articulo-year {
  margin-bottom: 0;
  font-size: 40px;
  color: #da3f3d;
  font-family: 'metropolisbold';
  font-weight: normal;
  border-bottom: 3px solid #f8f9f8;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .articulo-year {
    font-size: 35px;
  }
}
.articulo-target {
  text-transform: uppercase;
  font-family: 'metropolisblack';
  font-weight: normal;
  font-size: 12px;
  color: #404040;
  display: inline-block;
  margin-right: 75px;
}
.articulo-date {
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 12px;
  color: #404040;
  display: inline-block;
  text-transform: uppercase;
}
.articulo-title {
  margin-top: 25px;
  color: #404040;
  font-size: 22px;
  line-height: 28px;
  font-family: 'metropolismedium';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .articulo-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.articulo-title a {
  color: #404040;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.articulo-title a:hover {
  color: #da3f3d;
}
.articulo-body {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .articulo-body {
    font-size: 14px;
  }
}
.articulo-body p {
  margin-bottom: 0;
}
.articulo-labels {
  margin-top: 30px;
}
.articulo-labels span {
  display: inline-block;
  border: 2px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 4px;
  color: #000;
  margin: 3px;
  text-align: center;
  min-width: 15%;
  font-size: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.articulo-labels a:hover span {
  color: #da3f3d;
  border-color: #da3f3d;
}
.articulo-link {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #da3f3d;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.articulo-link a {
  color: #da3f3d;
}
.articulo-link a:hover {
  color: #000;
  text-decoration: underline!important;
}
body.articulos .vc_row {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media (min-width: 1200px) {
  body.single-articulos .articulo-container {
    width: 1192px!important;
  }
}
@media screen and (max-width: 1199px) {
  body.single-articulos .articulo-container {
    width: 970px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
@media screen and (max-width: 991px) {
  body.single-articulos .articulo-container {
    width: 750px!important;
  }
}
@media screen and (max-width: 767px) {
  body.single-articulos .articulo-container {
    width: 470px!important;
  }
}
@media screen and (max-width: 479px) {
  body.single-articulos .articulo-container {
    width: 380px!important;
  }
}
@media screen and (max-width: 413px) {
  body.single-articulos .articulo-container {
    width: 330px!important;
  }
}
@media screen and (max-width: 359px) {
  body.single-articulos .articulo-container {
    width: 290px!important;
  }
}
.publicaciones-row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.publi {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 413px) {
  .publi > .container {
    width: auto!important;
  }
}
.publi.is-pair .publi-col-left {
  float: right;
}
@media screen and (max-width: 1199px) {
  .publi.is-pair .publi-col-left {
    width: 41.66666667%;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-pair .publi-col-left {
    width: 30.66666667%;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-pair .publi-col-left {
    width: 100%;
    height: auto!important;
  }
}
.publi.is-pair .publi-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  top: 45%;
  left: 100px;
  width: 80%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .publi.is-pair .publi-img {
    width: 80%;
    max-width: 100%;
    left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-pair .publi-img {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-pair .publi-img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.publi.is-pair .publi-redbox {
  right: auto;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .publi.is-pair .publi-redbox {
    left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .publi.is-pair .publi-col-right {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-pair .publi-col-right {
    width: 69.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-pair .publi-col-right {
    width: 100%;
  }
}
.publi.is-unpair .publi-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  top: 45%;
  left: -15px;
  width: 80%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .publi.is-unpair .publi-img {
    width: 80%;
    max-width: 100%;
    left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-unpair .publi-img {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-unpair .publi-img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .publi.is-unpair .publi-col-left {
    width: 41.66666667%;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-unpair .publi-col-left {
    width: 30.66666667%;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-unpair .publi-col-left {
    width: 100%;
    height: auto!important;
  }
}
@media screen and (max-width: 1199px) {
  .publi.is-unpair .publi-col-right {
    width: 58.33333333%;
  }
}
@media screen and (max-width: 991px) {
  .publi.is-unpair .publi-col-right {
    width: 69.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .publi.is-unpair .publi-col-right {
    width: 100%;
  }
}
.publi-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f6f5f6;
}
.publi-redbox {
  position: absolute;
  background-color: rgba(218, 63, 61, 0.95);
  top: 0;
  bottom: 0;
  right: 15px;
  min-width: 200px;
  padding: 15px 20px;
}
@media screen and (max-width: 1199px) {
  .publi-redbox {
    min-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .publi-redbox {
    min-width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .publi-redbox {
    width: 100%;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    position: relative;
    margin-bottom: 20px;
  }
}
.publi-year {
  display: block;
  color: #fff;
  font-size: 40px;
  font-family: 'metropolislight';
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .publi-year {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .publi-year {
    font-size: 24px;
  }
}
.publi-editorial {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 0;
  font-size: 18px;
  font-family: 'metropolisthin';
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .publi-editorial {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .publi-editorial {
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .publi-editorial {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .publi-editorial {
    font-size: 13px;
  }
}
.publi-editorial strong {
  display: block;
  font-family: 'metropolisthin' !important;
  font-weight: normal !important;
}
@media screen and (max-width: 767px) {
  .publi-editorial strong {
    display: inline;
    margin-right: 10px;
    font-family: 'metropolisbold' !important;
    font-weight: normal !important;
  }
}
.publi-title {
  color: #404040;
  font-family: 'metropolisregular';
  font-weight: normal;
  font-size: 30px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .publi-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .publi-title {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .publi-title {
    font-size: 20px;
  }
}
.publi-title a {
  color: #404040;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.publi-title a:hover {
  color: #da3f3d;
}
.publi-subtitle {
  font-size: 18px;
  color: #a8a8a9;
  font-family: 'metropolisthin';
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .publi-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .publi-subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .publi-subtitle {
    font-size: 12px;
  }
}
.publi-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .publi-body {
    text-align: justify;
    padding: 20px 5%;
  }
}
.publi-body .vc_column-inner {
  padding-left: 0!important;
  padding-right: 0!important;
}
.publi-body .wpb_text_column {
  font-size: 16px;
  color: #404040;
  font-family: 'metropolisregular';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .publi-body .wpb_text_column {
    font-size: 14px;
  }
}
.publi-body .wpb_text_column .wpb_wrapper *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .publi-body .vc_column_container {
    width: 100%;
  }
}
.publiotros {
  background-color: #f6f5f6;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 413px) {
  .publiotros > .container {
    width: auto!important;
  }
}
.publiotros > .container > .row:last-child .publiotros-item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .publiotros > .container > .row:last-child .publiotros-item {
    margin-bottom: 80px;
  }
}
.publiotros-item {
  margin-bottom: 80px;
}
.publiotros-title {
  font-size: 50px;
  text-transform: uppercase;
  color: #404040;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 80px;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .publiotros-title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .publiotros-title {
    font-size: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .publiotros-title {
    font-size: 28px;
  }
}
.publiotros-title span {
  text-transform: none;
  color: #404040!important;
}
@media screen and (max-width: 767px) {
  .publiotros-title span {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .publiotros-title span {
    font-size: 28px;
  }
}
.publiotros-title a {
  color: #404040;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.publiotros-title a:hover {
  color: #da3f3d;
}
.publiotros-name {
  font-size: 20px;
  line-height: 26px;
  color: #404040;
  font-family: 'metropolisregular';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .publiotros-name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .publiotros-name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 479px) {
  .publiotros-name {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.publiotros-name span {
  color: #404040!important;
  font-family: 'metropolisregular';
  font-weight: normal;
  display: block;
}
.publiotros-name a {
  color: #404040;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.publiotros-name a:hover {
  color: #da3f3d;
}
.publiotros-autor {
  color: #da3f3d;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .publiotros-autor {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .publiotros-autor {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .publiotros-autor {
    font-size: 16px;
  }
}
.publiotros-editorial {
  color: #404040;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .publiotros-editorial {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .publiotros-editorial {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .publiotros-editorial {
    font-size: 15px;
  }
}
.inter-feat-title {
  color: #404040;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  text-align: center;
}
.inter-feat-title span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
.inter-feat-title:after {
  position: absolute;
  content: '';
  height: 5px;
  background-color: #d7d7d7;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 0;
  right: 0;
  z-index: 1;
}
.inter-slider {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 150px;
}
.inter-slider-name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'metropolisregular';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .inter-slider-name {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .inter-slider-name {
    font-size: 16px;
    text-align: center;
  }
}
.inter-slider-name a {
  color: #404040;
}
.inter-slider-img {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.inter-slider-img img {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inter-slider-img:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.inter-slider-img:hover .inter-slider-action {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.inter-slider-date {
  font-size: 14px;
  line-height: 1;
  color: #404040;
  font-family: 'metropolisregular';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .inter-slider-date {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .inter-slider-date {
    font-size: 14px;
    text-align: center;
    display: block;
  }
}
.inter-slider-prev,
.inter-slider-next {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #da3f3d;
  color: #fff;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 99;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.inter-slider-prev:hover,
.inter-slider-next:hover {
  background-color: #bf2625;
}
.inter-slider-next {
  right: 0;
}
.inter-slider-prev {
  left: 0;
}
.inter-slider-action {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inter-slider-action .inter-slider-action-plus {
  display: inline-block !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  display: block;
  background: none;
  border: 1px solid #fff;
  vertical-align: top;
  margin: 0 5px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.inter-slider-action .inter-slider-action-plus:hover {
  background-color: #da3f3d;
  border-color: #da3f3d;
}
.inter-slider-action-plus {
  position: relative;
}
.inter-slider-action-plus:after,
.inter-slider-action-plus:before {
  content: '';
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
}
.inter-slider-action-plus:after {
  width: 60%;
  height: 1px;
}
.inter-slider-action-plus:before {
  width: 1px;
  height: 60%;
}
.inter-slider-action-bullets {
  text-align: center;
  line-height: 25px;
}
.inter-slider-action-bullets i {
  display: inline-block !important;
  margin: 0;
  color: #fff;
  font-size: 7px;
  margin-right: -3px;
  position: relative;
  left: -2px;
}
.inter-row {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inter-row {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.inter-row hr {
  border-width: 3px;
  border-color: #b9b9b9;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .inter-row hr {
    display: none;
  }
}
.inter-row:nth-child(2n + 1) .inter-item-year {
  color: #da3f3d;
}
@media screen and (max-width: 767px) {
  .inter-row [class^="col-"],
  .inter-row [class*=" col-"] {
    margin-bottom: 100px;
  }
}
.inter-item-left {
  float: left;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.inter-item-year {
  font-size: 36px;
  font-family: 'metropolisbold';
  font-weight: normal;
  color: #404040;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .inter-item-year {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .inter-item-year {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-year {
    font-size: 36px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-year {
    font-size: 30px;
  }
}
@media screen and (max-width: 359px) {
  .inter-item-year {
    font-size: 23px;
  }
}
.inter-item-pdf {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 5px solid #da3f3d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.inter-item-pdf:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.inter-item-pdf i {
  display: inline-block;
  color: #404040;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .inter-item-pdf i {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-pdf i {
    font-size: 20px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-pdf i {
    font-size: 16px;
  }
}
.inter-item-pdf span {
  display: inline-block;
  text-transform: uppercase;
  color: #404040;
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .inter-item-pdf span {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .inter-item-pdf span {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-pdf span {
    font-size: 18px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-pdf span {
    font-size: 14px;
  }
}
.inter-item-right {
  float: right;
  width: 75%;
}
.inter-item-title {
  color: #404040;
  font-size: 20px;
  line-height: 24px;
  font-family: 'metropolislight';
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .inter-item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .inter-item-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 359px) {
  .inter-item-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.inter-item-title a {
  color: #404040;
}
.inter-item-date {
  font-family: 'metropolismedium';
  font-weight: normal;
  color: #404040;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .inter-item-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-date {
    font-size: 20px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-date {
    font-size: 15px;
  }
}
.inter-item-content {
  white-space: pre-wrap;
}
@media screen and (max-width: 1199px) {
  .inter-item-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .inter-item-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 413px) {
  .inter-item-content {
    font-size: 13px;
  }
}
.inter-item-content p {
  margin-bottom: 15px;
}
.inter-item-content p:last-child {
  margin-bottom: 0;
}
.intersingle {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .intersingle {
    padding-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .intersingle {
    padding-top: 50px;
  }
}
.intersingle blockquote {
  font-family: 'metropolismedium';
  font-weight: normal;
  border-color: #da3f3d;
}
@media screen and (max-width: 767px) {
  .intersingle-header-col-right {
    height: auto!important;
  }
}
.intersingle-title {
  color: #404040;
  font-size: 40px;
  line-height: 45px;
  font-family: 'metropolisthin';
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .intersingle-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .intersingle-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .intersingle-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 413px) {
  .intersingle-title {
    font-size: 21px;
    line-height: 24px;
  }
}
@media screen and (max-width: 359px) {
  .intersingle-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.intersingle-time {
  background-color: #da3f3d;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .intersingle-time {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .intersingle-time {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
  }
}
.intersingle-time span {
  font-size: 150px;
  color: #fff;
  font-family: 'metropolisbold';
  font-weight: normal;
  line-height: 200px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .intersingle-time span {
    font-size: 115px;
    line-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .intersingle-time span {
    font-size: 55px;
    line-height: 75px;
  }
}
@media screen and (max-width: 413px) {
  .intersingle-time span {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 359px) {
  .intersingle-time span {
    font-size: 28px;
    line-height: 47px;
  }
}
.intersingle-image {
  margin-bottom: 50px;
}
.intersingle-image img {
  width: 100%;
}
.intersingle-video {
  margin-bottom: 50px;
}
.intersingle-video iframe {
  width: 100%;
  min-height: 650px;
}
@media screen and (max-width: 1199px) {
  .intersingle-video iframe {
    min-height: 520px;
  }
}
@media screen and (max-width: 991px) {
  .intersingle-video iframe {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .intersingle-video iframe {
    min-height: 245px;
  }
}
@media screen and (max-width: 479px) {
  .intersingle-video iframe {
    min-height: 195px;
  }
}
@media screen and (max-width: 413px) {
  .intersingle-video iframe {
    min-height: 185px;
  }
}
@media screen and (max-width: 359px) {
  .intersingle-video iframe {
    min-height: 165px;
  }
}
.intersingle-slider {
  margin-bottom: 50px;
  border: none;
  background: none;
}
.intersingle-slider .intersingle-slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 0;
  z-index: 9;
}
.intersingle-slider .intersingle-slider-nav a {
  background-color: rgba(64, 64, 64, 0.5);
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.intersingle-slider .intersingle-slider-nav a:before,
.intersingle-slider .intersingle-slider-nav a:after {
  position: absolute;
  width: 2px;
  background-color: #fff;
  height: 36%;
  content: '';
}
.intersingle-slider .intersingle-slider-nav a:hover {
  background-color: rgba(64, 64, 64, 0.8);
}
.intersingle-slider .intersingle-slider-nav-left {
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intersingle-slider .intersingle-slider-nav-left:before,
.intersingle-slider .intersingle-slider-nav-left:after {
  left: 15px;
}
.intersingle-slider .intersingle-slider-nav-left:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  top: 8px;
}
.intersingle-slider .intersingle-slider-nav-left:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  bottom: 8px;
}
.intersingle-slider .intersingle-slider-nav-right {
  float: right;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intersingle-slider .intersingle-slider-nav-right:before,
.intersingle-slider .intersingle-slider-nav-right:after {
  right: 15px;
}
.intersingle-slider .intersingle-slider-nav-right:before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  top: 8px;
}
.intersingle-slider .intersingle-slider-nav-right:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  bottom: 8px;
}
.intersingle-content .vc_column-inner {
  padding: 0!important;
}
.intersingle-share {
  border-top: 1px solid #ec9f9e;
  border-bottom: 1px solid #ec9f9e;
  padding: 20px 0;
  margin-bottom: 100px;
  position: relative;
}
.intersingle-return {
  color: #da3f3d;
  float: left;
  font-family: 'metropolisregular';
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  top: 11px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .intersingle-return {
    font-size: 13px;
    top: 9px;
  }
}
@media screen and (max-width: 479px) {
  .intersingle-return {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    line-height: 30px;
    top: 0;
  }
}
.intersingle-return:hover {
  color: #000;
}
.intersingle-rrss {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.intersingle-rrss li {
  display: inline-block;
}
.intersingle-rrss li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .intersingle-rrss li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.intersingle-rrss li a:hover {
  background-color: #da3f3d;
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.intersingle-pdf {
  position: absolute;
  display: table;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.intersingle-pdf:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.intersingle-pdf span {
  color: #da3f3d;
  font-size: 20px;
  margin-right: 15px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .intersingle-pdf span {
    font-size: 15px;
    margin-right: 10px;
  }
}
.intersingle-pdf i {
  font-size: 17px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .intersingle-pdf i {
    font-size: 14px;
  }
}
.fund-row {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1439px) {
  .fund-row {
    background-position: 110% 0;
  }
}
@media screen and (max-width: 991px) {
  .fund-row {
    background-position: 165% 0;
  }
}
@media screen and (max-width: 767px) {
  .fund-row-image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 413px) {
  .fund-row-image-wrap {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .fund-row-image {
    width: 100%;
    top: -230px;
    position: relative;
  }
}
@media screen and (max-width: 413px) {
  .fund-row-image {
    top: -200px;
  }
}
@media screen and (max-width: 1199px) {
  .fund-col-left {
    width: 41.66666667%!important;
  }
}
@media screen and (max-width: 767px) {
  .fund-col-left {
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  .fund-col-left .wpb_single_image {
    text-align: center!important;
  }
}
@media screen and (max-width: 1199px) {
  .fund-col-left-empty-up {
    height: 40px!important;
  }
}
@media screen and (max-width: 1199px) {
  .fund-col-left-empty-down {
    display: none;
  }
}
.fund-col-right {
  background-color: #da3f3d;
  padding-left: 50px!important;
  padding-right: 50px!important;
  padding-top: 120px;
}
@media screen and (max-width: 1599px) {
  .fund-col-right {
    width: 41.66666667%!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .fund-col-right {
    padding-top: 50px;
    padding-left: 10px!important;
  }
}
@media screen and (max-width: 767px) {
  .fund-col-right {
    width: 100%!important;
    height: auto!important;
  }
}
.fund-title {
  margin-bottom: 60px!important;
}
.fund-title h1 {
  font-family: 'metropolislight';
  font-weight: normal;
  color: #404040;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .fund-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fund-title h1 {
    text-align: center;
  }
}
.fund-text {
  font-size: 24px;
  line-height: 34px;
  font-family: 'metropolisthin';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .fund-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 413px) {
  .fund-text {
    font-size: 18px;
    line-height: 25px;
  }
}
.fund-right-title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-family: 'metropolismedium';
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .fund-right-title {
    font-size: 20px;
  }
}
.fund-right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fund-right-list li {
  counter-increment: ttt-counter;
  display: table;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .fund-right-list li {
    margin-bottom: 80px;
  }
}
.fund-right-list li:before {
  content: counter(ttt-counter);
  width: 30%;
  display: block;
  float: left;
  color: #fff;
  font-size: 150px;
  line-height: 120px;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  .fund-right-list li:before {
    font-size: 120px;
    line-height: 80px;
  }
}
.fund-right-list li strong {
  width: 65%;
  display: block;
  float: right;
  color: #fff;
  font-family: 'metropolisthin' !important;
  font-weight: normal !important;
  padding-right: 70px;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .fund-right-list li strong {
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }
}
.page-info-content h2 {
  font-size: 30px;
  line-height: 1;
  color: #da3f3d;
  font-family: 'metropolisthin';
  font-weight: normal;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-info-content h2 {
    font-size: 25px;
  }
}
.page-info-content h3 {
  color: #000;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-info-content h3 {
    font-size: 19px;
  }
}
.page-info-content h4 {
  color: #000;
  font-family: 'metropolisthin';
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .page-info-content h4 {
    font-size: 16px;
  }
}
.page-info-content p,
.page-info-content ul,
.page-info-content ol {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.page-info-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-info-content ul li:before {
  content: '-';
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body.page-template-page-info .page-header h1 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  body.page-template-page-info .page-header h1 {
    font-size: 21px;
    line-height: 31px;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 {
  background-image: url(../img/404.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header .hdrlangmenu li > a {
  color: #fff!important;
}
@media screen and (max-width: 991px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header .hdrlangmenu li > a {
    color: #404040!important;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header-wrap:not(.dark) #primary-menu ul li > a {
  color: #fff!important;
}
@media screen and (max-width: 991px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header-wrap:not(.dark) #primary-menu ul li > a {
    color: #404040!important;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header-wrap:not(.dark) .hdr-contact {
  font-size: initial;
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header-wrap:not(.dark) .hdr-contact a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #header-wrap:not(.dark) .hdr-contact a {
    color: #404040!important;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404:not(body) {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'metropolislight';
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 532px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404:not(body) {
    font-size: 160px;
  }
}
@media screen and (max-width: 374px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404:not(body) {
    font-size: 140px;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404-text {
  text-align: center;
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404-text h4 {
  font-family: 'metropolislight';
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 532px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404-text h4 {
    font-size: 16px;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404-text span {
  color: #eee;
  font-size: 17px;
}
@media screen and (max-width: 532px) {
  html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .error404-text span {
    font-size: 13px;
  }
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .hdr-wrap {
  background: none!important;
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 #wrapper {
  background: none;
}
html body.not-home:not(.biografia):not(.premiosyreconocimientos):not(.dark).error404 .footer {
  padding-top: 0;
}
