@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --background-color: rgba(242, 140, 19, 0.6509803922);
  --desktop-wrapper-width: 1040px;
  --header-height: 50px;
  --link-color: #000000;
  --logo-vocento: url(../img/vocento.svg);
  --estadisticas-borde-inferior: #f28c13;
  --primer-elemento-menu: #f28c13;
  --linea-inferior-menu: #f28c13;
}

@font-face {
  font-display: swap;
  font-family: "Guardian Sans Black";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GuardianSans-Black-Web.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Guardian Sans Semibold";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GuardianSans-Semibold-Web.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Guardian TextSans Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Guardian-TextSans-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNova-regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Bold";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNova-bold.woff2) format("woff2");
}
body {
  background: var(--background-color) !important;
}

.loading::before {
  background: url(../img/loading.svg) center center no-repeat transparent;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  margin: 10px auto;
  width: 100px;
}

a {
  color: var(--link-color) !important;
}

a.boton {
  background: #f28c13;
  border-radius: 4px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 30px auto;
  max-width: 220px;
  outline: none;
  padding: 15px 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  white-space: nowrap;
}

.clearfix {
  clear: both;
  content: "";
  display: block;
  float: none;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #f28c13;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-bottom: none !important;
  border-top: none !important;
}

body {
  cursor: default;
  padding-top: var(--header-height);
}
body .wrapper {
  background-color: var(--background-color);
  margin: 0 auto;
  max-width: var(--desktop-wrapper-width);
  padding: 0;
  position: relative;
  width: 100%;
}
body header#site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #333333;
  left: 0;
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 699px) {
  body header#site-header {
    border-top: none;
  }
}
body header#site-header > div {
  float: left;
  height: 50px;
  text-align: center;
}
body header#site-header::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
body header#site-header .logo-wrapper {
  position: relative;
  width: calc(100% - 110px - 2px);
}
body header#site-header .logo-wrapper img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(calc(-50% - 55px), -50%, 0);
          transform: translate3d(calc(-50% - 55px), -50%, 0);
  vertical-align: middle;
  width: 190px;
}
@media screen and (max-width: 699px) {
  body header#site-header .logo-wrapper {
    width: calc(100% - 50px);
  }
  body header#site-header .logo-wrapper img {
    -webkit-transform: translate3d(calc(-50% - 20px), -50%, 0);
            transform: translate3d(calc(-50% - 20px), -50%, 0);
    width: 200px;
  }
}
body header#site-header .top-menu-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-right: 2px solid #d8d8d8;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 110px;
}
body header#site-header .top-menu-wrapper a {
  background: #ffffff;
  color: #333333 !important;
  display: inline-block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 13px;
  line-height: var(--header-height);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
body header#site-header .top-menu-wrapper a i.fas.fa-bars {
  display: inline-block;
  font-size: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
body header#site-header .top-menu-wrapper a i.fas.fa-times {
  display: none;
  font-size: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
body header#site-header .top-menu-wrapper .menu-principal-container {
  background-color: #ffffff;
  height: calc(100vh - 50px);
  left: 0;
  overflow: auto;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  top: 50px;
  z-index: 500;
}
body header#site-header .top-menu-wrapper .menu-principal-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header#site-header .top-menu-wrapper .menu-principal-container ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 298px;
}
body header#site-header .top-menu-wrapper .menu-principal-container ul li a {
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  color: #333333 !important;
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 12px 24px;
  text-align: left;
  text-transform: none;
  width: 250px;
}
@media screen and (max-width: 699px) {
  body header#site-header .top-menu-wrapper .menu-principal-container ul li a {
    font-size: 14px;
  }
}
body header#site-header .top-menu-wrapper.active {
  background: #000000;
}
body header#site-header .top-menu-wrapper.active .menu-principal-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body header#site-header .top-menu-wrapper.active a {
  background: #000000;
  color: #ffffff !important;
}
body header#site-header .top-menu-wrapper.active a i.fas.fa-bars {
  display: none;
}
body header#site-header .top-menu-wrapper.active a i.fas.fa-times {
  display: inline-block;
}
@media screen and (max-width: 699px) {
  body header#site-header .top-menu-wrapper {
    border-right: none;
    width: 50px;
  }
  body header#site-header .top-menu-wrapper a span {
    display: none;
  }
  body header#site-header .top-menu-wrapper .menu-principal-container ul {
    width: 100vw;
  }
  body header#site-header .top-menu-wrapper .menu-principal-container ul li {
    width: 100%;
  }
  body header#site-header .top-menu-wrapper .menu-principal-container ul li a {
    width: calc(100% - 48px);
  }
}
body footer#site-footer {
  background: transparent;
}
body footer#site-footer .footer-nav-widgets-wrapper {
  background: transparent;
}
body article {
  margin: auto;
  max-width: var(--desktop-wrapper-width);
}
body article section {
  margin: 80px auto 60px !important;
  max-width: 100% !important;
  padding: 0;
  text-align: center;
  width: 984px !important;
}
body article section small {
  color: #333333;
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.15;
  margin: 30px auto 16px;
  max-width: 784px;
  text-align: center;
}
body article section h2 {
  color: #000000;
  font-family: "Guardian Sans Semibold", sans-serif !important;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 24px !important;
}
@media screen and (max-width: 699px) {
  body article section h2 {
    font-size: 36px;
  }
}
body article section.apertura {
  margin: 50px auto 60px !important;
}
body article section.apertura .logo {
  margin: 0 auto 30px;
  max-width: 100%;
  text-align: center;
  width: 402px;
}
body article section.apertura .apertura img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  width: 590px;
}
body article section.apertura .apertura p {
  color: #000000;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 22px;
  letter-spacing: -0.2px;
  margin: 20px auto 16px;
  max-width: 100%;
  padding: 0;
  text-align: center;
  width: 705px;
}
@media screen and (max-width: 699px) {
  body article section.apertura .apertura p {
    font-size: 20px;
  }
}
body article section.inscripcion {
  margin: 0 auto 60px !important;
}
body article section.inscripcion h3 {
  color: #000000;
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 17px;
  letter-spacing: -0.2px;
  line-height: 1.15;
  margin: 0;
}
body article section.inscripcion a {
  color: #000000 !important;
  text-decoration: none;
}
body article section.inscripcion a.boton {
  background: #f28c13;
  color: #000000 !important;
  font-weight: 700;
}
body article section.iniciativa {
  text-align: center;
}
body article section.iniciativa .promotores {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
body article section.iniciativa .promotores .promotor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  text-align: center;
}
body article section.iniciativa .promotores .promotor img {
  margin: 0 auto 20px;
  max-height: 80px;
  vertical-align: middle;
}
body article section.iniciativa .promotores .promotor p {
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0 0 8px;
}
@media screen and (max-width: 699px) {
  body article section.iniciativa .promotores {
    display: block;
  }
}
body article section.colaboradores {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 30px !important;
}
body article section.colaboradores h2 {
  font-family: "Guardian Sans Semibold", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px !important;
}
body article section.colaboradores .principales {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
body article section.colaboradores .secundarios {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
body article section.colaboradores .secundarios a {
  padding: 10px 0;
}
body article section.colaboradores .principales > div, body article section.colaboradores .secundarios > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body article section.colaboradores .principales > div > a, body article section.colaboradores .secundarios > div > a {
  display: block;
}
@media screen and (max-width: 699px) {
  body article section.colaboradores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body article section.colaboradores .principales, body article section.colaboradores .secundarios {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  body article {
    margin: auto 2vw;
  }
}
body footer {
  border: none !important;
  color: #000000;
  margin: 50px auto auto !important;
  max-width: var(--desktop-wrapper-width);
  padding: 0 !important;
}
body footer::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
body footer > div:nth-child(1) {
  float: left;
  width: 33.5%;
}
body footer > div:nth-child(2) {
  float: left;
  width: 66.5%;
}
body footer .logo-pie {
  display: block;
  margin: 0 0 14px;
}
body footer .logo-pie > img {
  height: 22px;
  text-decoration: none;
  width: auto;
}
@media screen and (max-width: 699px) {
  body footer .logo-pie > img {
    width: 100%;
  }
}
body footer .copyright,
body footer .copyright address {
  color: #000000;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: 0 0 20px;
}
body footer .legal {
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin: 0 60px 0 0;
}
body footer .footer-nav-widgets-wrapper {
  border: none;
  margin: 0 !important;
  padding: 25px 0;
}
body footer .footer-nav-widgets-wrapper > .footer-inner {
  display: block !important;
  margin: 0;
  width: 100%;
}
body footer .footer-nav-widgets-wrapper > .footer-inner .footer-top {
  border: none;
  display: block;
  padding: 0;
}
body footer .footer-nav-widgets-wrapper > .footer-inner .footer-top nav ul {
  display: block;
  margin: 0;
  text-align: center;
  width: 100%;
}
body footer .footer-nav-widgets-wrapper > .footer-inner .footer-top nav ul li {
  display: inline-block;
  margin: 0;
}
body footer .footer-nav-widgets-wrapper > .footer-inner .footer-top nav ul li a {
  color: #000000 !important;
  display: inline-block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 0 8px;
  text-decoration: none !important;
}
body footer .megamenu {
  position: relative;
  z-index: 0;
}
body footer .megamenu .logo-vocento-mobile {
  display: none;
  text-align: center;
}
body footer .megamenu .logo-vocento-mobile a {
  background: var(--logo-vocento) center center no-repeat transparent;
  background-size: 100px 20px;
  display: inline-block;
  height: 34px;
  padding: 0;
  vertical-align: middle;
  width: 100px;
}
body footer .megamenu .logo-vocento-mobile i {
  color: #aaaaaa;
  font-size: 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}
body footer .megamenu .logo-vocento-mobile i.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body footer .megamenu ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 699px) {
  body footer .megamenu ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
body footer .megamenu ul li {
  border-top: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  min-height: 16px;
  padding: 5px 0;
  width: 100%;
}
body footer .megamenu ul li a {
  color: #000000 !important;
  text-decoration: none !important;
}
body footer .megamenu ul li::before {
  content: "";
  display: table;
}
body footer .megamenu ul li.logo-vocento-desktop {
  border: none;
  padding: 10px 0 24px;
}
body footer .megamenu ul li.logo-vocento-desktop a {
  background: var(--logo-vocento) left center no-repeat transparent;
  background-size: 100px 20px;
  border-top: 2px solid #000000;
  display: inline-block;
  height: 34px;
  left: 0;
  padding: 10px 20px 0 0;
  position: absolute;
  top: 0;
  width: 100px;
}
body footer ul.rrss {
  display: block;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
body footer ul.rrss li {
  display: inline-block;
  margin: 0 5px;
}
body footer ul.rrss li a {
  color: #000000 !important;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1039px) {
  body footer {
    padding: 0 10px;
  }
  body footer > div {
    clear: both;
    float: none !important;
    width: 100% !important;
  }
  body footer .logo-pie,
  body footer .copyright,
  body footer .copyright address,
  body footer ul.rrss,
  body footer .legal {
    text-align: center;
  }
  body footer .legal {
    margin: 0 auto 20px;
  }
  body footer .megamenu li.logo-vocento-desktop,
  body footer .megamenu ul {
    display: none;
  }
  body footer .megamenu div.logo-vocento-mobile {
    display: block;
  }
  body footer .megamenu div.logo-vocento-mobile i {
    pointer-events: initial;
  }
}
@media screen and (max-width: 699px) {
  body footer {
    padding: 0 10px !important;
  }
}

div.shortcode-estadisticas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100% !important;
  width: 984px !important;
}
div.shortcode-estadisticas h3 {
  color: #000000;
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.2px;
  line-height: 1;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  div.shortcode-estadisticas h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  div.shortcode-estadisticas h3 {
    font-size: 17px;
  }
}
div.shortcode-estadisticas span {
  border-bottom: 0 solid #f28c13;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 0 3px;
  position: relative;
}
div.shortcode-estadisticas span::before {
  background-color: var(--estadisticas-borde-inferior);
  bottom: -8px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 80px;
}

main#site-content {
  margin: auto;
  max-width: var(--desktop-wrapper-width);
}
main#site-content::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
main#site-content .voc-sections {
  background: transparent;
  line-height: normal;
  margin: 50px auto 0;
  max-width: 100%;
  position: relative;
  white-space: nowrap;
}
main#site-content .voc-sections > div {
  display: block;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
}
main#site-content .voc-sections > div::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
main#site-content .voc-sections > div .voc-region {
  display: inline-block;
  font-family: "Guardian TextSans Medium", sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
main#site-content .voc-sections > div .voc-region:first-child a {
  color: var(--primer-elemento-menu) !important;
}
main#site-content .voc-sections > div .voc-region::after {
  border-right: 1px solid #d8d8d8;
  content: "";
  display: inline-block;
  height: 26px;
  margin: 0 16px 0 0;
  padding: 0 16px 0 0;
  vertical-align: middle;
}
main#site-content .voc-sections > div .voc-region a {
  color: #000000 !important;
  display: inline-block;
  font-size: 23px;
  line-height: normal;
  text-decoration: none;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  main#site-content .voc-sections > div .voc-region a {
    font-size: 18px;
  }
}
main#site-content .voc-sections > div h1.voc-region {
  margin-right: 0;
}
main#site-content .voc-sections > div h1.voc-region::after {
  display: none !important;
}
@media screen and (max-width: 699px) {
  main#site-content .voc-sections > div h2.voc-region {
    display: none;
  }
  main#site-content .voc-sections > div h1.voc-region {
    white-space: normal;
  }
}
main#site-content .voc-sections .linea-inferior {
  height: 4px;
  margin: 5px 0 0;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
main#site-content .voc-sections .linea-inferior::after {
  background: var(--linea-inferior-menu);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 4px;
  left: var(--linea-inferior-left);
  position: absolute;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: var(--linea-inferior-width);
}
@media screen and (max-width: 699px) {
  main#site-content .voc-sections .linea-inferior {
    height: 3px;
  }
  main#site-content .voc-sections .linea-inferior::after {
    height: 3px;
  }
}
@media screen and (max-width: 699px) {
  main#site-content .voc-sections {
    max-width: 90vw;
  }
}
main#site-content .inner-wrapper {
  background: #ffffff;
  margin: auto;
  max-width: var(--desktop-wrapper-width);
  min-height: 100px;
  padding: 20px;
}
@media screen and (max-width: 699px) {
  main#site-content .inner-wrapper {
    max-width: 100vw;
    padding: 20px 10px;
  }
}
main#site-content article.post {
  float: left;
  max-width: 100%;
  width: calc(100% - 360px - 20px);
}
main#site-content article.post + .right-sidebar {
  float: right;
  margin: 0 0 0 20px;
  max-width: 100%;
  min-height: 1px;
  padding: 20px;
  text-align: center;
  width: 360px;
}
main#site-content article.post h1.entry-title,
main#site-content article.post h2.entry-title {
  color: #000000;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin: 30px auto 25px;
  padding: 0;
  text-align: center;
}
main#site-content article.post h1.entry-title a,
main#site-content article.post h2.entry-title a {
  color: #000000 !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  -webkit-transition: none !important;
  transition: none !important;
}
main#site-content article.post h1.entry-title a:hover,
main#site-content article.post h2.entry-title a:hover {
  border-bottom: 1px solid #d8d8d8;
  color: #000000 !important;
}
@media screen and (max-width: 699px) {
  main#site-content article.post h1.entry-title,
  main#site-content article.post h2.entry-title {
    font-size: 35px;
  }
  main#site-content article.post h1.entry-title a,
  main#site-content article.post h2.entry-title a {
    font-size: 35px;
  }
}
main#site-content article.post h2.entry-title {
  margin: 30px auto 10px;
}
main#site-content article.post .entry-content {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 1.6;
}
main#site-content article.post .entry-content > p {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 699px) {
  main#site-content article.post .entry-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 699px) {
  main#site-content article.post + .right-sidebar {
    clear: both;
    float: none;
    margin: 0 auto !important;
    padding: 20px 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  main#site-content {
    max-width: 100%;
  }
}

main.no-sidebar#site-content article.post {
  clear: both;
  float: none;
  max-width: 100%;
  width: 100% !important;
}
@media screen and (max-width: 699px) {
  main.no-sidebar#site-content article.post {
    margin: auto;
    padding: 20px 0 !important;
    width: 90vw;
  }
}
main.no-sidebar#site-content .right-sidebar {
  display: none;
}

body.single-post {
  background: #f7f7f8 !important;
}
body.single-post main#site-content {
  background: #ffffff;
  margin: 0 auto 20px;
}
body.single-post main#site-content article.post {
  padding: 20px;
}
body.single-post main#site-content article.post > .voc-sections {
  margin: 10px 0 0;
}
body.single-post main#site-content article.post figure.featured-media {
  margin: 0 auto -30px;
}
body.single-post main#site-content article.post figure.featured-media::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
body.single-post main#site-content article.post figure.featured-media::before {
  content: none;
  display: none;
}
body.single-post main#site-content article.post figure.featured-media > .featured-media-inner {
  left: initial;
  max-width: 100%;
  width: 100%;
}
body.single-post main#site-content article.post figure.featured-media > .featured-media-inner img {
  width: 100%;
}
body.single-post main#site-content article.post figure.featured-media + .shortcode-firma {
  margin: 70px 0 0;
}
body.single-post main#site-content article.post .post-inner {
  padding-top: 20px;
}
@media screen and (max-width: 699px) {
  body.single-post main#site-content article.post {
    clear: both;
    float: none;
    margin: auto;
    padding: 20px 0;
    width: calc(100% - 20px);
  }
  body.single-post main#site-content article.post + .right-sidebar {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
  }
}
body.single-post footer {
  background: #f7f7f8 !important;
  margin: 0 auto !important;
}
body.single-post footer .footer-nav-widgets-wrapper {
  background: #f7f7f8 !important;
}

body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector {
  margin: 0 auto;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector::after {
  clear: both;
  content: "";
  display: block;
  float: none;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post {
  padding: 0 0 20px;
  width: calc(100% - 360px - 40px);
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post + .right-sidebar {
  margin: 0 0 0 40px;
  padding: 0 20px 20px;
  text-align: center;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post figure.featured-media {
  margin: 0 auto -20px;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post figure.featured-media::before {
  content: none;
  display: none;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post figure.featured-media > .featured-media-inner {
  left: initial;
  max-width: 100%;
  width: 100%;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post figure.featured-media > .featured-media-inner img {
  width: 100%;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post span.firma {
  color: #646566;
  display: block;
  font-family: "Guardian TextSans Regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.27;
  text-align: center;
  text-transform: uppercase;
}
body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post span.firma span.autor {
  font-weight: 600;
}
@media screen and (max-width: 699px) {
  body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector {
    max-width: calc(100vw - 10px);
  }
  body.tax-sector main#site-content .inner-wrapper .ultimo-post-sector article.post {
    width: calc(100% - 20px);
  }
}
/*# sourceMappingURL=quienesquien-cordoba.css.map */